@charset "utf-8";
/* CSS Document */
body {padding-top:10px; margin:0; background-color:#333;}

div#conteneur {width:980px; height:auto; margin:auto; background:url(../images/fond-cont.jpg) repeat-y #000;}
	div#tete {width:63px; height:693px; float:left;}
	div#corps {width:917px; height:auto; float:left; background:url(../images/toile.jpg) no-repeat top right; background-color:#000;}
		div#menu {width:917px; height:auto; clear:both;}
		div#page {width:897px; height:auto; clear:both; padding:10px; margin-top:50px;}
		div#colone1 {width:420px; height:auto; float:left; padding:10px; margin-top:50px;}
		div#separateur_colones {width:37px; height:593px; background:url(../images/separateur_colones.jpg) no-repeat; float:left;}
		div#colone2 {width:420px; height:auto; float:left; padding:10px; margin-top:50px;}
		div#pied {width:917px; height:auto; text-align:center; clear:both;}
