/* CSS Document */

/* Eléments généraux */
body {
	background-color:#030303;
	background-image:url(../images/fond-page.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:0;
}
form {
	margin:0;
	padding:0;
}
p,li {
	font-size:10px;
	color:black;
}
a {
	color:black;
	padding:0;
	margin:0;
}
a:hover {
	color:#03689e;
}
.imgG {
	float:left;
	margin:0 10px 10px 0;
}
.imgD {
	float:right;
	margin:0 0 10px 10px;
}

/* Boutons noir Zone Actu */
.boutonNoir {
	background-color:#000000;
	height:14px;
	margin:0 0 5px 0;
	background-image:url(../images/fleche-menu.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
}
.boutonNoir:hover {
	background-color:#ccc;
	cursor:pointer;
}
.boutonNoir a {
	font-size:10px;
	text-decoration:none;
	color:white;
	padding:0;
	margin:0;
	display:block;
}
.boutonNoir a:hover {
	color:black;
}

/* Boutons bleu Zone Recrutement */
.boutonBleu {
	background-color:#03689e;
	height:14px;
	margin:0 0 10px 0;
	background-image:url(../images/fleche-menu.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
}
.boutonBleu:hover {
	background-color:#ccc;
	cursor:pointer;
}
.boutonBleu a {
	font-size:10px;
	text-decoration:none;
	color:white;
	padding:0;
	margin:0;
	display:block;
}
.boutonBleu a:hover {
	color:black;
}

/*Structure du site */
#page {
	position:relative;
	width:971px;
	margin:0 auto 0 auto;
	background-color:#999;
}
#hautPage {
	height:239px;
	background-image:url(../images/bandeau-haut.jpg);
}
#situation {
	height:22px;
	background-color:#bebdbe;
}
#contenu {
	background-color:#999;
	min-height:500px;
	border-left:1px solid white;
	border-right:1px solid white;
}
#sepBas {
	clear:both;
	height:22px;
	background-color:#bebdbe;
	border-top:1px solid white;
}
#basPage {
	background-color:#FFFFFF;
	height:80px;
}

/* Bandeaux Haut de page - Positionnement des éléments */
.logo {
	position:absolute;
	float:left;
	width:365px;
	height:90px;
	top:10px;
	left:10px;
}
.slogan {
	position:absolute;
	float:left;
	width:378px;
	height:122px;
	top:110px;
	left:10px;
}
.menuHaut {
	position:absolute;
	float:right;
	top:10px;
	right:10px;
	width:162px;
	height:30px;
}
#lienTel {
	position:absolute;
	float:right;
	top:20px;
	right:280px;
	width:150px;
	height:150px;
}
#lienTel2 {
	position:absolute;
	float:right;
	top:130px;
	right:5px;
	width:200px;
	height:100px;
}
/* Zone situation */
#texteSituation b {
	font-size:10px;
	font-weight:bold;
	color:#03689e;
}
#texteSituation {
	font-size:10px;
	padding:5px 0 0 5px;
}

/* Zone bas de page */

#texteBasPage {
	position:absolute;
	float:left;
	font-size:10px;
	color:#666;
	padding:10px 0 0 10px;
	width:370px;
	height:40px;
}
#logosBasPage {
	position:absolute;
	float:right;
	right:10px;
	padding:10px 0 0 0;
	width:550px;
	text-align:right;
}
#logosBasPage img.marge {
	margin-right:10px;
}

/* Zone Menu Gauche */
#zoneMenuGauche {
	width:170px;
	float:left;
	/*min-height:600px;*/
	/*background-color:#03689e;*/
	background-color:#999;
	/*border-left:1px solid white;*/
	border-top:1px solid white;
	/*border-bottom:1px solid white;*/
}

/* Zone contenu de la page */
#zoneContenu {
	width:627px;
	float:left;
	background-color:#FFFFFF;
	border:1px solid white;
	/*border-top:1px solid white;
	border-bottom:1px solid white;*/
	min-height:477px;
}
#btBasPage {
	background-color:#FFFFFF;
	text-align:right;
}
#btBasPage a{
	font-size:10px;
}
/* Titre de la page */
#titrePage h1{
	font-size:18px;
	color:#03689e;
	text-decoration:underline;
	margin:10px 30px 10px 30px;
}

/* Zone droite */
#zoneDroite {
	float:left;
	width:170px;
	/*border-right:1px solid white;*/
	border-top:1px solid white;
	/*border-bottom:1px solid white;
	min-height:600px;*/
	background-color:#999;
}

