/************************************************************************************************************************************************/
/*																																		Accueil	*/
/************************************************************************************************************************************************/

#aide {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#aide h1 {
	padding-bottom: 10px;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	color:#333333;
}

#aide h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 24px;
	font-size: 20px;
	color:#333333;
}

#aide p {
	line-height: 20px;
}

#aide p.haut_de_page {
	padding-left: 22px;
	line-height: 30px;
	border-bottom: 1px solid #CCCCCC;
}

#aide p.icone {
	padding-left: 22px;
}

#aide p a {
	text-decoration: none;
	color: #0033FF;
}

#aide p a:hover {
	text-decoration: underline;
}