.rubrique {
	position: relative;
	float:left;
	width: 645px;
	background-image: url('../img/fond_gris_titre_rubrique.jpg');
	background-repeat: repeat-x;
}
.rubrique_titre {
	color:#48A5BF;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family : arial;
	font-weight:bold;
}

.en_savoir_plus {
}
.here {
	color: #92AF17;
}
.bloc {
	position:relative;
	float:left;
	width: 623px;
	margin-top: 30px;
}
.premier_mot_paragraphe {
	color: #92AF17;
	font-weight:bold;
	margin-left: 0px;
}
.texte_double_colonne {
	position: relative;
	float: left;
	width: 295px;
	text-align: justify;
	color: #797979;
	font-size: 11px;
}
.texte_double_colonne p, #equitation_paragraphe p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.image_double_colonne {
	position: relative;
	float: right;
	width: 305px;
	padding-left:0px;
}
/*------------------ Partie Equitation -------------------*/

div#equitation_logo {
	position: relative;
	float:left;
	height: 144px;
	width: 645px;
}
div#equitation_chemin {
	position: relative;
	float:left;
	height: 30px;
	width: 635px;
	color: #797979;
	font-size: 12px;
}
div#equitation_contenu {
	position: relative;
	float:left;
	width: 645px;
	text-align: left;
}
div#equitation_titre {
	position: relative;
	float: left;
	color: #92AF17;
	font-size: 20px;
	margin-left: 5px;
	width: 625px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#equitation_paragraphe {
	position: relative;
	float: left;
	width: 625px;
}


div#ombre_droit_page_equitation {
	position: relative;
	float: right;
	background-image: url('../img/ombre_droit.gif');
	background-repeat: repeat-x;
	width: 204px;
	height: 9;
	border: 0 0 0 0;
	padding: 0;
	margin: 0;
	filter:alpha(opacity=50); /* pour ie */
	-moz-opacity:0.5; /* pour gecko : Firefox, etc. */
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 0;
}
* html div#ombre_droit_page_equitation{
	width: 204px;
		/*float: left;*/
}