﻿body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url('../images/fond.jpg');
}
a:link {
	color: #1B6D3F;
	font-size: 11px;
	text-decoration: underline;
	text-align: right;
}
a:visited {
	color: #1B6D3F;
	text-decoration: none;
}
a:hover {
	color: #A82343;
	text-decoration: underline;
}
#menu {
	width: 218px;
	height: 154px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	margin-bottom: 1px;
}
#menu li a {
	display: block;
	color: #1B6D3F;
	font: 14px Arial, Verdana,"Trebuchet MS",sans-serif;
	line-height: 0.8em;
	text-align: left;
	text-decoration: none;
	padding: 4px 0;
	font-weight: bold;
	letter-spacing: -0.5px;
}
#menu li a:hover, #menu li a:focus, #menu li a:active {
	text-decoration: none;
	color: #FF0000;
}
a img {
	border: 0 none;
}
H1 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 10px;
}
H2 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1B6D3F;
	font-variant: small-caps;
	margin-bottom: 5px;
}
table#actu {
	width: 400px;
}
table#actu td {
	width: 50%;
	vertical-align: top;
}
table {
	width: 100%;
	vertical-align: top;
}
.conteneur {
	position: relative;
	width: 834px;
	margin: 0 auto;
}
.header {
	height: 417px;
	background-image: url('../images/header.jpg');
	background-color: #9BA6CE;
	font-size: 16px;
}
.gauche {
	position: absolute;
	left: 0;
	width: 358px;
	height: 315px;
	background-image: url('../images/gauche.jpg');
}
.contenu {
	margin-left: 358px;
	width: 419px;
	height: 305px;
	overflow: auto;
	background-color: #fff;
	padding-left: 10px;
	padding-top: 10px;
}
.droite {
	position: absolute;
	left: 787px;
	top: 417px;
	width: 47px;
	height: 315px;
	background-image: url('../images/droite.jpg');
}
.footer {
	height: 50px;
	background-image: url('../images/footer.jpg');
	text-align: right;
	padding-right: 40px;
}
.pied {
	text-align: center;
	background-image: url('../images/fond-pied.jpg');
	height: 63px;
	padding-top:8px;
}
p {
	margin: 0 0 5px 0;
}
.menugauche {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menugauche li {
	margin-bottom: 5px;
}
.menugauche a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}
.menugauche a:hover {
	text-decoration: none;
}
.style1 {
	background-image: url('../images/header-fond.jpg');
	padding-top: 80px;
}

