/*-----------------------*/
/*  Paramètres généraux  */
/*-----------------------*/
html, body{
	background-color: #EEFFFF;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00A0A7;
	height: 100%;
}

h1{
	color: #BFCB41;
	border-bottom: 1px solid #BFCB41;
	font-size: 18px;
	padding-left: 10px;
	text-align: center;
}
h2{
	background: url('/images/interface/fond_titre_h2.gif') no-repeat;
	color: #00A0A7;
	font-size: 13px;
	font-weight: bold;
	width: 272px;
	height: 19px;
	line-height: 16px;
	padding-top: 3px;
	padding-left: 15px;
	margin-bottom: 5px;
}
h3{
	color: #00A0A7;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #00A0A7;
	width: 272px;
}
h4{
	color: #00A0A7;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
h5{
	color: #BFCB41;
	border-bottom: 1px solid #BFCB41;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.prix{
	color: #00A0A7;
	font-weight: bold;
	font-size: 13px;
}

.italic_vert{
	color: #00A0A7;
	font-size: 10px;
	font-style: italic;
}

.vert{
	color: #00A0A7;
}

/*--------------------*/
/*  LIENS hypertexte  */
/*--------------------*/
a:link{ 
	color: #00A0A7;
	text-decoration: none;
}
a:visited{
	color: #00A0A7;
	text-decoration: none;
}
a:hover{
	color: #00A0A7;
	text-decoration: none;
}
a:active{
	color: #00A0A7;
	text-decoration: none;
}

/*----------*/
/*  HEADER  */
/*----------*/
#header{
	background: url('/images/interface/header_fond.jpg') no-repeat center top;
	height: 187px;
}
#header #page_header{
	position: relative;
	width: 990px;
	height: 161px;
	margin: 0 auto;
	z-index: 2;
}
#header #page_header #logo{
	position: absolute;
	top: 0px;
	left: 0px;
}
#header #page_header .bouton_header{
	position: absolute;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1px;
}
#header #page_header a#bt_calculateur{
	top: 52px;
	right: 395px;
	background: url('/images/interface/bouton_calculateur-trans.png') no-repeat 0px 0px;
	width: 102px;
	height: 110px;
}
#header #page_header a#bt_calculateur:hover{
	background: url('/images/interface/bouton_calculateur_roll-trans.png') no-repeat 1px 0px;
}

#header #page_header a#bt_horaire{
	top: 83px;
	right: 266px;
	background: url('/images/interface/bouton_horaire-trans.png') no-repeat 0px 0px;
	width: 102px;
	height: 72px;
	z-index: 10;
}
#header #page_header a#bt_horaire:hover{
	background: url('/images/interface/bouton_horaire_roll-trans.png') no-repeat 1px 0px;
}

#header #page_header a#bt_plan{
	top: 52px;
	right: 163px;
	background: url('/images/interface/bouton_plan-trans.png') no-repeat 0px 0px;
	width: 102px;
	height: 73px;
}
#header #page_header a#bt_plan:hover{
	background: url('/images/interface/bouton_plan_roll-trans.png') no-repeat 0px 0px;
}

#header #page_header a#bt_tarif{
	top: 23px;
	right: 66px;
	background: url('/images/interface/bouton_tarif-trans.png') no-repeat 0px 0px;
	width: 102px;
	height: 70px;
}
#header #page_header a#bt_tarif:hover{
	background: url('/images/interface/bouton_tarif_roll-trans.png') no-repeat 0px 0px;
}

#header #page_header a#url_retour{
	position: absolute;
	top: 108px;
	right: 10px;
	color: #BFCB41;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.1px;
	width: 110px;
	height: 24px;
	text-transform: uppercase;
}

#header #page_header #titre_page{
	position: absolute;
	top: 138px;
	right: 0px;
	background: url('/images/interface/fond_titre_page-trans.png') no-repeat;
	color: white;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.1px;
	width: 387px;
	height: 19px;
	z-index: 5;
	padding-top: 4px;
	padding-right: 30px;
}

