/********************************************************************* Balise ****************************************************************/
form {
	padding: 0px;
	margin: 0px;
}

* {
	margin:0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background:url(gifs/background.jpg) #fff top no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.container {
	width:981px;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

.header {
	width:981px;
	height:100px;
	overflow:hidden;
	position:relative;
}

.logo {
	margin:0 auto;
	width:247px;
	height:100px;
	display:block;
}

.home {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	width:27px;
	height:27px;
	margin-right: 96px;
	margin-bottom: 10px;
}

.home a {
	width:27px;
	height:27px;
	display:block;
	background:url(gifs/icone_home.jpg) top no-repeat;
}

.home a:hover {
	width:27px;
	height:27px;
	display:block;
	background:url(gifs/icone_home1.jpg) top no-repeat;
}

#home_selected {
	width:27px;
	height:27px;
	display:block;
	background:url(gifs/icone_home1.jpg) top no-repeat;
}

.courrier {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	z-index:2;
	width:27px;
	height:27px;
	margin-right: 57px;
	margin-bottom: 10px;
}

.courrier a {
	width:27px;
	height:27px;
	display:block;
	background:url(gifs/icone_courrier.jpg) top no-repeat;
}

.courrier a:hover {
	width:27px;
	height:27px;
	display:block;
	background:url(gifs/icone_courrier1.jpg) top no-repeat;
}

#courrier_selected {
	width:27px;
	height:27px;
	display:block;
	background:url(gifs/icone_courrier1.jpg) top no-repeat;
}

.plan {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	z-index:3;
	width:27px;
	height:27px;
	margin-right: 17px;
	margin-bottom: 10px;
}

.plan a {
	width:27px;
	height:27px;
	display:block;
	background:url(gifs/icone_plan.jpg) top no-repeat;
}

.plan a:hover {
	width:27px;
	height:27px;
	display:block;
	background:url(gifs/icone_plan1.jpg) top no-repeat;
}

#plan_selected {
	width:27px;
	height:27px;
	display:block;
	background:url(gifs/icone_plan1.jpg) top no-repeat;
}

.sous_header {
	width:981px;
	height:249px;
	position:relative;
	overflow:hidden;
	margin-top: 18px;
}

.diapo {
	width:729px;
	height:229px;
	position:absolute;
	z-index:4;
	top:0;
	right:0;
	margin-right: 1px;
}

.tel_encart {
	width:300px;
	position:absolute;
	bottom:19px;
	right:0;
	z-index:5;
	height: 82px;
	margin-right: 21px;
}

.txt_tel {
	font-size:15px;
	color:#fff;
	text-align:left;
	line-height:20px;
}

.txt_tel a {
	font-size:15px;
	color:#fff;
	text-align:left;
}

.num {
	font-family:Georgia, Tahoma, Verdana !important;
	font-size:20px;
	color:#fff
}

.txt_tel a:hover {
	font-size:15px;
	color:#CCCCCC;
	text-align:left;
}

/******************************************************************** Lien ******************************************************************/
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/********************************************************************** Class **************************************************************/
.scrollbarre {
	overflow:auto;
}

/********************************************************************** Newsletter **************************************************************/
.email_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	border-bottom:#004587 1px solid;
	border-top:#004587 1px solid;
	border-left:#004587 1px solid;
	border-right:#004587 1px solid;
}

fieldset {
	color:#004587;
}

.bouton_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:12px;
	color:#ffffff;
	background-color:#004587;
	border-bottom:#585858 1px solid;
	border-top:#585858 1px solid;
	border-left:#585858 1px solid;
	border-right:#585858 1px solid;
}

/**********************************************************BDD AUTO **************************************/
.pagination	{
	height:15px;
	margin:auto
}

.numpage {
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	font-size:11px;
	float:left;
	color:#fefefe!important;
	text-decoration:none;
	font-weight:900;
	margin:2px;
	background:url(gifs/pagination_link.jpg) no-repeat;
}

.numpage_selec {
	height:15px;
	width:15px;
	font-size:11px;
	margin:2px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	color:#fefefe!important;
	text-decoration:none;
	font-weight:900;
	background:url(gifs/pagination_hover.jpg) no-repeat
}

