body {
	font: 75% Arial, sans-serif;
	line-height: 1.88889;
	color: #555753; 
	text-align: left; 
	margin: auto; 
	font-size: 0.8em; 
	color: #000; 
	background: #333333;
}

a { color: #d96e0f;}
	a:link {}
	a:visited {}
	a:hover {}
	a:active {}

.texte_underline {
 text-decoration: underline;
}
 
.texte_italique {
 font-style: italic;
} 

.centrerImageTexte {
vertical-align: middle;
display: inline-block;
} 

.titre0 {
	font-weight: bold;
	font-size: 1em;
}

.titre1 {
	font-weight: bold;
	font-size: 1.9em;
	border-bottom:2px solid #d96e0f;
	border-top:2px solid #d96e0f;
	margin-left: 16px;
}

.titre2 {
	font-weight: bold;
	font-size: 1.5em;
}

.titre3 {
	font-weight: bold;
	font-size: 2em;
}

.decalage {
	margin-left: 16px;
	border-left: 4px solid #d96e0f;
	padding-left: 5px;
	text-align: justify;
}

.decalage2 {
	margin-left: 140px;
	border-left: 4px solid #d96e0f;
	padding-left: 5px;
	text-align: justify;
}

#conteneur {
	width: 80%;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-left: 6px solid #1d1d1d;
	border-right: 6px solid #1d1d1d;
	min-width: 600px;
}

.header {
	width: 100%;
	height: 150px;
	background-color: #ffffff;
}

.logo {
	width: 283px;
	height: 150px;
	float: left;
}

.postit {
	width: 210px;
	height: 150px;
	float: right;
}

.menu {
	width: 100%; 
	color: #ebebeb; 
	height: 28px; 
	background: #d96e0f;  
	line-height: 28px; 
	font-weight: bold; 
	text-align: center;
	clear:both;
}

	.menu a, .menu a:visited {
		color: #fff; 
		display: block; 
		float: left; 
		padding: 0 15px; 
		text-decoration: none;
	}
	
	.menu a:hover {
		color: #ebebeb; 
		background: #1d1d1d;
	}

.main {
	background-color:#ffffff;
	margin: 0 10px 0 10px;
	padding: 5px 10px 10px 10px;
	text-align: justify;
}

.droite {
	width: 260px;
	background-color: #ffffff;
	border: 8px solid #d96e0f;
	padding: 0 5px 5px 5px;
	margin: 5px 0 0 10px;
	float:right;
	text-align: left;
}

.photo {
	width: 142px;
	height: 160px;
	background-color: #ffffff;
	border-right: 8px solid #d96e0f;
	border-left: 8px solid #d96e0f;
	padding: 0;
	margin: 5px 0 0 10px;
	float:right;
}

.spacer {
	clear: both;
}

form {
	margin-left: 10px;
}

	form textarea {border: 1px solid #d96e0f; background: #ebebeb;}
	form input {border: 1px solid #d96e0f; background: #ebebeb;}

.pied {
	width: 100%;
	height: 28px;
	line-height: 28px; 
	background-color: #d96e0f;
	color: #fff;
	font-weight: bold;
	clear: left;
	text-align: center;
}

.pied a {
	color: #fff;
	text-decoration: none;
}

p {margin: 0 0 10px 0;}