/*-- MENU --*/
#header #menu{
	background: url('/images/interface/menu_fond.jpg') repeat-x;
	border-top: 1px solid #0397A1;
	border-bottom: 1px solid #0397A1;
	height: 26px;
}

/* Menu niveau 1 */
#header #menu #page_menu{
	position: relative;
	width: 780px;
	height: 26px;
	margin: 0 auto;
}
#header #menu #page_menu ul{
	height: 26px;
}
#header #menu #page_menu ul li{
	position: relative;
	float: left;
	*width: 80px;
	white-space : nowrap;
	height: 20px;
	/*margin: 0 10px;*/
}
#header #menu #page_menu ul li a{
	display: block;
	white-space : nowrap;
	height: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 20px;
	*width: 40px;
}
#header #menu #page_menu ul li a:hover, #menu #page_menu ul li a.hover, #menu #page_menu ul li a.select{
	background: url('/images/interface/menu_fond_roll.jpg') repeat-x;
	color: white;
}

/* Menu niveau 2 */
#header #menu #page_menu ul li ul{
	display: none;
	position: absolute;
	top: 26px;
	left: 0px;
	z-index: 50;
	height: auto;
	margin-left: 0;
}
#header #menu #page_menu ul li ul li{
	float: none;
	background-color: #00A0A7;
	width: 175px;
	/*height: 25px;*/
	height: auto;
}

#header #menu #page_menu ul li ul li a{
	display: block;
	border-top: 2px solid #00A0A7;
	border-bottom: 2px solid #00A0A7;
	width: 170px;
	/*height: 18px;*/
	height: auto;
	color: white;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	padding: 3px 0px 2px 5px;
}

#header #menu #page_menu ul li ul li a:hover{
	background: none;
	background-color: #0398A0;
	border-top: 2px solid #037B81;
	border-bottom: 2px solid #037B81;
	font-weight: bold;
}
/*-- FIN MENU --*/


/*---------*/
/*  CORPS  */
/*---------*/
#corps{
	background-color: white;
}
#page_corps{
	width: 990px;
	margin: 2px auto 0 auto;
	padding-top: 20px;
}

/*-- ACCUEIL --*/
#page_corps #contenu{
	float: left;
	color: #6F6F6F;
	text-align: justify;
	width: 600px;
	margin-top: 10px;
}
#page_corps .contenu_libre, #page_corps #contenu{
	padding: 0 10px;
	word-spacing: 3px;
	line-height: 22px;
}

#page_corps #informations{
	float: right;
	width: 360px;
}
#page_corps #informations .bloc{
	width: 340px;
}
#page_corps #informations .bloc .header_bloc{
	background: url('/images/interface/bloc_header.gif') no-repeat;
	height: 29px;
}
#page_corps #informations .bloc .header_bloc img{
	margin-top: 6px;
	margin-left: 20px;
}
#page_corps #informations .bloc .corps_bloc{
	background: url('/images/interface/bloc_fond.gif') repeat-y;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 20px;
}
#page_corps #informations .bloc .footer_bloc{
	background: url('/images/interface/bloc_footer.gif') no-repeat;
	height: 20px;
}

#page_corps #informations #actualite{
	margin-top: 10px;
}

#page_corps #informations .bloc a.savoir_plus{
	display: block;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
	height: 15px;
	width: 290px;
}
#page_corps #informations #forum{
	margin-top: 10px;
}

/*-- FIN ACCUEIL --*/

/*-- PAGE CONTENU --*/
#page_corps #contenu_libre{
	float: left;
	color: #6F6F6F;
	text-align: justify;
	width: 700px;
	margin-top: 10px;
	margin-left: 10px;
}

#page_corps #liste_page{
	float: right;
	width: 250px;
}
#page_corps #liste_page ul li{
	text-align: right;
}
#page_corps #liste_page ul li a{
	color: #BFCB41;
}
#page_corps #liste_page ul li a.selectionne{
	font-weight: bold;
}
#page_corps #liste_page ul li img{
	margin-left: 5px;
}
/*-- FIN PAGE CONTENU --*/


