/* Découpé par Aurelsicoko */

body
{
	width: 792px;
	margin: auto;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('./images/fond.png');
	background-repeat: repeat;
}

#header
{
	width: 477px;
	height: 102px;
	padding-top: 17px;
	padding-left: 315px;
	background-image: url('./images/header.png');
	background-repeat: no-repeat;
}

#header a img
{
	border: none;
	text-decoration: none;
}


#content
{
	width: 792px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;
}

#menu
{
	float: left;
	width: 176px;
	font-size: 12px;
	margin-left: 10px;
}

#corps
{
	width: 518px;
	margin-left: 226px;
	text-align: center;
}

#corps h2
{
	width: 518px;
	height: 25px;
	color: #292929;
	margin: 0;
	padding: 0;
	font-size: 18px;
	background-image: url('./images/barre.png');
	background-position: bottom;
	background-repeat: no-repeat;
}

#corps p
{
	font-size: 12px;
	text-align: center;
}

.menu
{
	width: 176px;
}

.menu2
{
	width: 176px;
	margin-top: 15px;
}

.haut_menu
{
	color: #FFF;
	width: 176px;
	height: 21px;
	text-align: center;
	padding-top: 3px;
	font-weight: bold;
	background-image: url('./images/haut_menu.png');
	background-repeat: no-repeat;
}

.fond_menu
{
	width: 151px;
	padding-top: 5px;
	padding-left: 25px;
	background-image: url('./images/fond_menu.png');
	background-repeat: repeat-y;
}

.fond_menu ul
{
	margin: 0;
	padding: 0;
}

.fond_menu li
{
	list-style-image: url('./images/puce.png');
}

.fond_menu a
{
	color: #292929;
	text-decoration: none;
}

.fond_menu a:hover
{
	color: #292929;
	text-decoration: underline;
}


.bas_menu
{
	width: 176px;
	height: 7px;
	background-image: url('./images/bas_menu.png');
	background-repeat: no-repeat;
}

#footer
{
	width: 792px;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	color: #979797;
}

#footer a
{
	color: #979797;
	text-decoration: none;
}

#footer a:hover
{
	color: #979797;
	text-decoration: underline;
}

#clear
{
	clear: both;
}

