@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;
background:#FFFFFF url(../images/fond.jpg) top repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}
input, select, textarea{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}
h1, h2, h3,h4{
margin:0;
padding:0;
font-size:11px;
color:#666666;
font-weight:normal;
}
.petit{
font-size:10px;
}
.beige{
background:#E7E3E0;
}
.titres{
margin:0;
padding:0;
font-size:14px;
color:#DDB26D;
}
.marron{
color:#DDB26D;
}
.bouton{
margin:0;
padding:5px;
color:#FFFFFF;
background:#c27d1e;
border: none;
}
#page{
margin:0 auto;
padding:0;
width:900px;
}
#entete{
margin:0;
padding:0;
background:url(../images/falcon.jpg) top left no-repeat;
width:900px;
height:256px;
}
#entete2{
margin:0;
padding:0;
background:url(../images/falcon2.jpg) top left no-repeat;
width:900px;
height:256px;
}
#droite{
margin:0;
padding:20px;
width:490px;
float:right;
background:#FFFFFF;
}
#gauche{
margin:1px 0 0 5px;
padding:0;
width:364px;
float:left;
background:#FFFFFF;

}
/* menu */
		
	#menu {
		width:100%; 
		height:41px; 
		overflow:hidden; 
		margin: 212px 0 0 0;
		padding:0;
		float:right;
	}
	#menu ul {
	margin:0; 
	padding:0;
	}
	#menu li {
	list-style-type:none; 
	display:inline;
	}
	#menu a {
	display:block; 
	float:right; 
	overflow:hidden;  
	text-decoration:none; 
	}   
				#menu a#accueil {
				width:176px;
				height:41px;	
				background-image: url(../images/menu_01.png);
				background-position: top;
				}
				#menu a:hover#accueil {
				width:176px;
				height:41px;	
				background-image: url(../images/menu_01.png);
				background-position: bottom;
				}
				#menu a#galerie {
				width:177px;
				height:41px;	
				background-image: url(../images/menu_02.png);
				background-position: top;
				}
				#menu a:hover#galerie {
				width:177px;
				height:41px;	
				background-image: url(../images/menu_02.png);
				background-position: bottom;
				}
				#menu a#contact {
				width:177px;
				height:41px;	
				background-image: url(../images/menu_03.png);
				background-position: top;
				}
				#menu a:hover#contact {
				width:177px;
				height:41px;	
				background-image: url(../images/menu_03.png);
				background-position: bottom;
				}
				#menu a#english {
				margin:0 310px 0 0;
				width:41px;
				height:41px;	
				background-image: url(../images/english.png);
				background-position: top;
				}
				#menu a#accueil_en {
				width:176px;
				height:41px;	
				background-image: url(../images/menu_en_01.png);
				background-position: top;
				}
				#menu a:hover#accueil_en {
				width:176px;
				height:41px;	
				background-image: url(../images/menu_en_01.png);
				background-position: bottom;
				}
				#menu a#galerie_en {
				width:177px;
				height:41px;	
				background-image: url(../images/menu_en_02.png);
				background-position: top;
				}
				#menu a:hover#galerie_en {
				width:177px;
				height:41px;	
				background-image: url(../images/menu_en_02.png);
				background-position: bottom;
				}
				#menu a#contact_en {
				width:177px;
				height:41px;	
				background-image: url(../images/menu_en_03.png);
				background-position: top;
				}
				#menu a:hover#contact_en{
				width:177px;
				height:41px;	
				background-image: url(../images/menu_en_03.png);
				background-position: bottom;
				}
				#menu a#english {
				margin:0 310px 0 0;
				width:30px;
				height:30px;	
				background-image: url(../images/english.png);
				background-position: top;
				}
				#menu a#anglais {
				margin:0 310px 0 0;
				width:30px;
				height:30px;	
				background-image: url(../images/francais.png);
				background-position: top;
				}
a {
	font-size: 11px;
	color: #DDB26D;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DDB26D;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #DDB26D;
}
#bas{
width:100%;
margin:30px 0 0 0 ;
padding:0;
float: right;
clear:both;
}
.imagefloat{
float: right;
padding:0;
margin:10px 0 10px 10px;
}
