body	{	margin: 0;	padding: 0;	background-color: #FFFFFF;	font-family: Helvetica, sans-serif;	font-size: 12px;	position: relative;	left: 50%;	width: 800px;	margin: 0 0 0 -400px;	text-align: left;
	}#siteweb	{
	position: relative;
	color: #2B2D2C;
	margin: 0;	padding: 0px;	}	
#header
	{
	background-image: url('../img/bg_header.jpg');
	background-repeat: no-repeat;
	height: 100px;
	padding: 10px;	}

#footer
	{
	background-image: url('../img/bg_footer.jpg');
	background-repeat: no-repeat;
	height: 120px;
	padding-top: 10px;
	padding-left: 110px;
	}

#main
	{
	background-image: url('../img/bg_main.jpg');
	padding: 20px;
	min-height: 500px;	}

#logo
	{
	position: absolute;
	top: 20px;
	left: 30px;
	}
	
#title
	{
	position: absolute;
	top: 10px;
	left: 400px;
	width: 370px;
	}
	
#sommaire
	{
	position: absolute;
	left: 0px;
	width: 180px;
	margin: 30px 0 0 0;
	text-align: right;
	}

dl, dt, dd, ul
	{
	list-style-type: none;
	width: 100%; /* précision pour Opera */
	margin: 0;
	padding: 0;
	}

li {margin-bottom: 6px;}
li.detail
	{
	margin-bottom: 0px;
	font-size: 10px;
	color: #0066CC;
	list-style-position: inside;
	list-style-type: square;
	}

.menu a.menuitem:link, .menu a.menuitem:visited
	{
	width: 200px; 
	height: 22px;
	display: block;
	text-align: right;
	text-decoration: none;
	background-image: url('img/bg_btn.jpg');
	color: #4e4c45;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	}
	 
.menu a.menuitem:hover
	{
	color: #787669;
	}

.menu a.menuitem:active
	{
	color: #C65216;
	}

.menu a.menuitem2:link, .menu a.menuitem2:visited, .menu a.menuitem2:hover, .menu a.menuitem2:active
	{
	width: 200px;
	height: 16px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF7E8;
	background: #C65216;
	line-height: 16px;
	text-decoration: none;
	}
	 
img
	{
	border: 0px;
	}

img.floatright
	{
	float: right;
	margin: 10px;
	}

img.flag
	{
	border: 0px;
	margin-right: 5px;
}

div.center {
	text-align: center;
}

a:link, a:visited { text-decoration: underline; color: #653B64;}
a:hover { color: #653B64;}
a:active { color: #AA6EFF; }

h1, h2, h3, h4, h5, h6
	{
	text-decoration: none;
	line-height: normal;
	vertical-align: top;
	}
	
h1
	{
	color: #4E4C45;
	font-size: 18px;
	}
	
h2
	{
	color: #646258;
	font-size: 16px;
	}
	
h3
	{
	color: #787669;
	font-size: 14px;
	font-style: italic;
	}
	
#error
	{
	color: #FF0000;
	}

p {margin: 2px;}
p.adm {font-size: 10px; color: #7E7A6F;}
p.error {font-weight: bold; font-size: 12px; color: #FF0000;}
p.bigwhite {font-size: 28px; color: #FFFFFF;}
p.bigres {font-size: 24px; color: #646258;}

span.petitprix {font-weight: bold; font-size: 14px; color: #FF0000; margin-right: 10px;}
span.prix {font-weight: bold; font-size: 18px; color: #FF0000; margin-right: 10px;}
span.error {font-weight: bold; font-size: 12px; color: #FF0000;}
span.verybig {font-weight: bold; font-size: 20px;}
span.b {font-weight: bold;}
