/*EDITEUR*/
.td_left{
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.td_right{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.gabarit_img{
	margin-top: 10px;
	margin-bottom: 10px;
}
#gabarit3 .clear{
	clear: both;
}
.gabarit_gauche{
	width: 190px;
	float: left;
	padding-top: 10px;
	margin-top: 10px;
}
.gabarit_droit{
	width: 430px;
	border-left: 1px dotted #b7b7b9;
	padding-left: 15px;
	float: right;
	margin-top: 10px;
}
.contenu_texte table{
	font-size: 12px;
    text-align: left;
	color: #5a5a5a;
	line-height: 16px;
}
.gabarit_droit h2{
	margin-top: 10px;
	border:  none;
}
.contenu_bloc a{
	background: #710D0B;
	color: #fff;
	border: 2px solid #1E7B42;
	width: 150px;
	height: 30px;
	float: left;
	margin: 2px;
	margin-top: 15px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.contenu_bloc a:hover{
	background: #1E7B42;
	border: 2px solid #710D0B;
}
.bloc{
	
	width: 190px;
	float: left;
	margin: 10px;
}
.button{
	width: 180px;
	height: 43px;
	text-align: center;
	
	margin-left: 5px;
}
.button a{
	display: block;
	text-align: center;
	padding-top: 10px;
	height: 43px;
	color: #a33029;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/bouton.jpg) no-repeat top left;
	line-height: 15px;
}
.button a:hover{
	background: url(../images/bouton2.jpg) no-repeat top left;
	color: #fff;
}
.bloc p{
	margin: 5px;
}
.bloc p.more{
	text-align: right;
}

.bloc_personne{
	width: 190px;
	float: left;
	margin: 10px;
}
.bloc_personne .image{
	width: 75px;
	float: left;
	margin-right: 10px;
}
.bloc_personne .texte{
	float: left;
	width: 105px;
	text-align: justify;
}
.bloc_personne .more{
	clear: left;
	text-align: center;
	padding-top: 10px;
}
