/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}


/* BALISES HTML */
body {
	background-color: #0071b9;
	height: 100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a img {
	border: none;
}


/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* conteneur global */
#conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	
	z-index: 1;
	
	background-image: url(images/page_bg_conteneur.gif);
	background-repeat: repeat-y;
	
	background-color: #FFFFFF;
	
	height: 598px;
	
	
}
/* Hack pour regler une hauteur mini a la fois sous ie et firefox (ie ne reconnait pas le min height, les ligne suivantes ne sont reconnues que par firefox) */
html>body #conteneur {
	height: auto;
	min-height: 598px;
}

/* BANDEAU */
#bandeau {
	width: 1020px;
	height: 150px;
}

/* LOGO */
h1 {
	width: 259px;
	height: 150px;
	
	float: left;
	
	background-color: #fff;
	
	background-image: url(images/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h1 img {
	margin: 0px 0px 0px 70px;
}
#bandeau p {
	float: left;
	width: 761px;
	height: 150px;
	
	background-color: #0071b9;

}
#bandeau p img {
	vertical-align: middle;
}
#bandeau p a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
#bandeau p a:hover {
	text-decoration: underline;
}



/* BANDEAU GAUCHE */
#bandeau_gauche {
	float: left;
	width: 259px;
	height: 448px;
	
	background-color: #0573b8;
	
	overflow: hidden;
}

#block_navrecherche {
	height: 181px;
	padding: 18px 0px 0px 0px;
	
	background-color: #fff;
}

ul#navigation {
	list-style-type: none;
}
ul#navigation li {
	display: inline;	
}

ul#navigation li a, p.accueil {
	display: block;
	text-align: right;
	padding: 0px 47px 0px 0px;
	height: 17px;
	
	background-image: url(images/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
ul#navigation li a img,  p.accueil img {
	margin: 4px 0px 0px 0px;
}
/* RECHERCHE */
#recherche {
	margin: 65px 12px 0px 0px;
	text-align: right;
}
#recherche p {
	color: #0071b9;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#recherche img, #recherche input {
	vertical-align: middle;

}
#recherche input {
	color: #000;
	border: 1px solid #d0d0d0;
	width: 85px;

}

ul#pratiques {
	height: 249px;
	list-style-type: none;
	
	background-image: url(images/bg_pratique.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	
	padding: 13px 0px 0px 59px;
	
	margin: 0;
}

ul#pratiques li {
	display: inline;
}
ul#pratiques li a, ul#pratiques li {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}
ul#pratiques li a:hover {
	text-decoration: underline;
}

/* CONTENU */
#contenu {
	float: left;
	
	width: 761px;
	height: 448px;
	background-image: url(images/bg_contenu.jpg);
	background-repeat: repeat-x;

}

#texte {
	width: 295px;
	height: 423px;
	
	background-image: url(images/bg_texte.jpg);
	background-repeat: no-repeat;
	
	padding: 25px 0px 0px 433px;
}
#block {
	width: 275px;
	height: 175px;
	
	overflow: hidden;
}
#block img {
	float: left;
	margin: 0px 5px 0px 0px;
}
#texte_block_titre {
	margin: 0px 0px 8px 0px;
}
h2 a {
	color: #0071b9;
	font-size: 14px;
	font-weight: bold;
	
	text-transform: uppercase;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
.info_echo {
	color: #b92700;
	font-size: 11px;
	
	margin: 0px 0px 20px 0px;
}
.chapo_echo {
	color: #0071b9;
	font-size: 11px;
	font-weight: bold;
}

#recrute {
	margin: 140px 0px 0px 90px;
}