/* ************* Positionnement - dbut ************** */

#page {
	position: absolute;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	top: ;
	margin-top: ;
	height: 600px;
	z-index: 1;	
	}
	
#contenu {
	position: absolute;
	left: 383px;
	margin-top: 10px;
	margin-left: -325px;
	width: 649px;
	height: 370px;
	overflow: auto;
	padding: 10px;
	background-image: url(../images/contenu_bg.jpg);
	background-attachment: fixed;
	text-align: justify;
	z-index: 30;
	top: 126px;
	}
	
#animation {
	position: absolute;
	left: 50%;
	margin-left: -130px;
	top: 530px;
	z-index: 20;
	}
	
#footer {
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 580px;
	z-index: 10;
	}
	
/* ************* Positionnement - fin ************** */



/* ************* Style - debut ************** */
body {
	background-color: #000000;
	font-family: Verdana, Arial, Lucida, Sans-Serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	text-align: justify;
	scrollbar-base-color: #333333;
	scrollbar-face-color: #999999;
	scrollbar-arrow-color: #cc0033;
	scrollbar-track-color: #cccccc;	
	}	
	
.titre {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	}
.petit {
	font-size: 10px;
	font-weight: normal;
	}

A:LINK {Color: #990000;}
A:VISITED{Color: #990000;}
.italique {
	font-style: italic;
	font-weight: normal;
}
.italiquegras {

	font-style: italic;
	font-weight: bold;
}
.spacing {
	font-size: 4px;
}
/* ************* Style - fin ************** */

