@charset "utf-8";
/* CSS Document */

div#centre{
	position:absolute;
	width:855px;
	height:800px;
	left:50%;
	margin-left:-427px;
}

div#menu{
	width:259px;
	height:158px;
	float:left;
}

div#left_txt{
	background-image:url(../img/flag.jpg);
	width:275px;
	height:403px;
	float:left;
}

div#btn{
	color:#f3ad44;
	background-image:url(../img/btn.jpg);
	width:132px;
	height:24px;
	padding-top:10px;
	padding-left:20px;
	margin-right:20px;
	float:left;
}

div#boutique{
	background-image:url(../img/boutique.jpg);
	padding-left:20px;
	padding-right:20px;
	width:281px;
	height:427px;
	float:left;
}

img.f_left{
	float:left;
}

p {
	margin-left:20px;
	margin-right:15px;
	text-align:justify;
}
body{
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#575656;	
}

h2{
	color:#545454;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
}
h2#souligne{
	border-bottom:1px dotted #ea822b;
}

li{
	color:#575656;
	list-style-type:lower-greek;
}
a{
	color:#575656;
}

input.form{
	background-image:url(../img/input.jpg);
	background-repeat:no-repeat;
	border:1px solid #530c01;
	height:20px;
	float:left;
}
textarea{
	background-image:url(../img/input.jpg);
	background-repeat:no-repeat;
	border:1px solid #530c01;
	width:155px;
	height:80px;
	float:left;
}
label{
	float:left;
	width:80px;
	color:#575656;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:29px;
}
div.clear{
	clear:both;
}
input.sub{
	background-color:#9e2f11;
	border:1px solid #ee7d27;
	color:#ee7d27;
}
input.sub:hover{
	background-color:#ee7d27;
	border:1px solid #9e2f11;
	color:#9e2f11;
}