@charset "UTF-8";
/* CSS Document */

/***** REMISE A ZERO *****/
*{
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address{
	margin:0.5em 0;
}
li, dd{
	margin-left:1em;
}
fieldset{
	padding: 0.5em;
}
img{
	border: none;
}
/***********************/

body{
	background: #eeeeee url(/images/body-fond.png) center top repeat-x;
	color: #777777;
	font-family: Helvetica, arial, sans-serif;
	font-size: 11px;
}

a{
	text-decoration: none;
	color: #777777;
}

a:hover{
	text-decoration: underline;
}

#pageContener{
	width: 900px;
	margin: 0 auto;
}

.antifloat{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0;
}

a.link{
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	padding-left: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: url(/images/link-left.png) left top no-repeat;
	color: #993399;
}

a.link span{
 	display: block;
 	padding: 0 17px 0 12px;
	background: url(/images/link-right.png) right top no-repeat;
}

a.link:hover{
	background-position: left bottom;
}

a.link:hover span{
	text-decoration: none;
	color: white;
	background-position: right bottom;
}

.bloc h1{
	font-size: 18px;
	line-height: 27px;
	color: #993399;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
	margin-top: 0;
}

form.std{padding: 10px; font-size: 12px;}
form.std input{
	padding: 3px;
	border: 1px solid #993399;
}
form.std select{border: 1px solid #993399;}
form.std input.text{width: 250px;}
form.std input.checkbox{margin-right: 5px;}
form.std #submit, form.std input.submit{padding: 3px 20px; font-weight: bold;color:#fff;background-color: #993399;cursor: pointer;}
form.std label{display: block; margin-bottom: 0;}
form.std p{margin-bottom: 10px;}
form.std p.scroll{height:200px;border: 1px solid #993399;overflow: auto;}
form.std p.scroll input{margin-right: 5px;}
form.std .formCol{float: left; width: 47%;}

/**** STRUCTURES ****/

.contenu{
	position: relative;
	z-index: 1;
}

.contenu .bloc{
	padding-top: 7px;
	margin-bottom: 30px;
	background: url(/images/bloc-full-top.png) center top no-repeat;	
}

.contenu .bloc .cadre{
	overflow: hidden;
	background: url(/images/bloc-full-bottom.png) center bottom no-repeat;
}

.contenu .bloc .cadre .content{
	margin: 8px 17px 17px 17px;
	overflow: hidden;
}

.contenu .bloc h3{
	margin-top: 0;
	font-size: 18px;
	font-weight: normal;
	color: #993399;
}

.bloc .liste{
	width: 100%;
	border-collapse: collapse;
}

.bloc .liste td{
	line-height: 30px;
	border-bottom: 1px solid #cccccc;
}

.bloc .liste .last td{
	border-bottom: none;
}

.bloc .liste td.logo{
	width: 68px;
}

.bloc .liste td.ville{
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	white-space: nowrap;
}

.bloc .liste .prix, .bloc .liste .prix a{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #993399;
	white-space: nowrap;
}

.bloc p{
	text-align: justify;
}

.bloc .section{
	margin-bottom: 30px;
}
	/**CONTENTLEFT**/
	
#contentLeft{

}

#contentLeft #left{
	width: 600px;
	float: left;
}

#contentLeft #right{
	width: 274px;
	float: right;	
}

#contentLeft #left .bloc{
	background: url(/images/bloc-content-left-top.png) center top no-repeat;
}

#contentLeft #left .bloc .cadre{
	background: url(/images/bloc-content-left-bottom.png) center bottom no-repeat;
}

#contentLeft #left .bloc .cadre .content{
	margin-right: 35px;
}

#contentLeft #right .bloc{
	background: url(/images/bloc-col-right-top.png) center top no-repeat;
}

#contentLeft #right .bloc .cadre{
	background: url(/images/bloc-col-right-bottom.png) center bottom no-repeat;
}

