/* STRUCTURE
-----------------------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #2c2c2c;
	font: 12px Arial, Tahoma , Helvetica, sans-serif;
	/* .822 = 10; .91 = 11 ; .95 = 12; 1.1 = 13; 1.15 = 14; 1.35 = 16 (px)*/
}

.site_full { margin: 0 10px; }
.site{
	width: 980px;
	margin: 0 auto;
}
	.contenu_externe_site {
		background-color: rgba( 255, 255, 255, .2);
		border: 1px solid #555;
		-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .3);
		box-shadow: 0 0 5px rgba( 0, 0, 0, .3);
		padding: 8px;
	}
		.contenu_site {
			padding-bottom:20px;
			background : #cddd3d;
			background: -moz-radial-gradient(center, ellipse cover,  rgba(249,251,230,1) 0%, rgba(201,218,42,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(249,251,230,1)), color-stop(100%,rgba(201,218,42,1))); /* Chrome,Safari4+ */
			background: -ms-radial-gradient(center, ellipse cover,  rgba(249,251,230,1) 0%,rgba(201,218,42,1) 100%); /* IE10+ */
			background: -webkit-radial-gradient(center, ellipse cover, rgba(249,251,230,1) 0%,rgba(201,218,42,1) 100%); /* Chrome10+,Safari5.1+ */
		}
			.col_principale {

			}
				.col_gauche {
					width: 265px;
					margin: 0 20px 20px 10px;
					float: left;
					padding: 15px 20px 15px 15px;
				}
				.col_gauche_accueil{
					width: 280px;
					margin: 10px 25px 0;
				}
				.col_milieu {
					width: 650px;
				}
				.col_full_size {
					width: 100%;
				}
					.col_conteneur {
					}
					.col_contenu {
						width: 620px;
					}
				.col_droite {
					width: 265px;
					margin: 0 20px 20px 10px;
					float: right;
					padding: 0 20px 15px 15px;
				}

/*** CHARGEMENT FONTS ***/
@font-face {
	font-family: 'DIM_medium';
	src: url('../../../commun/font/DIN_Medium.ttf');
}
@font-face {
	font-family: 'DINMittelschrift';
	src: url('../../../commun/font/DINMITTE.TTF');
}
@font-face {
	font-family: 'DIN_black';
	src: url('../../../commun/font/DIN_Black.ttf');
}

/*** LIEN VERS MOBILE ***/
.btn_lien_vmobile  {
	text-align: center;
	margin: 20px 0 8px;
}
.btn_lien_vmobile  a {
	text-align: center;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 -1px 1px #145072;
	font-weight: bold;
	position: relative;
	z-index: 2;
	padding: 18px 36px;
	background: url(../../image/mobile.png) 0 center no-repeat;
}
.btn_lien_vmobile a:hover {
	color: #000;
	text-decoration: underline;
	background-image: none;
}
.btn_lien_vmobile a:hover span { display: block; }
.btn_lien_vmobile img { vertical-align: middle; }
.btn_lien_vmobile span {
	display: none;
	position: absolute;
	top: -125px;
	left: 0;
	z-index: -1;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0, .7);
	box-shadow: 0 0 5px rgba(0,0,0, .5);
	background-color: #fff;
	padding-bottom: 20px;
}

/* CONTENU
-----------------------------------------------------------------------------------------------------------*/
.contenu  { /* ne pas troucher */ }
.contenu p{
	line-height: 19px;
}
.conteneur_page, .conteneur_page_full_size {
	width: 640px;
	float: left;
	border: 1px solid #FFF;
	margin-bottom:15px;
	background-color : #FFF;
	min-height: 400px;
	-webkit-box-shadow:  1px 3px 5px 1px rgba(0, 0, 0, 0.2);
	box-shadow:  1px 3px 5px 1px rgba(0, 0, 0, 0.2);
}
.conteneur_page_full_size{
	width: 100%;
}
.content_page{
	background: url("../../image/background_article_accueil.png") right top no-repeat transparent;
	padding: 20px;
}
.contenu .image {
	padding: 4px;
	border: 1px solid #BBB;
	margin: 4px;
}

/*** ENTETE ****/
.contenu .contenu_entete {

}
.contenu  .contenu_entete  h2, .contenu  .contenu_entete  h2.groupe {

}
.contenu  .contenu_entete  h2.groupe {	margin: 3px 0 0; }
.contenu  .contenu_entete .sous_titre {
	font-size: 1.1em;
	color: #000;
	margin: 0;
	padding: 0;
}


/*** FIL D'ARIANE ***/
.contenu .fildariane {
	font-size: .91em;
	background-color: #fff;
	padding: 10px;
	margin: 0;
	border-bottom: 4px solid #BBB;
}
.contenu .fildariane_start { float: left; }
.contenu .fildariane ul { margin: 0; padding: 0; }
.contenu .fildariane li {
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 5px;
	background: url(../../image/fildariane.gif) 100% 50% no-repeat;
}
.fildariane li {
	line-height: 10px !important;
} 