.bt_suivant	{
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	background:url(gifs/suivant.jpg) no-repeat;
	margin:2px;
}

.bt_suivant_inactiv	{
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	background:url(gifs/suivant_inactiv.jpg) no-repeat;
	margin:2px;
}

.bt_precedent {
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	background:url(gifs/precedent.jpg) no-repeat;
	margin:2px;
}

.bt_precedent_inactiv {
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	background:url(gifs/precedent_inactiv.jpg) no-repeat;
	margin:2px;
}

.liste_cat{
}
.fichierbin{
}
.photo{
}
/**********************************************************************************************************/



/*********************************************************LIGHTBOX*****************************************/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(gifs/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gifs/overlay.png", sizingMethod="scale");
	}
	
/**********************************************************************************************************/
	
	
	/* my text */
.txt_left {
	margin:0;
	font-size:12px;
	color:#000;
	text-align:justify;
	line-height:18px;
}

ul.txt_left {
	margin:0;
	font-size:12px;
	color:#000;
	text-align:justify;
	line-height:18px;
	list-style-position : inside;
}


.txt_left1 {
	font-size:11px;
	color:#000;
	text-align:left;
	line-height:18px;
	height: 108px;
}

.txt_left2 {
	font-size:11px;
	color:#000;
	text-align:left;
	line-height:18px;
	height: 155px;
}

.txt_left3 {
	font-size:11px;
	color:#000;
	text-align:left;
	line-height:18px;
	height: 140px;
}

.txt_left1 a {
text-decoration: underline!important;
}

strong {
 color:#004587;
}

.white {
	color:#fff;
}

.txt_left1 a {
	font-size:11px;
	color:#004587;
	text-align:left;
	text-decoration:none;
}

.txt_left1 a:hover {
	font-size:11px;
	color:#000;
	text-align:left;
	text-decoration:underline;
}

.txt_left3 a {
	font-size:11px;
	color:#004587;
	text-align:left;
	text-decoration:underline;
}

.txt_left3 a:hover {
	font-size:11px;
	color:#000;
	text-align:left;
	text-decoration:underline;
}

.txt_centrer {
	margin:0;
	font-size:12px;
	color:#000;
	text-align:center;
	line-height:18px;
}


.txt_left a:hover, .txt_centrer a:hover {
	font-size:12px;
	color:#000 !important;
	text-decoration:none;
}

.txt_left a, .txt_centrer a {
	font-size:12px;
	color:#004587 !important;
	text-decoration:underline;
}

.lien_droit2 {
	margin:0;
	font-size:11px;
	font-weight:bold;
	color:#004587;
	line-height:18px;
	text-align:right;
	padding-top:10px;
	padding-right:10px;
	width: 470px;
}

.lien_droit2 a {
	font-size:11px;
	font-weight:bold;
	color:#004587 !important;
	text-decoration:underline !important;
}

.lien_droit {
	margin:0;
	font-size:11px;
	font-weight:bold;
	color:#004587;
	line-height:18px;
	text-align:right;
	padding-top:10px;
	padding-right:10px;
}

.lien_droit a {
	font-size:11px;
	font-weight:bold;
	color:#004587 !important;
	text-decoration:underline !important;
}

.lien_droit a:hover {
	font-size:11px;
	font-weight:bold;
	color:#000 !important;
	text-decoration:none !important;
}

.paragraphe5050 {
	float:left;
	width:315px;
	height:auto;
	display:inline;
}

.filet {
	width:669px;
	height:5px;
	border-top:1px dotted #3B3B3B;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	margin-bottom: 10px;
	clear:both;
}

.filet_encart {
	width:172px;
	height:5px;
	border-top:1px dotted #333333;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	margin-bottom: 10px;
	clear:both;
}


.formulaire {
	margin-top:10px;
	margin-left:30px;
}

/*fin my text */

/***ACTU***/
.template_ {
	width:582px;
	height:auto;
	margin-bottom:10px;
	margin-left:32px;
}

.top_actu {
	width:582px;
	height:20px;
	overflow:hidden;
	background:url(gifs/top_actu.jpg) top left no-repeat;
}

