
/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 

	color: #555555; 
	background: transparent url(soleilloire.jpg) center no-repeat;
	background-color: #EBF1ED;
	/*background-color: #BCC1C4;*/
	margin: 0px;
	scrollbar-face-color: #0069B3;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #0069B3;
	scrollbar-arrow-color: #FFCC00;	
	}
p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt 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 */
#cadre { 
	background: url(zen-bg.jpg) no-repeat top left; 
	padding: 0px 0px 0px 0px;  
	margin: auto;
	border: 0px solid black;
	width: 800px;
	align: center;
	}

#bandeau {
	align: center;
	}
#contenu {
	align: center;
	}

#pied {
	text-align: center;
	margin-bottom: 30px;
	}