/**************** TAGS HTML *****************/
body{
	margin: 0px;
	color: #804000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #80A040;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: #804000;
	font-weight: normal;
	background-image: url(../images/bgh1.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 7px;
	margin: 0px 10px 40px 0px;
}

/************** div #container ***************/
#container{
	width: 970px;
	margin: 0px auto;
	background-color: #FFFFFF;
	position: relative;
}

/************* div #header **************/
#header{
	width: 970px;
	background-color: #F4E5C8;
	background-image: url(../images/bgheader.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#header p{
	padding: 22px 10px 0px 10px;
	margin: 0px 0px 15px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

/**************** div #centre ***************/
#centre{
	width: 970px;
	position: relative;
	background-color: #FFFFFF;
	margin: 0px;
	padding:0px;
}

/**************** div #menu *************/
#menu{
	width: 970px;
	background-color: #f6ebda;
	background-image: url(../images/bgmenu.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#menu p{
	margin: 0px 20px 0px 150px;
	padding: 5px 0px;
}

#menu p a{
	text-decoration: none;
	color: #000000;
}

#menu p a:hover{
	color: #878178;
}

/******************* div #left ************/
#left{
	float: left;
	width: 190px;
}

#left ul{
	padding: 0px;
	list-style-type: none;
	margin: 0px 0px 0px 10px;
}

#left ul li{
	padding-bottom: 0.3em;
}

#left ul li a{
	text-decoration: none;
	color: #804000;
	font-weight: bold;
}

#left ul li a:hover{
	color: #878178;
}

/**************** div #contenu ******************/
#contenu{
	margin: 10px 10px 0px 200px;
	padding: 0px;
}

/*************** div #footer ***************/
#footer{
	width: 970px;
	clear: both;
	margin: 0px;
	padding: 10px 0px;
}

#footer p{
	text-align: center;
	font-size: 9px;
	/*color: #666666;*/
	color: #80A040;
	margin: 0px 0px 1em;
}

#footer p a{
	text-decoration: none;
	font-size: 9px;
	/*color: #666666;*/
	color: #80A040;
}

#footer p a:hover{
	color: #999999;
}