#menucontent #menuitemfaq{
	/*Propriétés du visuel des liens*/
	color: #F865FB; /*Fuschia normalisé*/
}
#marge{
	/*Propriétés de taille*/
	width: 200px;
	height: 440px;
	
	/*Propriétés de positionnement*/
	float: left;
	z-index: 3;
	
	/*Propriétés de fond*/
	background-image: url("../Images/fond_marge.png");
}
#maincontent{
	/*Propriétés de taille*/
	width: 450px;
	height: 440px;
	
	/*Propriétés de positionnement*/
	float: left;
	z-index: 3;
	
	/*Propriétés de fond*/
	background-image: url("../Images/fond_FAQ.jpg");
}
.content{
	/*Propriétés de taille*/
	width: 385px;
	height: 400px;
	
	/*Propriété de positionnement*/
	position: relative;
	top: 20px;
	left: 25px;
	padding-right: 15px;
	overflow: auto;
}
.content p{
	/*Propriétés du texte*/
	font-size: 11px;
	color: #000000; /*Noir*/
	text-align: justify; /*Justifié*/
}
.content p span{
	/*Propriétés du texte*/
	font-weight: bold; /*Gras*/
}
.content a:link, .content a:visited{
	/*Propriétés du visuel des liens*/
	text-decoration: none;
	
	/*Propriétés du texte*/
	font-size: 11px;
	text-align: justify; /*Justifié*/
	color: #25963A; /*Vert normalisé*/
	font-weight: bold; /*Gras*/
}
.content a:hover{
	/*Propriétés du texte*/
	color: #F865FB; /*Fuschia normalisé*/
}
.list_faq_content{
	/*Propriétés du visuel  de la liste*/
	text-align: left;
    list-style-type: none;
	padding: 0;
	margin: 0;
}
.list_faq_content li{
	/*Propriétés du visuel  des éléments de la liste*/
	background-image: url(../Images/GREENPuce.png);
	background-repeat: no-repeat;
	background-position: 0 0.65em;
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	/*Propriétés du texte*/
	font-size: 11px;
	color: #000000; /*Noir*/
	text-align: justify; /*Justifié*/
}
.list_faq_content li span{
	/*Propriétés du texte*/
	font-weight: bold; /*Gras*/
}
.downloadlink:link,.downloadlink:visited{
	/*Propriétés du texte*/
	font-size: 11px;
	color: #25963A; /*Vert normalisé*/
	font-weight: bold; /*Gras*/
	text-decoration: none;
	text-align: center;
}
.downloadlink:hover{
	/*Propriétés du texte au survol du curseur*/
	color: #F865FB; /*Fuschia normalisé*/
}
.downloadimg{
	border: none;
	width: 2em;
	height: 2em;
}