/*:LVHA
.contenu .fildariane a { color: #DFDFDF; }
.contenu .fildariane a:visited { color: #DFDFDF; }
.contenu .fildariane a:hover { color: #DFDFDF; }
.contenu .fildariane a:active { color: #6bc3e9;}
*/

/*** IMAGES ***/
.image_border{
	border: 2px solid #cedc3c;
}
/*** TITRE ****/
.contenu h2 {
	color: #F26F21;
	margin: 10px 0 15px;
	padding: 0;
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
	font-family: 'DIM_medium';
}
.contenu h3 {
	color: #4A9203;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 5px;
	padding: 10px 0 0;
	font-family: 'DIM_medium';
}
.contenu h4 {
	color: #333;
	font-size: 15px;
	margin: 5px 0;
}
.contenu h5 {
	color: #444;
	font-size: 1em;
	margin:0;
	line-height: 19px;
}
.contenu h6 {
	color: #444;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin: 5px 0;
}
.contenu h2 small, .contenu h3 small, .contenu h4 small, .contenu h5 small, .contenu h6 small { font-weight: normal; }

/**** LISTE ****/
.contenu ul, .contenu ol { margin: 0 2em; padding: 0; }
.contenu ul li {
	list-style-image: url(../../image/puce.png);
	line-height: 19px;
}
.contenu dl {
	font-size: 1em;
	font-weight: 100;
	position: static;
	padding: 0;
	margin-bottom: 10px;
}
.contenu dt {
	font-size: 1em;
	color: #747474;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.contenu dd {
	/*font-size:1em;
	padding : 2px 5px 15px 20px;*/
}

