/* CSS Document */
#bandeau {
	position:absolute;
	width:800px;
	height:140px;
	left:50%;
	margin-left:-400px;
	z-index:1;
}
#contenu {
	position:absolute;
	width:795px;
	top:0;
	padding-top:140px;
	padding-right:30px;
	padding-left:5px;
	left:50%;
	margin-left:-400px;
	z-index:1;
	background-image:url(/images/cote.png);
	background-repeat:repeat-y;
	background-position:right;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
#logo{
	position:absolute;
	left:50%;
	margin-left:-590px;
	width:190px;
	height:281px;
}
h1{
	color:#669900;
	font-size:18px;
	font-weight:bold;
}
h2{
	color:#293E00;
	font-size:15px;
	font-weight:bold;
}
a{
	color:#293E00;
}
a:hover{
	color:#FFFF66;
}
.menu {
	margin-top:10px;
	padding-right:3px;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	border: 1px solid #efefef;
}
.petit {
	font-size:13px;
}
.menu a {
	text-decoration:none;
}
.menu a:hover {
	text-decoration:none;
	background-color:#293E00;
}
.photo {
	border:1px solid #669900;
}
#pied {
	background-image:url(images/bas.png);
	background-repeat:repeat-x;
	width:100%;
	height:50px;
	clear:both;

}
#textepied {
	padding-top:30px;
		text-align:center;
	font-size:11px;
}
.actu {
	 padding:3px; 
	 text-align:center;
	 float:right;
	 margin:5px;
	 width:250px;
	 border:1px solid #669900;
}
.paypal {
	 padding:3px; 
	 text-align:center;
	 float:right;
	 margin:5px;
	 width:350px;
	 border:1px solid #669900;
}
.prix {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
#newsletter {
	 padding:3px; 
	 text-align:center;
	 margin:5px;
	 width:250px;
	 border:1px solid #669900;
	 font-size:11px;
	 margin-left:auto;
	 margin-right:auto;
}