#contentLeft #right .bloc .cadre .content{
	margin-right: 15px;
}

	/**CONTENTRIGHT**/

#contentRight{
}

#contentRight #left{
	width: 240px;
	float: left;
}

#contentRight #right{
	width: 640px;
	float: right;
}

#contentRight #left .bloc{
	background: url(/images/bloc-col-left-top.png) center top no-repeat;
}

#contentRight #left .bloc .cadre{
	background: url(/images/bloc-col-left-bottom.png) center bottom no-repeat;
}

#contentRight #left .bloc .cadre .content{
	margin-right: 20px;
}

#contentRight #right .bloc{
	background: url(/images/bloc-content-right-top.png) center top no-repeat;
}

#contentRight #right .bloc .cadre{
	background: url(/images/bloc-content-right-bottom.png) center bottom no-repeat;
}

#contentRight #right .bloc .cadre .content{
	margin-right: 15px;
}



	/*BADGE*/
	
#contentLeft #left .badge{
	position: relative;
	margin-top: 40px;
}

#contentLeft #left .badge .cadre .content{
	margin-top: 40px;
}

#contentLeft #left .badge .encart{
	position: absolute;
	top:-20px;
	left: -15px;
	background: url(/images/encart-badge-left.png) left top no-repeat;
	padding-left: 20px;
}

#contentLeft #left .badge .encart .cadre{
	height: 63px;
	padding-right: 30px;
	padding-left: 10px;
	line-height: 45px;
	font-size: 20px;
	color: white;
	background: url(/images/encart-badge-right.png) right top no-repeat;
}
#left .badge .encart .cadre a{
	color: white;
	text-decoration: none;
}

/**** HEADER ****/

#header{
	position: relative;
	left: -2px;
	width: 904px;
	z-index: 2;
}

#header .top{
	width: 900px;
	height: 141px;
	margin-left: 2px;
	background-color: white;
	overflow: hidden;
}

#header #miniMenu{
	float: right;
	margin-right: 15px;
	margin-top: 3px;
	line-height: 16px;
}

#header #miniMenu a{color: #777777;}
#header #miniMenu a:hover{color:#993399;}

#header #miniMenu a.alerte{
	float: left;
	display: block;
	height: 16px;
	margin-right: 15px;
	padding: 0 10px;
	text-align: center;
	font-size: 12px;
	color: #ac208e;
	background-color: #e9d5e4;
	border: 1px solid #ac208e;
}

#header #logo{
	position: relative;
	margin-left: 37px;
	margin-top: 15px;
	color: #ca42ab;
	font-size: 16px;
	letter-spacing: -1px;
}

#header #logo p, #header #logo h1{
	position: absolute;
	top: 35px;
	left: 68px;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}

#header #menu{
	margin-top: 28px;
	padding-left: 15px;
	background: url(/images/menu-fond.png) left top repeat-x;
}

#header #menu img{
	float: left;
}

#header #menu ul{
	float: left;
	height: 33px;
	line-height: 33px;
	margin: 0;
	background: url(/images/menu-ul.png) left top repeat-x;
	line-height: 33px;
}

#header #menu li{
	float: left;
	margin-left: 0;
	margin-right: 20px;
	list-style-type: none;
}

#header #menu li.first{
	margin-left: 20px;
}

#header #menu li.last{
	margin-right: 20px;
}

#header #menu a{
	font-family: times, serif;
	font-size: 24px;
	letter-spacing: -1px;
	color: #444444;
}

#header #menu .active a{
	display: block;
	float: left;
	position: relative;
	bottom: 14px;
	height: 47px;
	line-height: 55px;
	padding: 0 10px;
	font-size: 30px;
	color: white;
	background: url(/images/menu-ul-li-active.png) center top repeat-x;
}

#header #menu .active .left{
	display: block;
	float: left;
	position: relative;
	bottom: 14px;
	width: 19px;
	height: 47px;
	background: url(/images/menu-ul-li-active-left.png) center top no-repeat;
}

