
/* changement de la couleur de fond du RTE */
BODY{
}

/*-----------*/
/*  Polices  */
/*-----------*/
BODY{
	font-size: 13px;
  font-family : Arial, Verdana, sans-serif;
	color: #666262;	
}
P, TD {
	font-size: 13px;
	font-family : Arial, Verdana, sans-serif;
	color: #666262;	
}

P.bodytext{
	margin: 0 0 12px 0;
	line-height: 150%;
}

/* --------------------------*/
/* --    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 14px;
	background: transparent url(puce-liste.gif) no-repeat 2px 8px;
}
li{
	padding-bottom: 10px;
}
/* -----------------*/
/* --    LIENS   -- */
/* -----------------*/
A {		
	color: #1b7abc;	
	text-decoration: none;
}
A:visited {	
	color: #1b7abc;
}
A:hover {
	color:#de2027;
	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 10px;
	text-decoration: none !important;
	color:#ffe911 !important;	
	border: 1px solid #888;
	background-color: #ec1c24;
	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: 11px;
	padding-right: 9px;
	border-left: 1px solid #de2027;
	border-top: 1px solid #de2027;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}
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;
}

H1{
	color: #de2027;
	font-size: 22px;	
	font-weight: normal;
	text-transform: Uppercase;
	padding: 0 0 5px 0;
	margin: 0;	
}
.csc-header{
	padding-bottom: 3px;
	background: url(h2-trait.gif) no-repeat right bottom;
}
H2{
	color: #de2027;
	font-size: 18px;	
	font-weight: normal;
	padding: 0 0 0 14px;
	margin: 0 0 8px 0;
	background: url(puce-h2.gif) no-repeat left 10px;
}

#colonne-gauche H2,
#colonne-droite H2,
#colonne-bordure H2{
 font-size: 14px;
 font-weight: bold;
 color: #666262;
 padding: 0;
 background: none;
}

#sub-1025 #colonne-gauche H2,
#sub-1025 #colonne-droite H2,
#sub-1025 #colonne-bordure H2{
	color: #de2027;
}

H3{
	color: #000;
	font-size: 17px;	
	font-weight: normal;
	padding: 0 0 10px 0;
}


H4{
	color: #000;
	font-family : Arial, Verdana, sans-serif;
	font-size: 14px;		
	font-weight: bold;
	padding: 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: #ec1c24;	
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
table thead td,
table thead P.bodytext{
	color: #ffe911 !important;
	font-size: 12px;
	padding: 2px 2px;
}
table tfoot{
	background-color: #ec1c24;
	padding: 0px;
	margin: 0px;
}
table tfoot td,
table tfoot P.bodytext{
	color: #ffe911 !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;
}