
	html, body {
	height: 100%; 
	}
	
	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin:20px;
	}
	
	h2, h3, h4 {
	line-height:1.5em;
	padding:0.2em;
	}
	
	h4 {
	margin-bottom: 50px;
	}
	
	a.blog{
	/*text-decoration:none;*/
	padding:1px;
	margin:1px;
	line-height: 2em;
	}
	
	a.blog:visited{
	text-decoration:line-through;
	}
	
	/*
	#lang {
	max-width:800px;
	text-align:right;
	margin-bottom: 50px;
	}
	
	#lang a {
	text-decoration:none;
	}
	*/
	
	
	
	/****************************************************
	Beginning of the CSS code for the drop down menu
	****************************************************/
	
	#nav, #nav ul { /* all lists */
	position: fixed;
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		font-size: 1em;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		/*font-size: 1em;*/
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : black;
		/*font-weight : bold;*/
		text-decoration : none;
		background-color : white;
		border : 1px dotted #999999;
		padding : 0 0.5em;
	}
	
	#nav a.daddy {
	background: url(rightarrow.png) center right no-repeat;
	}
	
	#nav a.accueil {
	/*background: url(white.png);*/
	}
	
	#nav li a:hover {
		color : white;
		background: url(white.png);
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

	
	/****************************************************
	CSS code for the content and footer
	****************************************************/
	
	
	#content {
	margin-left: 24em;
	max-width:1000px;
	padding: 2em;
	padding-top:1em;
	min-height:75%;
	}
	
	#sub { /* sous catégories */
	font-size:2em;
	text-decoration: none;
	margin-top:2em;
	line-height:2em;
	padding-left:300px;
	text-align:left;
	}
	
	#footer {
	font-size: 0.9em;
	margin-top:7%;
	}