#header #menu .active .right{
	display: block;
	float: left;
	position: relative;
	bottom: 14px;
	width: 19px;
	height: 47px;
	background: url(/images/menu-ul-li-active-right.png) center top no-repeat;
}

#header #barreMenu{
	position: relative;
	left: 2px;
	width: 900px;
	height: 27px;
	background: url(/images/menu-fond.png) left top repeat-x;
	z-index: 2;
}

#header #badge{
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 3;
}


/**** MOTEUR ****/

#moteur{
	position: relative;
	top: -4px;
	width: 904px;
	margin-bottom: 25px;
	font-size: 12px;
}

#formulaire{
	height: 142px;
	background: url(/images/moteur-fond.png) center bottom no-repeat;
}

#formulaire form{
	height: 135px;
}

#formulaire #switchMoteur{
	position: absolute;
	right: 6px;
	bottom: 6px;
	width: 150px;
	height: 28px;
	cursor: pointer;
	background: url(/images/changer-criteres.png) center top no-repeat;
}
	

#moteur .bloc-logement, #moteur .bloc-theme{
	float: left;
	width: 120px;
	margin-top: 18px;
	margin-left: 5px;
}

#moteur .bloc-logement{
	width: 130px;
	margin-top: 10px;
	background-color: #fff;
	border : 1px solid #ddd;
	border-left: none;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	padding: 4px 0;
}

#moteur .bloc-logement p{
	height: 18px;
	line-height: 18px;
	margin: 0;
	padding-right: 8px;
	text-align: right;
	color: #993399;
}

#moteur .bloc-logement p input{
	margin-left: 3px;
	vertical-align: middle;
}

#moteur .bloc-theme{
	float: right;
	margin-left: 0;
	margin-right: 5px;
}

#moteur .bloc-theme p{
	height: 21px;
	line-height: 21px;
	margin: 3px 0 0 0;
	padding-right: 0;
	padding-left: 8px;
	text-align: left;
	background: url(/images/moteur-bloc-theme.png) left top no-repeat;
	color: #993399;
}

#moteur .bloc-theme p input{
	margin-right: 5px;
	vertical-align: middle;
}

#moteur .bloc{
	float: left;
	margin: 20px 0 0 45px;	
	width: 165px;
}

#moteur .bloc .promo{
	margin: 0;
	padding: 0 3px;
	color: #993399;
	line-height: 16px;
	height: 16px;
	background-color: white;
	border: 1px solid #993399;
}

#moteur .bloc .promo input{
	margin: 0 10px 0 0;
	width: auto;
}

#moteur .bloc select, #moteur .bloc input{
	width: 100%;
	margin-bottom: 9px;
	border: 1px solid #993399;
	color: #555555;
}

#moteur .bloc .criteres{
	width: 138px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 17px 3px;
	font-size: 14px;
	text-align: center;
	color: #993399;
	background: url(/images/moteur-criteres-fond.png) center top no-repeat;
}

#moteur .bloc .criteres span{
	display: block;
	cursor: pointer;
}

#popup{
	position: absolute;
	top: 43px;
	right: 163px;
	width: 372px;
	height: 287px;
	text-align: left;
	cursor: default;
	border: 1px solid #993399;
	background-color: white;
	z-index: 50;
}

#popup .cache{
	position: absolute;
	top: -1px;
	right: 0;
	margin: 0;
	width: 136px;
	height: 1px;
	background-color: white;
}

#popup h4{
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	color: #993399;
}

#popup table{
	border-collapse: collapse;
}

#popup td{
	width: 180px;
	line-height: 18px;
}

#moteur #popup input{
	width: auto;
	margin: 0 5px 0 0;
	vertical-align: middle;
	border: none;
}

#popup div{
	margin-left: 20px;
	font-size: 11px;
	color: #555555;
}

