/* qui sommes nous */

.visuelpep {
	float: right;
	margin: 25px;
	margin-right: 0px;
	text-align: center;
}
.visuelpep .precision_secondaire {
	font-size: 11px;
}
#quisommesnous ul { margin-left:20px; }
#quisommesnous p { line-height:130%; }

/* conditions utilisation */

.conditionsutilisation p {
	text-align: justify;
	margin-bottom: 5px;
}

.conditionsutilisation .stipulation {
	font-weight: bold;
	padding-top: 16px;
	padding-bottom: 5px;
}

/* principe achat immédiat */

.principeachatimmediat .etape {
	background-color: #7a7a7a;
	margin-top: 20px;
	padding: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.principeachatimmediat .etape .visuel {
	float: left;
}
.principeachatimmediat .etape .descriptif {
	color: white;
	padding: 5px;
	float: right;
	width: 230px;
}
.principeachatimmediat .etape .descriptif .titre {
	font-weight: bold;
	font-size: 17px;
	text-transform:uppercase;
	margin-bottom: 35px;
}
.principeachatimmediat .etape .descriptif p {
	margin-top: 30px;
	font-weight: bold;
}

/* faq */

.faq p {
	margin-bottom: 15px;
}
.faq p:last-child {
	margin-bottom: 0px;
}
.faq p a { color: black; }

.faq .question {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
}

.faq .reponse br { margin-bottom: 15px; }

/* contact */

.contact .cas {
	background-image: url('../image/fonds/fond1.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 20px;
	margin-bottom: 15px;
	border: 1px solid #cccccc;
}
.contact .cas .qui {
	color: #ff3399;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
}
.contact .cas .pourquoi {
	font-size: 14px;
	margin-bottom: 20px;
}
.contact .cas .comment {
	color: #003366;
	font-size: 14px;
	margin-bottom: 10px;
}

.contact .cas a { color:#003366; }
.contact .lien {
	color:#003366; 	
}