/* CSS Document */

<style type="text/css">

	/* LAYOUT PRINCIPAL */
	
	
	#flashcontent {
		height: 100%;
		margin:0px;
		padding:0px;
	}
	
	
	#wrap {
		background:#F7F8FB;
		margin:0px auto;
//		width:500px;
		width: auto;
		border:1px solid #000000;
	}

	
	#main {
		background:#FFFFFF;
		float:left;
		width:270px;
		padding:0 7px;
		padding-top:10px;
		background-image:url(../images/vague.gif);
		
		min-height: 350px;
		height:auto !important;
		height:350px;
	}
	
	#mainSingle {
		background:#FFFFFF;
		float:left;
		width:484px;
		padding:0 7px;
		padding-top:10px;
	}
	
	
	#sidebar {
		background:#F7F8FB;
		width:300px;
		float:right;
		padding-top:10px;
	}
	
	#footer {
		clear:both;
		margin:0px;
		padding:0px;
		background:#99CC00 url("../images/f_bottom.gif") fixed;
		background-repeat: repeat-x;
		text-align:center;
		
	}
	

	

	

	

	/* FIN DU MENU HTML */


</style>
