/* CSS Document */

#Conteneur h2.cgv, #Conteneur h2.mentions, #Conteneur h2.engagements, #Conteneur h2.faq, #Conteneur h2.parrainages{
	margin-top:5px;
	width:755px;
	height:44px;
	background-repeat:no-repeat;
	background-position:left top;
}

#Conteneur h2.cgv{ background-image:url(../img/h2_cgv.gif); }
#Conteneur h2.mentions{ background-image:url(../img/h2_mentions.gif); }
#Conteneur h2.engagements{ background-image:url(../img/h2_engagements.gif); }
#Conteneur h2.faq{ margin-top:1px; height:48px; background-image:url(../img/h2_faq.gif); }

.content-general{
	clear:both;
	display:inline;
	float:left;
	
	margin:0;
	margin-top:11px;
	padding:0;
	
	width:733px;
	
	background-color:#333333;
	background-image:url(../img/bottom_cgv.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.top-general{
	clear:both;
	display:inline;
	float:left;
	
	margin:0;
	padding:0;
	
	width:733px;
	height:11px;
	
	line-height:0;
	font-size:0;
	
	background-image:url(../img/top_cgv.gif);
}

.content-general .content{
	clear:both;
	display:inline;
	float:left;
	
	margin:0;
	
	width:675px;
	padding-left:10px;
	
	color:#fff;
	font-size:11px;

}

.content-general .content p{
	clear:both;
	display:inline;
	float:left;
	
	margin:0;
	padding:3px;
	
	width:682px;
}

.content-general .content span{
	display:inline;
	float:left;
	
	margin:0;
	margin-top:6px;
	margin-right:3px;
	padding:0;
	
	width:3px;
	height:3px;
	
	line-height:0;
	font-size:0;
	
	background-image:url(../img/puce_white.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.content-general .content .separator{
	clear:both;
	display:block;
	
	margin:0;
	margin-top:4px;
	margin-bottom:4px;
	padding:0;
	
	width:692px;
	height:1px;
	
	line-height:0;
	font-size:0;
	
	background-image:url(../img/separator_faq.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

.reflet-general{
	clear:both;
	display:inline;
	float:left;
	
	margin:0;
	margin-top:5px;
	padding:0;
	
	width:733px;
	height:114px;
	
	background-image:url(../img/reflet_cgv.jpg);	

}

.content-general .content ul{
	clear:both;
}

.content-general .content ul, .content-general .content li, .content-general .content li a{
	display:inline;
	float:left;
	
	margin:0;
	padding:0;
	
	width:600px;
	
	font-size:12px;
	color:#ffd813;
	
	padding-left:17px;
	background-repeat:no-repeat;
}
.content-general .content li.type{ 
	background-image: url(../img/puce_moins.gif);
	background-position:2px 2px;
	background-repeat:no-repeat;
	height:25px;
  }
.content-general .content li.type a, .content-general .content li.type a.off{
	background-image: url(../img/puce_plus.gif);
	background-position:2px 2px;  
	background-repeat:no-repeat; 
	text-decoration:none;
	height:25px;
	
	
}

.content-general .content li.txt-item, .content-general .content li.response{ clear:both; padding-left:18px!important; width:667px; height:100%!important; color:#fff; background:none; }
.content-general .content li.response{ font-size:11px; padding-bottom:10px!important;}

.content-general .content li.txt-item, .content-general .content li.response{ clear:both; padding-left:18px!important; width:667px; height:100%!important; color:#fff; background:none; }
.content-general .content li.response{ font-size:11px; padding-bottom:10px!important;}


/*FAQ*/
.content-general .content dl{ 
	padding-bottom:20px; padding-left:5px;
}
.content-general .content dt.type{ 
	height:25px;
	background-image:url(../img/separator_bis.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-top:12px;
	padding-bottom:2px;
  }
.content-general .content dt.type_on{
	height:25px;
	background:none;
}
.content-general .content dt.type a, .content-general .content dt.type_on a{
	background-position:2px 2px;  
	background-repeat:no-repeat; 
	text-decoration:none;
	height:25px;
	color:#999999;
	padding-left:18px;
	
}
.content-general .content dt.type a:hover{
	text-decoration:underline; 
}
.content-general .content dt.type a.off, .content-general .content dt.type a{
	background-image: url(../img/puce_plus.gif);
}
.content-general .content dt.type a.on, .content-general .content dt.type_on a.on{
	background-image: url(../img/puce_moins.gif);
}

#faq dd.response {
	font-size:11px; 
	padding-left:18px;
	padding-bottom:10px;
	background-image:url(../img/separator_bis.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin-bottom:5px;
}