#popup .valider{
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 91px;
	height: 27px;
	line-height: 27px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: white;
	background: url(/images/popup-valider.png) center top no-repeat;
}

#moteur .bloc input.submit{
	width: 144px;
	height: 36px;
	border: none;
	cursor: pointer;
	background: url(/images/moteur-submit.png) center top no-repeat;
}



/**** ACCUEIL ****/

	/* BIG FOCUS / SMALL FOCUS*/
.bigFocus{
	position: relative;
}		

.bigFocus .infos{
	overflow: hidden;
}
	
.bigFocus img.visuel, .smallFocus img.visuel{
	float: left;
	margin-right: 25px;
}

.smallFocus img.visuel{
	margin-right: 12px;
}

.bigFocus .infos .title h4, .smallFocus .title h4{
	font-size: 18px;
	color: #444444;
	margin-top: 0;
	margin-bottom: 3px;
}

.smallFocus .title{
	overflow: hidden;
	margin-bottom: 5px;
}

.smallFocus .title h4{
	margin-right: 5px;
	margin-bottom: 15px;
	font-size: 16px;
}

.smallFocus .title p{
	overflow: hidden;
	margin: 0;
}

.smallFocus .title img.coeur{
	float: left;
}

.bigFocus .infos .title img.logo, .smallFocus .title .logo{
	float: right;
	border: 1px solid #DDD;
}

.bigFocus .infos p{
	margin-top: 12px;
	color: #777777;
	text-align: justify;
}

.smallFocus p{
	text-align: justify;
}

.bigFocus a.plus, .smallFocus a.plus{
	position: absolute;
	right: 30px;
	bottom: 15px;
}

.smallFocus a.plus{
	right: 0;
}

.smallFocus .article{
	position: relative;
	height: 160px;
	margin-bottom: 25px;
	border-bottom: 1px solid #cccccc;
}

.smallFocus .last{
	margin-bottom: 0;
	border-bottom: none;
}

.smallFocus .other{
	position: absolute;
	margin: 0;
	top:17px;left:0;
	text-align: left;
	white-space: nowrap;
	font-size: 10px;
	color: #993399;
}
.smallFocus .other a{color: #993399;}

.smallFocus .price, .bigFocus .price{font-size: 16px; color: #fadcfa; text-decoration: none;}
.smallFocus .price span, .bigFocus .price span{font-size: 10px;}

#right .smallFocus .price, .bigFocus .infos .price{color: #e00;}


	/* GUIDE */

#left .guide .article{
	margin-left: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}


#left .guide .last{
	margin-bottom: 0;
	border-bottom: none;
}

#left .guide .article h4, #left .guide .article h4 a{
	font-size: 14px;
	font-weight: normal;
	color: #444444;
}

#left .guide .article p{
	text-align: justify;
}

#left .guide .article a.suite{
	float: right;
	margin-top: 5px;
	margin-bottom: 15px;
}

#left .guide .last a.suite{
	margin-bottom: 5px;
}

#left .guide a.guide{
	display: block;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	text-align: center;
	color: #993399;
}

	/* TOP DESTINATIONS */
#contentLeft #right .top table.liste td.logo{
	width: 58px;
}
#contentLeft #right .top table.liste td.ville{
	font-size: 12px;
}


/**** RESULTATS ****/

#resumeSearch{
	float: right;
	position: relative;
	width: 740px;
	margin-bottom: 25px;
	font-size: 12px;
	color: #444444;
	background: url(/images/bloc-resumesearch-top.png) center top no-repeat;
}

#resumeSearch h1{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #cccccc;
	color: #444444;
}

#resumeSearch .cadre{
	background: url(/images/bloc-resumesearch-bottom.png) center bottom no-repeat;
}

#resumeSearch .content{
	margin: 0 15px 4px 50px;
}

#resumeSearch .criteres{
	overflow: hidden;
}

#resumeSearch .upline{
	padding: 10px 0;
}

#resumeSearch .cadre .content .col{
	float: left;
	width: 220px;
}