/* Module actualités */
#moduleActu {
	width:170px;
	background-color:#03689e;
	background-image:url(../images/fond-actu.gif);
	background-position:top;
	background-repeat:no-repeat;
	min-height:164px;
}

#texteActu {
	padding:5px 30px 5px 5px;
}
.dateActu {
	font-weight:bold;
	font-size:12px;
	color:white;
	background-image:url(../images/fleche-blanche.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}
.titreActu {
	font-size:11px;
	font-weight:bold;
}
.contenuActu {
	font-size:10px;
	text-align:justify;
	margin-bottom:5px;
	color:white;
}

/* Module contact Droite */
#moduleContact {
	width:170px;
	height:139px;
	margin-top:1px;
	margin-bottom:1px;
}

/* Module recrutement */
#moduleRecrutement {
	width:170px;
	min-height:172px;
	background-image:url(../images/fond-recrutement.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#999;
}
#texteRecrutement {
	padding:30px 30px 5px 5px;
}
.elemRecrutement {
	font-size:10px;
	margin-bottom:10px;
	padding-left:20px;
	background-image:url(../images/fleche-blanche.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.elemRecrutement a{
	color:white;
}
.elemRecrutement a:hover{
	color:#000000;
}

/* Menus à gauche */

/* Onglet gris */
#zoneMenuGauche .ongletGris {
	background-color:#333;
	height:35px;
	width:170px;
	background-image:url(../images/coinHD.gif);
	background-position:top right;
	background-repeat:no-repeat;
	/*border-top:1px solid #333;
	border-right:1px solid #333;*/
}
#zoneMenuGauche .ongletGris h1 {
	width:160px;
	height:17px;
	margin:0 0 0 10px;
	padding:10px 0 0 0;
	line-height:14px;
}
#zoneMenuGauche .ongletGris h1 a {
	font-size:16px;
	color:white;
	font-weight:bold;
	background-image:url(../images/fleche-blanche.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	text-decoration:none;
}
#zoneMenuGauche .ongletGris h1 a:hover {
	color:#000;
}

/* Onglet orange 
.ongletOrange {
	background-color:#ff9629;
	height:35px;
	width:169px;
	background-image:url(../images/coinHD.gif);
	background-position:top right;
	background-repeat:no-repeat;
	border-top:1px solid #ff9629;
	border-right:1px solid #ff9629;
}
.ongletOrange h1 {
	width:160px;
	height:17px;
	padding:0px;
	margin:10px 0 0 10px;
	line-height:14px;
}
.ongletOrange h1 a {
	font-size:16px;
	color:white;
	font-weight:bold;
	background-image:url(../images/fleche-blanche.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	text-decoration:none;
}
.ongletOrange h1 a:hover {
	color:#000;
}
.contMenuOrange {
	background-color:#ff9629;
	border-bottom:1px solid white;
}
.contMenuOrange ul {
	padding:10px;
	margin:0 0 0 35px;
}
.contMenuOrange li {
	list-style-image:url(../images/fleche-blanche.gif);
	line-height:18px;
}
.contMenuOrange a {
	color:white;
}
.contMenuOrange a:hover {
	color:black;
}

/* Onglet bleu 
.ongletBleu {
	background-color:#03689e;
	height:35px;
	width:169px;
	background-image:url(../images/coinHD.gif);
	background-position:top right;
	background-repeat:no-repeat;
	border-top:1px solid #03689e;
	border-right:1px solid #03689e;
}
.ongletBleu h1 {
	width:160px;
	height:17px;
	padding:0px;
	margin:10px 0 0 10px;
	line-height:14px;
}
.ongletBleu h1 a {
	font-size:16px;
	color:white;
	font-weight:bold;
	background-image:url(../images/fleche-blanche.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	text-decoration:none;
}
.ongletBleu h1 a:hover {
	color:#000;
}
.contMenuBleu {
	background-color:#03689e;
	border-bottom:1px solid white;
}
.contMenuBleu ul {
	padding:10px;
	margin:0 0 0 35px;
}
.contMenuBleu li {
	list-style-image:url(../images/fleche-blanche.gif);
	line-height:18px;
}
.contMenuBleu a {
	color:white;
}
.contMenuBleu a:hover {
	color:black;
}

/* Separateur */
.sepMenu {
	width:170px;
	height:1px;
	background-color:#fff;
}
.elemActu {
	border:1px dotted #03689e;
	padding:10px;
	margin-bottom:10px;
}