/*** Les codes couleurs sont issus de http://www.w3schools.com/css/css_colornames.asp ***/

body{
	background-color: #dac7c0; 
	/*
	background-attachment: fixed;
	*/
	margin: 0px;
	line-height: 1.88889;
	font: 9pt/16pt verdana, helvetica, sans-serif; 
	color: #fea731; 
}
.zonePrincipale{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.zoneHeaderGauche{
	background-repeat: repeat;
	width: 200px;
}	
.zoneHeader{
	background-repeat: repeat;
	text-align: center;
	height: 150px;
}
td.cellHeaderGauche{
	background-image: url("./Images/logo1.png");
	background-repeat: no-repeat;	
	background-position: 1px 0px;
	height: 150px;
}
td.cellHeader{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	padding-right: 5px;
	height: 150px;
}
.zoneLogo{
	background-position: top;
	background-repeat: no-repeat;
	height: 150px;
	border-spacing: 0px;
	border-width: 0px;
	border-style: none;
}
.zoneMenu { 
	background-image: url("menu/FondMenu.jpg");
	background-repeat: no-repeat;
	vertical-align: top;
	width: 200px;
	height: 450px;
}
td.cellMenu { 
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}
td.cellMenu:hover {
	cursor: pointer;
}
.zoneBody{
	border-left-width: 5px;
	border-top-width: 5px;
	vertical-align: top;
}
.tableBody{
	margin: 0px 10px 10px 10px;
}
/*****  Defini le coin en arrondi delimitant la zone Body *********/
.zoneCoin{
	background-repeat: no-repeat;
	height: 20px;
	width: 100%;
}
.zonePetitTableau{
	background-color: rgb(93, 105, 40);
	color: inherit;
}

/******** Liens Body ******/
.zoneBody a{
	font-weight: bold; 
	text-decoration: none; 
	color: #fe9201;
}
.zoneBody a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #fe9201;
	border: none;
}
.zoneBody a:hover{
	color: #fe9201;
	text-decoration: underline overline;
}

/******** Liens Menu ******/
.zoneMenu a{
	font-size: 16pt;
	letter-spacing: 1px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #fea731;
}
.zoneMenu a:visited{
	font-size: 16pt;
	letter-spacing: 1px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #fea731;
}
.zoneMenu a:hover{
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: 1px; 
	margin: 0;
	padding: 0;
	color: #fe9201;
	text-decoration: underline overline;
}
/***** TITRES ***********/
h1{
	background-color: inherit;
	color: #fea731;
	font-size: x-large;
	font-family: Arial,Sans-serif;
	font-weight: bolder;
	text-decoration: none;
}
h2{
	background-color: inherit;
	color: #FF9933;
	font-size: large;
	font-family: Arial,Sans-serif;;
	font-weight: bolder;
	text-decoration: underline overline;
}

h3{
	background-color: inherit;
	color: #FF9933;
	font-size: large;
	font-family: Arial,Sans-serif;;
	font-weight: bolder;
	text-decoration: underline;
}
h4{
	background-color: inherit;
	color: #FF9933;
	font-size: large;
	font-family: Arial,Sans-serif;;
	font-weight: normal;
	text-decoration: underline;
}
