
/* changement de la couleur de fond du RTE */
BODY{
}

/*-----------*/
/*  Polices  */
/*-----------*/
BODY{
	font-size: 13px;
  font-family : Arial, Verdana, sans-serif;
	color: #717171;	
}
P, TD {
	font-size: 13px;
	font-family : Arial, Verdana, sans-serif;
	color: #717171;	
}

P.bodytext{
	margin: 0 0 12px 0;
	line-height: 160%;
}

/* --------------------------*/
/* --    LISTES A PUCES   -- */
/* --------------------------*/
ul{
	margin: 5px 0 0 6px;
	padding: 0;
}
ul li{
	list-style-type: none;
	margin:0 0 6px 0;
	line-height:150%;
	padding:0 0 2px 15px;
	background: transparent url(puce-liste.gif) no-repeat 2px 9px;
}
li{
	padding-bottom: 10px;
}
/* -----------------*/
/* --    LIENS   -- */
/* -----------------*/
A {		
	color: #1d79b3;	
	text-decoration: none;
}
A:visited {	
	color: #1d79b3;
}
A:hover {
	color:#1d79b3;
	text-decoration: underline;
}
A img{
	border-width: 0px;
}


P.lien-bouton A,
input.form-submit{	
	font-size: 14px;
	font-family : "Trebuchet MS", verdana, arial, sans-sherif;
	font-weight: bold;
	padding: 12px 19px;
	text-decoration: none !important;
	color:#20206b !important;	
	border-left: 2px solid #CCC;
	border-top: 2px solid #CCC;
	border-right: 2px solid #1c408b;
	border-bottom: 2px solid #1c408b;		
	background : transparent url(bouton-fond.gif) repeat left bottom;
	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: 20px;
	padding-right: 18px;
	border-left: 2px solid #1c408b;
	border-top: 2px solid #1c408b;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}
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 : Tahoma, "Trebuchet MS", Verdana, Arial;
	line-height: 130%;
}

H1{
	color: #10476a;
	font-size: 26px;	
	font-weight: normal;
	padding: 0 0 15px 0;
	margin: 0;	
}
.csc-header{
	padding-bottom: 3px;
	background: url(h2-trait.gif) no-repeat right bottom;
}
H2{
	color: #8e090f;
	font-size: 18px;	
	font-weight: normal;
	padding: 0;
	margin: 0 0 15px 0;
}

H3{
	color: #8e090f;
	font-size: 14px;	
	font-weight: bold;
	padding: 0 0 10px 0;
}



H4{
	color: #10476a;
	font-family : Arial, Verdana, sans-serif;
	font-size: 12px;		
	font-weight: bold;
	padding: 0 0 4px 0;
}

/*
H5{
	color: #de2027;
	font-family : Arial, Verdana, sans-serif;
	font-size: 14px;		
	font-weight: bold;
	padding: 0;
}

H6{
	color: #000;
	font-size: 13px;	
	font-weight: bold;
	padding: 0;
	
}
*/

/*-----------*/
/*  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: #10476a;	
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
table thead td,
table thead P.bodytext{
	color: #FFF !important;
	font-size: 12px;
	padding: 2px 2px;
}
table tfoot{
	background-color: #10476a;
	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 #000;
 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 td{
	padding: 0px;
}

table.imgtext-table tbody table,
table.imgtext-nowrap tbody table{
	margin: 0;
	padding: 0;
}

table.imgtext-table td P.bodytext,
table.imgtext-nowrap td P.bodytext{
	margin: 0 0 10px 0;
}