/**
 * Fichier 		: aide.css
 * Auteurs  	: Anthony Stéphan <astephan [at] nealite.fr>
 * Copyright 	: nealite.fr
 * Version 	    : 1.0.0
 ***************************************************/
	
/**
 * Générique
 ***************************************************/
 
h2	
{
	color: #094475;
	font-size: 1.7em;
	font-weight: bold;
	width: 635px;
}

/**
 * Aide
 ***************************************************/
.clear 
{
	clear: both;
}
#aide
{
	float: left;
	width: 745px;
}

#aide h3
{
	color: #094475;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	margin: 30px 0 0 0;
}

#aide h4
{
	color: #094475;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	margin: 15px 0 5px;
	width: 745px;
}

#aide .listeContainer a
{
	color: #FF0000;
	font-size: 30px;
}
.SurLigne
{
	border-top: 1px solid #000000;
	color: #094475;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 20px 0 0 0;
	text-decoration: none;
	width: 745px;
}

#aide p,
#aide ul
{
	float: left;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 5px 0;
	width: 745px;
}

#aide ul
{
	clear: both;
}

#aide ul li
{
	clear: both; 
	background: url(/_assets/images/s/puces/cercle_noir.png) 0 6px no-repeat;  
	float: left;
	padding: 0 0 0 10px;
	margin: 3px 0;
	width: 745px;
}

#aide ul ul
{
	margin: 5px 0 10px;
}
	
#aide ul ul,
#aide ul ul li
{
	font-size: 1em;
	width: 725px;
}

#aide .illustration
{
	float: left;
	margin: 10px 0;
	text-align: center;
	width: 745px;
}
