body {
	background  : #002B82;
	margin: 0px;
	text-align : center;
}

/* General layout */
table.contour {
/* Contient tout les éléments. */
	background-color: #FFFFFF;
	border : 1px solid #036;
	margin : auto;
	margin-bottom: 10px;
}

.header{
	height : 94px;
	padding : 0;
	margin : 0;
}

.header a img, .header img{
	border : 0;
	display : inline;
}

.navigation{
/* Contient les éléments de navigation menu, sous-menu. */
}

.randonnee{
/* Contient les colonnes col_menu, col_content, col_module. */
	width: 100%;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.col_menu {
/* Contient le menu de navigation de gauche. */
	width: 170px;
	background-color: #003399;
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.col_content, .col_search {
	width: 420px;
	padding: 17px;
/*	padding-top  : 25px;
	padding-left : 15px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

.col_search {
	width   : auto;
}

.col_module {
	vertical-align: top;
	background-color: #FFFFFF;
	padding-top: 4px;
	width: 150px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

.col_compare {
/* Contient le contenu de la rubrique ou de la randonnée. */
	width: 570px;
	padding: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td.footer {
	background  : #C1C1C1;
	color       : #000000;
	font        : bold 10px Verdana, Arial, Helvetica, sans-serif;
	border      : 0;
	border-top  : 1px solid #818181;
	padding     : 2px;
}

.footer .mention a{
	color           : #444;
	text-decoration : none;
}

.footer .mention a:hover{
	text-decoration : underline;
}

/* Menu : Menu horizontal du site. */
a.menu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a.menu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* Menu : Sous-menu horizontal du site. */
a.smenu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

a.smenu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

a.smenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}

a.smenu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Menu : Liens modules. */
a.module:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #626262;
	text-decoration: none;
}

a.module:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #626262;
	text-decoration: none;
}

a.module:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #626262;
	text-decoration: underline;
}

a.module:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #626262;
	text-decoration: none;
}

/* Menu : Menu du footer. */

.mention{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

a.mention:link {
	text-align: center;
	text-decoration: none;
}

a.mention:visited {
	text-decoration: none;
}

a.mention:hover {
	text-decoration: underline;
}

a.mention:active {
	text-decoration: none;
}

/* Menu : Fond du table menu. */
table.menu {
	background-color: #C1C1C1;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #818181;
}

/* Menu : Fond menu. */
td.menu {
	background-color: #003399;
	color: #FFFFFF;
}

/* Menu : Fond smenu. */
td.smenu {
	background-color: #003399;
	color: #FFFFFF;
	padding: 4px 6px 4px 8px;
}

/* Rando : Cartes et profils */
#carte{
	border : 1px solid #333;
}

#carte, #profil{
	display : none;
}


/* Rando : Tableau des charactéristiques. */
td.rowa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	background-color: #FDFCD9;
	padding: 2px;
	background-image: url(../img/img_common/separateur_pointille.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

td.rowb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	background-color: #E7DEC3;
	padding: 2px;
	background-image: url(../img/img_common/separateur_pointille.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

td.titre {
	font-family         : Verdana, Arial, Helvetica, sans-serif;
	font-size           : 10px;
	color               : #FDFCD9;
	background-color    : #3D3D3D;
	border-right-width  : 1px;
	border-left-width   : 1px;
	border-top-style    : none;
	border-right-style  : solid;
	border-bottom-style : none;
	border-left-style   : solid;
	border-right-color  : #3D3D3D;
	border-left-color   : #3D3D3D;
	font-weight         : bold;
}

td.contenu {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size   : 10px;
	color       : #3D3D3D;
}

/* Homepage */
#homepage{
	font-family   : Verdana, Arial, Helvetica, sans-serif;
	font-size     : 10px;
}

#homepage .randonnees{
	font-family   : Verdana, Arial, Helvetica, sans-serif;
	font-size     : 10px;
	color         : #3D3D3D;
	background    : #FFC;
	margin-bottom : 3px;
}

#homepage td{
	text-align     : left;
	vertical-align : top;
}

#homepage .contenu{
	background     : #FFFFDC;
	border         : 1px solid #3D3D3D;
	margin-bottom  : 6px;
}

#homepage .contenu a{
	color           : #00F;
	text-decoration : underline;
}

