body{

	background-color: #505050;
	font-family: arial,helvetica,sans-serif;
	}


div#header {
	
	width:80%;
	height:30%;
	height: expression( Math.min(parseInt(this.offsetHeight), 200) );
	margin-left:10%;
	margin-right:10%;
	background-color:#000000;
	border: 1px solid #000000;
	text-align:center;
	position:static;

}

div#menu{
	width:80%;
	margin-left:10%;
	margin-right:10%;
	height:10%;
	background-color:#C0C0C0;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	overflow:visible;

}
div#mtop{
	min-height:15px;
	width:100%;
	margin:auto;
	height:30%;
	background-color:#C0C0C0;
	overflow:hidden;
	clear:both;
}
div#mcenter{
	width:100%;
	margin:auto;
	height:30px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color:#000000;
	position:relative;
	z-index:100;
	
}
div#mbottom{
	min-height:15px;	
	width:100%;
	margin:auto;
	height:30%;
	background-color:#C0C0C0;

}
div#menu ul {
margin:0;
padding:0;
list-style-type:none;
text-align:center;
}
div#menu li {
float:left;
margin:auto;
padding:0;
background-color:black;
}
div#menu li a {
display:block;
width:100px;
color:white;
text-decoration:none;
padding:5px;
}
div#menu li a:hover {
color:#FFD700;
}
div#menu ul li ul {
display:none;
}
div#menu ul li:hover ul {
display:block;
}
div#menu li:hover ul li {
float:none;
}
		 

div#left {
	margin-left:10%;
	margin-right:10%;
	padding:2%;
	position:static;
	width:76%;
	background-color:#D0D0D0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size:12px;
	text-align:center;
	
}
div#right {
	margin-left:10%;
	margin-right:10%;
	padding:2%;
	position:static;
	width:76%;
	background-color:#E0E0E0;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align:center;

}
div#right td img{
	border:15px solid #505050;
	
}
div#right td img:hover{
	border:15px solid #A0A0A0;
}
div#footer {
	clear:both;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	background-color:#F0F0F0;
	color:black;
	font-size:10px;
	text-align:center;
	border: 1px solid #000000;
	position:static;	
}
.texte {
color: #fff;
}
a:link   { color: #FF0000; font-size: 10px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; text-decoration: none }
a:visited    { color: #FF0000; font-size: 10px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; text-decoration: none }
a:active    { color: #FF0000; font-size: 10px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; text-decoration: none }
a:hover   { color: #0066CC; font-size: 10px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; text-decoration: none }

