body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eeeded;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}
#wrapper-header {
	background: #131313;
	background-repeat: no-repeat;
}
#header {
	background: #131313 url('images/banner03.jpg') left no-repeat;
	width: 900px;
	height: 125px;
	margin: 0 auto;
	border-left: 0px solid #707070;
	border-right: 0px solid #707070;
	text-align: right;
}
.titre1 {
	font: bold 24px arial;
	color: #CACECE;
	padding-top: 10px;
	border: 0px solid red;
}
.titre2 {
	font: bold 18px arial;
	color: #CACECE;
	padding-top: 10px;
}
.presentation {
	font: bold 16px arial;
	color: #bfcf39;
}
#wrapper-menu {

	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}
#menu {

	width: 900px;
	margin: 0 auto;
	font-size: 90%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */

}



* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */
#menu ul {

	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 0px solid #95bf0f;
	width: 100%;
}
#menu li {
	display: inline;
}
#menu a:link, #menu a:visited {
	padding: 0.3em 1em;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e; /* vert menu */

}
#menu ul li a:hover
{
	background: #b6e41c url('images/menu-hover.png') repeat-x;
	color: #485B06; /* vert menu */
	
	}  
#tabnav {
	margin: 0;
	padding: 10px 0 15px 10px;
	border-bottom: 1px solid #FFFFFF;
	}

#tabnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;	
	font-family:verdana, arial,sans-serif;
	}

#tabnav a:link, #tabnav a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #808080;
	}

#tabnav li.active a:link, #tabnav li.active a:visited, #tabnav a:hover {
	border-bottom: 4px solid #696969;
	padding-bottom: 2px;
	background: #FFFFFF;
	color: #808080;
	}

#tabnav a:hover {
	color: #808080;
	
}
#content {

	width: 60%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 1% 30px 1%;
	border-left: 0px solid #bbb;
	border-right: 0px solid #bbb;
	background: #eeeded top left;
	text-align: justify;
}

#content_accueil {

	width: 900px; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 45px 1% 20px 1%;
	border-left: 0px solid #bbb;
	border-right: 0px solid #bbb;
	text-align: justify;
	line-height: 25px;
}


h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 110%;
	letter-spacing: 0em;
}
h4 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 110%;
	letter-spacing: 0em;
	
}

.normal {
	font: 12px arial;
	line-height: 15px;
	color: #000;
}
.keywords {
	font: 20px arial;
	color: #000;
	}
#centrer {
text-align: center;
}
* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 88%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #8fb40c url('images/menu-background.png') top left repeat-x;
	border: 1px solid #a0c80e;
	font-size: 80%;
	clear:both;
}

a:link, a:visited {
	color: #00f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p { margin-left: 1em; }

.noir_10 {
	font: 10px arial;
	color: #000;
}
.gris_12_b {color: #333333; font-size: 12px; font-weight: normal; text-align: center;}
.gris_18_b {color: #333333; font-size: 18px; font-weight: bold; text-align: center;}
.gris_24_b {color: #333333; font-size: 24px; font-weight: bold; text-align: center;}
.gris_36_b {color: #333333; font-size: 36px; font-weight: bold; text-align: center;}

.vert_18_b {color: #336600; font-size: 18px; font-weight: bold; text-align: center;}
.vert_24_b {color: #336600; font-size: 24px; font-weight: bold; text-align: center;}
.vert_36_b {color: #336600; font-size: 36px; font-weight: bold; text-align: center;}

.gris_12 {color: #333333; font-size: 12px; font-weight: normal; text-align: left;}
.vert_12gras {color: #485B06; font-size: 12px; font-weight: bold; text-align: left;}