#resumeSearch .col p{
	margin: 3px 0;
	text-align: left;
}

#resumeSearch .col .change{
	position: absolute;
	top: 5px;
	right: 15px;
	font-style: normal;
}

#resumeSearch .col .change span{
	font-style: normal;
}

#resumeSearch .col p span{
	cursor: pointer;
	color: #e58d00;
	font-style: italic;
}

#resumeSearch #badge{
	position: absolute;
	left: -162px;
	top: 10px;
	width: 198px;
	height: 58px;
	background: url(/images/votre-recherche.png) center top no-repeat;
}

.contenu #resultats .smallFocus, .contenu #comparateur .smallFocus, .contenu #guide .smallFocus{
	height: 162px;
	margin-bottom: 25px;
	background: url(/images/bloc-focus-resultats.png) center top no-repeat;
	color: white;
}

.contenu #resultats .smallFocus .cadre, .contenu #comparateur .smallFocus .cadre, .contenu #guide .smallFocus .cadre{
	background: none;
}

.contenu #resultats .smallFocus .article, .contenu #comparateur .smallFocus .article, .contenu #guide .smallFocus .article{
	float: left;
	height: 132px;
	margin: 0 30px 0 0;
	border-bottom: none;
	border-right: 1px solid #cccccc;
}

.contenu #resultats .smallFocus .article .content, .contenu #comparateur .smallFocus .article .content, .contenu #guide .smallFocus .article .content{
	width: 250px;
	margin: 0 25px 0 0;
}

.contenu #resultats .smallFocus .article h4, .contenu #comparateur .smallFocus .article h4, .contenu #guide .smallFocus .article h4{
	margin-bottom: 0;
	font-weight: normal;
	color: white;
}

.contenu #resultats .smallFocus .article p.coeur, .contenu #comparateur .smallFocus .article p.coeur, .contenu #guide .smallFocus .article p.coeur{
	margin-top: -3px;
	clear: left;
}

.contenu #resultats .smallFocus .article div.visuel, .contenu #comparateur .smallFocus .article div.visuel, .contenu #guide .smallFocus .article div.visuel{
	float: left;
	width: 100px;
	margin-right: 12px;
}

.contenu #resultats .smallFocus .article a.plus, .contenu #comparateur .smallFocus .article a.plus, .contenu #guide .smallFocus .article a.plus{
	right: 20px;
	bottom: 0;
}

.contenu #resultats .smallFocus .last a.plus, .contenu #comparateur .smallFocus .last a.plus, .contenu #guide .smallFocus .last a.plus{
	right: 0;
}

.contenu #resultats .smallFocus .last, .contenu #resultats .smallFocus .last .content, .contenu #comparateur .smallFocus .last, .contenu #comparateur .smallFocus .last .content, .contenu #guide .smallFocus .last, .contenu #guide .smallFocus .last .content{
	margin-right: 0;
	border-right: none;
}

	/*BREADCRUMB*/
#breadcrumb a:hover{
	color: #993399;
}

	/*CATALOGUE*/
	
#catalogue h3{
	margin-left: 15px;
	margin-bottom: 15px;
}
	
#catalogue .critere p.title{
	height: 30px;
	margin: 0;
	padding-left: 15px;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
	color: #555555;
	text-transform: capitalize;
	background: url(/images/catalogue-title.png) center top no-repeat;
}

#catalogue .active p.title{
	font-weight: bold;
	background: url(/images/catalogue-title-active.png) center top no-repeat;
}

#contentRight #left #catalogue .cadre .content{
	margin-left: 0;
	margin-right: 0;
}

#catalogue .critere ul{
	display: none;
	margin: 15px 0 17px 25px;
}

#catalogue .active ul{
	display: block;
}

#catalogue ul li{
	margin-left: 0;
	list-style-type: none;
	line-height: 14px;
}

#catalogue ul li a:hover{
	color: #993399;
}

