@import url("styles_calendrier.css");

/*
couleurs : 
marron foncé : #381408
marron clair : #6a260f
rouge : #ed0000
bleu clair : #009dff
*/

body {
padding:0;
margin:0;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#381408;
text-align:center;
}

a:link, a:visited, a:active {
color:#381408;
text-decoration:none;
}

a:hover {
color:#009dff;
text-decoration:none;
}

.retour_float {
clear:both;
}


.error, .rappel{
font-weight: bold;
color: #ed0000;
text-decoration:none;
}

#alerte_javascript_inactif {
color:#6a260f;
position:absolute;
top:3px;
left:3px;
width:150px;
}

#global {
width:950px;
margin:0 auto;
text-align:left;
background-color:#FFFFFF;
position:relative
}

/* Entete */

#entete {
height:150px;
background-color:#381408;
border-bottom:2px solid #381408;
position:relative;
background-image:url(../images/entete/image-entete.jpg);
background-repeat:no-repeat;
background-position: right top;
}

#newsletter_1 {
background-color:#000000;
width:430px;
height:35px;
position:absolute;
right:0px;
opacity : 0.6;
filter : alpha(opacity=60);
}

/*logo*/
#logo img{
float:left;
border:0;
width:279px;
}

img#image_entete {
float:left; 
width:671px;
}

#renseignements{
position:absolute;
right:10px;
bottom:40px;
width:200px;
text-align:right;
font-size:13px;
font-weight:bold;
color:#ffffff;
}

.tel {
font-size:18px;
}

.horaires {
}

.menu {
height:30px;
width:950px;
position:absolute;
left:5px;
bottom:0px;
line-height:30px;
}

.menu ul {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
margin:0;
padding:0;
list-style:none;
}

.menu li {
float:left;
background:url("/images/entete/onglet-gauche-off.png") no-repeat left top;
margin-right:2px;
padding-left:13px;
}

.menu a {  
float:left;
height:30px;
text-align:center;
display:block;
color:#6a260f;
text-decoration:none;
background:url("/images/entete/onglet-droit-off.png") no-repeat right top;
padding:0px 14px 0px 0px;
}

.menu li a:hover {
background-image:url("/images/entete/onglet-droit-survol.png");
}
.menu a:hover {
color:#009dff;

}

.menu .current {
background-image:url("/images/entete/onglet-gauche-select.png");
}
.menu .current a {
background-image:url("/images/entete/onglet-droit-select.png");
color:#ffffff
}

/* fin Entete */


/* Pied */

#pied1 {
clear:both;
background-color:#6a260f;
border-top:2px solid #381408;
border-bottom:2px solid #381408;
background-image:url(../images/pied/fond-pied1.gif);
background-position:right top;
background-repeat:no-repeat
}

#pied1 p{
margin:0px;
color:#FFFFFF;
width:200px;
padding:10px 20px;
font-size:12px;
float:left;
}
#pied1 p span{
font-weight:bold;
font-size:14px;
}

a#bloc_autocar {
float:left;
position:relative;
margin-right:20px;
}

a#bloc_autocar span {
text-align:center;
color:#ffffff;
position:absolute;
top:35px;
left:125px;
}

a:hover#bloc_autocar span {
color:#009dff;
}

a#bloc_brochure {
float:left;
position:relative;
margin-right:20px;
}

a#bloc_brochure span {
text-align:center;
color:#ffffff;
position:absolute;
top:35px;
left:105px;
}

a:hover#bloc_brochure span {
color:#009dff;
}

a#bloc_energie {
float:left;
position:relative;

}

a#bloc_energie span {
text-align:center;
color:#ffffff;
position:absolute;
top:35px;
left:70px;
}

a:hover#bloc_energie span {
color:#009dff;
}

#pied2 {
text-align:center;
font-size:13px;
}

#ligne_bleue {
font-weight:bold; color:#009dff;
}
#ligne_bleue a{
font-weight:bold; color:#009dff;
}
#ligne_bleue a:hover{
font-weight:bold; color:#6a260f;
}

#ligne_marron {
font-weight:bold; color:#6a260f;
}
#ligne_marron a{
font-weight:bold; color:#6a260f;
}
#ligne_marron a:hover{
font-weight:bold; color:#381408;
}
/* fin Pied */


