html {
	padding:0;   
	margin:0;   
	border:0;
	}
body {
	background-color:#ffffff;  
	padding:0;   
	margin:0;   
	border:0;
	}

t { color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;}
	
h1 {color: #000000;
	font-family: Arial, sans-serif;
	font-size : 16px;
	text-decoration: none;
	font-weight: bold;}
	
h2 {color: #000000;
	font-family: Arial, sans-serif;
	font-size : 15px;
	text-decoration: none;
	font-weight: bold;}

h3 {color: #000000;
	font-family: Arial, sans-serif;
	font-size : 14px;
	text-decoration: none;
	font-weight: bold;}

h4 {color: #000000;
	font-family: Arial, sans-serif;
	font-size : 13px;
	text-decoration: none;
	font-weight: bold;}

h5 {color: #000000;
	font-family: Arial, sans-serif;
	font-size : 12px;
	text-decoration: none;
	font-weight: bold;}

h6 {color: #000000;
	font-family: Arial, sans-serif;
	font-size : 11px;
	text-decoration: none;
	font-weight: bold;}

a {color: #000000;
	font-family: Arial, sans-serif;
	font-size : 11px;
	text-decoration: none;}
	
 a:hover {color: #b49d44;
	text-decoration:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;}
	
  .titre {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size : 16px;
	text-decoration: none;
	font-weight: bold;
	}
	
.titre2 {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size : 16px;
	text-decoration: none;
	font-weight: bold;
	}
	
.text {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	}

.moncompte {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
	}
.recherche {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
	}
.news {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration: none;
	}
.cat a{ /* Les liens qui ne sont pas sous le curseur. */
	color: #666666;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none ; 
}
.cat a:hover { /* Les liens lorsque le curseur est dessus. */
	color: #b49d44;
	text-decoration:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.cat2 a{ /* Les liens qui ne sont pas sous le curseur. */
	color: #666666;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.cat2 a:hover { /* Les liens lorsque le curseur est dessus. */
	color: #b49d44;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.menutop a{ /* Les liens qui ne sont pas sous le curseur. */
	color: #ffffff;
	text-decoration:none;
	font-size:13px;
	font-family: Verdana, Geneva, sans-serif;
}
.menutop a:hover { /* Les liens lorsque le curseur est dessus. */
	color: #f8eb30;
	text-decoration:none;
	font-size:13px;
	font-family: Verdana, Geneva, sans-serif;
}

.menu2 a{ /* Les liens qui ne sont pas sous le curseur. */
	color: #000000;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.menu2 a:hover { /* Les liens lorsque le curseur est dessus. */
	color: #003;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.menu3 a{ /* Les liens qui ne sont pas sous le curseur. */
	color: #34425e;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.menu3 a:hover { /* Les liens lorsque le curseur est dessus. */
	color: #fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}



#Contact_Table /* Tableau de la page Contact */
{
	padding-left: 100px;
}

#Contact_Gauche /* Cellule de gauche du tableau Contact */
{ }

#Contact_Coordonnees_Datas_Table /*Table contenant les coordonnées & l'image */
{ 

}

#Contact_Coordonnees_Image /* TD contenant l'image */
{ 
text-align: center;
padding-bottom: 25px;
}

#Contact_Coordonnees_Datas_Table_Nom /* TD contenant le nom de contact */
{ 
	text-align: center;
}

#Contact_Coordonnees_Datas_Table_Lib /* TD contenant le libellé de l'info */
{
	vertical-align: top;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
}

#Contact_Coordonnees_Datas_Table_Datas /* TD contenant l'info */
{
	vertical-align: top;
	color: #474747;
	font-size: 12px;
	font-weight: bold;	
	padding-bottom: 10px;
}

#Contact_Form /* TD contenant le tableau avec les input */
{
	padding-left: 70px;
	vertical-align: top;
}

#Contact_Form_Table /* Table contenant les input */
{
}

#Contact_Form_Lib /* Libellé des input */
{
	width: 120px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;	
}

#Contact_Form_Content /* Texte des TD contenant les input */
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;	
}

.Contact_Form_Input /* Input en eux-mêmes */
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border: #CCCCCC 1px solid;
}

.Contact_Form_Button /* Bouton de submit en eux-mêmes */
{
	padding-top:5px;
	padding-bottom: 5px;
	background: url(Hachures.jpg);
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border: #CCCCCC 1px solid;
}

#map_ib_div_principale
{
	width:350px; 
	height:230px; 
	border: 1px solid #8d8d8d; 
	text-align:center; 
	background:white;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;
}
#map_ib_table
{
	text-align:left; 
	background:white;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;

}

#map_ib_coordonnees
{
	padding-top: 10px;
	padding-left: 10px;
	text-align:left; 
	vertical-align:top;
	background:white;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	color: #8d8d8d;
}

#map_ib_nom
{
	padding-left: 5px;
	padding-bottom: 5px;
	text-align:left; 
	background:white;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	color: #8d8d8d;
}

#map_ib_photo
{
	text-align:right;
	padding-top: 5px;
	padding-right: 15px;
	width:130px;
}