#homepage #edito{
	width          : 432px;
	border         : 1px solid #CCC;
	text-align     : left;
	vertical-align : top;
	padding        : 6px;
	margin-bottom  : 10px;
}

#homepage #diaporama{
	border         : 1px solid #CCC;
	padding        : 6px;
}

#homepage address{
	background  : url(../img/img_homepage/background/bkg_christian-estrosi.gif) no-repeat right top;
	text-align  : right;
	padding     : 60px 100px 0 0;
	font-style  : normal;
	font-weight : bold;
}

#homepage .randonnees .illustration{
	width : 68px;
}

#homepage .randonnees .illustration img{
	border : 1px solid #474539;
}

#homepage .randonnees .description{
	background : #FFC url(../img/img_homepage/background/bkg_randonnees.gif) no-repeat right bottom;
}

#homepage .randonnees h2{
	font-size    : 10px;
	font-weight  : bold;
	color        : #FCFCD6;
	background   : #3D3D3F;
	margin       : 0;
	padding      : 0;
	padding-left : 14px;
}

#homepage .randonnees p{
	font-size    : 10px;
	padding      : 0;
	margin       : 0;
	margin       : 3px;
	padding-left : 10px;
}

#homepage a{
	text-decoration : none;
	color           : #3D3D3D;
}

#homepage #meteo span{
	display         : block;
	background      : url(../img/img_common/picto/picto_meteo.gif) no-repeat right top;
}

/* Gestion des sous-menus (haut pays, moyen pays, pays cotier). */
li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3D3D3D;
	list-style-type: none;
	text-indent: 15px;
}

/* Objet : Accès routier, météo. */

table.access{
	background-color: #FDFCD9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #3D3D3D;
	margin: 8px;
	width: 150px;
}

td.access_titre{
	background-color: #3366CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FDFCD9;
	font-weight: bold;
	text-align: center;
	padding: 1px 0px 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #3D3D3D;
}

td.access_content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 4px;
	line-height: 14px;
}

/* Objet : caractéristiques. */
table.caracteristiques{
	background-color: #FDFCD9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #3D3D3D;
	margin: 8px;
	width: 150px;
}

td.caracteristiques{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 4px;
	line-height: 15px;
}

td.caracteristiques_titre{
	background-color: #3D3D3D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FDFCD9;
	font-weight: bold;
	text-align: center;
	padding: 1px 0px 2px;
}

/* Objet : Randonnée */
.nom{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #333333;
}

