html, body {
margin:0;
padding:0;
background: url(fond_5.jpg) top left no-repeat;
background-color: #00535b;
color:#666666;
list-style-image: url(IMG/etoile_grise.png);
height: 100%;
}


.tout {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -7em;
}


h1{
	font-family: adelle,serif;
	font-style: normal;
	font-weight: 300;
	color:#666666;
	font-size: 2.7em;
	letter-spacing: 1px;
	line-height: 17px;

}

a{
	color: #FFF;
	background: transparent;
	text-decoration: none;
}



a:hover{
	color: #666666;
	background-color:#FFFFFF;

}


a:visited{
	color: #FFF;
	text-decoration:line-through;
}


/************** CONTAINER **************/

#container {
width:800px;
margin:auto;
text-align:left;
padding-top: 70px;

}

/************** MENU **************/

div#menu {
	float: left;
	width: 140px;
	text-align:right;

}

.menu a{
	background: transparent;
	text-decoration: none;
}
.menu a:hover{
	color: transparent ;
	background: transparent;
	text-decoration: none;
}

/************** CONTENU **************/

div#contenu {
	overflow: hidden;
	width: 600px;
	font:normal 0.7em Arial, Verdana, sans-serif;

}


div#haut {
	width: 600px;
	height: 75px;
	background:url(IMG/fond_haut.png) no-repeat;

	padding-top: 20px;
	padding-left: 40px;
}


div#milieu {
	overflow: hidden;
	width: 600px;
	background:url(IMG/fond_milieu.png) repeat-y;
	float: left;
	padding-left: 40px;
}

div#milieu p{
	margin: 0 100px 0 0px;

}

div#bas {
    width: 600px;
    height: 50px;
	background:url(IMG/fond_bas.png) no-repeat top left;
	float:left;

}



.genre {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color:#99CF16;
	font-size: 9px;
	text-transform:uppercase;
	letter-spacing: 2px;
	line-height: 30px;


}

.bleu a{
	color: #99CF16;
	background: transparent;
	text-decoration: none;
}



.bleu a:hover{
	color:#FFF;
	background-color: #99CF16;
}



#footer {
clear:both;
margin-top:5px;
background: url(IMG/degrade_noir.gif) top left repeat-x;
background-color:#1C1C1C;
color: #99CF16;
border-top:1px solid #99CF16;
font:normal 0.7em Arial, Verdana, sans-serif;
letter-spacing: 1px;
height: 105px;
}

#inside_footer {
margin:15px auto 15px auto;
width:800px;
padding-top:15px;

}


#footer_gauche {
	float:left;
	width: 140px;
	text-align:center;
	margin-left: 20px;
}

#footer_droit {
	overflow: hidden;
	padding-top:10px;
	text-align:left;
}


.pied, .push {
height: 4em;
}

a img {text-decoration:none; border:none;}
a img {background:none;}