#catalogue ul li.info{
	margin-top: 20px;
	margin-right: 10px;
	font-style: italic;
}

#catalogue .critere li.active a, #catalogue .critere li.active span{
	font-weight: bold;
	color: #993399;
	text-decoration: underline;
}

#catalogue .critere li.active img{
	margin-left: 5px;
	vertical-align: middle;
}

	/* TRI */
	
#contentRight #right .tri{
	clear: both;
	margin-bottom: 7px;
	margin-top: 8px;
	color: #444444;
}	

#contentRight #right .tri .cadre .content{
	margin: 1px 8px 8px;
}

#contentRight #right .tri table{
	width: 100%
}

#contentRight #right .tri table td.critere{
	width: 80px;
}

#contentRight #right .tri table td.critere a{
	color: #555555;
}

#contentRight #right .tri table td.critere a.active{
	color: #993399;
	font-weight: bold;
	text-decoration: underline;
}

#contentRight #right .tri table td.critere img{
	margin-right: 5px;
	vertical-align: -2px;
}

	/* BLOC RESULTAT */
	
#contentRight #right .listeResultats{
	position: relative;
	z-index: 2;
}
	
#contentRight #right .listeResultats .bloc{
	position: relative;
	margin-bottom: 14px;
	padding-top: 30px;
	background: url(/images/bloc-resultat-top.png) center top no-repeat;
}

#contentRight #right .listeResultats div.promo{
	background: url(/images/bloc-promo-top.png) center top no-repeat;
}

#contentRight #right .listeResultats .bloc .content{
	height: 85px;
	margin: 15px 10px 10px 12px;
}

.listeResultats .bloc .content .title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 33px;
	line-height: 30px;
}

.listeResultats .bloc .content .title h3{
	float: left;
	margin: 0 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
}

.listeResultats .bloc .content .title h3 span{
	font-size: 12px;
}

.listeResultats .bloc .content .title p.date{
	float: left;
	line-height: 32px;
	margin: 0 0 0 12px;
	color: #555555;
}

.listeResultats .bloc .content .title p.prix, .listeResultats .bloc .content .title p.oldPrix{
	float: right;
	font-size: 18px;
	font-weight: bold;
	color: #993399;
	margin: 0 10px 0 0;
}

.listeResultats .bloc .content .title p.oldPrix{
	margin: 0 10px 0 0;
	font-size: 14px;
	font-weight: normal;
	text-decoration: line-through;
}

.listeResultats .bloc .content .title p.prix a{
	color: #993399;
}

.listeResultats .bloc .content .title p.prix span{
	font-size: 12px;
	font-weight: normal;
}

.listeResultats .bloc .content img.visuel{
	float: left;
	margin-right: 10px;
}

.listeResultats .bloc .content .infos{
	float: left;
	position: relative;
	width: 360px;
	height: 75px;
	line-height: 12px;
	color: #555555;
}

.listeResultats .bloc .content .infos h4{
	margin: 0;
	font-size: 11px;
	white-space: nowrap;
}
.listeResultats .bloc .content .infos strong{
	white-space: nowrap;
}

.listeResultats .bloc .content .infos p{
	position: absolute;
	left: 0;
	bottom: -2px;
	margin: 0;
	text-align: justify;
}

.listeResultats .bloc .content img.carte{
	position: absolute;
	top: 37px;
	left: 410px;
}

.listeResultats .bloc .content img.logo{
	position: absolute;
	top: 54px;
	right: 12px;
	border: 1px solid #ddd;
}

.listeResultats .bloc .content img.promo{
	position: absolute;
	left: 0;
	top: 30px;
}

.listeResultats .bloc .content img.plus{
	position: absolute;
	right: 0;
	bottom: 0;
}

.listeResultats .bloc .content .case{
	position: absolute;
	right: -46px;
	top: 50px;
	width: 37px;
	height: 41px;
	text-align: center;
	z-index: 2;
	background: url(/images/compare-case.png) center top no-repeat;
}


