/***********Texte***********/

@font-face {
    font-family: 'QuicksandBold';
    src: url('../polices/quicksand_bold-webfont.eot');
    src: url('../polices/quicksand_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/quicksand_bold-webfont.woff') format('woff'),
         url('../polices/quicksand_bold-webfont.ttf') format('truetype'),
         url('../polices/quicksand_bold-webfont.svg#webfontCMp1koA8') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../polices/OpenSans-ExtraBold-webfont.eot');
    src: url('../polices/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../polices/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../polices/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../polices/OpenSans-Semibold-webfont.eot');
    src: url('../polices/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../polices/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../polices/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../polices/OpenSans-Regular-webfont.eot');
    src: url('../polices/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/OpenSans-Regular-webfont.woff') format('woff'),
         url('../polices/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../polices/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../polices/OpenSans-Bold-webfont.eot');
    src: url('../polices/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/OpenSans-Bold-webfont.woff') format('woff'),
         url('../polices/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../polices/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html body{
font-family:'open_sansregular', Arial, Helvetica, sans-serif;
}

/**********Pour le WYSIWYG********/
body.texte{
font-size:16px;
}
/*********************************/

.texte p{
font-size:0.8125em;
margin-bottom:15px;
text-align:justify;
}

.texte p.chapo{
font-style:italic;	
}

.texte p.temporaire{
text-align:center;
font-size:1.125em;
}

.texte p a{

}

.texte ul,.texte li{
display:block;
}

.texte ul{
margin-top:10px;
margin-bottom:10px;
}

.texte li{
font-size:0.8125em;
margin-top:10px;
margin-bottom:10px;
padding-left:16px;
margin-left:0px;
background:transparent url(../images/li_puce.png) 0px 5px no-repeat;
}

.texte ol li{
background:none;
padding-left:0px;	
}

.bloc_vert .texte li{
background:transparent url(../images/li_puce2.png) 0px 5px no-repeat;	
}

.bloc_prune .texte li{
background:transparent url(../images/li_puce4.png) 0px 5px no-repeat;	
}

.bloc_azur .texte li{
background:transparent url(../images/li_puce5.png) 0px 5px no-repeat;	
}

.texte li ul li{
font-size:1em;
}

.texte table{
border-collapse : collapse; 
border-spacing:0;
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:20px;
}

.texte td{
font-size:0.75em;
padding:10px 15px 10px 15px;
border-right:1px solid #C2C1B8;
border-bottom:1px solid #C2C1B8;
text-align:center;
}

.texte tr td:first-child{
border-left:1px solid #C2C1B8;
}

.texte tr td:last-child{
}

.texte th{
	font-weight:normal;
	font-family:'open_sansbold', Arial, Helvetica, sans-serif;
	text-align:center;
	color:white;
	background:#BC3004;
	text-transform:uppercase;
	font-size:0.8125em;
	padding:5px 15px 5px 15px;
	border-top:1px solid #BC3004;
	border-right:1px solid #BC3004;
	border-left:1px solid #BC3004;
}

.texte td li, .texte td p{
font-size:1em;
}

.texte h1,body div .titre_h1{
font-family:'open_sanssemibold', Arial, Helvetica, sans-serif;
/*font-size:3.25em;*/
font-size:2.5em;
line-height:1em;
font-weight:normal;
margin-bottom:16px;
margin-top:0px;
text-align:left;
display:block;
text-transform:uppercase;
}

.texte h1.paragraphe{
font-family: 'open_sansregular',Arial,Helvetica,sans-serif;
font-size:0.8125em;
margin-top:0px;
margin-bottom:15px;
text-align:justify;
text-transform:none;
font-weight:normal;
}

.texte h1 span{
display:block;
font-size:120%;
margin-top:-25px;
}

.texte h2,body div .titre_h2{
font-family:'QuicksandBold', Arial, Helvetica, sans-serif;
font-size:1.4375em;
font-weight:normal;
margin-bottom:15px;
margin-top:30px;
text-align:left;
text-transform:uppercase;
background:#BC3004;
color:white;
display:inline-block;
width:auto;
padding:2px 10px 2px 10px;
}

.texte h2:first-child{
margin-top:16px;	
}

.texte h3,body div .titre_h3{
font-size:1.125em;
font-weight:normal;
font-family:'open_sansbold', Arial, Helvetica, sans-serif;
margin-top:20px;
margin-bottom:15px;
text-align:left;
}

body div .titre_h3{
padding:0;
background:none;	
}

.texte h4{
font-weight:bold;
text-align:left;
font-size:0.875em;
margin-top:20px;
margin-bottom:15px;
}

.texte input{
border:none;
}

.texte strong{
font-weight:normal;
font-family:'open_sansbold', Arial, Helvetica, sans-serif;
}

.texte .inline{
display:inline-block;
width:auto;	
}

.texte .rouge{
color:	#BC3004;
}

/*********Fin texte*******/

/*********Remarque*********/

.remarque{
font-size:0.6875em;
text-align:right;
color:#A09458;
}

/**********Fin remarque*********/