* {
    -moz-box-sizing: border-box;
} 
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin:0;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: light;
	color: #CCCCCC;
}
body {
	margin: 0;
	padding: 0;
	background-color:#cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#didierjean {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 600px;
	margin-top: -300px;
	margin-left: -400px;
	background-image:url(images/fondu.jpg);
}
#top {
	position:absolute;
	width: 800px;
	height:32px;
	background-color:#666666;
}
#titre h1{
	position:absolute;
	top:50px;
	width: 500px;
	height:50px;
	font-size:28px;
	color:#FFFFFF;
	text-align: right;	
}
#gauche {
	position:absolute;
	width: 220px;
	height:568px;
	top:32px;
	background-color:#000000;
}
#contenu {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 30px;
	left: 220px;
	width: 580px;
	height: 560px;
	overflow: auto;
	padding: 5px;
}
#adresse {
	position:absolute;
	width: 800px;
	height:30px;
	top:605px;
	text-align:right;
	font-size:9px;
	color:#666666;
}
#menu {
	position : absolute;
	top: 390px;
	height: 210px;
	width: 220px;
	z-index:20;
	font-size:10px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	height:30px;
	z-index:20;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}
#menu a {
color:#FFFFFF
}
