@charset "utf-8";
/* CSS Document */

html {
	background-image:url(images/bg_site.jpg);
	background-repeat:repeat-x;
}
body {
	width : 962px;
	height: 760px;
	margin:auto;
	margin-top:0px;
	background-image:url(images/bg_body.png);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	background-image: url(images/bg_titre.jpg);
	background-repeat: no-repeat;
	padding-left:20px;
	padding-bottom:15px;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-indent:22px;
	line-height:24px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	text-align : left;
	text-indent:10px;
	font-variant: small-caps;
	border-bottom:#666;
	border-bottom-width: 1px;
	border-bottom-style:solid;	
}
h3 {}
h4 {}
h5 {
	text-align:center;
	font-size:16px;
	color:#000000;
	font-weight: bold;
}

a {
	color : #333367;
	text-decoration:none;
}
a:hover {}
a:active {}

li {list-style-type: none;}
ul {
	padding :0px;
	margin:0px;
}
img{ border:none;}

#conteneur {
	width:962px;
	height:720px;
}

#entete {
	width : 950px;
	height: 203px;
	background-image:url(images/bg_entete_coin.jpg);
	background-repeat:no-repeat;
	padding: 0px;
	margin-bottom:10px;
}
.logo {
	position : absolute;
	margin-left:80px;
	margin-top:10px;
}
.adresse {
	position:absolute;
	width : 150px;
	text-align:left;
	color:#FFFFFF;
	margin-top:120px;
	margin-left:160px;
}
.langue {
	position : absolute;
	width:auto;
	margin-top: 15px;
	margin-left: 900px;
}
#menu {
float:left;
width: 220px;
height: 480px;
background-image:url(images/bg_menu.png);
background-repeat:no-repeat;
background-position: left top;
margin-left: 10px; /* décalage du menu à gauche */
padding-top: 8px; /* marge intérieure du menu */
text-align:center;
}

#menu li {
	font-size:15px;
	line-height: 35px;
	font-variant: small-caps;
	margin-bottom: 3px; /* espacement des boutons */
}
#menu a:hover {
	font-style:italic;
	color:#FFFFFF;
}
.recommandation {
	text-align:center;
	margin-top:145px;
}
#corps {
width: 685px;
height:480px;
margin-left:250px;
padding:5px;
background-image:url(images/bg_poisson.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}
#corps p {
	padding-left:15px;
	padding-right:60px;
}
.champs {
	font-size:11px;
	font-style:italic;
	color:#F00;
	text-align:left;
	vertical-align: top;
}

.confirmation {
text-align:center;
font-size:16px;
color:#000000;
}
#pieddepage {
	clear:both;
	margin-top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
	text-align:center;
	width: 950px;
}

#pieddepage a:hover {
	font-style:normal;
	text-decoration: underline;
}

/* Style des infos bulles*/
#bulle {
	position: absolute;
	visibility: hidden; 
	font-size:12px;
}
.info{
	border:1px solid #666666;
	padding: 7px;
	color:#666666;
	background-color:#FFFFFF;
	font-family:"trebuchet MS";
}
/* Fin du style des infos bulles*/