
/*-----------*/
/*  Polices  */
/*-----------*/

@font-face {
    font-family: 'futura_bdcn_btbold';
    src: url('futura-webfont.eot');
    src: url('futura-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('futura-webfont.woff') format('woff'),
         url('futura-webfont.ttf') format('truetype'),
         url('futura-webfont.svg#futura_bdcn_btbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* changement de la couleur de fond du RTE */
BODY{
}

/*-----------*/
/*  Polices  */
/*-----------*/
BODY{
	font-size: 14px;
  font-family : Arial, sans-sherif;
	line-height:130%;
	color: #5e5e5e;	
}
P, TD {
	font-size: 14px;
	font-family : Arial, sans-sherif;
	line-height:130%;
	color: #5e5e5e;	
}

strong{
 color: #363636;
}


/* --------------------------*/
/* --    LISTES A PUCES   -- */
/* --------------------------*/
UL{
	margin: 10px 0 0 0px;
	padding: 0;
	padding-right: 10px;
}
LI{
	list-style-type: none;
	margin:0;
	margin-bottom: 6px;
	line-height:150%;
	padding:0 0 4px 24px;
	background: transparent url(puce.gif) no-repeat 8px 7px;
	font-size: 14px;
}

/* -----------------*/
/* --    LIENS   -- */
/* -----------------*/
A,
A strong,
strong A {		
	color: #0079bc;
	text-decoration: none;
}
A:visited {	

}
A:hover {
	text-decoration: underline;
}
A img{
	border-width: 0px;
}
P.lien-bouton{
	margin-top: 0px;
}

P.lien-bouton A,
input.form-submit{ 
	font-size: 13px;
	font-family : Arial, Verdana, sans-sherif;
	font-weight: bold;
	padding: 8px 12px;
	text-decoration: none !important;
	color:#FFF !important;	
	border: 1px solid #AAA;
	background-color: #228bc5;
	cursor: pointer;
	cursor:hand;
}

input.form-submit{	
  padding: 8px 6px;
	margin: 12px 0px 0px 0px;
}

P.lien-bouton A:hover,
input.form-submit:hover{
	padding-left: 13px;
	padding-right: 11px;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
input.form-submit:hover{
	padding-left: 8px;
	padding-right: 4px;
}
P.lien-bouton A.iconMode{
	display:none;
}


/*-----------*/
/*  Titres   */
/*-----------*/
H1, H2, H3, H4, H5, H6{
	padding:0;
	margin: 0;
	font-family: 'futura_bdcn_btbold', sans-serif;
	font-weight: normal;
	line-height: 130%;			
}

H1{
	color: #072b7a;
	font-size: 43px;
	padding: 0 0 15px 0;
  text-transform: Uppercase;
}
H2{
	color : #0079bc;
	font-size: 26px;
	padding: 0 0 0 0;	
	margin: 10px 0 5px 0;	
}
H3{
	color : #56575a;
	font-size: 21px;
	padding: 0 0 0 0;	
	margin: 8px 0 5px 0;	
}
H4{
	color: #56575a;	
	margin-bottom: 4px;
	background: none;
	font-size: 18px;
}


/*-----------*/
/*  HR   */
/*-----------*/
HR{
	color: #dfdcda;
	background-color: #FFF;
	height: 2px;
	border: 0;
}

/*---------------------------------*/
/*  classes pour les paragraphes   */
/*---------------------------------*/
P{
	margin: 5px 0 12px 0;
	line-height: 140%;
}
P.texte-petite-taille{
	font-size : 11px;
}
P.texte-grande-taille{
	font-size : 16px;
}

/*---------------*/
/*    Tableau    */
/*---------------*/

table{
	border-collapse : collapse;
	font-size: 12px; 
}

table thead{
	background-color: #072b7a;	
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
table thead td,
table thead P.bodytext{
	color: #FFF !important;
}
table tfoot{
	background-color: #072b7a;
	padding: 0px;
	margin: 0px;
}
table tfoot td,
table tfoot P.bodytext{
	color: #FFF !important;
}
table TD P.bodytext{
	padding: 0px;
	margin: 0px;	
	color: #000;
}
table td{
 border: 1px solid #AAA;
/* padding: 5px; */
 vertical-align: top; 
 color: #000;
}

table.sans-bordure{
	margin: 0px;
	border-collapse: collapse;
}
table.sans-bordure td{
	border-width: 0px;
	vertical-align: top;
}


/*---------------------------------------------------------*/
/*  on réinitialise les tableaux utilisés pour les images  */
/*---------------------------------------------------------*/

table.imgtext-table,
table.imgtext-nowrap{
	background-color: transparent; 
	margin : 0;
	padding: 0;
}


table.imgtext-table tbody table,
table.imgtext-nowrap tbody table{
	margin: 0;
	padding: 0;
}

table.imgtext-table td P,
table.imgtext-nowrap td P{

}