.listeResultats .bloc .content .case input{
	display: block;
	width: 12px;
	height: 12px;
	margin: auto;
	margin-top: 12px;
}

#resultats a.cochez{
	float: right;
}

#resultats span.emptyCompare{
	color:#993399;
	float:right;
	font-style:italic;
	margin-right:10px;
	margin-top:20px;
	text-decoration:underline;
	cursor: pointer;
}

#resultats #contentRight #right .pagination{
	clear: both;
	margin-top: 14px;
	padding-top: 0;
	font-size: 12px;
	text-align: center;
	background: none;
	border-top: 1px solid #993399; 
}

#resultats #contentRight #right .pagination .cadre .content{
	margin-bottom: 12px;
}

#resultats #contentRight #right .pagination .pages{
	width: 400px;
	margin: 0 auto;
}

#resultats .pagination span.active, #resultats .pagination a.prev, #resultats .pagination a.next, #resultats .pagination a:hover{
	color: #993399;
}

#resultats .pagination span.active{
	text-decoration: underline;
}

#resultats .pagination a.prev{
	float: left;
}

#resultats .pagination a.next{
	float: right;
}

 /*LINE*/
 
.compareContent{
	position: relative;
}

.compareContent .line{
	position: absolute;
	top: 0;
	right: -28px;
	width: 1px;
	height: 100%;	
	background-color: #993399;
}

.compareContent img.lineUp{
	position: absolute;
	top: 0;
	right: -28px;
}

.compareContent img.lineBottom{
	position: absolute;
	bottom: 0;
	right: -28px;
}


/**** COMPARATEUR ****/

#comparateur table{
	margin: 10px 0;
	border-collapse: collapse;
	text-align: center;
	color: #555555;
}

#comparateur table td{
	width: 213px;
	vertical-align: top;
	background: url(/images/bloc-compare-middle.png) center center repeat-y;
}

#comparateur table td.cadreTop{
	height: 7px;
	background: url(/images/bloc-compare-top.png) center top no-repeat;
}

#comparateur table td.cadreBottom{
	height: 7px;
	background: url(/images/bloc-compare-bottom.png) center bottom no-repeat;
}

#comparateur table tr.top td.marge, #comparateur table tr.section td.marge, #comparateur table td.marge{
	width: 16px;
	background: none;
	border: none;
	margin: 0;
}

#comparateur table tr.top td{
	height: 70px;
	border-bottom: 1px solid #dddddd;
}

#comparateur table tr.top h3, #comparateur table tr.top h4{
	margin: 0;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
}

#comparateur table tr.top h3{
	position: relative;
}

#comparateur table tr.top h3 img{
	position: absolute;
	right: 4px;
	top: -8px;
	cursor: pointer;
}

#comparateur table tr.top h4{
	margin-top: 0;
	font-size: 12px;
}

#comparateur table p.coeur{
	margin: 3px 0;
}

#comparateur table p.prix{
	height: 32px;
	line-height: 32px;
	margin: 15px 1px 20px 1px;
	font-size: 24px;
	font-weight: bold;
	color: #993399;
	background-color: #f7f7f7;
}

#comparateur table img.visuel{
	margin-bottom: 32px;
}

#comparateur table tr.section td{
	margin-top: 0;
	margin-bottom: 20px;
}

#comparateur table tr.section h5{
	height: 26px;
	line-height: 26px;
	margin: 7px 1px 10px 1px;
	font-size: 14px;
	font-weight: bold;
	color: #993399;
	background-color: #f7f7f7;
}

#comparateur table tr.section img.carte{
	margin-bottom: 7px;
}

#comparateur table img.logo{
	margin: 30px 0 20px 0;
}

#comparateur table a.plus{
	display: block;
	width: 113px;
	height: 33px;
	margin: 0 auto;
	margin-bottom: 22px;
	background: url(/images/ensavoirplus-compare.gif) center top no-repeat;
}

