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

*{
	margin:0;
	padding:0;
}

a{
	outline:none;
	text-decoration:none;
}

a img{
	border:none;
}

li{
	list-style-type:none;
}

.clear{
	clear:both;
}

body{
	background-color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#conteneur{
	border:1px dotted #C8D20A;
	height:auto;
	width:800px;
	margin:50px auto;
}

#header{
	background-image:url(images/bandeau.jpg);
	height:168px;
	margin-bottom:15px;
}

#retour{
	display:block;
	position:absolute;
	height:158px;
	width:200px;
}

#header ul{
	position:absolute;
	margin:130px 0 0 280px;
	height:32px;
	width:519px;
}
	
#header ul li{
	float:left;
}

#header ul li a{
	position:relative;
	color:#333;
	text-indent:-500px;
	overflow:hidden;
	height:32px;
	width:173px;
	display:block;
}

#contact{  background-image:url(images/contact.jpg);}
#contact:hover{  background-position:bottom;}

#produits{  background-image:url(images/produit.jpg);}
#produits:hover{  background-position:bottom;}

#prog{	background-image:url(images/prog.jpg);}
#prog:hover{  background-position:bottom;}

h1{
	font-size:1.1em;
	color:#C2D40A;}

#info{
	margin-left:13px;
	width:550px;
}

#infoR{
	margin-left:13px;
	width:650px;
}

.texte{
	float:left;
	font-size:0.8em;
	color:#FFF;
	text-align:justify;
	line-height:14px;
	margin-right:7px;
}

.boissons{
	width:200px;
	overflow:hidden;
}

.rhums{
	width:265px;
	overflow:hidden;
	margin-right:10px;
}

#prixD{
	color:#F06;
	font-size:0.8em;
	line-height:14px;
	margin-right:12px;
	margin-top:2px;
}

#prixR{
	color:#F06;
	font-size:0.8em;
	line-height:14px;
	margin-right:15px;
	margin-top:2px;
}

#expo{
	float:right;
	margin-right:13px;
	width:260px;
}

#g{
	position:absolute;
}

#d{
	float:right;
}

#expoR{
	float:right;
	margin-right:13px;
	width:110px;
}

#rhums{
	display:block;
	width:220px;
	background-color:#333;
	border:1px dotted #C8D20A;
	padding:2px;
	margin-left:562px;
	text-align:center;
	position:absolute;
	margin-top:402px;
}

#rhums a{
	color:#F06;
	}
	
#rhums a:hover{
	color:#C8D40A;
}

.image{
	margin-bottom:15px;
	height:110px;
	width:110px;
	border:1px solid #C2D40A;
}

.abus{
	font-size:0.7em;
	color:#666;
	width:800px;
	padding:5px 13px 0px 13px;
}
/*programmation*/
.prog{
	position:relative;
	width:460px;
	margin-left:13px;
	line-height:15px;
}

h1.prog{
	font-size:16px;
	margin-bottom:15px;
}

.detail{
	color:#999;
	font-size:0.7em;
}

#fly{
	float:right;
	border:1px solid #C8D20A;
	width:302px;
	height:412px;
	margin-right:13px;
}

#archives{
	display:block;
	width:150px;
	background-color:#333;
	border:1px dotted #C8D20A;
	padding:5px;
	margin-left:10px;
	text-align:center;
	position:absolute;
	margin-top:380px;
}

#archives a{
	color:#F06;
	}
	
#archives a:hover{
	color:#C8D40A;
}
/*contact*/
#formulaire{
	position:relative;
	border:1px solid #C8D20A;
	height:412px;
	width:774px;
	margin-left:13px;
}

#coord{
	position:absolute;
	margin:220px 0px 0px 520px;
	width:280px;
	height:200px;
	color:#C8D20A;
}

#coord a{
	color:#C8D20A;
}

#coord a:hover{
	color:#999;
}

form{
	width:483px;
	line-height:50px;
	margin:13px;
}

fieldset{
	border:none;
}

label{
	display:block;
	position:relative;
	color:#C8D20A;
}

.cases{
	position:absolute;
	left:70px;
	top:18px;
	border:1px dotted #C8D20A;
	background-color:#666;
}

textarea{
	position:absolute;
	margin-top:20px;
	border:1px dotted #C8D20A;
	background-color:#666;
	padding:5px;
	color:#C8D20A;
}

.bouton{
	position:absolute;
	left:450px;
	top:380px;
	border:1px dotted #C8D20A;
	background-color:#666;
}
 /*bas*/
address{
	border:1px dotted #C8D20A;
	margin:10px;
	padding:3px;
	color:#666;
	font-style:normal;
	font-size:0.8em;
	text-align:center;
}
