/* CSS Document */

/**********************************************/
/*						GENERAL				  */
/**********************************************/

/* style pour le texte dans le mini-word*/
.mceContentBody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color:#FFFFFF;
}

/* style pour le rendu dans la page articles.php3 */
#mceEditor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color:#FFFFFF;
}

img{
border: 0 none;
}


#mceEditor a:link, #mceEditor a:visited, #mceEditor a:active {
	text-decoration: none;
	color:#666666;
}

#mceEditor a:hover {
	text-decoration: underline;
}

.mceContentBody h1, #mceEditor h1
{
	font-size: 1em;
	color: #3A62A6;
	background-image: url(../images/filet-h1.gif);
	background-repeat: no-repeat;
	background-position: -2px 0;
	width: 574px;
	height: 20px;
	line-height: 1.2em;
	margin: 30px 0 0 0;
	padding: 0 0 5px 0;
}

.mceContentBody h2, #mceEditor h2
{
	font-size: 1em;
	color: #444444;
	background-image:url(../../images/etoile.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	margin-top: 20px;
}

.mceContentBody h3, #mceEditor h3
{
	font-size: 1.1em;
	margin: 10px 0 10px 0px;
	padding: 0;
	color: #4D4C48;
}

/**********************************************/
/*		DIVS COMMUNES HOME & PAGE TYPE	 	  */
/**********************************************/
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #012537;
}

.txt-bleu {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A62A6;
}

.lien-bleu {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A62A6;
	text-decoration: underline;
}

.lien-bleu:hover{
	text-decoration: none;

}

.on {
	text-align:center;
	font-style:normal;
	font-size: 0.85em;
	font-weight:normal;
	margin-left: 0px;
	margin-right: 2px;
	text-decoration: none;
	background-color:#F07D08;
	color:#FFFFFF;
	height: 14px;
	padding: 0 10px 0 10px;
	overflow:hidden;
}

.chapeau {
	position: relative;
	float: left;
	top: 6px;
	left: 14px;
	width: 140px;
	text-align:justify;
	color: #444444;
	background-image: none;
	width: 140px;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}

.titre-edito {
	font-size: 0.9em;
	font-weight:bold;
	color: #EC7400;
	padding: 10px 0 0 25px;
}

.signature-edito {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #3A62A6;
}

.fin-edito {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float:right;
	position: relative;
	text-align: center;
	margin-right: 25px;
	margin-top: 30px;
	height: 10px;
}

.legende {
	/*position: relative;*/
	left: 20px;
	font-size: 0.8em; 
}

.controle {
	margin-left: 100px;
	font-size: 0.8em;
}

.legal {
	padding-left: 80px;
}

.bouton {
	background-color: #EE7900;
	font-size: 0.8em;
	color:#FFFFFF;
	padding: 2px;
	margin-left: 105px;
}
h4 {
	font-size: 1em;
	color: #3A62A6;
	background-image: url(../images/filet-h4.gif);
	background-repeat: no-repeat;
	background-position: -2px 0;
	width: 300px;
	height: 20px;
	line-height: 1.2em;
	margin: 30px 0 0 0;
	padding: 0 0 5px 0;
}
h5 {
	font-size: 1em;
	color: #444444;
	background-image:url(../../images/etoile2.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	margin-top: 20px;
}




