/************************************
 * aides contextuelles              *
 ************************************/

.help p
{
	text-align: justify;	
}

.help p:first-letter
{
	font-size: 1.5em;
	color: #6D0C0A;
}

.help h5
{
	color: grey;	
} 

.help ol
{
	list-style-type: none;
	margin: 0px;
	padding: 0px
} 

.help ul
{
	margin: 5px;
}

.help ul li
{
	margin-left: 20px;	
} 

.help #helpMenu
{
	float: left;
	width: 160px;
	background-color: white;
	border-right: 2px dashed #B58888;
	margin-right: 20px;
}

.help #helpMenu h4
{
	text-transform: uppercase;
	text-align: center;
	color: white;
	margin-bottom: 5px;
  color: #6D0C0A;
}

.help #helpMenu h5
{
	color: #B58888;
	margin-left: 5px;
  font-size: 1em;
}

.help #helpMenu a
{
	color: gray;
}

.help #helpContent
{
	float: left;
	width: 400px;
	background-color: white;
}

.help #helpContent div div
{
	padding: 5px;
}

.help #helpContent h6
{
	text-align: center;
	color: #B58888;
	font-size: 2em;
}

.help #helpContent strong
{
	text-decoration: underline;
	font-weight: bold;
	color: #666;
}