/* CSS Document */

#contenu {
	clear: both;
	overflow: hidden;
}



/********************************/
/*             PAGE             */
/********************************/
div#page {
	float: right;
	width: 75%;
	background: #f9fafb;
	margin: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #324f59;
}
div#page div#ariane {
	font-size: 0.8em;
	padding: 10px 10px 0px 10px;
}
div#page h2 {
	font-size: 1.1em;
	padding: 10px;
	color: #46808a;
	border-bottom: solid 1px #324f59;
}

/* outils du contenu de la page */
div#page h2 span#outilsContenu {
	display: block;
	position: relative;
	top: 0;
	left: 74%;
	width: 25%;
	text-align: right;
}
#page h2 span#outilsContenu a {
	color:transparent;
	font-size:0.2em;
	float:right;
	width: 22px;
	height: 23px;
	position: relative;
	top:-24px;
	color: #fff;
}
#page h2 span#outilsContenu a.outil_moins {
	background:url(../img/outil_moins.gif) no-repeat;
}
#page h2 span#outilsContenu a.outil_plus {
	background:url(../img/outil_plus.gif) no-repeat;
}
#page h2 span#outilsContenu a.outil_def {
	background:url(../img/outil_defaut.gif) no-repeat;
}
#page h2 span#outilsContenu a.outil_imprime {
	background:url(../img/outil_imprime.gif) no-repeat;
}
#page h2 span#outilsContenu a.outil_mail {
	background:url(../img/outil_mail.gif) no-repeat;
}




div#zone1 {
	background: #e9eeef;
}

/********************************/
/*          MODE LISTE          */
/********************************/
div.liste {
	background: #e9eeef;
	padding: 10px;
	color: #324f59;
	font-size: 0.8em;
}
div.liste p {
	margin: 0 0 12px;
}
div.liste li {
	list-style: none;
	background: url(../img/puce_liste.gif) no-repeat left 3px;;
	padding: 0 0 8px 15px;
}
div.liste dt {
	border-top: solid 1px #FFFFFF;
	padding: 12px 0 0 22px;
	text-indent: -22px;
}
div.liste dt strong.num {
	display:inline-block;
	text-indent:0;
	width:22px;
}
div.liste dd {
	padding: 5px 0 12px 22px;
	border-bottom: solid 1px #c1d8dd;
}
/*----------------------------------------------*/
/* formulaire de recherche dans page recherche  */
/*----------------------------------------------*/
div.liste #rech {
	clear: both;
	overflow: hidden;
	height: 100%;
}
div.liste #rech label  {
	display: block;
	float: left;
	width: 15%;
	height: 18px;
}
div.liste #rech input  {
	display: block;
	float: left;
	width: 30%;
	border: solid 1px #003333; 
	height: 18px;
}
div.liste #rech input.trouver  {
	width: auto; 
	height: auto;
	background: #003333;
	color: #FFFFFF;
	padding: 0 0 1px 0;
	font-size: 0.9em;
}
/*----------------------------------------------*/
/* numerotation des pages - suivant - precedent */
/*----------------------------------------------*/
div#numerosPage {
	overflow: hidden;
	height: 100%;
	background: #fff;
	padding: 15px;
	text-align: center;
}
div#numerosPage strong {
	width: 24px;
	height: 24px;
	display: inline-block;
	text-align: center;
	background: url(../img/bg_numPage_liste_on.gif) no-repeat;
	color: #ffffff;
	font-size: 0.9em;
	padding: 4px 0 0 0;
}
div#numerosPage a {
	width: 24px;
	height: 24px;
	display: inline-block;
	text-align: center;
	background: url(../img/bg_numPage_liste.gif) no-repeat;
	color: #324f59;
	font-size: 0.9em;
	padding: 4px 0 0 0;
}
div#numerosPage a#retour, div#numerosPage a#suite {
	display: inline-block;
	width: 59px;
	height: 15px;
	text-align: center;
	color: #324f59;
	font-size: 0.8em;
	padding: 0;
	margin: 0 5px 0 0;
	background: none;
}




