body
{
	width: 820px;
	margin: auto;
	background-color: #420001;
	background-image: url(images/bg.gif);
	color: #A2A2A2;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a
{
	color: #C40001;
	text-decoration: underline;
}

a:hover
{
	color: #D20003;
	text-decoration: none;
}

#contenu
{
	width: 814px;
	border-left: 3px solid #B3B3B3;
	border-right: 3px solid #B3B3B3;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	background-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header
{
	width: 814px;
	height: 183px;
	background-image: url(images/header.jpg);
}

#menu
{
	height: 25px;
	width: 814px;
	background-image: url(images/bgmenu.gif);
	background-repeat: repeat-x;
	background-color: white;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	margin-bottom: 10px;
}

#menu a
{
	display: block;
	float: left;
	width: 103px;
	height: 17px;
	background-image: url(images/lien.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #D20003;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 2px;
	text-decoration: none;
	text-indent: 16px;
	margin-left: 100px;
}

#menu a:hover
{
	color: #D20003;
	text-decoration: none;
}

#recherche
{
	width: 300px;
	height: 48px;
	background-color: #E2E2E2;
	background-image: url(images/bgsearch.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #C70000;
	border: 1px solid #B3B3B3;
	margin: 5px auto;
}

input
{
	font-size: 10px;
	border: 1px solid #C70002;
	border-left: 3px solid #C70002;
	color: #C70002;
	text-indent: 2px;
	margin: 2px;
	margin-left: 10px;
	background-color: white;
	font-family: verdana, Arial, Sans-serif;
}