#comparateur table a.plus:hover{
	background-position: center bottom;
}

#comparateur .back{
	overflow: hidden;
}

#comparateur .back a{
	display: block;
	float: right;
	width: 134px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #993399;
	background: url(/images/compare-back.gif) right top no-repeat;
}

#comparateur .back a:hover{
	color: white;
	background-position: right bottom;
}

#comparateur .back a span{
	margin-left: 38px;
}


/**** GUIDE ****/

#guide #contentRight #right{

}

#guide #contentRight #right a{
	color: #993399;
	text-decoration: underline;
}

#guide #contentRight #right #menuGuide{
	float: right;
	width: 142px;
	line-height: 25px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 7px;
	font-size: 12px;
	color: #993399;
	background: url(/images/menuGuide-top.png) center top no-repeat;
}

#guide #contentRight #right #menuGuide ul{
	margin-left: 8px;
	margin-bottom: 20px;
}

#guide #contentRight #right #menuGuide .cadre{
	background: url(/images/menuGuide-bottom.png) center bottom no-repeat;
}

#guide #contentRight #right #menuGuide a{
	text-decoration: none;
}

#guide #contentRight #right .bloc .cadre .content{
	margin: 2px 20px 0 20px;
}

#guide #contentRight #right h1{
	height: 27px;
	line-height: 27px;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 18px;
	border-bottom: 1px solid #dddddd;
	color: #993399;
}

#guide #contentRight #right p{
	margin-top: 0;
	text-align: justify;
}

#guide #contentRight #right .section{
	margin-bottom: 30px;
}

#guide #contentRight #right .section h3{
	font-size: 14px;
	font-weight: bold;
	color: #993399;
}

#guide #contentRight #right .section h4{
	font-size: 12px;
	color: #555555;
}

#guide #contentRight #right p.source{
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 10px;
	font-style: italic;
	color: #999999;
}

#guide #contentRight #right img{margin: 0 0 10px 10px;}

/**** PARTENAIRES ****/
.contenu .partenaires .cadre .content{
	margin: 8px 30px 17px;
}

.contenu .partenaires .section h3{
	line-height: 24px;
}

/**** ESPACE MEMBRE ****/

#my-account p.left{overflow: hidden;}
#my-account p.left label{float:left; margin-right:10px;}
#my-account p.left input{margin-right:2px;}
#my-account p.title label{padding-bottom:5px;font-size:14px; color:#993399;}
#my-account form p{padding-right:20px;}
ul.my-account{
	font-size:12px;
	line-height: 20px;
}

/**** BASELINE ****/

#baseline{
	margin-top: 50px;
	line-height: 15px;
}

#baseline .col{
	float: left;
	width: 173px;
}

#baseline .col h4{
	font-size: 14px;
	font-weight: normal;
	color: #993399;
}

#baseline .col ul li{
	list-style-type: none;
	margin: 0;
}

#baseline .footer{
	padding-top: 10px;
	clear: both;
}

#baseline .footer h4{
	padding-top: 10px;
	font-size: 12px;
}
#baseline .footer a{
	text-decoration: underline;
	color: #993399;
}
/**** ERROR ****/

#error{
	color: #993399;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
}

.contenu #error{
	background-image: url(/images/bloc-error-top.png);
}

.contenu #error .cadre{
	background-image: url(/images/bloc-error-bottom.png);
}

.contenu #error .cadre .content{
	margin: 18px 17px 27px;
}

#contentRight #right #error{
	background-image: url(/images/bloc-error-right-top.png);
}

#contentRight #right #error .cadre{
	background-image: url(/images/bloc-error-right-bottom.png);
}

.form-errors{
	padding-bottom: 10px;
	color: #9F4137;
	font-style: italic;
}


/**** DEBUG ****/
.debug{
	padding: 20px;
	text-align: center;
	font-size: 24px;
	color: black;
}
