body, html{
	font-size:0.9em;
	font-family: verdana, arial, sans-serif;
	background-color: #f1e9d6;
	height:100%;
}
img{
	border: 0;
	display: block;
}
#entete{
	width: 980px;
	height: 143px;
}


#pied{
	padding: 5px 0 15px 0;
	text-align:center;
	font-size: 0.8em;
}
#pied a, #pied{
	color: #bf9b62;
}
a:hover{
	text-decoration: none;
}
#cont_page{
	width: 980px;
	margin: 0 auto;
	position:relative;
    min-height: 900px;
}
table#cont_centrage {
	width: 100%;
	height: 100%;
}
table#cont_centrage  td#centrage{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

h1{
	margin: 0;
	position: absolute;
	z-index: 2;
}
h1 a{
	display:block;
	width: 135px;
}

h2 span{
    clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
    position:absolute;
}

#contenu{
    margin: 20px 0 0 235px;
    position:relative;
    width:460px;
    padding-bottom:30px;
}
#contenu ul{
    width:100%;
    list-style-type: none;
    margin: 0 0 25px 0;
    padding: 0;
}
#contenu li{
    background: url(../images/puce.gif) 0 0.4em no-repeat;
    padding: 0 0 0 12px;
}
#contenu a{
    color:#77b13a;
}

/* Menu */
#menu{
    list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 107px;
	left:0;
    width:187px;
    height:545px;
}
#menu a{
	display: block;
	margin-left:15px;
    width: 157px;
}
#menu a:hover{
	background: url(../images/menu/fleche.gif) no-repeat;
}
#menu li.actif a{
    background: url(../images/menu/fleche.gif) no-repeat;
}
#menu li{
	margin:0 0 13px 0;
    font-size:0;
    line-height:0;
}


table th{
    background-color:#e8dbc7;
}
table .paire{
    background-color:#f5f0e9;
}
table .impaire{
    background-color:#fbf8f4;
}

.encart{
    font-size: 0.9em;
    font-style: italic;
    margin-top:15px;
    background-color: #f2ede4;
    padding: 5px 10px;
}

#encart_contact{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-align:center;
    position:absolute;
    top: 652px;
    right: 30px;
    width:200px;
    padding: 10px;
    background-color: #f6f4f0;
}
