body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
}

.main {
	width:900px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
	background-color: #2E81B7;
	background-image: url(images/bg_contenu.jpg);
	background-position: center top;
	background-repeat: no-repeat;	
}

.main .header1 {
	width:99%;
	height:22px;
	padding-top:3px;
	padding-left:1%;
	background-color: #424242;
}

.main .header1 h1 {
	font-size:14px;
	color: #FFC600;
	margin-top: 0px;
	margin-bottom: 0px;
}

.main .header2 {
	width:100%;
	height:75px;
	background-color: #0066CC;
	color: #FFFFFF;
	background-image: url(images/header.jpg);
}

.main .header3 {
	width:99%;
	height:22px;
	background-color: #424242;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding-left: 1%;
	padding-top: 3px;
}

.main .header3 a {
	color:#FFFFFF;
}

.main .menu{
	width:160px;
	height:auto;
	float:left;
}

.main .menu li a{
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
}

.main .menu li a:hover{
	color:#FFC600;
	text-decoration:underline;
}

.main .menu li {
	color:#145B83;
	list-style-type: square;
}

.main .contenu {
	width:719px;
	padding-right: 10px;
	padding-left: 10px;
	float:left;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}

.main .contenu h1 {
	color: #FFC600;	
}

.main .contenu h2 {
	color: #FFFFFF;	
}

.main .contenu h2 a {
	color: #FFC600;
	text-decoration:none;
}


.main .contenu li {
	list-style-type: decimal;
}

.main .contenu li a{
	font-size: 16px;
	text-decoration: none;
	color:#FFFFFF;
}

.main .contenu li a:hover{
	color:#FFC600;
	text-decoration:underline;
}

.main .foot {
	height:25px;
	width:100%;
	text-align: center;
	font-size: 10px;
}

.liens_produit {
	width: 675px;
	height:auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom:15px;
}

.liens_produit .boutique {
	width: 145px;
	float:left;
	font-size: 14px;
}
.liens_produit .lien {
	width: 500px;
	float:left;
	font-size: 11px;
}
.liens_produit .lien h2{
	font-size: 14px;
	color: #FFC600;
	margin-top: 0px;
	margin-bottom: 0px;
}

.liens_produit .bouton {
	width: 30px;
	float:left;
}

.liens_produit .bouton img {
	border:none;
}

.contenu .annonce {
	width:650px;
	height:300px;
}

.contenu .annonce .ads {
	width:350px;
	height:250px;
	float:left;
}
.contenu .annonce .prix{
	width:250px;
	height:150px;
	color:#FF0000;
	float:left;
	background-image: url(images/prix.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 100px;
}
.contenu .annonce .prix .price{
	font-size:60px;
	color:#FF0000;
	font-weight: bold;
}

.spacer {
	clear:both;
}
