/* CSS Document */

body {
	background-color:#000000;
	background-image:url(../images/fond01.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#col-gauche {
	float:left;
	width:160px;
}

#col-droite {
	left: 170px;
	width:730px;
	/*position: relative;*/
}

