body {
width: 1000px;
margin: auto;
font-family: arial, georgia, times, serif;
font-size: 14px;
background-color: #eaebe3;
background-image: url('design/background.jpg');
text-align: center;
margin-top: 20px;
margin-bottom: 0px;

}

a{
outline: none;
text-decoration: none;
color: #f39d48;
}

img{
border: none;
}

.orange{
color: #f39d48;
}

.rouge{
color: red;
}

.floatdroite{
float: right;
padding-left: 5px;
}

#conteneur{
width: 1000px;
min-height: 500px;
height: auto;
margin: 0 auto;
text-align: left;
}

#menu{
width: 1000px;
height: 60px;
background-color: #4f3126;
background-image: url('design/lueur.png');
background-repeat: no-repeat;
border-radius: 15px;
padding: 0px;
list-style:none;
}



#menu  ul{
padding: 0px;
width: 1000px;
height: 60px;
z-index:100;
}


#menu li {

margin: 0px;
width:120px;
height: 60px;
display:block;
float:left;
padding-left: 0px;
position:relative;
text-align: center;
font-size: 15px;
line-height: 60px;
color:#f39d48;

}


#menu li a:link, #menu li a:visited {
display:block;
text-decoration: none;
color: #f39d48;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-0-transition: all 0.4s ease;
transition: all 0.4s ease;
}


#menu li:hover a, #menu li a:hover, #menu li a:active {
display:block;
color: #000000;
background-color:#f39d48;

	}
	

	
#menu li ul.navigation-2 {
display:none;
margin:0;
list-style:none;
width: 100px;
position:absolute;
top:60px;
border: none;
left: 0px;
}	
	
#menu li:hover ul.navigation-2 {
display:block;
}

#menu li ul.navigation-2 li {
width: 120px;
height: 20px;
clear:left;
text-align: center;
border:none;
background-color: rgb(75,172,198);
background-color: rgba(75,172,198,0.8);
font-size: 12px;
line-height: 20px;
color: white;
border-top: 0px white solid;
}	

#menu li ul.navigation-2 li:hover {
width: 120px;
height: 20px;
clear:left;
text-align: center;
border:none;
font-size: 12px;
line-height: 20px;
color: white;

}	
	
#menu li ul.navigation-2 li a {
color: white;
z-index:1000;
}	
	
#menu li ul.navigation-2 li:hover a, #menu li ul.navigation-2 li a:hover {
color: #ffffff;
background-color: #4f3126;
}	






#bandeau1{
margin-top: 20px;
width: 1000px;
height: 349px;
background-image: url('design/bandeau1.jpg');
background-repeat: no-repeat;
}

#bandeau2{
width: 1000px;
height: 41px;
background-image: url('design/bandeau2.png');
background-repeat: no-repeat;
}

#contenu{
width: 1000px;
min-height: 380px;
height: auto;
background-color: white;
}

#contenu h1{
margin: 0px;
padding: 20px;
font-size: 18px;
font-weight: bold;
color: #4f3126;
}

#contenu h2{
margin: 0px;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
font-size: 16px;
font-weight: bold;
text-decoration: underline; 
color: #4f3126;
}

#contenu h3{
margin: 0px;
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
font-size: 14px;
font-weight: bold;
text-decoration: underline; 
color: #4f3126;
}

#contenu p{
margin: 0px;
padding-left: 20px;
padding-top: 15px;
padding-right: 20px;
padding-bottom: 5px;
font-size: 14px;
line-height: 18px;
color: black;
}

#contenu .anglais{
font-style: italic;
color: #4f3126;
font-size: 14px;
}

#contenu label {
display: block;
width: 350px;
float: left;
text-align: right;
padding-top: 5px;
}

#contenu .envoyer{
width: 275px;
margin-left: 350px;
background-color: #4f3126;
color: white;
}

#contenu .majuscule{
text-transform: uppercase;
}

#colonne-droite{
float: right;
width: 300px;
height: 300px;
}

#colonne-droite h1{
margin: 0px; 
padding-top: 20px;
padding-right: 20px;
padding-bottom: 5px;
text-align: right;
font-size: 15px;
font-weight: bold;
color: #4f3126;
}

#colonne-droite p{
margin: 0px;
padding-left: 20px;
padding-top: 5px;
padding-right: 20px;
padding-bottom: 5px;
font-size: 12px;
line-height: 18px;
color:rgb(80,80,80);
text-align: right;
}

#colonne-droite .anglais{
font-style: italic;
color: #4f3126;
font-size: 11px;
}

#contenu-pied{
width: 1000px;
height: 150px;
background-color: white;
background-image: url('design/frise-kart.png');
background-repeat: no-repeat; 
}

#album{
height: 1300px;
}

#album ul{
list-style-type: none;
}

#album li{
display: block;
float: left;
padding-right: 5px;
}

#footer{
width: 1000px;
height: 40px;

}

#footer p{
font-size: 10px;
margin: 0px;
padding: 10px;
text-align: center;
color: #4f3126;
}

#footer a{
color: #4f3126;
}