/*** TABLEAU ***/
.contenu table{
	width: 100%;
}
.contenu table th{
	height: 40px;
	border-collapse: collapse;
	background: #d4df73;
}
.contenu table td{
	height: 40px;
	border-collapse: collapse;
	background-color:#ecf2c2;
	padding-left: 8px;
}
/*.contenu table td:nth-child(2n+1){
	background-color:#ecf2c2;
}

/*** LIEN: LVHA ***/
a {
	color: #f26F21;
	text-decoration: underline;
}
/*a:visited { color: #557891; }*/
a:hover { color: #555; text-decoration: none; }

a.suite_droite, a.suite_gauche, a.precedent_droite, a.precedent_gauche { padding-left: 16px; }
a.suite_droite {	background: url(../../image/suite-droite.gif) 100% 60% no-repeat; }
a.suite_gauche {	background: url(../../image/suite-droite.gif) 0 60% no-repeat; }
a.precedent_droite {	background: url(../../image/suite-gauche.gif) 100% 60% no-repeat; }
a.precedent_gauche {	background: url(../../image/suite-gauche.gif) 0 60% no-repeat; }
a.lien_popup {
	padding-right: 20px;
	background: url(../../../commun/image/ico_popup.png) 100% 60% no-repeat;
}

/* Extension */
a.fichier_doc, a.fichier_txt, a.fichier_xls, a.fichier_rss , a.fichier_app, a.fichier_pdf, a.fichier_zip, a.fichier_pic , a.fichier_mov, a.fichier_snd {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}

a.fichier_doc { background-image: url(../../../commun/image/icofile/css_doc.png); }
a.fichier_txt { background-image: url(../../../commun/image/icofile/css_txt.png); }
a.fichier_xls { background-image: url(../../../commun/image/icofile/css_xls.gif); }
a.fichier_rss { background-image: url(../../../commun/image/icofile/css_rss.gif); }
a.fichier_app { background-image: url(../../../commun/image/icofile/css_app.gif); }
a.fichier_pdf { background-image: url(../../../commun/image/icofile/css_pdf.gif); }
a.fichier_zip { background-image: url(../../../commun/image/icofile/css_zip.gif); }
a.fichier_pic { background-image: url(../../../commun/image/icofile/css_pic.gif); }
a.fichier_mov { background-image: url(../../../commun/image/icofile/css_mov.gif); }
a.fichier_snd { background-image: url(../../../commun/image/icofile/css_snd.gif); }

/*** TEXTE ****/
.normal-text { font-size: 1em; }
.medium-text { font-size: .9em; }
.small-text { font-size: .8em; }
.date-text {
	font: normal .8em arial, Helvetica, sans-serif;
	color: #666;
}

.info-text {
	font-size: 1em;
	color: #c00;
}

pre {
	border-left: 5px solid #EFECE2;
	padding: 1em;
	margin: 1em 0;
	font-size: 1.2em;
	background: #FaF9F5;
	overflow: auto;
}
code {
	background-color: #fff;
	border-bottom: 1px solid #CCC;
	color: #060;
	padding: 2px 4px;
}
kbd {
	background-color: #FAF6F6;
	border-color: #EDD;
	font-size: 1.1em;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	color: #222;
	padding: 0 2px;
}
blockquote {
	margin: 10px 50px ;
	padding-left: 10px;
	border-left: 3px solid #ccc;
	color: #777;
	font-style: italic;
}

/* FORMULAIRE
-----------------------------------------------------------------------------------------------------------*/
form {}
fieldset {
	padding: 10px;
	border: 1px solid #bbb;
	margin: 10px 0;
}
legend {
	color: #4a9203;
	font-size: 1.15em;
	font-weight: bold;
}
fieldset.groupe {
	margin: 0 3em;
	border: 1px solid #bfb8bf;
}

.contenu_form {background: #ecf2c2;padding-bottom: 10px;}
.obligatoire { font-weight: bold; }

.xInput:focus, .fInput:focus, .gInput:focus, .nInput:focus, .mInput:focus, .sInput:focus, .lInput:focus, .tInput:focus, .spinInput:focus, select:focus, textarea:focus {
	border: 1px solid #F7941D;
}
textarea, select, search, .xInput, .fInput, .gInput, .nInput, .mInput, .sInput, .lInput, .tInput, .spinInput {
	border: 1px solid #bbb;
	padding: 2px;
	border-radius: 3px;
}
.input_search{
	border-radius : 20px;
	padding-left: 35px;
	height: 32px;
	width: 105px;
	border: none;

	-webkit-box-shadow:  1px 2px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow:  1px 2px 5px 5px rgba(0, 0, 0, 0.1);
}
/*** BOUTON ***/
.bouton, .bouton:focus, .bouton_recherche_annuaire {
	font-size: 1em;
	cursor: pointer;
	border-radius: 3px;
	color: #fff;
	text-decoration:none;
	display: inline-block;
	font-weight: bold;
	padding: 6px 25px;

	background-color: #3c6ab3;
	background-image: -webkit-linear-gradient( #4A9203 50%, #4E9904 50%); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #4A9203 50%, #4E9904 50%); /* FF3.6+ */
	background-image:     -ms-linear-gradient( #4A9203 50%, #4E9904 50%); /* IE10+ */
	background-image:      -o-linear-gradient( #4A9203 50%, #4E9904 50%); /* Opera 11.10+ */
	background-image:         linear-gradient( #4A9203 50%, #4E9904 50%);
	border: none;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.bouton:hover {
	color: #dbdbdb;

	/*
	background-color: #000;
	background-image: -webkit-linear-gradient( #404040 50%, #000 50%);
	background-image:    -moz-linear-gradient( #404040 50%, #000 50%);
	background-image:     -ms-linear-gradient( #404040 50%, #000 50%);
	background-image:      -o-linear-gradient( #404040 50%, #000 50%);
	background-image:         linear-gradient( #404040 50%, #000 50%);
	*/
}

.bouton_recherche_annuaire{
	margin-left: 15px !important;
	padding: 2px 25px !important;
}

/* Bouton identification facebook_twitter */
a.connect_facebook, a.connect_twitter {
	padding: 6px 4px 6px 26px;
	border: 1px solid #7F9DB9;
	border-radius: 4px;
	display: inline-block;
	margin: 2px 0;
	min-width: 150px;
	color: #666;
}
a.connect_facebook{ background: #DDEEF6 url(../../../commun/image/connect_facebook_min.png) no-repeat 4px 50%; }
a.connect_twitter{ background: #DDEEF6 url(../../../commun/image/connect_twitter_min.png) no-repeat 4px 50%; }

.bouton_recherche{
	border: none;
	position: absolute;
	top : 10px;
	cursor: pointer;
	background: none;
	right: 137px;
	top: 24px;
}

/*** RECHERCHE ***/
fieldset.form_recherche { border: none; }
fieldset.form_recherche  > div {

}
fieldset.form_recherche > legend  {
	color: #4a9203;
	font-size: 1.35em;
}

/* LISTE DE RESULTAT
-----------------------------------------------------------------------------------------------------------*/
.table_liste {
	border: 1px solid #DFDFDF;
	border-collapse: collapse;
	background-color: #FFF;
}
.table_liste th {
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-collapse: collapse;
	white-space: nowrap;
	padding: 2px 4px;
	background-color: #F0F0F0;
	color: #999;
}
.table_liste td {
	border: 1px solid #DFDFDF;
	padding: 2px 4px;
}

/*** TABLEAUX ASSISSTES ***/
.no_background{
	background: none !important;
}

/*** VERT (#C9DA2A) ***/
.table_couleur1 th {
	background: #d4df73 !important;
}
.table_couleur1 td {
	background-color:#f7f7f7 !important;
}
.table_couleur1 td:nth-child(2n+1){
	background-color:#ecf2c2 !important;
}

/*** ORANGE (#F26F21) ***/
.table_couleur2 th {
	background: #f69a63 !important;
}
.table_couleur2 td {
	background-color:#f7f7f7 !important;
}
.table_couleur2 td:nth-child(2n+1){
	background-color:#fbd4bc !important;
}

/*** JAUNE (#FDBD10) ***/
.table_couleur3 th {
	background: #fed157 !important;
}
.table_couleur3 td {
	background-color:#f7f7f7 !important;
}
.table_couleur3 td:nth-child(2n+1){
	background-color:#feebb7 !important;
}

/*** BLEU (#0082C9) ***/
.table_couleur4 th {
	background: #4ca7d9 !important;
}
.table_couleur4 td {
	background-color:#f7f7f7 !important;
}
.table_couleur4 td:nth-child(2n+1){
	background-color:#b2d9ef !important;
}
/*** VIDE (#FFF) ***/
.table_couleur5 tr:first-child{
	border-top: 1px solid #DFDFDF !important;
}
.table_couleur5 th {
	background: #fff !important;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-collapse: collapse;
}
.table_couleur5 th:first-child {
	background: #fff !important;
	border-left: 1px solid #DFDFDF;
	border-collapse: collapse;
}
.table_couleur5 td{
	background: #fff !important;
	border: 1px solid #DFDFDF;
}
.table_couleur5 td:first-child{
}
/* A virer */
dl.resultats { margin-bottom: 0; }
dl.resultats dt {
	padding: 1px .5em !important;
	border: 1px solid #eee;
	border-bottom: none;
	background-color: #eee;
}
dl.resultats dt a{
	color: #F2000B !important;
	text-decoration: none !important;
}
dl.resultats dt a:hover{
	color: #ff8300 !important;
	text-decoration: underline !important;
}
dl.resultats dd{
	border: 1px solid #eee;
	border-top: none;
	margin : 0 0 1.5em;
	padding: 1em 1em 0 !important;
	background-color: #f9f9f9;
}

dl.resultats .resultno { padding-right: .3em; }
dl.comments {
	font-size: 1em;
	line-height: 1.6em;
}
dl.comments dt {
	padding: .5em;
	background: #f9f9f9;
	font-weight: normal;
}
dl.comments dd {
	padding: .2em 1.5em 1em;
	margin-bottom: 1em;
	background: #f9f9f9;
	font-size: .9em;
}
dl.comments .postno {
	padding-right: .2em;
	border-right: 1px solid #ccc;
	margin-right: 2px;
	font-size: 1.7em;
}

/* INFORMATION, ALERTE
-----------------------------------------------------------------------------------------------------------*/
.note {
	margin-top: 1em;
	font-size: 10px;
}
.note {
	line-height: 12px;
}
.info {
	padding-left: 18px;
	background: transparent url(../../image/info.gif) 0 50% no-repeat;
}

/*** BOITE INFO (information) et AIDE (helpBox) ***/
.helpBoxInfos-ON {
	color: #000;
	background: #F8FAFC url(../../image/help-information.png) 15px 50% no-repeat;
	text-align: left;
	padding: 5px 10px 5px 45px;
	border: 1px solid #B5D4FE;
	margin: 0 0 1em;
	border-radius: 5px;
}
.help-interrogation { background: #F8FAFC url(../../image/help-interrogation.png) 15px 50% no-repeat; }
.help-attention {
	background: #FFF7C0 url(../../image/help-attention.png) 15px 50% no-repeat;
	border-color: #ffd324;
}
.help-critique {
	background: #FFF7C0 url(../../image/help-critique.png) 15px 50% no-repeat;
	border-color: #ffd324;
}
.help-form-echec {
	background: #ECD4D4 url(../../image/help-form-echec.png) 15px 50% no-repeat;
	border-color: #E94E4A;
}
.help-form-ok {
	background: #D4ECD5 url(../../image/help-form-ok.png) 15px 50% no-repeat;
	border-color: #84DA54;
}

.information, .information_marge {
	margin: 0;
	border: 1px solid #C93;
	background-color: #FFC;
	padding: .5em;
}
.information_marge { margin: .5em 0; }
.information_interieur { padding: .5em 1em; }

.message_aucun_resultat {
	color: #000;
	background: #F8FAFC url(../../image/help-information.png) 15px 50% no-repeat;
	text-align: left;
	padding: 5px 10px 5px 45px;
	border: 1px solid #B5D4FE;
	margin: 0 0 1em;
	border-radius: 5px;
}
.message_module_vide {}

/* AJAX
-----------------------------------------------------------------------------------------------------------*/
.ajaxloading_small, .ajaxloading_medium, .ajaxloading_big,
.ajaxloading_small_dialog, .ajaxloading_medium_dialog, .ajaxloading_big_dialog {
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.ajaxloading_small, .ajaxloading_small_dialog { background-image: url(../../image/ajax_small.gif) !important; }
.ajaxloading_small { min-height: 16px !important; }
.ajaxloading_medium, .ajaxloading_medium_dialog { background-image: url(../../image/ajax_medium.gif) !important; }
.ajaxloading_medium { min-height:  32px !important; }
.ajaxloading_big , .ajaxloading_big_dialog {	background-image: url(../../image/ajax_big.gif) !important; }
.ajaxloading_big { min-height: 128px !important; }

.ajaxloading_disableForm   {
	padding: 8px 0 0 8px;
	float: left;
}
.ajaxloading_medium_spin, .ajaxloading_medium_spin_ie {
	display: inline-block;
	width: 32px;
	height: 32px;
	float: left;
}
.ajaxloading_medium_spin { background-image: url(../../image/ajax_medium_spin.png); }
.ajaxloading_medium_spin_ie { background-image: url(../../image/ajax_medium.gif); }

/* ELEMENT
-----------------------------------------------------------------------------------------------------------*/

/*** PAGINATION ***/
.pagination {
	margin-top: 20px;
	border-top: 1px solid #BBB;
	padding: 2px 5px;
}
.pagination a {
	border: 1px solid #BBB;
	padding: 0 6px;
	text-decoration: none;
}
.pagination a:hover { background-color: #fff; }
.pagination_courant { padding: 0 4px; }
.pagination_navigation { float: right; margin-top: 2px; }
.pagination_cesure { padding: 0; }
.pagination .fleche { border: none; padding: 0; }
.pagination .fleche:hover { background-color: transparent; }
.pagination img {
	border: none;
	height: 16px;
	margin-bottom: 2px;
	vertical-align: middle;
	width: 16px;
}

/*** LANGUE ***/
.drapeau_langue {
	text-align: right;
	padding-right: 7px;
}

/*** MESSAGE VALIDATION ***/
.ok h3 {
	font-weight: bold;
	font-size: 14px;
	color: #54be48;
	margin: 0;
}
.ok {
	padding: 1em ;
	margin: 1em;
	min-height: 80px;
	border: 4px solid #54be48;
}
.ok a { color: #54be48; }
.ok ul { margin: 2em; }
.ok ul li {
	list-style: square;
	list-style-image: none;
}

/*** 404 ***/
.p404 h3 {
	font-weight: bold;
	border-color: #de2523;
	font-size: 14px;
	color: #de2523;
	margin: 0;
}
.p404 {
	padding: 1em;
	margin: 1em;
	min-height: 100px;
	border-left: 4px solid #DE2523;
}
.p404 a { color: #de2523; }
.p404 ul { margin: 2em; }
.p404 ul li {
	list-style: square;
	list-style-image: none;
}

/*** Bas de contenu ***/
.contenu_bas {
	margin: 10px 0 0;
	background-color: #F3F3F3;
	border: 1px solid #F3F3F3;
	padding: .5em;
	border-radius: 5px;
}
.contenu_bas ul {	margin: 0;}
.contenu_bas li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

/*** DATE PICKER ***/
.embed + img { position: relative; margin-left: -21px; top: 3px; padding-right: 5px }

/*** OVERLABEL  ***/
.overlabel-defaut {
	color: #666;
	cursor: text;
	margin: 4px 0 0 4px;
}

/*** CAPTCHA ***/
table.captcha {
	padding: 0;
	margin: 0;
	width: 210px;
}
img.captcha {
	padding: 3px;
	border: 1px solid #DFDFDF;
}
.captchaInput { width: 210px; }

/*** TOP ***/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: #f26f21 url(../../image/totop.png) center center no-repeat;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0, .5);
	box-shadow: 0 0 5px rgba(0,0,0, .5);
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
#toTop:hover { background-color: #555; }
#toTop:active, #toTop:focus { outline: none; }

/*** HEADER ***/
.container_header {
	width : 100%;
	background: url("../../image/background_header.jpg") center top no-repeat #252525;
}

/*** BANDEAU OUTILS ***/
.bandeau_outils{
	height: 42px;
	z-index: 9000;
	position: relative;
}
.bandeau_outils .content-xleft{
	width: 645px;
	background-color: #201f1f;
}
.bandeau_outils .content-xright{
	width: 335px;
	/*background-color: rgba ( 0, 0, 0, 0.43 );*/
	background: url("../../image/background_bandeau_outils_right.png") repeat transparent left top;
}
.bandeau_outils .content-xright h2{
	display: none;
}
.bandeau_outils .content-xright ul{
	margin: 11.5px 0;
	padding: 0;
}
.bandeau_outils .content-xright li{
	list-style: none;
	display: inline;
}
.bandeau_outils .content-xright li:first-child a{
	background: url("../../image/picto_news.png") left center transparent no-repeat;
}
.bandeau_outils .content-xright li:first-child + li a{
	background: url("../../image/picto_contact.png") left center transparent no-repeat;
}
.bandeau_outils .content-xright li:first-child + li + li a{
	background: url("../../image/picto_plan.png") left center transparent no-repeat;
}
.bandeau_outils .content-xright li a{
	padding-left: 30px;
	margin: 0 0 0 15px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.54);
	font-family: 'DINMittelschrift';
}
.bandeau_outils .content-xright li a:hover{
	text-decoration: underline;
}

/*** MENU ***/
.container_ombre{
	width: 100%;
	height: 85px;
	background: url("../../image/background_bottom_menu.png") no-repeat bottom center transparent;
}
.container_menu{
	width: 100%;
	height : 69px;
	background : #FFF;
	background: -moz-linear-gradient(top,  rgba(212,212,212,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,212,212,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -ms-linear-gradient(top,  rgba(212,212,212,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(212,212,212,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

}

/*** CONTENU PIED ***/
.conteneur_pied{
	height: 88px;
	background : #FFF;
	width: 100%;
}
.contenu_pied{
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.contenu_pied .logo{
	margin-top: 17px;
	float: left;
}
.contenu_pied .coordonnes{
	font-size: 10px;
	color: #565656;
	padding-left: 25px;
	padding-top : 5px;
	float: left;
}
.contenu_pied .lienFooterOutils{
	position: absolute;
	right: 0;
	top : 0;
	background: url("../../image/background_lien_footer_outils.png") left top no-repeat transparent;
	padding: 14px 20px;
	width: 70px;
	height: 88px;
	text-align: center;
	margin-right: 10px;
}
.contenu_pied .lienFooterOutils a{
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.54);
	font-family: 'DIN_black';
	font-size: 14px;
}

/*** PAGE CONTENU ***/
.conteneur_menu_gauche{
	background : url("../../image/background_menu.png") left top repeat transparent;
}
.menu_interne h2{
	color: #313131;
	font-size: 20px;
	font-family: 'DIM_medium';
	font-weight:normal;
	margin: 10px 0;
}
.menu_interne ul{
	margin: 0;
	padding: 0;
}
.menu_interne li{
	list-style: none !important;
}

.menu_interne ul li {
	margin-bottom:10px;
	list-style-image:none  !important;
}

.menu_interne ul li ul{
	padding-top:5px;
}

.menu_interne ul li li ul{
	padding-top:0px;
}

.menu_interne ul li li {
	margin-bottom:0;
}

.menu_interne ul li a{
	/*color: #3e3e3e;*/
	/*background: url("../../image/suite-droite_menu.png") left center transparent no-repeat;*/
	/*padding-left: 15px;*/
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	color:#6e6e6e;
	font-size:14px;
}

.menu_interne ul li li a{	
	font-size:12px;
}

.menu_interne li a:hover{
	text-decoration: underline;
}
.menu_interne li:FIRST-CHILD{
	border-top : 0px solid #c8c8c8;
}


/*------------------*/

.togMenuInterne-open , .togMenuInterne-close , .togMenuInterne-end {
	display:inline-block;
	width:10px;
	height:10px;	
	margin-right:5px;	
}

.togMenuInterne-open , .togMenuInterne-close , .togMenuInterne-end {
	cursor:pointer;
}


.menu_interne  li .togMenuInterne {
	background: url("../../image/suite-droite_menu.png") left center transparent no-repeat;
}

.menu_interne  li  li .togMenuInterne {
	background: url("../../image/puce.gif") left center transparent no-repeat;
}

.menu_interne  li  li  li .togMenuInterne {
	background: url("../../image/puce_noir.gif") left center transparent no-repeat;
}


.menu_interne  li .togMenuInterne-end{	
	background: url("../../image/suite-droite_menu.png") left center transparent no-repeat;
}
.menu_interne  li li .togMenuInterne-end{
	background: url("../../image/puce.gif") left center transparent no-repeat;
}
.menu_interne  li  li  li .togMenuInterne-end{
	background: url("../../image/puce_noir.gif") left center transparent no-repeat;
}


.menu_interne  li .togMenuInterne-open{	
	background: url("../../image/suite-droite_menu1_open.png") left center transparent no-repeat;
}
.menu_interne  li li .togMenuInterne-open{
	background: url("../../image/suite-droite_menu2_open.png") left center transparent no-repeat;
}
.menu_interne  li  li  li .togMenuInterne-open{
	background: url("../../image/suite-droite_menu2_open.png") left center transparent no-repeat;
}

/*
.menu_interne  li .togMenuInterne-close{
	background:red;
}
*/
.menu_interne  li  .togMenuInterne-close{
	background: url("../../image/suite-droite_menu1_close.png") left center transparent no-repeat;
}
.menu_interne  li li .togMenuInterne-close{
	background: url("../../image/suite-droite_menu2_close.png") left center transparent no-repeat;
}
.menu_interne  li  li  li .togMenuInterne-close{
	background: url("../../image/suite-droite_menu2_close.png") left center transparent no-repeat;
}

/*------------------*/

.conteneur_menu_droite{
	background : rgba(255, 255, 255, 0.29);
}
.autres_article{

}

/* PERMET DE CACHER LE SOUS MENU QUAND IL N'EST PAS ACTIF */
.menu_interne li li ul{
	display : none;
}
.menu_interne li .actif ul{
	display : block;
}
.menu_interne li li li a{
	font-weight: normal;
}
.menu_interne li .actif li a{
/*	font-weight: bold;
	color: #313131;*/
}


/* PERMET DE CACHER LE SOUS MENU QUAND IL N'EST PAS ACTIF */
.menu_interne a{
	color:#313131;
}

.menu_interne li ul{
	display : none;
	margin-left: 5px;
}
.menu_interne .actif ul{
	display : block;
	margin-left: 10px;
}
.menu_interne li ul li{
	border-top : 0px solid #c8c8c8;
	padding: 0;
}
.menu_interne li ul li a{
	/*background: url("../../image/suite-droite_menu.png") left center transparent no-repeat;*/
	font-weight: normal;
	/*color: #000;*/
	/*padding-left: 12px;*/
}
.menu_interne .actif  strong a{
	font-weight: bold;
	color: #313131;
}
.menu_interne .actif  strong ul a{
	font-weight: normal;
	color: #313131;
}

/* 3eme niveau */
.menu_interne li ul li ul li a{
	/*background: url("../../image/puce.gif") left center transparent no-repeat;*/
	font-weight: normal;
	/*color: #000;*/
}

/* 4eme niveau */
.menu_interne li ul li ul li ul li a{
	/*background: url("../../image/puce_noir.gif") left center transparent no-repeat;*/
	font-weight: normal;
	/*color: #000;*/
}

/*** CONTENT PAGE ***/
.content_page .contenu_entete h2{
	color: #f26f21;
	font-size: 20px;
	font-family: 'DIM_medium';
	background:url(../../image/logo_content.png) left center no-repeat transparent;
	padding-left:38px;
	min-height:35px;
	font-weight: normal;
	margin:0;
}

/*** CAROUSSEL ***/
.container_caroussel{
	width: 700px;
	height: 223px;
	margin: 0 auto;
	position:absolute;
	top:0;
	left : 50%;
	margin-left : -350px;
}
.container_caroussel_content{
	width: 700px;
	height: 223px;
	margin: 0 auto;
	position:absolute;
	top:0;
	left : 50%;
	margin-left : -450px;
}
.caroufredsel_wrapper{
	position: absolute !important;
	top: 0 !important;
	margin: 0 !important;
	z-index: 1;
	height: 225px !important;
}
#caroussel{
	left: 0 !important;
}
.caroufredsel_wrapper li{
	list-style: none;
	position: relative;
	float: left;
}
.img_fix_content{
	position: absolute;
	top: 0 ;
	margin-left: 140px ;
	z-index: 1;
	height: 223px;
}

/*** MEDIA QUERIES POUR LE MENU EN 1024 ***/
@media (max-width:1030px) {
	/* BANDEAU OUTILS */
	.bandeau_outils {
		height: 35px !important;
	}
	.article_enbref {
		padding: 6px 20px !important;
	}

	.article_enbref_hover {
		padding:0 !important;
	}
	.bandeau_outils .content-xright ul {
		margin: 8.5px 0 !important;
	}
	.article_enbref p{
		font-size: 12px !important;
		font-weight: normal !important;
	}
	.bandeau_outils .content-xright li a {
		font-size: 13px !important;
	}
	.bandeau_haut {
		height: 125px !important;
	}
	.menu_annuaire_outils{
		top : -20px !important;
	}
	.lienHeaderAnnuaires, .lienHeaderOutils {
		top: 37px !important;
		right: 150px !important;
	}
	.lienHeaderOutils {
		right: 60px !important;
	}
	.bandeau_haut .logo {
		padding-top: 10px !important;
	}
	.img_logo{
		width: 250px !important;
	}
	.caroufredsel_wrapper{
		height: 160px !important;
	}
	.container_menu{
		height : 47px !important;
	}
	.menu_haut a {
		padding: 5px 10px !important;
		margin : 0 0 10px !important;
	}
	.container_ombre {
		height: 65px !important;
	}
	.menu_haut li ul li a {
		margin: 0 10px !important;
		padding: 13px 0 13px 25px !important;
	}
	.recherche_generale {
		padding: 6px 35px 6px 0 !important;
	}
	.bouton_recherche {
		top: 14px !important;
	}
	.img_fix_content{
		height: 160px;
	}
	.container_caroussel{
		height: 160px;
	}
	#caroussel, #caroussel li, #caroussel li img{
		height: 160px !important;
	}
	#caroussel li img{
		margin-left: 80px;
	}
}

/*** BLOC LIENS HEADER ***/
.lienHeaderAnnuaires, .lienHeaderOutils{
	position: absolute;
	right: 148px;
	text-align: center;
	top: 75px;
	width: 60px;
	z-index: 31;
}
.lienHeaderOutils{
	right: 62px;
}
.lienHeaderOutils a, .lienHeaderAnnuaires a{
	color: #FFF;
	font-family: 'DIN_black';
	font-size: 13px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.54);
	text-decoration: none;
}

/*** SOUS MENU ANNUAIRE ***/
.bloc_sous_menu{
	background: url("../../image/background_bandeau_outils_right.png") repeat scroll left top transparent;
	border-radius: 60px 0 0 60px;
	display: none;
	height: 75px;
	position: absolute;
	right: 175px;
	top: 60px;
	width: 260px;
	z-index: 30;
}
.bloc_sous_menu a{
	border-left: 1px solid #C1C1C1;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	margin: 7px 0;
	padding: 15px 0 15px 10px;
	text-align: center;
	width: 100px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.54);
	text-decoration: none;
}
.bloc_sous_menu a:FIRST-CHILD{
	border-left: 0px solid #c1c1c1;
}
.container_annuaire:hover .bloc_sous_menu{
	display: block;
}

/*** MENU ANNUAIRE ET OUTILS ***/
.menu_annuaire_outils{
	height: 166px;
	position: absolute;
	right: 0;
	top: 15px;
	width: 500px;
}

.menu_annuaire_outils h2{
	display: none;
}
.menu_annuaire_outils ul{
	text-align: right;
	background: url("../../image/background_menu_annuaire_outils.png") right top transparent no-repeat;
	margin: 0;
	padding: 48px 38px 118px 0;
	z-index: 31
}
.menu_annuaire_outils ul li{
	float: right;
	list-style: none outside none;
	margin: 0 6px;
	padding: 20px 8px;
	text-align: center;
	width: 60px;
}
.menu_annuaire_outils ul li:hover ul{
	display: block;
}
.menu_annuaire_outils ul li a {
	color: #FFF;
	font-family: 'DIN_black';
	font-weight: normal;
	font-size: 13px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.54);
	text-decoration: none;
}
.menu_annuaire_outils ul li ul{
	background: url("../../image/background_sous_menu_anuaire.png") repeat scroll right top transparent;
	border-radius: 60px 0 0 60px;
	display: none;
	height: 74px;
	padding: 0 50px 0 0;
	position: absolute;
	right: 170px;
	top: 47px;
	width: 240px;
	z-index: 25;
}
.menu_annuaire_outils ul li ul li{
	margin: 10px 0;
	padding: 11px;
	width: 90px;
	border-right: 1px solid #FFF;
}
.menu_annuaire_outils ul li ul li:FIRST-CHILD{
	border: 0px;
}
.menu_annuaire_outils ul li ul li a:hover{
	text-decoration: underline;
}

/*** MESSAGE AUCUN RESULTAT ***/
.message_aucun_resultat{
	margin-top:20px;
	margin-bottom:20px;
}


/* PRINT
-----------------------------------------------------------------------------------------------------------*/
@media print {
	/*** GENERAL ***/
	body {
		color: #000;
		background: #fff;
		width: auto;
	}

	/*** STRUCTURE ***/
	.site, .contenu_externe_site, .bandeau_haut, .contenu , .col_contenu, .col_milieu, .content_page, .conteneur_page {
		width: auto !important;
		height: auto !important;
		margin: 0;
		padding: 0;
		float: none;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	/*** NE PAS IMPRIMER ***/
	noscript, .flash, .captcha,
	#menu_evitement, .menu_gauche, .menu_interne, .menu_pied, .menu_haut,
	.col_gauche, .col_droite,
	.fildariane, .fildariane_start, .pagination,
	.suite_gauche, .suite_droite, .precedent_droite, .precedent_gauche,
	.identification, .identification_titre, .identification_bienvenue,
	.com:after, a.comc:after, a.comc10:after,
	.btn_lien_vmobile, .contenu_pied,
	.recherche_generale, #toTop ,
	.container_header {
		display: none !important;
	}

	#print { display:block; }
	.pagebreak { page-break-after: always; }
	kbd {
		border: 1pt solid #000;
		padding: 0 2pt;
	}
}
.fil
