#tinymce {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}

.Page {
	width:754px;
	margin:20px 0 20px 0;
}

.Page h1, #tinymce h1 {
	text-transform: uppercase;
	font-size:1em;
	color:#444;
	font-weight:bold;
	margin:20px 0 4px 0;
}

.Page h2, #tinymce h2 {
	font-size:1em;
	color:#000;
	font-weight:bold;
	margin:20px 0 4px 0;
}

.Page h3, #tinymce h3 {
	font-size:0.9em;
	color:#222;
	font-weight:bold;
	margin:30px 0 4px 0;
}

.Page h2:first-child, .Page h1:first-child, .Page h3:first-child {
	margin-top:0;
}


.Page p, #tinymce p {
	font-size:0.9em;
	margin:2px 0 10px 0;
	padding:0 0 0 0;
}

.Page ul, .Page ol, #tinymce ul, #tinymce ol {
	font-size:0.9em;
	list-style-image:url(../images/puce.gif)
}

.Page a {
	color:#A31F27;
}

.Page a:hover {
	color:#ED1C24;
}

/* ------------ pour les liens -------- */
.Liens {
	font-size:0.9em;
}

.Liens h4 {
	margin-top:1em;
}

/* ------------ les actus ------------ */

.Actualites {
	font-size:0.9em;
}

.BarreActu {

}

.UneActu {
	display:none;
	border:1px dashed #aaa;
	background:#fafafa;
	margin:0 0 10px 50px;
	font-size:0.9em;
}
.UneActu p {
	margin:5px;
}

.UneActu .Close {
	float:right;
	margin:0 0 10px 10px;
}

.UneActu .Couverture {
	float:left;
	margin:4px;
}

.UneActu .Couverture img {
	border:1px solid #aaa;
}

hr {
	border-top:none;
	border-bottom:1px solid #ccc;
	height:1px;
	margin:10px 0 10px 0;
}

.TexteCentre {
	text-align:center;
}