/**************************************************************************************************************/
/*			NOM DU SITE - Styles pour FCK Editor
			
			Date : 09/12/11
			Auteur : Jeremie
			URL : http://172.29.7.251:31680/opr
						
			Couleurs :	Violet: #90214B
						Vert: #A2A86C


*/
/**************************************************************************************************************/

/*--------------------------------------------------------------------------------------------------------------
	== TITRES
--------------------------------------------------------------------------------------------------------------*/
/*Définir sur les différents niveaux de h, en fonction du site*/
h2.titre-niv1{
	font-weight: bold;
	font-size: 1.5em;
	border-top: none;
	color: #90214B;
	border-bottom: 5px solid #90214B;
	padding: 0;
	margin: 0 0 10px 0;
}
h3.titre-niv2{
	font-weight: bold;
	font-size: 1.5em;
	border-top: none;
	color: #A2A86C;
	border-bottom: 5px solid #A2A86C;
	padding: 0;
	margin: 0 0 10px 0;
}
h4.titre-niv3{
	font-weight: normal;
	font-size: 1.2em;
	border: none;
	color: #90214B;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 0;
	margin: 0 0 10px 0;
}
h5.titre-niv4{
	font-weight: normal;
	font-size: 1.2em;
	border: none;
	color: #000 !important;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 0;
	margin: 0 0 10px 0;
}

/*--------------------------------------------------------------------------------------------------------------
	== TEXTES
--------------------------------------------------------------------------------------------------------------*/
span.texte1{
	color: #fff;
	background-color: #90214B;
}
span.texte2{
	color: #fff;
	background-color: #A2A86C;
}
span.texte3{
	color: #90214B;
}
span.texte4{
	color: #767e2f;
}

/*--------------------------------------------------------------------------------------------------------------
	== IMAGES
--------------------------------------------------------------------------------------------------------------*/
img.droite{
	float:right;
}
img.gauche{
	float:left;
	margin-right: 10px;
}

/******************************************************************************************************************/