/*balises site*/
.nettoyeur { 
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	height: 0;
	line-height: 1px;
	font-size: 1px; }

.clear_fix:after {
	content: ".";
	display: block;
	height:1px;
	clear: both;
	visibility: hidden;}

/* reglagles par defaut */
div, ul, ol {
	margin: 0;
	padding: 0;
	border: 0;}
	
/* div {border: 1px red solid; } */
	
ul { list-style-type: none;}
	
a {	color: black;
	text-decoration: none;}
	
a:hover { text-decoration: underline overline;}

/* hr */
hr.sep {
	border: 0;
	border-bottom: 1px #a5aa51 solid;
	margin: 0 10px;}

/* liens evitement */
ul#evitement {}

ul#evitement li{
	float: left;
	padding: 0 5px 0 0;}
	
ul#evitement li a {
	color: #7e7e7e;
	font-size: 0.9em;}
	
/* structure du site */
html, body {
	background-color: #a5aa51;
	margin: 0;}
	
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;}

#global {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	width: 902px;
	margin: 10px auto;
	background-image: url(../images/3ronds-haut.png);
	background-repeat: no-repeat;
	background-position: top right;}
	
#ombre {
	margin-top: 20px;
	border: 1px #256567 solid;
	background-color: white;
	-moz-box-shadow: 3px 3px 3px #3f3f3f;
	-webkit-box-shadow: 3px 3px 3px #3f3f3f;
	box-shadow: 3px 3px 3px #3f3f3f;}

#haut_de_page {
	width: 100%;
	height: 200px;
	position: relative;}
	
#conteneur {
	float:left;
	width:100%;}

#contenu {
	margin: 25px 25px 0 200px;
	/* min-height: 500px; */}
	
#navigation {
	float: left;
	margin-left:-900px;
	width: 200px;
	background-color: #f0f0f0;}
	
#extra {
	float:left;
	width:300px;
	margin-left:-300px;}

#ariane {}

#ariane span {}

#pied_de_page {
	clear: left;
	width: 880px;
	padding: 15px 10px 10px;
	height: 45px;
	background-color:#256567;
	background-image: url(../images/3ronds-bas.png);
	background-repeat: no-repeat;
	background-position: right 5px;}
