<!--
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color:#000000;
	margin:0;
	padding:0;
}

h1 {
	font-size:18px;
}

#monsite {
	text-align:left;
}	
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* javascript */

.ajax-loading
{
	padding:                50px;
	background:             url(images/spinner.gif) no-repeat center;
}

 .img-list
 {
	clear:both;
 }

 .img-list a
 {
	float:				left;
	padding:			15px;
	outline:			0;
 }



li.persistHover,
a.persistHover
{
	background: #CCC;
	color: #FFF;
}


span.counter {
	width: 13px;
	text-align: center;
	line-height: 10px;
	padding-left: 3px;
	color: white;
	font-size: 12px;
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
}


h3 {
	font-size:14px;
	font-weight:bold;
}

hr {
	border-top:1px solid #D82300;
}

a:hover {
	color:#D82300;
}
/********************* Style pour le TinyMCE ****************/

.titreTiny {
		font-size:18px;
		color:#D82300;
}

body.mceContentBody,.normal {
		font-size:12px;
		color:#000000;
		background-color:#FFFFFF;
		text-align:left;
}
