body
{
	width: 842px;
	height: auto;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	background-image: url("images/background.png");
	text-align: center;
}

a
{
	color: #080808;
}

a:visited 
{
   color: #404040;
}

img
{
	border: 0;
}

p
{
	text-indent : 20px;
	font-size: 20px;
	font-family: "Comics Sans MS", "Trebuchet MS", Georia, serif;
}

h1

{
	font-family: "Comics Sans MS", "Trebuchet MS", Georgia, serif;
	text-decoration: underline;
}

h3
{
	font-family: "Comics Sans MS", "Trebuchet MS", Georgia, serif;
	font-size: medium;
}

h4
{
	font-family: "Comics Sans MS", "Trebuchet MS", Georia, serif;
	font-size: small;
}

#header
{
	width: 842px;
	height: 83px;
	background-image: url("images/header.png");
	margin-bottom: 10px;
}

#menu
{
	float: left;
	width: 150px;
	/*border: 1px solid black;*/
	padding-right: 5px;
}

.element_menu
{
	background-repeat: repeat;
	border: 2px solid black;	
	margin-bottom: 15px;
}

.element_menu h3
{
	text-align: center;
}
.element_menu li
{
	text-align: left;
}

.element_menu a
{
	font-family: "Comics sans MS", "Trebuchet MS", Georgia, serif;
}

#corps
{
	margin-left: 160px;
	margin-bottom: 20px;
	padding: 10px;
	border: 2px solid black;
	height: auto;
	width: auto;
}

.element_pied_corps
{
	padding-top: 270px;
}

#footer
{
	background-image: url("images/barrebas.jpg");
	border: 2px solid black;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-top: 2px;
	height: 38px;
}