
/*-----------*/
/*  Polices  */
/*-----------*/
BODY{
	font-size: 12px;
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height:150%;
	color: #686868;	
	font-weight: bold;
}
P, TD {
	font-size: 12px;
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height:150%;
	color: #686868;	
	font-weight: bold;
}

/* -----------------*/
/* --    LIENS   -- */
/* -----------------*/
A {		
	color: #346eb0;
	font-weight: bold;
	text-decoration : underline;
}
A:visited {	
	color: #346eb0;
}
A:hover {
	color: #952D10;
}
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:#706d5c !important;	
	border-left: 2px solid #AAA;
	border-top: 2px solid #AAA;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	background-color: #FFF;
	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 : "Trebuchet MS", Georgia, Verdana, Arial;
	line-height: 120%;		
}

H1{
	/*
	color: #111;	
	font-size: 14px;
	text-transform: Uppercase;	
	margin-bottom: 15px;
	*/
	color: #999;	
	font-size: 11px;
	text-transform: none;	
	margin-bottom: 15px;
}
H2{
	color: #111;	
	font-size: 14px;
	text-transform: Uppercase;
	margin-bottom: 7px;
}
H3{
  color: #111;
	font-size: 13px;
	margin: 3px 0px 0px 0px;
}
H4{
	color: #000;
	font-size: 13px;
	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: #DDD;
	color: #FFF;
	padding: 0px;
	margin: 0px;
}
table tfoot{
	background-color: #EEE;
	color: #000;
	padding: 0px;
	margin: 0px;
}
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;
}
