/* FOND DU SITE */

BODY
{
	background-color:#F2E486;
	background:url('./images/fond6.JPG');
	
	margin:20px;
}

TABLE.page
{
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#B69A78;

	border-collapse:collapse;
}

TD.index
{
	font-family:"Trebuchet MS";
	font-size:35px;
	font-weight:Bold;
	font-style:Italic;
	
	vertical-align:top;
	
	color:#000000;
}

TD.photo
{
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:Normal;
	
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	padidng-bottom:0px;
	
	margin:0px;
}

TD.entete
{
	background:url('./images/bandeau.jpg');
	width:900px;
	height:75px;
}

TD.menu
{
	font-family:"Trebuchet MS";
	font-size:13px;
	
	height:25px;
	
	vertical-align:middle;
	text-align:center;
	
	border-style:solid;
	border-width:1px;
	border-color:#B69A78;
	
	padding:2px;
	
	background:url('./images/entete.jpg');
}

TD.menu_actif
{
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:Bold;
	
	height:25px;
	
	vertical-align:middle;
	text-align:center;
	
	border-style:solid;
	border-width:1 1 0 1;
	border-color:#B69A78;	
	
	padding:2px;
	
	background-color:#F1ECE5;
}

DIV.page
{
	width:100%;
	height:100%;
	
	background-color:#F1ECE5;
	
	overflow:auto;
}

H1
{
	font-family:"Trebuchet MS";
	font-size:24px;

	margin:0px;
}

H2
{
	font-family:"Trebuchet MS";
	font-size:20px;
	font-weight:Normal;
	font-style:Italic;

	margin:0px;
}

H3
{
	font-family:"Trebuchet MS";
	font-size:18px;
	
	margin-bottom:0px;
}

H4
{
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:Normal;
	font-style:Italic;

	margin-top:0px;
}

H5
{
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:Normal;
	
	text-align:justify;
	padding-left:15px;
	padding-right:15px;
	
	margin:0px;
}

IMG.image
{
	margin:15px;
	
	border-style:solid;
	border-width:1px;
	border-color:#B69A78;
}

A
{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#B74E25;
	
	text-decoration:none;
}

A:hover
{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#B74E25;

	text-decoration:underline;
}