/**********************************************************************************/
/*** Classe chapo *****************************************************************/
#cms
{
	width: 360px;
	padding-right:20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#cms .mp3 p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff8a00;
	margin-left: 5px;
	margin-bottom: 15px;
}

#cms a
{
	font-size: 13px;
	color: #ff8a00;
}

#cms .chapo
{
	font-weight: bold;
	color: #575757;
	text-align: justify;
	margin-bottom:20px;	
}

#cms .html p
{
	color: #575757;
	text-align: justify;
	margin-bottom:15px;	
}

#cms .html ul
{
	color: #575757;
	margin-bottom:15px;
	list-style-type: none;
}

#cms .html li
{
	background-image: url(../image/puce.gif);
	padding-left:12px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-bottom: 5px;
}

#cms .html li a
{
	color: #575757;
}

#cms .html .imgGauche
{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	border: 1px solid #ff8a00;
}

#cms .html .imgDroite
{
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	border: 1px solid #ff8a00;
}

#cms .traitVert
{
	background-image: url(../images/hr-vert.gif);
	background-repeat: no-repeat;
	height: 20px;	
}


