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




/* basic elements */
html { 
margin : 0; 
padding : 0; 
}

body { 
	font: 100% georgia, verdana, sans-serif; 
	color: #000000; 
	background: #cc3300 url(bottom.png) no-repeat bottom right; 
	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 { 
	background: url(top-left.jpg) no-repeat top left; 
	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 { 
	background: transparent url(h1.png) no-repeat top left; 
	margin-top: 10px; 
	width: 840px; 
	height: 102px; 
	float: left;
	}
#pageHeader h1 span {
	display:none
	}
/*#pageHeader h2 { 
	background: transparent url(h2.gif) no-repeat top left; 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 600px; 
	height: 27px; 
	float: right;
	}*/
#pageHeader h2 span {
	display:none;
	}

#resumerapide {
	clear:both; 
	background: transparent url(resume.jpg);
	margin: 40px 20px 20px 10px; 
	width: 180px; 
	float: left;
	}
#resumerapide p {
	font: italic 120% georgia; 
	text-align:center;
	}

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

#footer { 
	clear: both;
	text-align: center; 
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#linkList {
	margin-left: 600px; 
	position: absolute; 
	top: 0px; 
	right: 0px;
	/*background: blue;*/
	}
#linkList2 { 
	font-size: 120%; 
	background: transparent url(papier-bg.gif) top left repeat-y; 
	padding: 10px 10px 10px 20px ; 
	margin-top: 172px; 
	width: 130px; 
	}
#linkList h3.select { 
	background: transparent url(menu.png) no-repeat top left; 
	margin: 10px 0px 5px 0px; 
	width:100px; 
	height: 30px; 
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background: transparent url(h4.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width: 80px; 
	height: 37px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	background: transparent url(h5.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width:57px; 
	height: 14px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	background: transparent url(ressources.jpg) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width:130px; 
	height: 29px; 
	}
#linkList h3.resources span {
	display:none
	}


#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	background: transparent url(cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
#linkList li a:link { 
	color: rgb(109,18,18); /* dark red */
	}
#linkList li a:visited {
	color: #D2691E;
	}
#contenu {
	clear:both; 
	margin: 40px 20px 20px 50px; 
	float: left;
	width: 100%;
	height: auto!important;
/*	margin: 0 auto;*/
	}
.case {
	float: left;
	min-height: 209px;
	height: auto!important;
	margin: 0px 10px 20px 10px;
	}
#droite {
	clear: right; 
/*	padding: 30px 10px 0px 10px;*/
}

#extraDiv1 { 
	background: transparent url(cr2.jpg) top left no-repeat; 
	position: absolute; 
	top: 00px; 
	right: 3px; 
	width: 148px; 
	height: 162px; 
	}