
/* changement de la couleur de fond du RTE */
BODY{
	background: transparent url(pixel-bleu.gif) repeat left top;
}

/*-----------*/
/*  Polices  */
/*-----------*/
BODY{
	font-size: 15px;
  font-family : Arial, Verdana, sans-sherif;
	line-height:100%;
	color: #FFF;		
}
P, TD {
	font-size: 15px;
	font-family : Arial, Verdana, sans-sherif;
	line-height:100%;
	color: #FFF;	
}

/* --------------------------*/
/* --    LISTES A PUCES   -- */
/* --------------------------*/
UL{
	margin: 14px 0 0 0px;
	padding: 0;
	padding-right: 10px;
}
UL LI{
	list-style-type: none;
	margin:0;
	margin-bottom: 8px;
	line-height:150%;
	padding:0 0 4px 22px;
	background: transparent url(puce.gif) no-repeat 10px 9px;
}

/* -----------------*/
/* --    LIENS   -- */
/* -----------------*/
A {		
	color: #ffef2a;
}
A:visited {	
	color: #ffef2a;
}
A:hover {
	color:#FFF;
}
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 #74c107;
	background: #74c107 url(bg-bouton.gif) repeat-x 0 0;
	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 #AAA;
	border-bottom: 1px solid #AAA;
}
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 : "Trebuchet MS", Verdana, Arial;
	line-height: 120%;			
}

H1{
	color: #ffef2a;	
	font-size: 28px;
	margin-bottom: 0px;
	padding: 0px 0 4px 46px;
	background: transparent url(poisson.gif) no-repeat left 0px;
	letter-spacing: -0.05em;
}
H2{
	color: #ffef2a;
	font-size: 20px;
	margin-bottom: 12px;	
}
H3{
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 2px solid #FFF;
	margin-bottom: 12px;
}
H4{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
}

H5{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
}
H6{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
}

/*-----------*/
/*  HR   */
/*-----------*/
HR{
	color: #dfdcda;
	background-color: #FFF;
	height: 2px;
	border: 0;
}

/*---------------------------------*/
/*  classes pour les paragraphes   */
/*---------------------------------*/
P{
	margin-top: 5px;
	line-height: 150%;
}

P.texte-petite-taille{
	font-size : 13px;
}
P.texte-grande-taille{
	font-size : 16px;
}

/*---------------*/
/*    Tableau    */
/*---------------*/

table{
	border-collapse : collapse;
	/*margin-top: 10px;	*/
	font-size: 12px; 
  background-color: #FFF; 
}

table thead{
	background-color: #61b102;	
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
table thead td,
table thead P.bodytext{
	color: #FFF !important;
}
table tfoot{
	background-color: #61b102;
	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 tbody table,
table.imgtext-nowrap tbody table{
	margin: 0;
	padding: 0;
}

table.imgtext-table td P,
table.imgtext-nowrap td P{
	color: #FFF;
}