/*---------------------------------------------Positions--------------------------------------*/
html,body {
	margin: 0px;
	background:#FFFFFF;
}


#contenant {
	text-align: center;
	width:100%; 
}

#contenu {
	width:772px;
	margin:auto; 
	text-align:left;
}

#haut{
	width:772px;
}

#hautGauche{
	width:183px;
	height:129px;
	float:left;
} 

#hautDroit{
	width:589px;
	height:129px;
	float:left;
	background:url(../image_library/bkg_haut_college_01.jpg) no-repeat;
} 

#navHaut{
	width:571px; 
	height:29px; 
	margin-top:16px;
	margin-left:1px;
}

#elementNavH{
	float:left;
	margin-left:5px;
}

#middle{
	width:770px;
	border-left:solid 1px #A8A9AB;
	border-right:solid 1px #A8A9AB;
	border-bottom:solid 1px #A8A9AB;
	clear:both;
}

#middleGauche{
	width:181px;
	float:left;
	background:#FFFFFF url(../image_library/bkg_haut_college_03.jpg) top no-repeat;
} 

#middleGaucheBorder{
	margin-top:5px;
	width:180px;
	border-right:solid 1px #B9B5B5;
} 

#middleDroit{
	width:589px;
	float:left;
	background:#FFFFFF url(../image_library/bkg_haut_college_02.jpg) left top no-repeat;
}

#contenuCentre {
	width: 570px;
	min-height:286px;
	_height:286px;
	margin:3px;
}

#texte{
	margin:10px;
	text-align: left;
	font: normal 11px verdana, arial,sans serif;
	color:#333333;
}

#clearFloat{
	clear:both;
}

#credit{
	width:760px;
	padding:5px;
	font:normal 10px Arial, Verdana, sans-serif;
	color:#9C9B92;
	text-align:right;
}

