*{
	color:#000000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
body{
	padding:0;
	margin:0;
	background-image: url("img/fond.jpg");
	background-repeat:repeat-x;
	}
table#tableau{
	width:765px;
	height:600px;
	}
td#haut{
	background-image: url("img/haut.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	vertical-align:top;
	width:765px;
	height:170px;
	}
td#gauche{
	background-image: url("img/gauche.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	vertical-align:top;
	width:180px;
	height:405px;
	}
td#corps{
	background-image: url("img/corps.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	vertical-align:top;
	width:585px;
	height:405px;
	}
td#bas{
	vertical-align:middle;
	background-color:#ffffff;
	font-weight:bold;
	color:#333333;
	text-align:center;
	font-size:13px;
	width:765px;
	height:25px;
	}
/******** menu ************/
#gauche ul {
	list-style: none;
    margin:60px 0 0 0;
	padding:0;
	}
#gauche ul li{
	border-bottom:1px solid #DBDBDB;
	margin:0;
	}
#gauche ul li a{
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	padding:3px 0 3px 15px;
	display: block;
	color:#333333;
    text-decoration: none;
	}
#gauche ul li a:hover, #gauche ul li a.active{
	font-weight:bold;
    color: #ffffff;
	background-image: url("img/bt_menu_on.jpg");
	background-color:#F15E37;
	background-repeat:no-repeat;
	background-position:top left;
	}
.fd_corps {
	background-image: url(img/corps.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.fd {
	background-image: url(img/fd_corps.jpg);
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.picBorder {border: 1px solid #636363;}
.lien:link {
	font-family: arial;
	font-size: 12px;
	text-decoration:underline;
	color: #F15E37;
	}
.lien:active {
	font-family: arial;
	font-size: 12px;
	text-decoration:underline;
	color: #F15E37;
}
.lien:visited {
	font-family: arial;
	font-size: 12px;
	text-decoration:underline;
	color: #F15E37;
}
.lien:hover {
	font-family: arial;
	font-size: 12px;
	text-decoration:underline;
	color: #000000;
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.formulaire {
 color:#000000;
 border: solid 1px #000000;
 background-color:#FFFFFF;
 font-size:12px;
 font-weight: none;
 font-family: Verdana, Arial, Sans-serif;
 z-index:1;
}