#map_ib_adresse
{
	text-align:left; 
	background:white;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;
	padding-left: 5px;
}

#map_ib_infos
{
	text-align:left; 
	text-decoration:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-left: 5px;
}
#map_ib_infos a
{
	text-align:left; 
	color: #8d8d8d;
}
#map_ib_infos a:hover
{
	text-align:left; 
	color: #b49d44;
}

#map_ib_calcul
{
	text-align:left; 
	font-family: Arial, sans-serif;
	font-size : 11px;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 5px;
}
#map_ib_calcul a
{
	color: #8d8d8d;
}
#map_ib_calcul a:hover
{
	color: #b49d44;
}

#map_ib_web_lib
{
	text-align:left; 
	background:white;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;
	padding-left: 15px;	
	padding-top: 2px;
}
#map_ib_web_lib a
{
	text-align:left; 
	color: #8d8d8d;
	padding-top: 2px;
}
#map_ib_web_lib a:hover
{
	text-align:left; 
	color: #b49d44;
	padding-top: 2px;
}

#map_ib_web_data
{
	text-align:left; 
	background:white;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;
	padding-left: 15px;	
	padding-top: 2px;
}
#map_ib_web_data a
{
	text-align:left; 
	background:white;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;
	padding-top: 2px;
}
#map_ib_web_data a:hover
{
	text-align:left; 
	background:white;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #b49d44;
	padding-top: 2px;
}




#map_ib_itineraire
{
	text-align:center; 
	background:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;
}

#map_ib_itineraire_input
{
	text-align:center; 
	background:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;
}

#map_ib_itineraire_bouton
{
	text-align:center; 
	background:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;
}




#map_infos_div_principale
{
	width:350px; 
	height:230px; 
	border: 1px solid #ccc; 
	text-align:center; 
	background:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;
}
#map_infos_table
{
	text-align:left; 
	background:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;

}

#map_infos_coordonnees
{
	padding-top: 10px;
	padding-left: 10px;
	text-align:left; 
	vertical-align:top;
	background:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	color: #8d8d8d;
}

#map_infos_nom
{
	padding-left: 5px;
	padding-bottom: 5px;
	text-align:left; 
	background:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	color: #8d8d8d;
}

#map_infos_photo
{
	text-align:right;
	padding-top: 5px;
	padding-right: 15px;
	width:130px;
}

#map_infos_adresse
{
	text-align:left; 
	background:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;
	padding-left: 5px;
}

#map_infos_infos
{
	text-align:left; 
	text-decoration:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-left: 5px;
}
#map_infos_infos a
{
	text-align:left; 
	color: #8d8d8d;
}
#map_infos_infos a:hover
{
	text-align:left; 
	color: #b49d44;
}

#map_infos_calcul
{
	text-align:left; 
	font-family: Arial, sans-serif;
	font-size : 11px;
	text-decoration: none;
	padding-left: 5px;
}
#map_infos_calcul a
{
	color: #8d8d8d;
}
#map_infos_calcul a:hover
{
	color: #b49d44;
}

#map_infos_web_lib
{
	text-align:left; 
	background:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;
	padding-left: 15px;	
}

#map_infos_web_data
{
	text-align:left; 
	background:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;
	padding-left: 5px;
}
#map_infos_web_data a
{
	text-align:left; 
	background:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;
}
#map_infos_web_data a:hover
{
	text-align:left; 
	background:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #000000;
}

#map_infos_fermer
{
	text-align:right; 
	background:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;
	padding-left: 5px;	
}
#map_infos_fermer a
{
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;
	padding-right: 5px;	
}
#map_infos_fermer a:hover
{
	font-size : 11px;
	font-weight: BOLD;
	color: #000000;
	padding-right: 5px;	
}


#map_infos_itineraire
{
	text-align:center; 
	background:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;
}

#map_infos_itineraire_input
{
	text-align:center; 
	background:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;
}

#map_infos_itineraire_bouton
{
	text-align:center; 
	background:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #8d8d8d;
}

a.titre {
	color: #263957;
	font-family: Arial, sans-serif;
	font-size : 16px;
	text-decoration: none;
	font-weight: bold;
	}

a.titre:hover {
	color: #cc9c4a;
	font-family: Arial, sans-serif;
	font-size : 16px;
	text-decoration: none;
	font-weight: bold;
	}
	
	
	
a.menu2{ /* Les liens qui ne sont pas sous le curseur. */
	color: #263957;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
a.menu2:hover { /* Les liens lorsque le curseur est dessus. */
	color: #cc9c4a;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}


a.titre_ss {
	color: #cc9c4a;
	font-family: Arial, sans-serif;
	font-size : 16px;
	text-decoration: none;
	font-weight: bold;
	}

a.titre_ss:hover {
	color: #263957;
	font-family: Arial, sans-serif;
	font-size : 16px;
	text-decoration: none;
	font-weight: bold;
	}
	
a.menu2_ss{ /* Les liens qui ne sont pas sous le curseur. */
	color: #cc9c4a;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
a.menu2_ss:hover { /* Les liens lorsque le curseur est dessus. */
	color: #263957;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

