/***************** BODY *****************/
* {
	/*---on passe toutes les marges à 0---*/
margin:0;
	padding:0;
}
body, html {
	height:100%;/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body {
	background:#fff;
}
/***************** CONTAINER *****************/
#container {
	position:relative;
	min-height:100%;
	width:990px;
	margin:0 auto;
	background:url(../images/charte/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header {
	width:990px;
	height:111px;
	background:url(../images/charte/header.gif) left bottom no-repeat;
}
/***************** MENU LEFT *****************/
#menuLeft {
	float:left;
	width:199px;
	padding:43px 0 0 16px;
	height:500px;
	background:url(../images/charte/bg-menu-left.gif) left top no-repeat;
}
#recrute {
	width:170px;
	height:135px;
	margin:0 auto;
	display:block;
}
#menuLeft #recrute a.recrutement {
	width:170px;
	height:135px;
	display:block;
}
#adresse {
	width:180px;
	padding:20px 0 10px 19px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF
}
#references {
	width:180px;
	padding:30px 0 15px 17px;
}
#menuLeft #references a {
	color:#0e104c;
	height:30px;
	text-decoration:none;
	font:bold 14px Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	letter-spacing:1px;
}
#menuLeft #references a:hover {
	color:#fff;
}
#menuLeft ul {
	list-style:none;
}
#menuLeft span {
	display:none;
}
#menuLeft a {
	background-position:left top;
	display:block;
	height:30px;
}
#menuLeft a:hover, #menuTop a.trigered {
	background-position:left bottom;
}
a.bt1 {
	background:url(../images/charte/bt1.gif) no-repeat;
}
a.bt2 {
	background:url(../images/charte/bt2.gif) no-repeat;
}
a.bt3 {
	background:url(../images/charte/bt3.gif) no-repeat;
}
a.bt4 {
	background:url(../images/charte/bt4.gif) no-repeat;
}
a.bt5 {
	background:url(../images/charte/bt5.gif) no-repeat;
}
/***************** SOUS MENU */
#container #menuLeft li a {
	background:none;
	border:none;
	text-decoration:none;
	font:bold 11px/20px Arial, Helvetica, sans-serif;
	color:#98a451;
	display:block;
	height:20px;
	overflow:hidden;
	padding:0 0 0 10px;
}
#container #menuLeft li a:hover {
	text-decoration:underline;
	color:#7d8a2e;
}
/***************** CONTENU *****************/
#contenu {
	float:left;
	position:relative;
	width:725px;
	min-height:500px;
	padding:20px 30px 0 20px;
	background:url(../images/charte/bg-contenu.gif) left top no-repeat;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer {
	clear:both;
}
#clearFooter {
	height:50px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer1 {
	width:100%;
	height:50px;
	clear:both;
	position:relative;
	margin:-50px auto;
	background:url(../images/charte/bg-footer.gif) left top repeat-x;
}
#footer {
	position: relative;/*---obligatoire pour le footer---*/
	margin:auto;
	width:990px;
	height:50px;
	color:#666;
	background:url(../images/charte/footer.gif) left top no-repeat;
}
#idep {
	position:absolute;
	left:0;
	top:0;
	width:195px;
	height:30px;
}
#idep img {
	float:left;
}
#footer #idep a.idep {
	text-decoration:none;
	display:block;
	font:9px/8px Arial, Helvetica, sans-serif;
	color:#666;
	margin:8px 0 0;
}
#footer #idep a.idep.optea {
	margin:0;
}
#footer #idep a:hover.idep {
	text-decoration:none;
	color:#fff;
}
#galerieFlash {
	width:700px;
	height:335px;
	margin-bottom:15px;
	display:block;
	outline:0;
}

