/* CSS Document */


body{
	background-color:#EEE;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#main{

	width:980px;
	background-color:#FFFFFF;
}


.text_red{
	color:#FF0000;
}

#nav{
	clear:both;
	background:#FF0000;
	color:#FFFFFF;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
}

#nav ul{
	list-style-type:none;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

#nav li{
	display: inline;
	width:100px;
	padding-left:5px;
	padding-right:7px;
}

#nav a{
color:#FFFFFF;
text-decoration:none;
}
#nav a:hover{
color:#F7FB00;
text-decoration:underline;
}

.bande_titre{
	clear:both;
	margin:0px;
	padding:0px;
	height:52px;
	background-image:url(../images/index/bande-titre.gif);
	background-repeat:repeat-x;

}

.bande_titre h1{
	font-size:15px;
	font-weight:bold;
	color:#FF0000;
	padding-left:62px;
	padding-top:18px;
	padding-bottom:0px;
	margin:0px;
	height:34px;
}

.bande_titre h1 a{
	color:#FF0000;
	text-decoration:none;
}

.bande_titre h1 a:hover{
	color:#FF0000;
	text-decoration:underline;
}

.bande_titre_top{
	background-image:url(../images/index/top.gif);
	background-repeat:no-repeat;

}

.bande_titre_pourcentage{
	background-image: url(../images/index/pourcentage.gif);
	background-repeat:no-repeat;
}

.bande_titre_commentaire{
	background-image: url(../images/common/commentaire.gif);
	background-repeat:no-repeat;
}

.bande_titre_autres_boutiques{
	background-image: url(../images/common/autres_boutiques.gif);
	background-repeat:no-repeat;
}



.list_border{
	border-right:#FFFFFF 2px solid;
}

#footer{
	position:relative;
	top:10px;
	clear:both;
	background-color:#666666;
	color:#FFFFFF;
	padding:5px;
	font-size:12px;
	text-align:center;
}

#footer a{
color:#FFFFFF;
text-decoration:none;
}


.marge30{
padding:30px;
}

.text_light{
font-style:italic;
color:#999999;

}

.search_result_titre{
text-align:center;
}

.search_result_titre h1{
display:inline;
font-size:18px;
position:relative;
margin-right:20px;
margin-bottom:0px;
top:-50px;
}

.search_result_titre h2{

position:relative;
font-size:18px;
bottom:60px;
right:102px;
margin-bottom:0px;
}


.code_reduction{
margin:10px;
background-color: #F3F3F3;
border:#BBB 1px solid;
}

.code_reduction_element{
display:inline;
float:left;
border:0px;
padding:0px;

}

.code_reduction_element h3{
margin:0px;
border:#FFFFFF 1px solid;
border-right:none;
font-size:14px;
padding:5px;
background-color:#DDD;
text-align:center;
}

.code_reduction_element h2{
text-align:center;
font-size:20px;
width:150px;
color:#FF0000;
font-weight:bold;
}

.code_reduction_element p{
border-left:#CCCCCC 1px solid;
text-align:center;
height:60px;
margin-top:5px;
padding-left:5px;
padding-right:5px;
margin-bottom:5px;
}

.code_reduction_element img{
margin-bottom:5px;
}


.code_reduction_element ul{
border-left:#CCCCCC 1px solid;

margin:0px;
margin-top:5px;
padding-left:20px;
padding-right:5px;
margin-bottom:5px;
min-height:60px;
height:auto !important;
height:60px;
}




.code_reduction_element img{




}

.codepromo_commentaire{
border-top: #CCCCCC 1px dashed;
border-bottom: #CCCCCC 1px dashed;
padding:10px;
clear:both;
background-color: #EEFAFD;
}

.codepromo_action{
margin-top:10px;
clear:both;
text-align:center;
}



.codepromo_action img{
border:0px;
margin:5px;
}

.hidden
{
	visibility: hidden;
    display: none;
}
img.noborder_middle {
	border: none;
	vertical-align: middle;
}
img.topright {
	border: none;
	float: right;
}

.a0
{
	background-color: #FFFCDB;
	background: #FFFCDB;
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid #FF9900;
}

.a1
{
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid #ff9900;
}

