
/* changement de la couleur de fond du RTE */
BODY{
}

/*-----------*/
/*  Polices  */
/*-----------*/ 
@font-face {
	font-family: 'HelveticaNeueLTComMd';
    
  src: url('HelveticaNeueLTComMd.eot');
	src: local('HelveticaNeueLTComMd'), url('HelveticaNeueLTComMd.ttf') format('truetype');
}

HTML{
  font-size: 100%;
}
BODY{
	font-size: 12px;
  font-family :  Tahoma, Arial, sans-sherif;
	line-height:160%;
	color: #595656;	
}
P, TD{	
	font-family :  Tahoma, Arial, sans-sherif;
	line-height:160%;
	color: #595656;	
	font-size: 12px;
}


/* --------------------------*/
/* --    LISTES A PUCES   -- */
/* --------------------------*/
UL{
	margin: 12px 0 15px 0px;
	padding: 0;
	padding-right: 10px;
}
UL LI{
	list-style-type: none;
	margin:0;
	margin-bottom: 6px;
	line-height:150%;
	padding:0 0 4px 29px;
	background: transparent url(puce.gif) no-repeat 13px 7px;
}

/* -----------------*/
/* --    LIENS   -- */
/* -----------------*/
A{		
	color: #1a88e6;
	text-decoration: none;	
}
A:visited{	
	color: #1a88e6;
}
A:hover{
	color:#1a88e6;
	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-weight: bold;
	padding: 7px 12px;
	text-decoration: none !important;
	color:#FFF !important;	
	border: 1px solid #8ab523;
	background: #8ab122 url(bouton-bg.gif) repeat-x 0 0;
	cursor: pointer;
	cursor:hand;
/*	letter-spacing: 0.05em;*/
}

input.form-submit{	
  padding: 7px 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: 7px;
	padding-right: 5px;
}
P.lien-bouton A.iconMode{
	display:none;
}


/*-----------*/
/*  Titres   */
/*-----------*/
H1, H2, H3, H4, H5, H6{
	padding:0;
	margin: 0;
  font-family: Arial, sans-serif;
	line-height: 120%;		
	font-weight: normal;
}

H1{  
  clear: both;
	color: #4d4d4d;
	font-size: 20px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	margin: 25px 0 0 0;
	margin-bottom: 11px;
}
.csc-header{
  width: 100%;
}
H2{
  position: relative;
	color: #4d4d4d;
	font-size: 16px;
	padding: 12px 0 18px 0;
  margin: 25px 0 17px 0;	
	font-weight: normal;
	background: url(h2-bg.gif) repeat-x 0 bottom;
}

/*                 
H3{
	color: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 0 0;
}

H4{
	color: #3a373b;
	font-size: 14px;
	font-weight: bold;
  font-family :  Arial, Verdana, sans-sherif;	
}

                
H5{
	color: #d11019;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

H6{
	color: #911ae5;
	font-size: 13px;
	font-weight: normal;
}
*/

/*-----------*/
/*  HR   */
/*-----------*/
HR{
	color: #dfdcda;
	background-color: #FFF;
	height: 2px;
	border: 0;
}

/*---------------------------------*/
/*  classes pour les paragraphes   */
/*---------------------------------*/
P{
	margin: 5px 0 12px 0;
	line-height: 160%;
}
P.texte-petite-taille{
	font-size : 80%;
}
P.texte-grande-taille{
	font-size : 120%;
}

/*---------------*/
/*    Tableau    */
/*---------------*/

table{
	border-collapse : collapse;
}

table thead{
	background-color: #3f3f3e;	
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
table thead td,
table thead P.bodytext{
	color: #FFF !important;
}
table tfoot{
	background-color: #3f3f3e;
	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 #999;
 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{

}