.description{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

.itineraire{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-image: url(../img/img_common/separateur_pointille.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	display: block;
}

td.rando{
	padding: 10px 0px 10px;
}

.rando_titre{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 0px;
	background-image: url(../img/img_common/separateur_pointille.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.rando_depart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #666666;
	background-image: url(../img/img_common/separateur_pointille.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.rando_img_description{
	border: 1px solid #006699;
	float: left;
	vertical-align: top;
	text-align: right;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.rando_description{
	font-size: 11px;
	color: #3D3D3D;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background : url(../img/img_common/separateur_pointille.gif) repeat-x left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.rando_cartographie {
	font-family   : Verdana, Arial, Helvetica, sans-serif;
	font-size     : 10px;
	display       : none;
	margin-top    : 0px;
	margin-right  : auto;
	margin-bottom : 10px;
	margin-left   : auto;
}

.rando_cartographie_td {
	text-align  : right;
	background  : #3D3D3D;
	text-align  : center;
	font-size   : 10px;
	font-weight : bold;
	color       : #FDFCD9;
	padding     : 1px;
}

#titre_carto {
	background    : #548926;
	border-bottom : 1px solid #666;
	font-weight   : bold;
	color         : #FDFCD9;
	text-align    : center;
	padding       : 2px;
}

#map{
	margin  : 0;
	padding : 0;
}

.rando_schema {
	display: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}


.rando_titre_itineraire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../img/img_common/separateur_pointille.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.rando_itineraire{
	font-size: 11px;
	color: #3D3D3D;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#consignes{
	display : none;
}

/*
### Affichage des modules. ###
*/

.compare_table{
	background-color: #FDFCD9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 146px;
	vertical-align: top;
	float: right;
	margin-bottom: 10px;
}

table.module_table{
	background-color: #FDFCD9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #3D3D3D;
	width: 146px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	vertical-align: top;
	float: right;
}

.module_td_comparaison{
	background-color: #FDFCD9;
	border: 1px solid #3D3D3D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 146px;
	vertical-align: top;
}

.module_table_comparaison{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 146px;
	margin-bottom: 10px;
	vertical-align: top;
	float: right;
}

.titre_bleu {
	background-color: #4579D5;
	font-weight: bold;
	color: #FDFCD9;
	text-align: center;
	padding: 2px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626262;
}

.titre_gris {
	background-color: #3D3D3D;
	font-weight: bold;
	color: #FDFCD9;
	text-align: center;
	padding: 2px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626262;
}

.titre_orange {
	background-color: #FF5515;
	font-weight: bold;
	color: #FDFCD9;
	text-align: center;
	padding: 2px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626262;
}

.titre_vert {
	background  : #548926;
	font-weight : bold;
	color       : #FDFCD9;
	text-align  : center;
	padding     : 2px;
	border-bottom : 1px solid #626262;
}

.module_texte {
	background-color: #FDFCD9;
	padding: 5px;
	line-height: 14px;
	color: #626262;
	font-size: 9px;
}

.module_texte form {
	padding : 0;
	margin  : 0;
}

.module_texte form input {
	font-size : 9px;
	border    : 0;
	border    : 1px solid #666;
	padding   : 2px;
}

td.module_row_clair {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	background-color: #FDFCD9;
	padding: 2px;
	background-image: url(../img/img_common/separateur_pointille.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

td.module_row_clair_end {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	background-color: #FDFCD9;
	padding: 2px;
}

td.module_row_fonce {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	background-color: #E7DEC3;
	padding: 2px;
	background-image: url(../img/img_common/separateur_pointille.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

td.module_row_fonce_end {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	background-color: #E7DEC3;
	padding: 2px;
}

td.module_row_clair img, td.module_row_clair_end img, td.module_row_fonce img, td.module_row_fonce_end img{
	vertical-align:middle;
}

td.home_row_clair {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	background-color: #FEFDE3;
	padding: 2px;
	background-image: url(../img/img_common/separateur_pointille.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3D3D3D;
	border-left-color: #3D3D3D;
}

td.home_row_clair_end {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	background-color: #FEFDE3;
	padding: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3D3D3D;
	border-left-color: #3D3D3D;
}

td.home_row_fonce {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	background-color: #EDE6D2;
	padding: 2px;
	background-image: url(../img/img_common/separateur_pointille.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3D3D3D;
	border-left-color: #3D3D3D;
}

td.home_row_fonce_end {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	background-color: #EDE6D2;
	padding: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3D3D3D;
	border-left-color: #3D3D3D;
}

/*
### END ###
*/



.separateur {
	margin-top: 4px;
	margin-bottom: 4px;
}

/* Boxing */
.contenu {
	background-color: #FDFCD9;
	padding: 5px;
	line-height: 14px;
	color: #626262;
	font-size: 9px;
}

.call_img {
	margin-bottom: 10px;
}

/* Sous-menu : Vertical */
ul{
	margin: 0px 0px 4px;
	padding: 0px;
	list-style-type: none;
}

li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.localite{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	list-style-type: none;
	line-height: 14px;
	text-decoration: none;
	margin: 4px 0px 0px 4px;
	display: block;
}

a.vsmenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	line-height: 12px;
	display: block;
}

a.vmenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

td.vmenua{
	padding: 4px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}

td.vmenub{
	padding: 4px;
}

td.vmenuc{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	background-color: #0072FD;
	margin: 0px;
	padding: 0px;
}

/* Sous-rubriques */
.srubrique{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 8px;
	color: #3D3D3D;
}

/* Titrage, Titres, separateur */
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
	margin : 0;
	background-image: url(../img/img_common/separateur_pointille.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	padding-bottom: 6px;
	background-image: url(../img/img_common/separateur_pointille.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


hr {
	background-image: url(../img/img_common/separateur_pointille.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: none;
}

/* Image, Rich Média... */
td.image {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: none;
	border-right-color: #3D3D3D;
	border-left-color: #3D3D3D;
	border-top-color: #3D3D3D;
}

.imgcontent {
	border: 1px solid #006699;
	float: left;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 0px;
}

/*
// Css style added 3 years later.
*/
#navigation{
	margin          : auto;
	width           : 170px;
	background      : #0072FD;
	font            : bold 10px Verdana;
	color           : #FFF;
	padding-bottom  : 4px;
}

#navigation p{
	background      : #1A66CC;
	margin          : 0;
	padding         : 10px 4px;
	border          : 1px solid #FFF;
	margin          : 4px;
}

#navigation a{
	color           : #D6E8FF;
	text-decoration : none;
}

#navigation h1{
	font            : bold 10px Verdana;
	color           : #FFF;
	background      : #039;
	border-bottom   : 1px solid #000;
	margin          : 0;
	padding         : 4px;
}

#navigation h2{
	padding         : 0;
	margin          : 0;
}

#navigation h2 a{
	display         : block;
	background      : url(../img/img_common/picto/picto_h2.gif) no-repeat 9px center;
	font            : bold 10px Verdana;
	margin          : 0;
	padding         : 2px;
	padding-left    : 18px;
	height          : 100%;
}

#navigation h2 a:hover{
	background      : #2156FF url(../img/img_common/picto/picto_h2_over.gif) no-repeat 7px center;
}

#navigation .current{
	background      : url(../img/img_common/picto/picto_h2_down.gif) no-repeat 7px center;
	color           : #FFF;
}

#navigation .show{
	display         : block;
}

#navigation ul{
	background      : #338EFD;
	border          : 1px solid #1A66CC;
	border-left     : 0;
	border-right    : 0;
	padding         : 5px 0;
	margin          : 0;
	display         : none;
}

#navigation li{
	font            : normal 10px Verdana;
	padding         : 0;
	line-height     : 14px;
	margin          : 0;
	list-style      : none;
}

#navigation li a{
	margin          : 0;
	padding         : 0;
	display         : block;
	width           : 100%;
	text-decoration : none;
}

