* {
	margin: 0;
	padding: 0;
	}

body {
	background: #fff;
	color: #000;
	font: 9px Century Gothic,Times New Roman,Verdana,Futura;
	}

a img {border: 0;}

#header {
	width: 100%;
	background: url(/design/header.png) no-repeat top right;
	}
	
#header a img {
	margin: 5px 0 0 5px;
	border: 0;
	}

#header h1 {
	margin: -5px 0 0 16px;
	font-family: Century Gothic;
	font-size: 15px;
	}

#log {
	margin: 15px 0 0 13px;
	font-size:13px;
	}

#log a {
	text-decoration: none;
	color:#eb6900;
	}
	
#left {
	padding: 0 0 25px 0;
	width: 170px;
	background: #ECEDED;
	font-size: 10px;
	font-weight: bold;
	}

#left a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	}

#left a img {border: 0;}
	
#left p {
	margin: 15px 0 0 0;
	padding: 7px 0 0 0;
	height: 23px;
	text-align: center;
	background: url(/design/bouton.png) no-repeat center;
	color: #fff;
	font-size: 13px;
	}

#left p a {
	display: block;
	width: 126px;
	height: 23px;
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
	}

#left #panier {
	background: #fff;
	height: 30px;
	width: 120px;
	margin: 0 20px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	}

#left #panier  img {float: right;}
	
#left ul {
	margin: 0 10px;
	padding: 0 5px 10px 5px;
	background: #fff;
	width: 138px;
	list-style-position: inside;
	}
	
#left ul li {
	margin: 0;
	padding: 0;
	font-size: 10px;
	}

#left ul li span {cursor: pointer;}
	
#left ul li ul {
	margin: 0;
	padding: 0;
	display: none;
	list-style-image: url(/design/puce.gif) ;
	}

#left ul li ul li {margin: 0;padding: 0;}

#left ul li.dest, #left ul li.dest a {
	background: #000;
	color: #fff;
	}
	
#right {
	position: absolute;
	top: 85px;
	width: 150px;
	height: 850px;
	left: 1112px;
	z-index: 1;
	text-align: left;
	}
	
#right p {
	margin: 8px 0;
	text-align: center;
	}

#right div {
	padding: 3px 0 0 5px;
	}
	
#right #fb {
	width: 138px;
	margin: 0 auto 7px auto;
	padding: 0;
	border: 1px solid #395898;
	height: 80px;
	}

#right #fb p {
	margin: 0;
	padding: 0;
	}
	
#right #fb a {
	display: block;
	height: 40px;
	padding: 4px;
	color: #fff;
	background: #395898;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	}
	
.list-sscat {
	font-size: 10pt;
	font-family: Century Gothic,Arial,Helvetica,sans-serif;
	text-align: left;
	}

.list-sscat a {
	color: #0000FF;
	font-size: 10.5pt;
	font-family: Century Gothic,Arial,Helvetica,sans-serif;
	}

.list-sscat a:hover {
	color: #666;
	}
	
ol#list-conseils {
	margin: 10px 0 0 40px;
	font: 13px Verdana;
	}
	
ol#list-conseils li a {
	font: bold 13px Verdana;
	color: #cc0000;
	}
	
#partners {
	width: 670px;
	margin: 25px 0 0 100px;
	background: #666;
	}
	
#partners h2 {
	font-size: 11pt;
	color: #333;
	}

#partners td {
	padding: 10px;
	vertical-align: top;
	background: #fff;
	}

#partners td.logo {text-align: center;}

#partners a {color: #333;}

ul#dir {
	list-style-type: none;
	padding: 40px 0 0 120px;
	}

#dir a {color: #333;}

.titre_arrondi {
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	-khtml-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
	behavior:url('../../css/PIE.htc');
	border:1px solid #E2001A;
	background-color:#E2001A;
	color:white;
	font-size:12px;
	text-align:center;
}

.rub_home {
	position: relative;
	margin: 10px 0 35px 0;
	padding: 15px;
	border: 2px solid #ccc;
	border-radius: 15px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    behavior: url(/css/PIE.htc);
	}
	
.rub_home ul {
	list-style-type: none;
	}
	
.rub_home ul li {
	display: inline;
	margin: 5px 10px;
	}
	
.rub_home dl {
	float: left;
	width: 250px;
	height: 140px;
	margin: 15px;
	}
	
.rub_home dl dt {
	margin-bottom: 8px;
	}
	
.rub_home dl dt a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 9pt;
	}
	
.rub_home dl dt a:hover {
	color: #000;
	}

.rub_home dl dd.img {
	float: left;
	width: 80px;
	}
	
.rub_home .desc {
	float: right;
	width: 160px;
	text-align: center;
	}
	
.rub_home .promo {
	color: red;
	font-weight: bold;
	font-size: 10pt;
	}
	
.rub_home .prix {
	font-weight: bold;
	font-size: 14pt;
	padding-bottom: 15px;
	}
	
.rub_home .prix  sup {
	font-size: 8pt;
	}
