/*-----------*/
/*  Polices  */
/*-----------*/
BODY{
	font-size: 13px;
	font-family : Arial, Verdana, sans-serif;
	color: #5a595a;
	line-height:150%;
}
P, TD {
	font-family : Arial, Verdana, sans-serif;
}

/* --------------------------*/
/* --    LISTES A PUCES   -- */
/* --------------------------*/
UL LI{
	list-style-type: square;
}


/* -----------------*/
/* --    LIENS   -- */
/* -----------------*/
A {
	color:#3083bd;
}
A:visited {
	color:#3083bd;
}
A:hover {
	color:#743150;
}

A img{
	border-width: 0px;
}

/*-----------*/
/*  Titres   */
/*-----------*/
H1{
  padding: 10px 0 2px 18px;
	margin: 0;
	text-transform: Uppercase;
	color: #FFF;
	font-family : "Trebuchet MS", Verdana, sans-serif;
	font-size: 28px;
	font-weight: bold;
}
H2{
	padding:0;
	margin: 0;
	margin-bottom: 1px;
	font-size: 20px;
	text-transform: Uppercase;
	color: #743150;
	font-weight: normal;	
	line-height: 120%;
}

H3{
	padding:0;
	margin: 0;
	font-size: 14px;
	text-transform: Uppercase;
	color: #f06116;
	line-height: 120%;
}
H4{
	color: #743150;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	text-transform: Uppercase;
	background: transparent url(puce-news.gif) no-repeat left 5px;
	padding-left: 20px;		
}

H5{
	color: #743150;
	font-size: 13px;
	margin: 0px 0px 0px 0px;	
}
H6{
	padding:0;
	margin: 0;
	margin-bottom: 1px;
	font-size: 20px;
	text-transform: Uppercase;
	color: #f06116;
	font-weight: normal;	
	line-height: 120%;
}

/*-----------*/
/*  HR   */
/*-----------*/
HR{
	color: #BBB;
	background-color: #BBB;
	height: 2px;
	border: 0;
}
/*---------------------------------*/
/*  classes pour les paragraphes   */
/*---------------------------------*/
P{
	margin-top: 5px;
	line-height: 150%;
}

P.texte-petite-taille{
	font-size : 10px;
}
P.texte-grande-taille{
	font-size : 16px;
}

/*-----------------------------------------*/
/*  lien "bouton" et bouton des mailform   */
/*-----------------------------------------*/
P.lien-bouton{
}
P.lien-bouton A{
	padding: 6px 10px;
	background-color: #CCC;
	text-decoration: none !important;
	color:#fbfbec !important;
	font-weight: bold;
	background: #f06116 url(bouton-fond.gif) repeat-x 0 0;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

P.lien-bouton A:hover{
	padding-left: 11px;
	padding-right: 9px;
	color:#FFF !important;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
input.form-submit{
	margin: 0px;
	margin-top: 10px;
	padding: 2px 0px;
	background-color: #CCC;
	color:#fbfbec;
	font-size:12px;
	font-weight: bold;
	background: #f06116 url(bouton-fond.gif) repeat-x 0 0;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
input.form-submit:hover{
	padding-left: 1px;
	padding-right: 0px;
	color:#FFF !important;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/*---------------*/
/*    Tableau    */
/*---------------*/

table{
	border-collapse : collapse;
	margin-top: 10px;	
	font-size: 12px; 
}
table thead{
	background-color: #743150;
	color: #FFF;
	font-weight: bold;
	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;
 margin: 5px;
 padding: 5px;
}

