/*-----------*/
/*  Polices  */
/*-----------*/
BODY{
	font-size: 13px;
	font-family : Arial, Verdana, sans-serif;
	color: #53504e;
	line-height:150%;
}
P, TD {
	font-family : Arial, Verdana, sans-serif;
}

/* --------------------------*/
/* --    LISTES A PUCES   -- */
/* --------------------------*/
UL{
	margin: 10px 0 0 10px;
	padding:0 0 0 0px;
}
UL LI{
	list-style-type: none;
	margin:0;
	padding:0 0 8px 15px;
	background: transparent url(puce-marron.gif) no-repeat 0px 7px;
	/* list-style-image: url(puce-marron.gif) */
}


/* -----------------*/
/* --    LIENS   -- */
/* -----------------*/
A {
	color:#3083bd;
}
A:visited {
	color:#3083bd;
}
A:hover {
	color:#7e3a19;
}

A img{
	border-width: 0px;
}

/*-----------*/
/*  Titres   */
/*-----------*/
H1{
	margin: 0;
	padding: 15px 0 0 20px;
	text-transform: Uppercase;
	color: #FFF;
	font-family : Georgia, Times, serif;
	font-size: 17px;
	
}
H2{
	padding: 7px 0px 25px 15px;
	margin: 0;
	background: transparent url(bg-titre2.gif) repeat-x top left;
	font-size: 18px;
	text-transform: Uppercase;
	font-family : Georgia, Times, serif;
	color: #7e3a19;
	font-weight: normal;	
}

H3{
	padding:0;
	margin: 0;
	font-size: 12px;
	font-family : Georgia, Times, serif;
	color: #000;
	line-height: 120%;
}
H4{
	padding:0;
	margin: 0;
	font-size: 12px;
	font-family : Georgia, Times, serif;
	color: #7e3a19;
	line-height: 120%;	
}

H5{
	color: #000;
	font-size: 12px;
	margin: 0px 0px 0px 0px;	
	line-height: 120%;
}
H6{
	color: #7e3a19;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	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: 10px 10px;
	background-color: #CCC;
	text-decoration: none !important;
	/* color:#fbfbec !important; */
	color:#53504E !important;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	/* background: #7bbbc8 url(bg-bouton.gif) repeat-x 0 0; */
	background: #ecba40 url(bg-bouton-orange.gif) repeat-x 0 0;
	/* border: 3px solid #FFF; */
	border: 3px solid #999;
}

P.lien-bouton A:hover{
	padding-left: 11px;
	padding-right: 9px;
	/* color:#FFF !important; */
	color:#000 !important;
	border-left: 3px solid #999;
	border-top: 3px solid #999;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
}
input.form-submit{
	padding: 10px 10px;
	background-color: #CCC;
	text-decoration: none !important;
	/* color:#fbfbec !important; */
	color:#53504E !important;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	/* background: #7bbbc8 url(bg-bouton.gif) repeat-x 0 0; */
	background: #ecba40 url(bg-bouton-orange.gif) repeat-x 0 0;
	/* border: 3px solid #FFF; */
	border: 3px solid #999;
}
input.form-submit:hover{
	padding-left: 11px;
	padding-right: 9px;
	/* color:#FFF !important; */
	color:#000 !important;
	border-left: 3px solid #999;
	border-top: 3px solid #999;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
}

/*---------------*/
/*    Tableau    */
/*---------------*/

table{
	border-collapse : collapse;
	margin-top: 10px;	
	font-size: 12px; 
}
table thead{
	background-color: #7e3a19;
	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;
}

