@charset "iso-8859-1";
/* CSS Document */

/* ----------------------- enlever les pointillés dans firefox-------------------- */

a{outline: none;}
:focus{-moz-outline-style: none;}

a img{
border:none;
}

/* ----------------------- enlever les pointillés dans firefox-------------------- */

.titres{ /*titres*/
	font-family: arial, helvetica, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF007A;
	line-height: normal;
	letter-spacing: 0.1px;
	}

.sousTitres{ /*sous titres*/
	font-family: arial, helvetica, serif;
	font-size: 13px;
	font-weight: bold;
	color: #463031;
	line-height: normal;
	}
	
.texteCourant{ /*textes*/
	font-family: arial, helvetica, serif;
	font-size: 12px;
	color: #463031;
	font-weight: normal;
	line-height: normal;
	text-indent: 0px;
	text-align: justify;
	}

