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

body
{
	background-image: url(fond_body.png);
	background-repeat: repeat-x;
	background-color: #cacbc4;
	margin: auto;
	width: 1024px;
}

#corps
{
	width: 1024px;
	height: 570px;
	background-image: url(fond.png);
	overflow: hidden;
}

#menu
{
	float: left;
	margin-left: 40px;
	margin-top: 170px;
	width: 170px;
	list-style-type: none;
	padding: 0px;
}

ul#menu a
{
	background-image: url(bouton.png);
	background-repeat: no-repeat;
	display:block;
	font-weight:bold;
	height:32px;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
	width:106px;
	margin-bottom: 17px;
	color: #666666;
}

ul#menu a:hover
{
	background-image: url(bouton_push.png);
	background-repeat: no-repeat;
	display:block;
	font-weight:bold;
	height:32px;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
	width:106px;
	margin-bottom: 17px;
	color: #666666;
}

#icone
{
	float: left;
	margin-left: 120px;
	margin-top: 172px;
	width: 36px;
}