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

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

}

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

}

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

/*-----------*/
/*  Polices  */
/*-----------*/
HTML{
  font-size: 16px;
}
BODY{
	font-size: 0.9em;
  font-family :  Arial, sans-sherif;
	line-height:140%;
	color: #7a5b38;	
}
P, TD{	
  font-size: 0.9em;
	font-family :  Arial, sans-sherif;
	line-height:140%;
	color: #7a5b38;	
}
strong{
  color: #664d30;
}

/* --------------------------*/
/* --    LISTES A PUCES   -- */
/* --------------------------*/
UL{
	margin: 10px 0 10px 0px;
	padding: 0;
}
UL LI{
	list-style-type: none;
	margin:0;
	margin-bottom: 4px;
	padding:0 0 4px 25px;
	background: transparent url(puce.gif) no-repeat 12px 6px;
}

/* -----------------*/
/* --    LIENS   -- */
/* -----------------*/
A{		
	color: #008c98;
	text-decoration: none;
}
A:visited{	
	color: #008c98;
}
A:hover{
	color:#0b6d75;
	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: #009ca8;
	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;	
	line-height: 130%;
	font-weight: normal;
}
H1{  
  font-family: 'ITCSouvenirDemi';
	color: #008194;	
	font-size: 1.8em;
	padding: 0 0 3px 20px;
	margin: 0 0 20px 0;
	background: url(h1-bg.gif) no-repeat 0 17px;
  border-bottom: 1px solid #008194;
}

H2{
	color: #008194;
	font-family: 'ITCSouvenirBold';
	font-size: 1.1em;
  padding: 0 0 3px 0;
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #008194;
}

H3{
	color: #008194;
	font-family: 'ITCSouvenirBold';
	font-size: 1em;	
	padding: 5px 0 0px 0;
}              
H4{
  font-family : Arial, sans-sherif;
	color: #55340c;
	font-size: 0.9em;
	font-weight: bold;
  padding: 5px 0 0px 0;	
}
H5{
  font-family: 'ITCSouvenirLight';
	color: #7a5b38;
	font-size: 1.7em;
	font-weight: bold;		
	padding: 5px 0 0px 0;
}
/* 
H6{
	color: #ff8d00;
	font-size: 13px;
	font-weight: normal;
}
*/

/*-----------*/
/*  HR   */
/*-----------*/
HR{
	color: #CCC;
	background-color: #FFF;
	height: 2px;
}

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

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

table{
	border-collapse : collapse;
	font-size: 1em; 
}

table thead{
	background-color: #009ca8;	
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
table thead td,
table thead P.bodytext{
	color: #FFF !important;
}
table tfoot{
	background-color: #009ca8;
	padding: 0px;
	margin: 0px;
}
table tfoot td,
table tfoot P.bodytext{
	color: #FFF !important;
}
table TD P.bodytext{
	padding: 0px;
	margin: 0px;	
}
table td{
 border: 1px solid #5f395f;
 padding: 3px 4px; 
 vertical-align: top; 
 
}

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{
}