@charset "utf-8";
/* CSS Document */
a:link, a:visited { color: rgb(0, 0, 0); text-decoration: none; }
a:hover, a:active { color: rgb(114, 69, 112); text-decoration: none; }
.hidden { display: none; }
body {
	margin: 0px;
	color: #333;
	font-size: 12px;
	font-family: Trebuchet MS,"Lucida Sans Unicode",Arial,Lucida Sans,Tahoma,Sans-Serif;
	background-image: url(images/fond_template.png);
	background-repeat: repeat;
	text-align: left;
}
#sub_body {
	background-image: url(images/fond_header.png);
	background-repeat: repeat-x;
	margin:0px;
}
#conteneur {
	margin: auto;
	height: auto;
	width: 980px;
}
#top-middle {
	float : left;
	width : 114px;
	height: 259px;
}
#flag_zone{
	float : left;	
	width : 114px;
}
#zone_middle {
	float : left;
	width : 229px;
	height : 331px;
	background-image: url(images/middle_left.png);
	background-repeat: no-repeat;
}
#menu {
	padding-left : 35px;
	padding-top : 60px;
	font-size: 14px;
}
#menu li {
	padding-bottom : 10px;	
}
#menu a:link, #sidebar a:visited { border-bottom: medium none; color: rgb(255, 255, 255); text-decoration: none; }
#menu a:hover, #sidebar a:active {
	border-bottom: 1px dotted rgb(255, 255, 255);
	color: #3F6;
	text-decoration: none;
}
#top_zone_texte {
	background-image: url(images/template_produits/middle_right.png);
	background-repeat: no-repeat;
	width : 751px;
	height : 331px;
	float:left;
}
#zone_texte {
	background-image: url(images/fond_texte.png);
	background-repeat: repeat-y;
	float:left;
	width:980px;
}
#myText {
	padding-left : 250px;
	padding-right : 70px;	
}
#footer {
	float : left;
	
}
.image_header {
	float : left;
	border:none;
}

