body {
	margin: 0;
	padding: 0;
	background-color : #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 8pt;
	color: #000;
}
#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 753px;
	height: 577px;
	margin-top: -288px; /* moitié de la hauteur */
	margin-left: -376px; /* moitié de la largeur */
}
#header, #gauche, #fond, #droite, #bas {
	background-repeat: no-repeat;
}
#header {
	background-image :  url(interface/titre.jpg);
	width: 753px;
	height: 136px;
}
#gauche {
	background-image :  url(interface/menu.jpg);
	float: left;
	width: 239px;
	height: 415px;
}
#fond {
	background-image :  url(interface/fond.jpg);
	float: left;
}
#droite {
	background-image :  url(interface/droite.jpg);
	float: left;
	width: 29px;
	height: 415px;
}
#bas {
	background-image :  url(interface/bas.jpg);
	clear: left;
	width: 753px;
	height: 26px;
}
#gauche ul, #gauche li {
	list-style-type: none;
	margin:0;
	padding:0;
}
#gauche  ul{
	padding: 35px 0 0 0;
}	  
#gauche li {
	display: inline; /* correction pour IE5 et IE5.5 */
}
#gauche li a {
	display: block;
	height: 40px;
	width: 210px;
}
#gauche li#vrai a {
	display: block;
	height: 70px;
	width: 210px;
}
span, h1 {
	display: none;
}
#fond, #overflow {
	width: 485px;
	height: 415px;
}
#overflow {
	overflow: auto;
}
#contenu li{
	margin: 3px;
}
#contenu {
	margin-top: 10px;
}
#img {
	float:right; 
	width: 160px;
}
#img img{
	margin: 5px;
}
#galerie img {
	margin: 10px 40px;
}
#perso dt {
	clear: both;
	color: #b00;
}
#perso dd img {
	float: right;
	margin: 0 5px;
}
.retour {
	clear: right;
}
a {
	color: #b00;
	text-decoration: none;
}
a:hover {
	color: #b00;
	text-decoration: underline;
}
.infos {
	color: #fff;
}
.infos a, .infos a:hover {
	color: #fd4;
}
h2 {
	font-family: Times, 'Times New Roman', serif;
	font-size: 24px;
	letter-spacing: 3px;
	font-weight: normal;
	font-style: italic;
	width: 465px;
	text-align: center;
}
a img {
	filter: alpha(opacity=40);
	border: 0;
}
a:hover img {
	filter: alpha(opacity=100);
}