.bas_actu {
	width:582px;
	height:20px;
	clear:both;
	background:url(gifs/bas_actu.jpg) top left no-repeat;
}

.corps_actu {
	width:582px;
	height:auto;
	overflow:hidden;
	background:url(gifs/corps_actu.jpg) top left repeat-y;
}

.titre_actu1 {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding-left: 20px;
	padding-top: 2px;
}

.img_actu {
	margin-left:20px;
}
/***FINACTU***/

.menu_produit {
	width:200px;
	height:240px;
	margin-left: 25px;
}

/*** MENU ****/
#menu0, #menu1, #menu2, #menu3, #menu4, #menu5, #menu7, #menu8 { 
   width: 200px; 
   height:30px;
   overflow: hidden; 
} 

#menu0 a, #menu1 a, #menu2 a, #menu3 a, #menu4 a, #menu5 a, #menu7 a, #menu8 a { 
   display: block; 
   color: #000;         /*Ici, changer la couleur de la police*/ 
   font-size: 14px;         /*Ici, changer la taille de la police du menu*/ 
   padding-top: 7px;         /*Ici, on joue sur le padding pour centrer le texte verticalement*/ 
   height: 23px;         /*Ici, on augmente la hauteur du menu*/  
   text-align: left; 
   font-weight:bold;
   text-decoration: none; 
   padding-left:10px;
} 

#menu0 a { 
   background-image: url('gifs/910041_16.jpg');         /*Ici l'image de fond de la cellule*/ 
} 

#menu1 a.main_link { 
   background-image: url('gifs/910041_18.jpg');         /*Ici l'image de fond de la cellule*/ 
} 

#menu2 a { 
   background-image: url('gifs/910041_19.jpg');         /*Ici l'image de fond de la cellule*/ 
} 

#menu3 a { 
   background-image: url('gifs/910041_20.jpg');         /*Ici l'image de fond de la cellule*/ 
} 

#menu4 a { 
   background-image: url('gifs/910041_21.jpg');         /*Ici l'image de fond de la cellule*/ 
} 

#menu5 a { 
   background-image: url('gifs/910041_22.jpg');         /*Ici l'image de fond de la cellule*/ 
} 


#menu7 a { 
   background-image: url('gifs/910041_22.jpg');         /*Ici l'image de fond de la cellule*/ 
} 

#menu8 a { 
   background-image: url('gifs/910041_23.jpg');         /*Ici l'image de fond de la cellule*/ 
} 

#menu0 a:hover, a#selected-over0 { 
	padding-left:40px;
	color:#fff;
   background-image: url('gifs/v_19.jpg') !important;         /*Ici l'image de fond over de la cellule*/ 
} 

#menu1 a:hover, a#selected-over1 { 
	padding-left:40px;
	color:#fff;
   background-image: url('gifs/v_21.jpg') !important;         /*Ici l'image de fond over de la cellule*/ 
} 

#menu2 a:hover, a#selected-over2 { 
	padding-left:40px;
	color:#fff;
   background-image: url('gifs/v_22.jpg'); !important;         /*Ici l'image de fond over de la cellule*/ 
} 

#menu3 a:hover, a#selected-over3 { 
	padding-left:40px;
	color:#fff;
   background-image: url('gifs/v_23.jpg') !important;         /*Ici l'image de fond over de la cellule*/ 
} 

#menu4 a:hover, a#selected-over4 { 
	padding-left:40px;
	color:#fff;
   background-image: url('gifs/v_24.jpg') !important;         /*Ici l'image de fond over de la cellule*/ 
} 

#menu5 a:hover, a#selected-over5 { 
	padding-left:40px;
	color:#fff;
   background-image: url('gifs/v_25.jpg') !important;         /*Ici l'image de fond over de la cellule*/ 
} 

#menu7 a:hover, a#selected-over7 { 
	padding-left:40px;
	color:#fff;
   background-image: url('gifs/v_25.jpg') !important;         /*Ici l'image de fond over de la cellule*/ 
} 

#menu8 a:hover, a#selected-over8 { 
	padding-left:40px;
	color:#fff;
   background-image: url('gifs/v_26.jpg') !important;         /*Ici l'image de fond over de la cellule*/ 
} 

