@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/commun/bg.jpg) 0 0 repeat-x #eeedfd;
	margin:0;
	padding:0;
}
img{
	border:none;
}
*{
	list-style:none;
	margin:0;
	padding:0;
}
.clear{
	clear:both;
}
/*******************************/
.home{
	background:url(../images/commun/bg_home.png) 0 0 repeat-y;
	width:998px;
	margin:0 auto;
}
.header{
	width:984px;
	height:210px;
	margin:0 auto;
}
.logo{
	background:url(../images/commun/header.gif) 0 0 no-repeat;
	width:984px;
	height:144px;
}
.menu{
	width:984px;
	height:38px;
	margin:4px 0 0 0;
}
.text_anim{
	width:980px;
	height:20px;
	text-align:right;
	white-space:pre;
	font-weight:bold;
	margin:0 auto;
}
/**************************************/
.menu_right{
	width:254px;
	borzder:1px solid #000000;
	float:right;
	margin:0 10px 0 0;
}
.menu_left{
	width:254px;
	borzder:1px solid #000000;
	float:left;
	margin:0 0 0 10px;
}
.group_menu{
	background:#fad998;
	width:250px;
	border:1px solid #bcb0a4;
	margin:0 auto 15px auto;
	padding:0 0 15px 0;
}
.group_menu h1{
	margin:0 0 10px 0;
}
.group_menu ul{
	width:250px;
}
.group_menu ul li{
	background:url(../images/commun/bg_menu.gif) 0 0 no-repeat #fad998;
	width:202px;
	margin:0 auto;
	border-bottom:1px solid #9d6a46;
	padding:0 40px 2px 0;
	text-align:right;
	font-weight:bold;
}
.group_menu ul li a{
	color:#000000;
	text-decoration:none;
}
.group_menu ul li a:hover{
	color:#9d6a46;
	text-decoration:none;
}
/***********************/
.content{
	width:450px; 
	bordser:1px solid #000;
	float:right;
	margin:0 10px 0 0;
	text-align:right;
}
.content h1{
	background:url(../images/commun/bg_titre_coontent.gif) 0 100% repeat-x;
	width:450px;
	height:46px; 
	text-align:right;
	font-size:22px;
	color:#660000;
}
.content p{
	margin:10px 0;
	font-weight:bold;
}
.photo{
	border:solid #300 1px;
}
.content label{
	width:100px;
	font-weight:bold;
}
.content input{
	width:260px;
	margin:0 0 10px 0;
	font-weight:normal;
	text-align:right;
}
.content textarea{
	width:260px;
	margin:0 0 10px 0;
	font-weight:normal;
	text-align:right;
}
.etoile{
	color:#FF0000;
	font-weight:bold;
}
.villes{
	width:400px;
	margin:20px 40px 40px 0;
}
.villes li a{
	color:#660000;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}
.villes li a:hover{
	color:#FF3300;
}
/***********************/
.footer{
	background:url(../images/commun/bg_footer.gif) 0 0 repeat-x;
	width:984px;
	height:50px;
	margin:0 auto;
	text-align:center;
	font-weight:bold;
	color:#FFCCCC;
	padding:6px 0 0 0;
}
.footer a{
	text-align:center;
	font-weight:bold;
	color:#FFCCCC;
	text-decoration:none;
}