/* basic elements */
body { 
	font: 8pt/16pt georgia; 
	color: #555753; 
	background: #F9DFA4 no-repeat bottom right; 
	margin: 0px; 
	}
p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 14pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}


/* specific divs */
#container { 
	background:#F9DFA4; 
	padding: 0px 150px 600px 0px;  
	margin: 0px; 
	}
#intro {
background:#F9DFA4;
	padding-left:50px; 
	min-width: 470px;
	}
#pageHeader { 
	margin-bottom: 20px;
	}
	#lselect {
	background:#FFFFFF;
	}
/*pour galerie d'image*/
#image {
	marging: 2px;
	border: 1px solid #0033CC;
	height:auto;
	width:auto;
	float:left;
	text-align:left;
	}
#image img{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
	}
#imgage a:hover img {border: 1px solid #0000ff;}
#image desc{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}

/* une image en guise de bannière */
#pageHeader h1 {
	background-image: url(../images/banner-1.jpg);  
	margin-top: 5px; 
	margin-botton: 5px;
	width: 600px; 
	height: 108px; 
	float: inherit;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	background: transparent  no-repeat top left; 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;
	}
#pageHeader h2 span {
	display:none;
	}
/*Cote gauche*/
#quickSummary {
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
	}
#quickSummary p {
	background-color:#FBE7B7;
	font: italic 10pt/22pt georgia; 
	text-align:center;
	}

#preamble {
	clear: right; 
	padding: 0px 10px 0px 10px;
	}

#footer {
	background:#F9DFA4; 
	padding-left:50px;
	text-align: center;
	}
#footer a:link, #footer a:visited { 
	}
/*cote droit*/
#linkList {
background:#F9DFA4;
	margin-left: 600px; 
	position: absolute; 
	top: -16px; 
	right: 0px;
	}
#linkList2 { 
	font: 10px verdana, sans-serif; 
	padding: 10px; 
	margin-top: 150px; 
	width: 130px; 
	}
#linkList h3.select { 
	margin: 10px 0px 5px 0px; 
	width: 97px; 
	height: 16px; 
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background: transparent no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width: 60px; 
	height: 18px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	margin: 25px 0px 5px 0px; 
	width:57px; 
	height: 14px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	margin: 25px 0px 5px 0px; 
	width:63px; 
	height: 10px; 
	}
#linkList h3.resources span {
	display:none
	}
#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
#linkList li a:link { 
	color: #988F5E;
	}
#linkList li a:visited {
	color: #B3AE94;
	}