#MainConteneur{ 
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	height:600px;
	/*border:1px solid black;*/
}

#top{ width:750px; 
	height:110px; 
	background-image:url(../img/BannHaut.png);
	background-repeat:no-repeat;
	text-align:right;
	/*border:1px solid black;*/
}

p#laBaseline {
	float:left;
	left:50%;
	margin:0pt 0pt 6px -2000px;
}

#info{ width:750px;
	height:18px;
	background-image:url(../img/info.png);
	background-repeat:no-repeat;
	text-align:right;
	/*border:1px solid black;*/
}


#menu{width:750px;
	height:18px;
	background-image:url(../img/MenuBarre.gif);
	background-repeat:no-repeat;
	text-align:right;
	
}

#main{width:750px;
	height:409px;
	background-image:url(../img/Fond.png);
	background-repeat:repeat-y;
	/*border:1px solid black;*/
	text-align:left;}
	
	#carteCorse{ 
		float:left;
		width:200px;
		height:370px;
		margin-left:20px;
		background-repeat:no-repeat;
		/*border:1px solid black;*/}
	#content{ 
		padding-top:10px;
		float:left;
		width:420px;
		height:auto;
		/*border:2px solid black;*/
		margin-left: 20px;}
	
	#map{ 
		/*padding-top:10px;
		float:left;*/
		width:450px;
		height:auto;
		/*border:1px solid black;*/
		margin-left: 10px;}
	
#bottom{width:750px;
	height:53px;
	background-image:url(../img/Bas.png);
	background-repeat:no-repeat;
	padding:10px 0px 0px 0px}
.clear{height:2px;
		background-image:url(../img/Fond.png);
		clear:left;}