body {
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

.clear {
	height: 1px;
	clear: both;
	overflow: hidden;
}


/*--------------------------------------------------------------------
 * FIL
 **/

#fil-pageEnCours {
	font-weight: bold;
}


/*--------------------------------------------------------------------
 * CONTENU
 **/
 
#contenu {
	line-height: 1.5em;
}

#contenu h1 {
	margin: 0;

	margin-bottom: 1em;
	font-weight: normal;

	font-size: 1.5em;
}

#contenu h2 {
	margin: 0;

	margin-bottom: 1em;

	font-size: 1.2em;
	font-weight: bold;
}

#contenu h3 {
	margin: 0;

	margin-bottom: 1em;

	font-size: 1em;
	font-weight: bold;
}


#contenu a {
	color: #5972b4;
}

#contenu a:hover {
	color: #000;
}

#contenu .gauche {
	width: 45%;
	float: left;
}

#contenu .droite {
	width: 45%;
	float: right;
}

.evenement {
	margin-top: 15px;
	margin-bottom: 15px;
}

.evenement .date {
	color: #182457;
	
	font-size: .8em;
	
	
}

.evenement .titre {
	font-weight: bold;
	
	
}

.Ouverture
{
	border-spacing: 10px;
}

.ImageContainer
{
	position: relative;
}

.ImageContainer img
{
	border: 1px solid #000;
	width:200px;
}

.Telephone
{
	margin-bottom: 120px;
}



/*--------------------------------------------------------------------
/* PLAN DU SITE
/**/

#plan-du-site ul {
	margin : 0;
	margin-left : 3em;
	margin-top : 1em;

	padding : 0;

	font-weight : bold;

	list-style-type : square;
}

#plan-du-site ul li {
	margin-bottom : 1em;
	padding : 0;
	background-image : none;
}

#plan-du-site ul ul {
	margin : 0;
	margin-left : 3em;
	padding : 0;

	font-weight : normal;

	list-style-type : circle;
}

#plan-du-site ul ul li {
	margin-bottom : 0em;
}

#plan-du-site ul ul ul {
	margin : 0;
	margin-left : 3em;
	padding : 0;

	font-size : 90%;
	line-height : 150%;

	list-style-type : disc;
}

