/*EDITEUR*/

#gabarit .h1_contenu,
#gabarit2 .h1_contenu,
#gabarit3 .h1_contenu{
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #78b212;
    font-weight: bold;
    text-align: left;
}
#gabarit .h3_contenu{
    font-size: 11px;
    font-weight: bold;
    color: #80BF16;
    border-bottom: 1px dotted #b7b7b9;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}
#gabarit2 .h3_contenu,
#gabarit3 .h3_contenu{
    font-size: 11px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px dotted #b7b7b9;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}
#gabarit .p_contenu,
#gabarit2 .p_contenu,
#gabarit3 .p_contenu{
    margin-top: 0;
    font-size: 12px;
    text-align: left;
	color: #5a5a5a;
	line-height: 16px;
	margin-bottom: 10px;
}
#gabarit .infoplus{
    background: url(../images/right.gif) repeat-y top right #80BF16;
    width: 200px;
    margin-left: 10px;
	float: right;
}
#gabarit2 .infoplus{
    background: url(../images/right2.gif) repeat-y top right #80BF16;
    width: 200px;
    margin-left: 10px;
	float: right;
}
#gabarit .top, #gabarit .bottom,
#gabarit2 .top, #gabarit2 .bottom{
    height: 16px;
    margin: 0;
    width: 200px;
    margin-left: 10px;
    float: right;
}
#gabarit .sub_info_plus{
    background: url(../images/left.gif) repeat-y top left ;
    padding-left: 20px;
    padding-right: 20px;
}
#gabarit2 .sub_info_plus{
    background: url(../images/left2.gif) repeat-y top left ;
    padding-left: 20px;
    padding-right: 20px;
}
#gabarit .infoplus p,
#gabarit2 .infoplus p{
    color: #fff;
    font-size: 12px;
	line-height: 16px;
    margin: 0;

}
#gabarit .infoplus .h3_contenu,
#gabarit2 .infoplus .h3_contenu{
    border-bottom: 1px dotted #fff;
    margin: 0;
	color: #fff;
}
#gabarit .corner_top_left, 
#gabarit .corner_bottom_right, 
#gabarit .corner_bottom_left, 
#gabarit .corner_top_right,
#gabarit2 .corner_top_left, 
#gabarit2 .corner_bottom_right, 
#gabarit2 .corner_bottom_left, 
#gabarit2 .corner_top_right{
    height: 16px;
    width: 17px;
    margin: 0;
}
#gabarit .corner_top_left{
    background: url(../images/corner_top_left.gif) no-repeat top left #80BF16;
    float: left;
}
#gabarit .corner_bottom_right{
    background: url(../images/corner_bottom_right.gif) no-repeat bottom right #80BF16;
    float: right;
}
#gabarit .corner_bottom_left{
    background: url(../images/corner_bottom_left.gif) no-repeat bottom left #80BF16;
    float: left;
}
#gabarit .corner_top_right{
    background: url(../images/corner_top_right.gif) no-repeat top right #80BF16;
    float: right;
}
#gabarit .top{
    background: url(../images/top.gif) left repeat-x #80BF16;
}
#gabarit .bottom{
    background: url(../images/bottom.gif) left repeat-x #80BF16;
}

#gabarit2 .corner_top_left{
    background: url(../images/corner_top_left2.gif) no-repeat top left #F4AE2C;
    float: left;
}
#gabarit2 .corner_bottom_right{
    background: url(../images/corner_bottom_right2.gif) no-repeat bottom right #F4AE2C;
    float: right;
}
#gabarit2 .corner_bottom_left{
    background: url(../images/corner_bottom_left2.gif) no-repeat bottom left #F4AE2C;
    float: left;
}
#gabarit2 .corner_top_right{
    background: url(../images/corner_top_right2.gif) no-repeat top right #F4AE2C;
    float: right;
}
#gabarit2 .top{
    background: url(../images/top2.gif) left repeat-x #F4AE2C;
}
#gabarit2 .bottom{
    background: url(../images/bottom2.gif) left repeat-x #F4AE2C;
}
.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: 290px;
	float: left;
}
.gabarit_droit{
	width: 295px !important;
	width: 310px;
	border-left: 1px dotted #b7b7b9;
	padding-left: 15px;
	float: right;
}
.contenu_texte table{
	font-size: 12px;
    text-align: left;
	color: #5a5a5a;
	line-height: 16px;
}