body {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #a37d51;
}
img {
	display: block;
}
table {
	width: 100%;
	font-size: 8pt;
	border-collapse: collapse;
}
.both {
	clear: both;
}
img.gauche {
	float: left;
	margin-right: 5px;
	border: 1px solid #000;
}
img.droite {
	float: right;
	margin-left: 5px;
	border: 1px solid #000;
}
#principale_ombre {
	margin: 0 auto;
	padding: 0 20px;
	width: 980px;
	background: url(../images/bg.gif) repeat-y center top;
}
#principale {
	width: 980px;
}
#img_top1 {
	width: 100%;
	height: 55px;
	background: url(../images/rallye_haut.gif) no-repeat left top;
}
#img_top1 img {
	float: right;
	margin: 2px 5px 0 0;
}
#menu_top {
	width: 100%;
	background: url(../images/bg_menu_haut.gif) repeat-x 0 0;
}
#menu_top ul, #menu_bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu_top ul li {
	float: left;
	line-height: 31px;
	font-size: 10pt;
	font-weight: bold;
}
#menu_top ul li:last-child {
	float: right;
	margin-right: 10px;
	font-style: italic;
	font-weight: normal;
	color: #fff;
}
#menu_top ul li a {
	display: block;
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #f5ebc7;
}
#menu_top ul li a:hover {
	color: #663300;
}
#menu_bottom {
	background: url(../images/bg_menu_bas.jpg) no-repeat 0 0;
}
#menu_bottom ul li {
	float: left;
}
#menu_bottom ul li a {
	display: block;
	width: 162px;
	line-height: 28px;
	font-size: 10pt;
	color: #000;
	text-align: center;
	text-decoration: none;
	border-right: 1px dotted #000;
}
#menu_bottom ul li:last-child a {
	width: 165px;
	border: none;
}
#menu_bottom ul li a:hover, .force_hover {
	color: #ff0000 !important;
	font-weight: bold;
	text-decoration: none !important;
}
article, aside {
	float: left;
}
article {
	padding: 20px 10px 10px 10px;
	width: 631px;
	background: url(../images/bg_gauche.gif) no-repeat 0 0;
}
article ul {
	margin: 0 0 20px 0;
	font-size: 8pt;
}
article ul li {
}
article a {
	color: #993300;
}
article a:hover {
	color: #ff0000;
	text-decoration: none;
}
article h1 {
	margin: 0 0 10px 0;
	font-size: 13pt;
	letter-spacing: 2px;
	border-bottom: 1px dotted #000;
}
article h2 {
	margin: 0 0 10px 0;
	padding-left: 18px;
	font-size: 10pt;
	letter-spacing: 2px;
	color: #993300;
	background: url(../images/puce_h2.gif) no-repeat 0 -1px #fef5d8;
}
article p, aside p {
	margin: 0 0 20px 0;
	font-size: 8pt;
	text-align: justify;
}
article table.classement {
	margin-bottom: 30px;
}
article table.classement tr th {
	border-bottom: 1px solid #a37d51;
}
article table.classement tr td {
	height: 20px;
	border-bottom: 1px solid #a37d51;
}
article table.classement tr td:first-child {
	width: 15%;
}
article table.boutique, article table.boutique tr td {
	border: 1px solid #e5c7a5;
}
article table.boutique tr td {
	padding: 20px 33px 20px 34px;
	width: 25%;
	vertical-align: top;
}
article table.boutique tr td img {
	margin-bottom: 5px;
}
aside {
	padding: 20px 10px 10px 10px;
	width: 309px;
	background: url(../images/bg_droit.gif) no-repeat right 0 #ece0b3; /* MODIF POS RIGHT */
}
aside a, article table.boutique tr td a {
	padding-left: 10px;
	font-weight: bold;
	color: #993300;
	background: url(../images/puce_news.gif) no-repeat 0 2px;
}
aside a:hover, article table.boutique tr td a:hover {
	color: #ff0000;
	text-decoration: none;
}
aside h1 {
	margin: 0 0 10px 0;
	font-size: 13pt;
	letter-spacing: 2px;
	text-align: right;
	border-bottom: 1px dotted #000;
}
aside table.topventes tr:first-child td {
	padding: 0;
}
aside table.topventes tr td {
	padding-top: 10px;
	vertical-align: top;
	border-bottom: 1px dotted #e5c7a5
}
aside table.topventes tr td:first-child {
	width: 100px;
	height: 100px;
}
aside form {
	width: 100%;
	font-size: 8pt;
}
aside form fieldset {
	margin-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #544029;
}
aside form fieldset:hover {
	background-color: #fef5d8;
}
aside form legend {
	color: #544029;
}
aside form label {
	display: block;
}
aside form label:hover {
	font-weight: bold;
	cursor: pointer;
}
aside form textarea, aside form input[type=text] {
	margin-bottom: 8px;
	padding: 2px;
	width: 98%;
	font-size: 8pt;
	border: 1px solid #544029;
}
aside form input[name=cp] {
	width: 50px;
}
aside form input[name=ville] {
	width: 223px;
}
aside form textarea:hover, aside form input[type=text]:hover {
	background-color: #e5c7a5;
}
aside form input[type=submit] {
	width: 100%;
	font-size: 10pt;
	color: #fff;
	background-color: #544029;
	border: none;
}
aside form input[type=submit]:hover {
	font-weight: bold;
	background-color: #875d2c;
	cursor: pointer;
}
aside form textarea {
	resize: none;
}
aside form .showresponse {
	height: 150px;
}
aside form .showresponse:hover {
	height: 150px;
	background: none;
}
aside form .showresponse label:hover {
	font-weight: normal;
	cursor: auto;
}
footer {
	line-height: 20px;
	background-color: #cba465;
	border-top: 1px solid #544029;
	border-bottom: 1px solid #544029;
}
footer p {
	margin: 0;
	font-size: 8pt;
	color: #544029;
	text-align: center;
}
footer a {
	font-weight: bold;
	color: #544029;
	text-decoration: none;
}
footer a:hover {
	color: #ff0000;
}