/* CSS Document */
@import url(general.css);

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#007A47;
	background-image:url(/_img/fond-questions-reponses.jpg);
	background-position:top;
	background-repeat:no-repeat;	
}
.white{
	color: #ffffff;
	padding-left: 520px;
	padding-top: 20px;
}
.white2{
	color: #ffffff;
	padding-left: 520px;
	padding-top: 60px;
	font-family: Arial;
}
.content{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	padding-left: 0px;	
	padding-top: 10px;
}
a:link {
	color: #FFFFFF;	
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.jaune{
	color: #ecff47;
	font-size: 12px;
	font-family: Arial;	
	font-weight: bold;
	text-decoration:none;	
}
a.jaune {
	font-family:Arial;
	font-size:12px;
	color:#ecff47;
	text-decoration:none;	
}
.spacer{
	padding-top: 8px;
}
