/* CSS Document */

html{
	height:100%;
}

body{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image:url(../images/structure/background_gris.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	height:100%;
}

p{
padding:0;
margin:0;
}

/*Structure de page*/
#conteneur{
	position:relative;
	text-align:center;
	padding:0px;
	margin:auto;
	width:911px;
}

#HautArrondis{
	background-image:url(../images/structure/hautArrondis.png);
	background-repeat:no-repeat;
	width:901px;
	height:11px;
	margin-top:5px;
}

#footer{
	text-align:left;
	clear:both;
	background-image:url(../images/structure/footer.png);
	background-repeat:no-repeat;
	width:901px;
	height:24px;
}




/*structure elements*/
#interieur{
	position:relative;
	background-color:#FFFFFF;
	border-right:#999999 1px solid;
	border-left:#999999 1px solid;
	width:899px;
	text-align:left;
}

#boxGauche{
	position:relative;
	width:272px;
	margin-top:10px;
}

#contenu{
	position:relative;
	text-align:left;
	margin-top:10px;
	padding-bottom:5px;
	width:618px;
}

.cellContenu{
}


#headerBox{
	background-image:url(../images/structure/hautArrondis-bas.png);
	background-repeat:no-repeat;
	position:relative;
	width:100%;
	text-align:left;
	height:100px;
	margin-right:20px;
}


#menuflash{
	position:relative;
	width:885px;
	height:155px;
	margin:auto;
}





.txtPiedPage {
	color:#000000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	/*font-weight:bold;*/
}

.menuGauche{ 
	padding-left:40px;
	font-weight:bold;	
	font-size:14px;	
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}

.menuGauche a {
	text-decoration:none;
	color:#666666;
}

.menuGauche a:hover {
	text-decoration:none;
	color:#000000;
}

/*.menuGauche a:visited { 
	text-decoration:none;
	color:#000066;
	font-weight:bold;
	margin-left:40px; 
}
*/

#actualite{
	background-image:url(../images/structure/haut-actus.jpg);
	background-repeat:no-repeat;
	width:255px;
	height:29px;
	margin:auto;
}
#actuInt{
	background-color:#e5e5e5;
	width:255px;
	text-align:left;
}

#basActualite{
	background:url(../images/structure/actu-bas.jpg);
	width:255px;
	height:11px;
	margin:auto;
}

.actu{
	padding:0px 15px;
	text-align:justify;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


.paddingRecrut td {
padding:0px 10px;
}

#formRecrutement
{
	position:absolute;
	display:none;
	top:50%;
	left:35%;
/*	margin-top:-150px;
	margin-left:-263px;
*/	width:525px;
	height:333px;
	z-index:500;
	border:1px solid #336699;
	background-color:#eeeeee;
	z-index:999;
}

a.lienRouge {color:rgb(187,78,90);text-decoration:underline;}
a.lienRouge:hover{color:#646464;}

a.lienNoir {color:#646464;font-weight:bold;text-decoration:underline;}
a.lienNoir:hover{color:rgb(187,78,90)}

.header a{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}

.header a:hover {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

.header a:visited {
	text-decoration:none;
	color:#000066;
	font-weight:bold;
}
