@charset "utf-8";
* {
margin: 0;
padding: 0;
}
img {
border: 0;
}
a {
color:#900;
font-weight:bold;
text-decoration:none;
}
a:hover {
text-decoration:none;
}
hr {
margin: 0 auto;
width:100px;
height:1px;
color:#900;
background:#900;
}
html,body {
font-family:Verdana, Geneva, sans-serif;
font-size: 1em;
color: #600;
background:#786d61;
width: 100%;
height: 100%;
text-align: center;
}
/* CONTENEUR (centrage)*/
#maintable {
width: 100%;
height: 100%;
}
#maintd {
text-align: center;	
vertical-align: middle;
}
#conteneur {
position:relative;
margin:0 auto;
width:950px;
height:600px;
background:#e8ddd0;
}
/* CONTENU */
#cadre {
position:absolute;
left:220px;
top:120px;
width:310px;
height:460px;
color:#423c35;
text-align:left;
font-size:0.8em;
}
#cadre h1 {
margin:10px 0;
text-align:center;
font-size:1.2em;
}
#cadre h2 {
margin:5px 0;
font-size:1.1em;
}
#cadre p {
margin:5px 0;
}
#cadre li {
margin:10px 0;
list-style-type:disc;
}
#visuel {
position:absolute;
top:0;
right:0;
width:400px;
height:600px;
}
/* HEADER */
#header {
position:absolute;
top:0;
left:0;
width:550px;
height:100px;
background:#d9c6b0;
}
#header a {
position:absolute;
top:0;
left:0;
}
/* MENU DU SITE */
ul, li {
list-style-type: none;
}
#menu {
position: absolute;
left:0;
top:100px;
width:200px;
height:500px;
background:#423c35;
text-align:left;
}
#menu h1 {
position:absolute;
bottom:30px;
left:20px;
font-size:10px;
font-weight:normal;
color:#e8ddd0;
border:#e8ddd0 double 4px;
padding:10px;
}
#menu li {
margin:5px 10px 0;
text-align:left;
font-size:0.9em;
}
#menu li a,
#menu li li a,
#menu li.focus li a {
color:#e8ddd0;
}
#menu li.focus a,
#menu li.focus li.focus a,
#menu li a:hover,
#menu li li a:hover,
#menu li.focus li a:hover {
text-decoration:underline;
}
#menu li#mention {
position: absolute;
right:0;
bottom:0;
}
#menu li#mention a {
/*color:#FFF;*/
font-size:0.7em;
}
/* ACCES */
div#map {
position:absolute;
top:0;
right:0;
width:400px;
height:600px;
}