/********************************/
/*         MODE COMPLET         */
/********************************/
div.complet {
	background: #e9eeef;
	padding: 10px;
	color: #324f59;
	font-size: 0.8em;
	border-bottom: 1px solid #46808A;
}
div.complet ins {
	font-size: 0.8em;
	font-weight: bold;
	background: #fff;
	white-space: nowrap;
}
div.complet sup {
	font-size: 0.6em;
}
div.complet h3 {
	color: #d78106;
	margin: 18px 0 8px 0;
	font-size: 1.3em;
}
div.complet h4 {
	color: #324f59;
	margin: 15px 0 5px 0;
	font-size: 1.1em;
}
div.complet h4 a {
	color: #324f59;
}
div.complet h5 {
	color: #5d8a99;
	margin: 15px 0 5px 0;
	font-style: italic;
	font-size: 100%;
}
div.complet h6 {
	color: #ca7d0f;
	margin: 18px 0 0 30px;
	font-style: italic;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
}
div.complet address {
	background: #C9D8E0;
	color: #05326E;
	padding: 10px;
}
div.complet pre{
	border: solid 1px #05326E;
	color: #05326E;
	display: inline-block;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	margin:0 0 20px 0;
}
div.complet p {
	font-size: 0.9em;
	margin: 0 0 8px 0;
	width: 80%;
}
/*   hack ie6   */ 
* html div.complet p {
	width: auto;
}
/*   hack ie7   */ 
*+html div.complet p {
	width: auto;
}
div.complet ul {
	margin:  8px 0 8px 20px;
	width: 80%;
}
div.complet ul li {
	padding: 0 0 8px 0;
	list-style-image: url(../img/pic_liste.gif);
}

div.complet img.premiereImage {
	float: right;
	margin: 0 0 10px 10px;
	/*width: 150px;
	height: auto;*/
}
div.complet hr {
	clear: both;
	visibility: hidden;
	_margin: -7px 0;
	border: 0px none;
}
div.complet a.bouton {
	display: block;
	width: 70px;
	float: right;
	border: solid 1px #a7bec9;
	color: #335d6c;
	background: #d1dbdd url(../img/bg_bouton_clair.jpg) no-repeat;
	padding: 3px 5px 3px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
div.clavier {
	display: inline;
	border: solid 1px #235d7a;
	padding: 3px;
	font-size: 0.8em;
	color: #235d7a;
}

/* tableaux */
div.complet table {
	margin-bottom: 20px;
}
div.complet table caption {
	padding: 4px;
	text-align: center;
	background-color: #235d7a;
	color: #FFFFFF;
}
div.complet table th {
	padding: 4px;
	text-align: right;
	background-color: #d1dbdd;
	border-bottom: solid 1px #E9EEEF;
}
div.complet table td {
	padding: 4px;
	text-align: left;
	border-bottom: solid 1px #d1dbdd;
}


/********************************/
/*           DIAPORAMA          */
/********************************/
div.complet div.diaporama {
	margin: 25px 0;
	overflow: hidden;
}
div.complet div.diaporama h4 {
	color: #324F59;
	margin: 15px 0 0 0;
	background: url(../img/bg_h4_diapo.gif) no-repeat;
	font-size: 0.85em;
	width: 120px;
	padding: 5px 0 0 5px;
}
div.complet div.diaporama ul {
	border-bottom: solid 1px #324F59;
	border-right: solid 1px #324F59;
	border-left: solid 1px #324F59;
	overflow: hidden;
	height: 100%;
	background: #FFFFFF url(../img/bg_diaporama.gif) no-repeat left top;
	margin: 0;
}
div.complet div.diaporama ul li {
	float: left;
	margin: 0 10px 0 0;
	padding: 8px;
	list-style: none;
}
div.complet div.diaporama ul li img {
	width: 75px;
	height: 75px;
	margin: 0;
	display: block;
}
div.complet div.diaporama ul li span {
	display: block;
	font-size: 0.8em;
	text-align: center;
}

/********************************/
/*           FICHIERS          */
/********************************/
div.complet h4.load {
	color: #b26306;
	margin: 15px 0 0 0;
	background: url(../img/bg_h4_load.gif) no-repeat;
	font-size: 0.85em;
	width: 120px;
	padding: 5px 0 0 5px;
}
div.complet div.fichiers {
	overflow: hidden;
	background: #ecd098;
	padding: 8px;
}
div.complet div.fichiers ul {
	margin: 0;
}
div.complet div.fichiers ul li {
	list-style: none;
	padding: 0;
}
div.complet div.fichiers ul li a {
	background: url(../img/pic_pdf.gif) no-repeat;
	padding: 0 0 0 25px;
	text-decoration: none;
	color: #7e2a21;
}


/********************************/
/*             LIENS            */
/********************************/
div.complet h4.link {
	color: #003366;
	margin: 15px 0 0 0;
	background: url(../img/bg_h4_link.gif) no-repeat;
	font-size: 0.85em;
	width: 120px;
	padding: 5px 0 0 5px;
}
div.complet div.liens {
	overflow: hidden;
	background: #c9d8e0;
	padding: 8px;
}
div.complet div.liens ul {
	margin: 0;
}
div.complet div.liens ul li {
	list-style: none;
	padding: 0;
}
div.complet div.liens ul li a {
	background: url(../img/pic_url.gif) no-repeat;
	padding: 0 0 0 25px;
	text-decoration: none;
	color: #003366;
}
