
/*-----------*/
/*  Polices  */
/*-----------*/
BODY{
	font-size: 12px;
	font-family :  Arial, Verdana, sans-serif;
	line-height:150%;
	color: #000;	
}
P, TD {
	font-size: 12px;
	font-family :  Arial, Verdana, sans-serif;
	line-height:150%;
	color: #000;	
}

/* -----------------*/
/* --    LIENS   -- */
/* -----------------*/
A {		
	color: #346eb0;
	font-weight: bold;
	text-decoration : none;
}
A:visited {	
	color: #346eb0;
}
A:hover {
	color: #73006a;
	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:#FFF !important;	
	border-left: 2px solid #AAA;
	border-top: 2px solid #AAA;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	background-color: #BA3627;
	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 #555;
	border-top: 2px solid #555;
	border-right: 2px solid #AAA;
	border-bottom: 2px 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 :  Georgia, Times, Serif;
	line-height: 120%;		
}


H2{
	color: #ca3e25;	
	font-size: 20px;	
	margin-bottom: 7px;
  background: url(h2-puce.gif) no-repeat 0 0;
  padding-left: 30px;
  }
H3{
  color: #ca3e25;
	font-size: 13px;
	margin: 3px 0px 0px 0px;
}


H4{
	color: #000;
	font-family :  Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 150%;
	margin: 3px 0px 0px 0px;
}

/*
H5{
	color: #952D10;
	font-size: 14px;
	margin: 5px 0px 0px 0px;
}
H6{
	color: #952D10;
	font-size: 13px;
	margin: 3px 0px 0px 0px;
}
*/

/*-----------*/
/*  HR   */
/*-----------*/
HR{
	color: #952d10;
	background-color: #DDD;
	height: 2px;
	border: 0;
}

/*---------------------------------*/
/*  classes pour les paragraphes   */
/*---------------------------------*/
P{
	margin-top: 5px;
	line-height: 150%;
}

P.texte-petite-taille{
	font-size : 11px;
}
P.texte-grande-taille{
	font-size : 15px;
}

/*---------------*/
/*    Tableau    */
/*---------------*/
table{
	border-collapse : collapse;
	margin-top: 10px;	
	font-size: 12px; 
}
table thead{
	background-color: #ca3e25;	
	padding: 0px;
	margin: 0px;
}
table tfoot{
	background-color: #ca3e25;
	padding: 0px;
	margin: 0px;
}
table thead TD P,
table tfoot TD P{
  color: #FFF;
}
table TD P{
	padding: 0px;
	margin: 0px;	
	
}
table td{
 border: 1px solid #000;
 padding: 5px;
 vertical-align: top;
}

table.sans-bordure{
	margin: 0px;
	border-collapse: collapse;
}
table.sans-bordure td{
	border-width: 0px;
	vertical-align: top;
}

