/* CSS Document */

#question {
	padding:5px;
	 background: url("../images/table-rep2.png") repeat-x scroll center top #BFE4EC;
}
#reponse {
	text-align:justify;
	margin:3px 0 15px 0;
	padding:5px;
	 background: url("../images/table-rep1.png") repeat-x scroll center top #fff;
	 color:black;
}
#navig {
	width:550px;
	text-align:center;
}
#listequest {
	margin-bottom:20px;
	border:3px solid #ED7B88
}
#listequest a {
    color: #000000;
    font-weight: bold;
}
#listequest a:hover {
	color:#FF9900;
}
#titrequest {
	background: none repeat scroll 0 0 #ED7B88;
	color: white;
	font-weight: bold;
	height: 30px;
	margin-bottom: 9px;
	padding-top: 10px;
	text-align: center;
}
.sepques {
    border-bottom: 1px solid #ED7B88;
	padding: 5px;
}
.rethaut {
	text-align:right;
}
#ques_faq {
	width:630px;
	marginleft:10px;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	float:left;
	filter:Shadow(color=#000000, direction=135);
}
#quesgauche {
	font-weight:bold;
	width:80px;
	float:left;
	color:#ED0000
}

