
a:hover{ text-decoration:none; } 
*{
margin: 0px;
padding: 0px;
font-family: arial;
}
body{
background: #FFF;
background-repeat: repeat-x;
background-position: top;
background-attachment: fixed;
}
#cadre{
position: absolute;
left: 50%;
margin-left: -500px;
width: 1000px;
height: 100%;
vertical-align: top;
z-Index: 10;
}
#menu{
background: url('menu.png');
background-position: bottom;
background-repeat: repeat-x;
margin-top: 40px;
height: 115px;
width: 100%;
border-radius: 10px;
border: solid 1px #ACF;
}
#menu table{
width: 100%;
}
#menu table td{
vertical-align: middle;
border: solid #EEF 1px;
border-width: 0px 1px 0px 0px;
height: 100%;
text-align: center;
width: 100px;
padding: 5px;
} #menu table td:last-child {border-width: 0px 0px 0px 0px;}
#menu table td a{
color: #025;
font-family: arial;
text-decoration: none;
text-align: center;
font-size: 18px;
}
#menu table td a:hover{
color: #fF6600;
font-weight: bold;
text-decoration: none;
}

#pg{
background: white;
margin-top: 20px;
height: auto;
width: 100%;
border-radius: 5px;
border: solid 1px #ACF;
}

#pg>table{
width: 100%;

}
#left{
vertical-align: top;
width: 300px;
}
#right{
vertical-align: top;
padding: 20px;
}
#content{
vertical-align: top;
}
#left>div,#content>div{
padding: 20px;
}
.foot{
background: #E3E3E3;
height: 80px;
}
#backfoot{
position: absolute;
width: 100%;
background: #CBCCCE;
height: 200px;
z-Index: 5;
}

.smn div{
text-decoration: none;
color: white;
}

#accueil{
height: 300Px;
}
#accueil .p1{
padding: 30px;
padding-top: 110px;
padding-bottom: 10px;
font-size: 28px;
font-weight: bold;
font-family: courier;
color: #004;
}
#accueil .p2{
padding: 30px;
padding-top: 0px;
color: white;
font-size: 20px;
font-weight: bold;
font-family: georgia;
}

#espace_client{
float: right;
font-family: arial;
font-size: 14px;
color: #048;
}

#logo{
height: 90px;
margin: 3px;
margin-left: 10px;
padding:  0px;
border: none;
}



.voyage{
font-family: arial;
margin-top: 20px;
margin-bottom: 20px;
}
.titre_voyage{
font-size: 18px;
color: #FF6600;
margin-bottom: 10px;
border: solid black 1px;
border-width: 0px 0px 1px 0px;
}
.prix_voyage{
float: right;
font-size: 18px;
color: #FF6600;
}
.desc_voyage{
font-size: 14px;
}


.savoir{
font-family: arial;
font-size: 14px;
font-style: italic;
color: #888;
text-decoration: none;
}
.savoir:hover{
color: #FF6600;
}
.formcontact{
border: solid 1px black;
}
.err{
border: solid red 2px;
background: #FCA;
}