{
	margin:0;
	padding:0;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}


 
/* L'entête
-------------------------------------------------------- */
#top{

	height: 150px;
	background: #000 url(images/fondbandeau.png) no-repeat 50% 50%;
}

#menu{
float: left;
width: 200px;
height: 100%;
        border-style: solid solid none solid;
        border-color: #D76100;
        border-size: 0px;
        border-width: 0px;
        background: #000000;
        color: #FFFFFF;

         
        }

a:hover {  text-decoration: underline}
a {  text-decoration: none}

a.blanc {
	color: #FFFFFF;
}


h1 {

	font-weight: bold;
	font-size: 30px;
	font-family: arial, sans-serif;
}

h2 {
	
	font-size: 10px;
	font-family: arial, sans-serif;
}

h3 {
	
	font-size: 15px;
	font-family: arial, sans-serif;
}

h4 {
	font-size: 20px;
	font-family: arial, sans-serif;
}





