/* A.D.F. style impression v1.01 */


@page {
	margin:10%;
}

/* basic elements */
body { 
	font: 12pt georgia, verdana, sans-serif; 
	color: black; 
	background-color: white; 
	margin: 0px;
	
	 
	}
p { 
	font-size: 100%; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 150% georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000000;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #D4CDDC;
	}


/* specific divs */
#container { 
	padding: 0px 175px 0px 110px;  
	margin: 0px; 
	}

#intro { 
	min-width: 470px;
	}
#pageHeader { 
	margin-bottom: 20px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	margin-top: 10px; 
	width: 840px; 
	height: 102px; 
	float: left;
	}
#pageHeader h1 span {
	display:inline
	}
#pageHeader h2 span {
	display:inline;
	}

#resumerapide {
	clear:both; 
	margin: 40px 20px 20px 10px; 
	width: 180px; 
	float: left;
	}
#resumerapide p {
	font: italic 120% georgia; 
	text-align:center;
	}

#preambule {
	clear: right; 
	padding: 30px 10px 0px 10px;
	}
#Developpement {
	padding-left: 10px; 
	margin-bottom: 40px;
	}

#footer { 
	Display:none; 
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#linkList {
	display:none;
	}
#contenu {
	clear:both; 
	margin: 40px 20px 20px 50px; 
	float: left;
	width: 800px;
	height: auto!important;
/*	margin: 0 auto;*/
	}
#case {
	float: left;
	min-height: 200px;
	height: auto!important;
	margin: 0px 10px 20px 10px;
	}
#droite {
	clear: right; 
/*	padding: 30px 10px 0px 10px;*/
}

#extraDiv1 { 
	display:none;
	}