/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
	background:url(../Images/background.gif) fixed no-repeat top center;
	background-color: #043049;
	margin:0px;
	padding:0px;
}

H1 { 
	font-size: 80%;
	color:##042d44;
}

#Main {
	width: 912px;
	margin: 0px auto;
	border: none;
}

#Top {
	width: 912px;
	padding-top: 10px;
	background-color:#043049;
}

#ColGauche {
	width: 150px;
	float:left;
	border: 1px dashed #000;
}

#ColDroite {
	width: 350px;
	float:left;
	border: 1px dashed #000;
}

#ColCentre {
	width: 430px;
	float:left;
}

.BoiteTop {
	width: 912px;
}

.BoiteGauche {
	width: 140px;
	margin-right:10px;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.BoiteDroite {
	width: 340px;
	margin-left:10px;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.BoiteCentre {
	width: 430px;
	margin-bottom: 10px;
}

.Clear {
	clear:both;
}

.Left {
	float:left;
}

.Right{
	float:right;
}
