

/*********************************Styles d'images TinyMCE******************************/
.blanc_et_gras{
color:white;
font-weight:bold;
}

.imageGauche{
	float:left;
	border:none;
	display:block;
}

.imageDroite{
	float:right;
	border:none;
	display:block;
}

.imageCentre{
	text-align:center;
	border:none;
	display:block;
}

.imageBordure{
	border:1px solid #000;
	margin:10px;
	display:block;
}

.texteFondRouge{
	color:#FFF;
	font-weight:bolder;
	display:block;
	width:100%;
	background-color:#990000;
}
.titreVertLogo{
	background:transparent url('../../img/frontend/petitlogo.jpg');
	font-weight:bolder;
	color:#669966;
}
/**************************************************************************************/



.xxsmall {
font-size: x-small;
}

.soulignerOrange {
text-decoration: underline;
color: #f90;
font-size: medium;
}