/*-- ACTUALITE --*/
#page_corps #contenu table{
	width: 630px;
}
#page_corps #contenu table td{
	padding: 5px 0px 5px 20px;
	vertical-align: top;
}
#page_corps #newsletter{
	float: right;
	width: 320px;
}
#page_corps #newsletter form p{
	margin-top: 5px;
}
#page_corps #newsletter form p label{
	float: left;
	width: 70px;
}
#page_corps #newsletter form #bt_valid_newsletter{
	background-color: #0398A0;
	border: 2px solid #037B81;
	color: white;
	font-weight: bold;
	padding: 0px 10px;
}
/*-- FIN ACTUALITE --*/

/*-- PLAN --*/
#page_corps #plan_dynamique #header_plan{
	height: 13px;
	width: 656px;
	margin: 0 auto;
}
#page_corps #plan_dynamique #object{
	background: url('/images/interface/plan_fond.gif') repeat-y;
	text-align: center;
	width: 656px;
	height: 430px;
	margin: 0 auto;
}

#page_corps #plan_dynamique #footer_plan{
	position: relative;
	width: 62px;
	margin: 0 auto;
}

#page_corps #plan_dynamique #navigation_plan{
	position: relative;
	top: 10px;
	width: 235px;
	height: 70px;
	margin: 0 auto;
}

#page_corps #plan_dynamique #navigation_plan #loupe_moins{
	position: absolute;
	top: 10px;
	left: 10px;
}

#page_corps #plan_dynamique #navigation_plan #fleche_haut{
	position: absolute;
	top: 0px;
	left: 108px;
}
#page_corps #plan_dynamique #navigation_plan #fleche_bas{
	position: absolute;
	top: 43px;
	left: 108px;
}
#page_corps #plan_dynamique #navigation_plan #rond{
	position: absolute;
	top: 20px;
	left: 107px;
}
#page_corps #plan_dynamique #navigation_plan #fleche_gauche{
	position: absolute;
	top: 20px;
	left: 87px;
}
#page_corps #plan_dynamique #navigation_plan #fleche_droite{
	position: absolute;
	top: 20px;
	left: 130px;
}

#page_corps #plan_dynamique #navigation_plan #loupe_plus{
	position: absolute;
	top: 10px;
	right: 10px;
}

#page_corps #plan_dynamique #footer_plan{
	background: url('/images/interface/plan_footer-trans.gif') no-repeat;
	height: 83px;
	width: 656px;
	margin: 0 auto;
}
/*-- FIN PLAN --*/

/*-- FORMULAIRE CONTACT --*/
#page_corps .formulaire label{
	float: left;
	width: 140px;
}
#page_corps .formulaire p{
	margin-bottom: 8px;
}
#page_corps .formulaire .submit{
	background-color: #0398A0;
	border: 1px solid #037B81;
	color: white;
	padding: 2px 10px;
}
/*-- FIN FORMULAIRE --*/

/*----------*/
/*  FOOTER  */
/*----------*/
#footer{
	background: url('/images/interface/footer_fond.gif') repeat-x center top;
	background-color: #EEFFFF;
	height: 200px;
	padding-top: 60px;
}
#footer #page_footer{
	position: relative;
	width: 990px;
	margin: 0 auto;
}
#footer #page_footer #footer_gauche{
	position: absolute;
	top: -34px;
	left: 0px;
	z-index: 1;
}
#footer #page_footer #footer_rond{
	position: absolute;
	top: 25px;
	right: 60px;
	z-index: 2;
}
#footer #page_footer #footer_droite{
	position: absolute;
	top: -13px;
	right: 0px;
	z-index: 3;
}
#footer #page_footer #copyright{
	position: absolute;
	top: 45px;
	right: 0;
	font-size: 10px;
	z-index: 4;
}
