@CHARSET "ISO-8859-1";
body 
{
	font-size: 13px; 
	color: #e1e1e1; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	/*background-color: #292a2b*/
	background-color: #000000;
	margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
}
h1 {
	font-size:18px;
	font-weight:300;
	margin-left:15px;
}
a img {
	border:1px solid;
}
a {
	color: #bbbbbb; 
	text-decoration: underline;
}
a:visited {color: #bbbbbb;}
a:hover {color: #eeeeee;}
a.liste
{
	color: #e1e1e1;
	font-size: 12px;	
}
/***** site *****/
#site
{
	margin-top: 30px;
	width: 955px; 
	margin-left: auto; 
	margin-right: auto;
}
/***** header ****/
#header
{
	background-image: url('images/index_01.jpg'); 
	background-repeat: no-repeat; 
	height: 121px;
}
#lang img
{
	position:relative;
	float:right;
	top:8px;
	right:8px;
	padding-left:6px;
	border:0;
}
/***** corps ****/
#corps
{
	width: 955px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	min-height: auto;
	
	/*image marge gauche*/
	background-image: url('images/index_03.jpg'); 
	background-position: left; 
	background-repeat: repeat-y; 
}
#contenu
{
	/*position: relative; */
	/*float:left;*/
	padding-left: 18px; 
	padding-right: 18px; 
	padding-top: 10px;
	padding-bottom: 10px;
	width: 919px;
	text-align: left;
	min-height: auto;
	
	/*image marge droite */
	background-image:url('images/index_05.jpg'); 
	background-position: right; 
	background-repeat: repeat-y; 
}

.details-peinture
{
	font-size: 9px;
}
.titre-categorie-peinture
{
	font-size: 18px
}
.aretro
{
	color: #e1e1e1;
	font-size: 12px;	
}	
/***** Le menu ***/
#menu {
	font-weight: bold;
	letter-spacing:-0.5px;
	font-size: 13px; 
	left: 321px; 
	float: left; 
	width: 638px; 
	color: #e1e1e1; 
	position: relative; 
	top: 46px; height: 19px; 
	text-align: center;
	font-size: 13px;
}
#menu a {
	color: #e1e1e1; text-decoration: none
}
#menu A:visited {
	color: #e1e1e1
}
#menu a:hover {
	color: #ffffff
}

/*** footer ***/
#footer {
	font-size: 10px;
	position: relative; 
	float:left;
	background-image: url('images/index_06.jpg');
	background-color:#292a2c;
	background-repeat: no-repeat; 
	width: 935px; 
	padding:10px;
	padding-top: 37px;
}
#footer a {
	color: #e1e1e1; text-decoration: none
}
#footer a:visited {
	color: #e1e1e1
}
#footer a:hover {
	color: #aaaaaa
}