/************************************************Sous menu ************************/
#menu0 ul{
	margin:0px;
	padding:0px;
}

#menu1 ul{
	margin:0px;
	padding:0px;
}

#menu2 ul{
	margin:0px;
	padding:0px;
}

#menu3 ul{
	margin:0px;
	padding:0px;
}

#menu4 ul{
	margin:0px;
	padding:0px;
}

#sousmenu{
	left:225px !important;
	top:0;
	margin:0px;
	position:absolute;
	z-index:12;
	display:none;
}

#sousmenu li{
	list-style:none !important;
	width:125px;
}

#sousmenu a{
	font-size:11px;
}

#sousmenu a:hover{
	font-size:11px;
}

#menu0 a.second_link { 
   background-image: url('gifs/910041_16_2.jpg');         /*Ici l'image de fond de la cellule*/ 
} 

#menu0 a.second_link:hover { 
	padding-left:40px;
	color:#fff;
   background-image: url('gifs/v_19_2.jpg') !important;         /*Ici l'image de fond over de la cellule*/ 
} 














#sousmenu1{
	left:225px !important;
	top:30px;
	margin:0px;
	position:absolute;
	z-index:12;
	display:none;
	
}

#sousmenu1 li{
	list-style:none !important;
	width:330px;
}

#sousmenu1 a{
	font-size:11px;
}

#sousmenu1 a:hover{
	font-size:11px;
}

#menu1 a.second_link { 
   background-image: url('gifs/910041_18_2.jpg');         /*Ici l'image de fond de la cellule*/ 
} 

#menu1 a.second_link:hover { 
	padding-left:40px;
	color:#fff;
   background-image: url('gifs/v_21_2.jpg') !important;         /*Ici l'image de fond over de la cellule*/ 
} 





#sousmenu2{
	left:225px !important;
	top:60px;
	margin:0px;
	position:absolute;
	z-index:12;
	display:none;
}

#sousmenu2 li{
	list-style:none !important;
	width:155px;
}

#sousmenu2 a{
	font-size:11px;
}

#sousmenu2 a:hover{
	font-size:11px;
}

#menu2 a.second_link { 
   background-image: url('gifs/910041_19_2.jpg');         /*Ici l'image de fond de la cellule*/ 
} 

#menu2 a.second_link:hover { 
	padding-left:40px;
	color:#fff;
   background-image: url('gifs/v_22_2.jpg') !important;         /*Ici l'image de fond over de la cellule*/ 
} 








#sousmenu2_2{
	left:155px !important;
	top:30px;
	margin:0px;
	position:absolute;
	z-index:12;
	display:none;
}

#sousmenu2_2 li{
	list-style:none !important;
	width:225px;
}

#sousmenu2_2 a{
	font-size:11px;
}

#sousmenu2_2 a:hover{
	font-size:11px;
}

#menu2 a.third_link { 
   background-image: url('gifs/910041_19_3.jpg');         /*Ici l'image de fond de la cellule*/ 
} 

#menu2 a.third_link:hover {  
	padding-left:40px;
	color:#fff;
   background-image: url('gifs/v_22_3.jpg') !important;         /*Ici l'image de fond over de la cellule*/ 
} 






#sousmenu3{
	left:225px !important;
	top:90px;
	margin:0px;
	position:absolute;
	z-index:12;
	display:none;
}

#sousmenu3 li{
	list-style:none !important;
	width:125px;
}

#sousmenu3 a{
	font-size:11px;
}

#sousmenu3 a:hover{
	font-size:11px;
}

#menu3 a.second_link { 
   background-image: url('gifs/910041_20_2.jpg');         /*Ici l'image de fond de la cellule*/ 
} 

#menu3 a.second_link:hover { 
	padding-left:40px;
	color:#fff;
   background-image: url('gifs/v_23_2.jpg') !important;         /*Ici l'image de fond over de la cellule*/ 
} 




#sousmenu4{
	left:225px !important;
	top:120px;
	margin:0px;
	position:absolute;
	z-index:12;
	display:none;
}

#sousmenu4 li{
	list-style:none !important;
	width:255px;
}

