@charset "utf-8";
/* CSS Document */

/* TITRES */

h1 {

}

h2 {
	font-size: 24px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	padding: 0 0 0 0;
	margin: 0;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	padding: 0 0 3px 0;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}


/* CONTENU */

.contenu .texte {
	width: 435px;
	min-height: 387px;
	float: left;
	margin: 0 0 0 30px;
	font-size: 12px;
}

.contenu .texte .texte{
	margin: 0 ;
}

.contenu .texte img{
	border: 5px solid #f26234 ;
	margin: 5px 0;
}

.contenu .texte a{
	color: #f26234;
	font-size: 12px;
	/*background:  url(../img/fleche.gif) no-repeat 0 0;
	padding: 0 15px 0 15px;*/
}

.contenu .texte a:hover{
	color: #7a0c19;
	font-size: 12px;
	/*background:  url(../img/fleche.gif) no-repeat 0 0;
	padding: 0 15px 0 15px;*/
}

.contenu .texte span {
	color:#f26234;
}

