body {
background-color: #EDE6D7;
}
* {
margin:0px;
padding:0px;
}
.dessous
{
   clear: both;
}
.cadre1 {
   width: 950px;
margin: auto;
background-image: url("images/accueil1.jpg");
background-repeat: no-repeat;
}
.cadre2 {
   width: 950px;
margin: auto;
background-image: url("images/voyage1.jpg");
background-repeat: no-repeat;
}
.cadre3 {
   width: 950px;
margin: auto;
background-image: url("images/tarif1.jpg");
background-repeat: no-repeat;
}
.cadre4 {
   width: 950px;
   height: 444px;
margin: auto;
background-image: url("images/contact1.jpg");
background-repeat: no-repeat;
}
.fond_texte {
   width: 480px;
   margin-top: 38px;
   margin-left: 25px;
   padding: 5px;
}
.fond_texte1
{
background-color: #FFBA07;
}
.fond_texte2 {
   width: 400px;
   margin-top: 38px;
   margin-left: 25px;
   padding: 5px;
}
.droite {
	float: right;
   width: 200px;
   margin-top: 40px;
   margin-right: 50px;
}
.droite1 {
	float: right;
   width: 200px;
   margin-top: 20px;
   margin-right: 25px;
   padding: 5px;
}
.droite2 {
	float: right;
   width: 300px;
   margin-top: 40px;
   margin-right: 45px;
   padding: 5px;
}

.sans
{
   list-style-type: none;
}
h1  {
font-family: arial, verdana,"Century Gothic", "Arial Black";
   font-size: 16px;
color: white;
background-color: #EE5ACD;
font-weight : bold;
}
h2  {
font-family: arial, verdana,"Century Gothic", "Arial Black";
   font-size: 16px;
color: white;
background-color: #B3D122;
font-weight : bold;
}
h3
{
font-family: arial, verdana,"Century Gothic", "Arial Black";
   font-size: 16px;
color: white;
background-color: #49B3EF;
font-weight : bold;
}
h4
{
font-family: arial, verdana,"Century Gothic", "Arial Black";
   font-size: 16px;
color: white;
background-color: #FFBA07;
font-weight : bold;
text-align: center;
}
h5 {
font-family: arial, verdana,"Century Gothic", "Arial Black";
color: white;
text-align: justify;
font-size: 12px;
font-weight : bold;
}
h6 {
font-family: arial, verdana,"Century Gothic", "Arial Black";
color: white;
text-align: center;
font-size: 15px;
font-weight : bold;
}
p {
font-family: arial, verdana,"Century Gothic", "Arial Black";
text-align: justify;
font-size: 12px;
font-weight : bold;
}
a { 
font-weight : bold;
color: white;
font-size: 15px;
text-decoration: none;
}
a img{ 
border: none;
margin: 0px;
padding:0px;
}
img{ 
border: none;
margin: 0px;
padding:0px;
}
label {
display:block;
float:left;
width:245px;
}
.zone_de_text 
{ 
background-color: #FFFFCC; 
color: black; 
}

fieldset
{
   margin-bottom: 10px; /* Une marge pour s&eacute;parer les fieldset */
   font-family: arial, verdana,"Century Gothic", "Arial Black";
}
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: arial, verdana,"Century Gothic", "Arial Black";
   font-size: 16px;
	color: #000;
   font-weight : bold;
   }