#sousmenu4 a{
	font-size:11px;
}

#sousmenu4 a:hover{
	font-size:11px;
}

#menu4 a.second_link { 
   background-image: url('gifs/910041_21_2.jpg');         /*Ici l'image de fond de la cellule*/ 
} 

#menu4 a.second_link:hover, a#selected-over4 { 
	padding-left:40px;
	color:#fff;
   background-image: url('gifs/v_24_2.jpg') !important;         /*Ici l'image de fond over de la cellule*/ 
} 



/**** FIN MENU ****/	

.content {
	width:981px;
	height:auto;
	overflow:hidden;
}

.colonne_droite {
	width:709px;
	height:auto;
	min-height:360px;
	float:right;
	display:inline;
	margin-right: 21px;
}

.colonne_gauche {
	width:202px;
	margin-left:30px;
	height:auto;
	float:left;
	display:inline;
}

.encart_ {
	width:172px;
	height:auto;
	overflow:hidden;
	background:#e5e5e5;
	padding:15px;
}

.titre_encart {
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-align:left;
	padding-bottom: 10px;
}

.titre_page {
	width:673px;
	height:50px;
	background:url(gifs/puce_titre.jpg) left no-repeat;
	padding-left:36px;
}

.titre_court {
	width:400px;
	height:50px;
	background:url(gifs/puce_titre.jpg) left no-repeat;
	padding-left:36px;
}

h1 {
	font-size:22Px;
	color:#000;
	text-align:left;
	font-variant:small-caps;
	padding-top: 3px;
}

h2 {
	font-size:21Px;
	color:#000;
	text-align:left;
	padding-top: 3px;
	font-variant:small-caps;
}

h3 {
	font-size:20Px;
	color:#000;
	text-align:left;
	padding-top: 3px;
	font-variant:small-caps;
}

h4 {
	font-size:19Px;
	color:#000;
	padding-top: 3px;
	font-variant:small-caps;
	text-align:left;
}

.baseline {
	font-size:15px;
	font-variant:small-caps;
	color:#7f7f7f;
	margin-top: -4px;
}

/************************************Encarts accueil****************************************/
.mes_2encarts {
	background:url(gifs/encart_3.jpg) top no-repeat;
	width:224px;
	height:244px;
	float:left;
	display:inline;
}

.mt {
margin-top: 10px;
}

.encart_credit {
	float:right;
	width:224px;
	margin-left:15px;
	/*background:url(gifs/encart_credit.jpg) top no-repeat;*/
	display:inline;
	background:url(gifs/encart_2.jpg) top no-repeat;
	height:275px;
}

.encart_credit2 {
	float:right;
	width:224px;
	margin-left:15px;
	margin-bottom:15px;
	display:inline;
	background:url(gifs/encart_.jpg) top no-repeat;
	height:auto;
}


.faux_lien {
	padding: 8px 8px 13px 30px;
	color:#004587;
	font-size:15px;
	font-weight:bold;
	line-height:15px;
}

.faux_lien a {
	color:#004587;
	font-size:15px;
	font-weight:bold;
}

.faux_lien2 {
	padding: 8px;
	color:#004587;
	font-size:15px;
	font-weight:bold;
	line-height:15px;
}

.faux_lien2 a {
	color:#004587;
	font-size:15px;
	font-weight:bold;
}


.mes_2encarts_special {
	width:224px;
	height:auto;
	float:left;
	display:inline;
}
/******************************************************************************************/

.titre_1 {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding-right:3px;
	color:#fff;
	font-variant:small-caps;
	padding-top: 12px;
	padding-bottom: 10px;
}

.titre_1 a {
	font-size:15px;
	font-weight:bold;
	color:#fff;
	font-variant:small-caps;
}

.titre_1 a:hover {
	font-size:15px;
	font-variant:small-caps;
	text-decoration:underline;
	font-weight:bold;
	color:#fff;
}

.img_encart {
	margin-top: 4px;
	margin-left: 2px;
}

.img_bug{
margin-left: 3px;
margin-top: 3px;}

.img_famille {
	border:1px solid #004587;
}

.bleu {
	color:#004587;
}

