body {
background-color: #300319;
font-size :10pt;
font-weight : bold;
color: #300319; 
text-align:justify;

SCROLLBAR-FACE-COLOR: #FCFCFC;  
SCROLLBAR-HIGHLIGHT-COLOR: #0E0E0E; 
SCROLLBAR-SHADOW-COLOR: #0E0E0E; 
SCROLLBAR-3DLIGHT-COLOR: #FCFCFC; 
SCROLLBAR-ARROW-COLOR: #0E0E0E; 
SCROLLBAR-TRACK-COLOR: #FCFCFC; 
SCROLLBAR-DARKSHADOW-COLOR: #FCFCFC	}

*{line-height:100%; 
	margin-top:0; 
	margin-bottom:0;	}

h1 { /*les gros titres genre la date*/
	color: #300319;
	font-size :14pt;
}

h2 { /*les titres un peu moins gros, un sous-titre*/
	color: #300319;
	font-size :12pt;
	font-weight: bold;
}


p { /*le texte normal de paragraphe*/
	font-size :10pt;
	color: #300319;
}
		

a:link , a:visited , a:hover{ 
	text-decoration:none;
	color:#0E0E0E;
	cursor: crosshair;
	font-weight : bold;	
	font-size: 10pt;
	}
	

#layout {
	background: #FFF5F8; 
	width:760px; 
	height: auto;
	position: relative; 
	margin-left: auto;
	margin-right: auto;
}

	
#cadre {
	background: #FFF5F8; 
	width:567px; 
	position:absolute; 
	float:left;
	padding: 10px;
 }
 
 
#menu {
	background: #FFF5F8; 
	width:173px; 
	left:587px;
	position:absolute; 
	float:right;
	border: 0px;
	}
	
#pied {
	background-color: #FFF5F8;
	width: 760px;
	height: 300px;
	clear: right; 
	
}
	