body{
	margin:0;
	background:#E8E8E8 center top fixed url(fond.png);
}
body, p, td, th{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
a{
	text-decoration:none;
	color:#C00;
}
a:hover{
	color:#F00;
}
img{
	border:0;
}
ul li{
	list-style-type:square;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	background:#F00 url(h1-bg.gif) no-repeat 5px 7px;
	margin-top:0;
	padding:2px;
	padding-left:28px;
}
h2{
	font-size:15px;
}
h3{
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
hr{
	border: 0; /* enleve toute bordure */
	border-bottom: 1px #666 dotted; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
	height: 1px; /* pour IE */
}
/* Affichage des articles fils */
ul#fils{
	margin:0;
	padding:0;
}
ul#fils li{
	margin:0;
	padding:0;
	border:1px dotted #CCC;
	border-bottom:1px solid #CCC;
	margin-bottom:4px;
	padding:10px;
	list-style-type:none;
}
ul#fils h3{
	margin:0;
	padding:0;
	/*padding-bottom:4px;*/
}
ul#fils li.highlight{
	background:#FDD;
}
.pagePrecedente{
	padding-top:4px;
	height:24px;
	line-height:24px;
	background:url(pagePrecedente.png) no-repeat 0px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top:1px dotted #CCC;
}
.pagePrecedente a{
	padding-left:28px;
}
#main{
	margin:auto;
	background:center url(fond2.png) repeat-y;

}
#header{
	margin:auto;
	width:950px;
	height:150px;
	background:#F88;
}
#sideBar{
	width:199px;
	background:#F2F2F2;
	border-right:1px solid #CCC;
}
#nouveauxProduits a{
	display:block;
}
#nouveauxProduits a:hover{
	background:#F9F9F9;
}
.news{
	display:block;
	padding:10px;
	font-size:11px;
	border-bottom:1px dotted #BBB;
	color:#333;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
}
.news h3{
	/*font-family:Arial, Helvetica, sans-serif;*/
	margin:0;
	padding:0;
	color:#C00;
	font-size:12px;
}
.news strong{
	display:block;
	font-size:10px;
	text-align:right;
	font-weight:normal;
	color:#C00;
}
.news:hover{
	background:#FFF;
}
#page{
	border-top:1px solid #CCC;
}
#contentContainer{
	background:#FFF;
	width:750px;
}
#menu{
	background:#C8C4C0;
	border-top:1px solid #ECEBEA;
	border-bottom:1px solid #969390;
	height:80px;
}
#menu .block{
	display:block;
	text-align:center;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:10px;
}
#menu img{
	padding-bottom:1px;
}
#menu a{
	display:block;
	height:74px;
	padding-top:6px;
	padding-left:3px;
	padding-right:3px;
	color:#900;
}
#menu a:hover{
	color:#D00;
	background-color:#D8D4D0;
}
#content{
	padding:10px;
	width:730px;
}
#footer{
	text-align:center;
	width:950px;
	margin:auto;
	background:#999 url(footer.png) repeat-x;
}
#footer, #footer p, #footer a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCC;
}
#footer p{
	padding:0;
	margin:0;
	padding-top:5px;
}
#footer a:hover{
	color:#FFF;
}
#footer #bottom{
	background:#F00 url(footerBottom.gif) no-repeat;
	height:40px;
}