.img_honoraires {
	margin-left:25px;
	margin-top: 30px;
}

.faux_lien a:hover, .faux_lien2 a:hover {
	color:#000;
	font-size:15px;
	font-weight:bold;
}

.img_bancaire {
	margin-left: 3px;
}

.footer {
	clear:both;
	width:100%;
	height:130px;
	margin-top: 12px;
	background:url(gifs/tranche_footeR.jpg) top repeat-x;
}

.inside_footer {
	width:981px;
	height:130px;
	margin:0 auto;
}

.logo_footer {
	display:block;
	width:215px;
	float:left;
	height:130px;
}

.nuage_lien {
	width:750px;
	height:auto;
	color:#fff;
	float:left;
	display:inline;
	font-size:12px;
	text-align:center;
	padding-top: 29px;
}

.nuage_lien a {
	font-weight:bold;
	color:#fff;
}

.nuage_lien a:hover {
	font-weight:bold;
	color:#000;
}

.nuage {
	width:100%;
	height:auto;
	color:#fff;
	font-size:12px;
	text-align:center;
}

.nuage a {
	color:#fff;
	font-weight:inherit;
}

.nuage a:hover {
	color:#000;
	font-weight:inherit;
}

.google {
	margin-left: 60px;
	width:550px;
	height:auto;
	margin-bottom:10px;
}

.img_contact {
	float:right;
}

.contenu_resume {
	font-size:12px;
	color:#000;
}

.actualite {
	margin-bottom:25px !important;
}

.actualite h2 {
	font-size:19px;
	color:#000;
	text-align:left;
	padding-left:15px;
}

.actualite h2 a {
	font-size:19px;
	color:#004587;
	text-align:left;
}

.actualite h2 a:hover {
	font-size:19px;
	color:#000;
	text-align:left;
}

#actualite_detail h2 {
	font-size:19px;
	color:#000;
	text-align:left;
	padding:0 !important;
}

#categorie_listing {
	font-size:11px;
	color:#000;
	margin-bottom:15px;
}

#categorie_listing ul {
	padding:0;
	margin:0;
	list-style:none;
}

#categorie_listing ul li {
	padding-left:20px;
	color:#000;
	text-align:left;
}

#categorie_listing ul li a {
	color:#004587;
}

#categorie_listing ul li a:hover {
	color:#000;
	text-decoration:underline;
}

.categorie {
	font-size:10px;
	color:#585858;
	padding-left:25px;
	padding-bottom:20px;
}

.date {
	font-size:10px;
	color:#585858;
	padding-left:25px;
	padding-bottom:20px;
}

.photo_actu {
	float:left;
	margin:0 15px 0 0;
	border:1px solid #004587;
}

.contenu_resume {
	font-size:12px;
	color:#000;
}

#container_actualite_listing {
	font-size:11px;
	color:#000;
	margin-bottom:15px;
}

#encart_actualite ul {
	list-style:none;
	padding:0;
	margin:0;
}

#encart_actualite ul li {
	font-size:13px;
	margin-bottom:8px;
}

#encart_actualite ul li a {
	font-size:13px;
	color:#004587;
	font-weight:bold;
	padding-left:20px;
}

#encart_actualite ul li a:hover {
	font-size:13px;
	color:#000;
	font-weight:bold;
	padding-left:20px;
}

#listing_calendrier ul {
	padding:0;
	margin:0;
}

#listing_calendrier ul li {
	list-style:none;
	color:#000;
	padding-left:25px;
}

#listing_calendrier ul li ul {
	padding:0;
	margin:0;
}

#listing_calendrier ul li ul li {
	list-style:none;
	padding-left:50px;
	color:#000;
}

#listing_calendrier ul li ul li a{
	color:#004587;
}

#listing_calendrier ul li ul li a:hover {
	color:#000;
}

.images img {
	border:none;
}

.images {
	float:left;
	margin-right:15px;
	margin-bottom:8px;
	border:1px solid #004587;
}


.left{
float:left;}

.ml{
margin-left: 10px;}

.right{
float:right;}

.mr{
margin-right: 10px;}

.chemin_fer{
width: 670px; 
height: 30px;
}
