body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: -0.5px;
	background: url(fond.jpg) repeat-x #999999;
	margin: 0px;
	color: #333333;
	line-height: 17px;
}
a{
	color:#CC0000;
	font-weight:bold;
	text-decoration:overline;
}
a:hover{
	color: #FF6600;
	text-decoration:underline;

}
div#container{
	width: 740px;
	background: url(top.jpg) #FFFFFF no-repeat ;
	margin: auto;
	margin-top: 0px;
	padding: 0px;
	padding-top: 175px;
}

/* ------------ MENU --------------*/
div#menu{
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	width: 170px;
}

#menu a{
	background: #666666;
	border-bottom: 1px #FFFFFF solid;
	padding: 2px 10px 2px 10px;
	display:block;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
	margin-left: 10px;
	width: 140px;
}
#menu a:hover, #menu a.dessous:hover{
	color: #666666;
	background: #CCCCCC;
}

#menu a.dessous{
	background: #658984;
}
#menu a.rien, #menu a.rien:hover{
	background: #FFFFFF;
}
/* ------------ CONTENU --------------*/
div#contenu{
	min-height: 440px;
	margin: 0px 20px 0px 190px;
	text-align: justify;
	background: url(rebel.gif) no-repeat top right;
	padding-bottom: 20px;

}
h1{
	font-size: 14px;
	letter-spacing:2px;
	font-weight:bold;
	color:#333333;
	text-decoration: overline underline;
}
h2{
	background: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
	padding: 5px;
	margin-left: 10px;
}

/* ------------ BAS --------------*/
#copyright{
	width: 740px;
	background: url(bottom.gif) no-repeat;
	text-align:center;
	height: 44px;
	margin: auto;
	padding: 0px;
}

/* ------------ BOUTIQUE --------------*/
div.article{
	border-bottom: #CCCCCC 1px dashed;
	padding: 10px 0px 10px 0px;
	height: 150px;
	float: right;
	width: 520px;
}
div.photo{
	width: 150px;
	float:left;
}
div.description{
	margin-left: 10px;
}
p.prix{
	font-size: 16px;
	font-weight: bold;
}
/* ADSENSE --------------------------------- */
p.google{
	margin:0px 0px 0px 10px;
}
