/**********************************************************************************/
/*** Classe chapo *****************************************************************/
#cms
{
	padding-left:25px;
	padding-right:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:auto;
}

#cms p
{
	color: #575757;
	text-align: justify;
	margin-bottom:15px;
	margin-top: 10px;
}

#cms a
{
	font-size: 13px;
	color: #9dc621;
}

#cms .date
{
	margin-bottom:10px;	
	width : 212px;
}

#cms .date p
{
	font-size: 10px;
	padding-top: 5px;
	padding-left: 0px;
	color: #b6e4ed;
}

#cms .chapo
{
	font-weight: bold;
	color: #575757;
	text-align: justify;
	margin-bottom:20px;	
}

#cms .media
{
	margin-top:15px;
}

#cms .media p
{
	color: #575757;
	text-align: justify;
	margin-bottom:5px;
	margin-top: 0px;
}

#cms .media p .map
{
	border-color:#CCCCCC;
	border: 1px;
	width: 500px;
}

#cms .media ul
{
	color: #575757;
	margin-bottom:15px;
	list-style-type: none;
}

#cms .media li
{
	background-image: url(../images/puce-cms.gif);
	padding-left:10px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#cms .media .Gauche
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border: 0px solid #c3c3c3;
}

#cms .media .Droite
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border: 0px solid #c3c3c3;
}

#cms .traitVert
{
	background-image: url(../images/hr-vert.gif);
	background-repeat: no-repeat;
	height: 20px;	
}

#cms .Gallerie
{
	background-image: url(../images/fond-photo.gif);
	background-repeat: no-repeat;
	height: 131px;
	width: 160px;
	padding-left: 15px;
	margin-right: 15px;
}

#cms .Gallerie p
{
	height: 90px;
	width: 130px;
	overflow: hidden;
}