#navigation li a:hover, #navigation li a:visited{
	background      : #0072FD;
	color           : #FFF;
}

#navigation li a:visited{
	color           : #039;
	background      : transparent;
}

/*
// SERP stylesheet
*/
#resultats{
	background      : #FDFCD9;
	border          : 1px solid #333;
	padding         : 4px;
	margin          : 6px 0;
}

#resultats p {
	padding       : 0;
	margin        : 0;
	margin-bottom : 5px;
}

#serp a{
	color           : #000;
	text-decoration : none;
}

#serp a:hover{
	color           : #039;
	text-decoration : none;
}

#serp span, #serp strong{
	display         : block;
	margin          : 0;
	margin-left     : 15px;
	padding         : 0;
}

#serp span{
	margin-bottom   : 10px;
}

#return_carte{
	background       : #E5ECF9 url(../img/img_common/separateur_pointille.gif) repeat-x left bottom;
	font             : bold 11px Arial;
	padding          : 4px 0;
}

#return_carte a{
	height           : 100%;
	width            : 100%;
	background       : url(../img/img_common/picto/picto_return.gif) no-repeat 5px center;
	padding-left     : 20px;

	text-decoration  : none;
	color            : #000;
}

#return_carte a:hover{
	text-decoration  : underline;
}

/*
// Rando comparison
*/

.ligne {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.cellule {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: center;
}
.cellule_end {
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: center;
}

.cellulenom {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-left-style: none;
}

#homepage h3{
	background     : url(../img/img_common/separateur_pointille.gif) repeat-x left bottom;
	font           : bold 14px Verdana, Arial, Helvetica, sans-serif;
	color          : #003366;
	margin         : 0;
	padding        : 0;
	padding-bottom : 4px;
}

#homepage #recherche-carte{
	background : url(../img/img_homepage/background/bkg_carte.gif) no-repeat 0 25px;
}

#homepage #recherche-carte form, #homepage #recherche-carte p{
	margin       : 15px 0;
	padding-left : 70px;
}

#homepage #recherche-carte p{
	padding-top  : 0;
}

#homepage .contenu{
	margin-top : 4px;
}

#homepage #recherche-carte select{
	font    : 9px Verdana, Arial, Helvetica, sans-serif;
	color   : #666;
	border  : 1px none #3D3D3D;
	padding : 1px;
}

#homepage #recherche-carte input{
	font-size   : 9px;
	margin-left : 4px;
}

.comparetable {
	border: 1px solid #3D3D3D;
}

#print{
	display : none;
}