body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #C9BEAA;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #ffffff;
	font-weight: bold;
}
a:hover {
	color: #fff0cc;
	font-weight: bold;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	background-color: #336699;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
#footer {
	text-align: center;
	font-size: 10px;
	height: 10px;
}

.left {
	width: 200px;
	background: #8b7a6b url('images/entete-gauche.jpg') top left no-repeat;
	padding: 0px;
	padding-top: 270px;
	vertical-align: top;
}

/************************************** Configuration menu **/
/* s'applique à tous les niveaux du menu */ 
.left ul, .left li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
.left li {
	display: block;
	text-align:left;
}
.left ul li span a {
	display: block;
	padding-top: 6px;
	text-decoration: none;
	color: #000;
}
.left ul li span.menu_default, .left ul li span.menu_current {
	display: block;
	background: url('images/item-menu.png') no-repeat;
	height: 47px;
	width: 171;
}
.left ul ul li span.menu_default, .left ul ul li span.menu_current {
	background: transparent;
	display: block;
	height: 30px;
	width: 171;
}
.left ul ul ul li span.menu_default, .left ul ul ul li span.menu_current {
	background: transparent;
	display: block;
	height: 30px;
	width: 171;
}
.left ul li span.menu_current a { color: #8b9918; font-weight: bold; }
.left ul li span.menu_default a { color: #000; font-weight: bold; }
.left ul ul li span.menu_current a { color: #c5d72b; font-weight: bold; }
.left ul ul li span.menu_default a { color: #fff; font-weight: bold; }
.left ul ul ul li span.menu_current a { color: #c5d72b; font-weight: bold; }
.left ul ul ul li span.menu_default a { color: #fff; font-weight: bold; }

.left ul li span {
	padding-left: 10px;
}
.left ul ul li span {
	padding-left: 25px;
}
.left ul ul ul li span {
	padding-left: 25px;
}
/******************************* fin configuration menu */

#right {
	width: 780px;
	background: #8b7a6b url('images/entete-droite.jpg') top left no-repeat;
	padding-top: 110px;
	vertical-align: top;
}

#content {
	overflow: auto;
	overflow-y:auto;
	overflow-x:auto;
	color: #000000;
	font-size:12px;
}

#content p {
	color: #000000;
	font-size:12px;
}

h1.page-title {
	font-size: 18px;
	height: 40px;
	padding-top:7px;
	color: #404421;
	/*color: #8d8b40;*/
	padding-left: 50px;
	background: url('images/puce-titre.png') left top no-repeat;
}

/**** Usemap en CSS ****/
#news
{
    position: relative;
    display: block;
    top: 105px; /* décalage par rapport au bord supérieur */
    left: 460px; /* décalage par rapport au bord gauche */
    height: 50px; /* hauteur */
    width: 80px; /* largeur */
	/*border: 1px solid red;*/
}

#galerie
{
    position: relative;
    display: block;
    top: 50px; /* décalage par rapport au bord supérieur */
    left: 560px; /* décalage par rapport au bord gauche */
    height: 40px; /* hauteur */
    width: 60px; /* largeur */
	/*border: 1px solid red;*/
}

#liens
{
    position: relative;
    display: block;
    top: 0px; /* décalage par rapport au bord supérieur */
    left: 621px; /* décalage par rapport au bord gauche */
    height: 40px; /* hauteur */
    width: 50px; /* largeur */
	/*border: 1px solid red;*/
}

#contact
{
    position: relative;
    display: block;
    top: -40px; /* décalage par rapport au bord supérieur */
    left: 672px; /* décalage par rapport au bord gauche */
    height: 40px; /* hauteur */
    width: 60px; /* largeur */
	/*border: 1px solid red;*/
}


