@charset "utf-8";
/* CSS Document */

body {
	background-image:url(fond.jpg);
	background-repeat:repeat-y;
	background-color:#000;
	margin: 0px;
	padding: 0px;
}

#main
{
	width:950px;
	height:673px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	width:950px;
	height:135px;
	float:left;
	background-image: url(../images/css/image_01.jpg);
}

#menu
{
	width:950px;
	height:30px;
	float:left;
	background-image: url(../images/css/image_02.jpg);
}

#gauche
{
	width:7px;
	height:523px;
	float:left;
	background-image: url(../images/css/image_03.jpg);
}

#content
{
	width:768px;
	height:523px;
	float:left;
	background-color:#CCC;
	overflow:scroll;
}

#sponsors
{
	width:175px;
	height:523px;
	float:left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#footer
{
	width:950px;
	height:25px;
		font-size:12px;
	color:#0C3;
	text-align:center;
	float:left;
	padding-top:4px;
	background-image: url(../images/css/image_23.jpg);
}

#main #footer a
{

	color:#0C3;
	font-size:12px;
	text-align:center;
	text-decoration:underline;
	padding-top:4px;

}
