@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	width:100%;
	overflow: hidden;
}

body {
	background: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	margin: 0;                
}

#content {
	height:100%;
}

 #website {
                height: 100%;
            }

#menu {
	height:100%;
	width:20%;
	float:left;
	background-color:#666666;
}

#menu .conteneur {
	/*padding:15px;*/
}

#menu li {
	display:block;
	background-color:#777777;
	width:100%;
	height:2em;
	line-height:2em;
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-bottom:1px;
	padding-left:15px;
}

#menu li a {
	margin:0px;
	padding:0px;
	margin-bottom:1px;
	color:#000000;
	text-decoration:none;
}

#menu li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#corps {
	height: 100%;
	width:80%;
	float:left;	
	background-color:#ffffff;
	
}

#corps .conteneur {
	padding:15px;
	line-height:1.5em;
}

#avertissement {
	width:100%;
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	line-height:18px;
	font-size:1em;
	padding-top:10px;
	padding-bottom:10px;
}

h1 {
	font-size:1.7em;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size:1.3em;
}

h4 {
	font-size:1.1em;
}

p {
	font-size:1em;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

