body {
	background: #21292f;
	margin: 0;
	padding: 0;
	font-family: "Arial", "Verdana", sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #3a3628;
}

img {
	border: none;
}

ul.squar {
	list-style-image: url(images/square.gif);
	list-style-position: inside;
}

ul#contact {
	list-style-type: none;
	list-style-image: none;
}

a {
	color: #464130;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: white;
 	/*font-weight: normal;*/
        text-decoration: none;
}


ul ul a.lienmenu {
	font-weight: normal;
	color: white;
}

div#conteneur {
	background-image: url(images/conteneur.jpg);
	background-repeat: no-repeat;
	background-position: 0px 111px;
	width: 700px;
	margin: 0 auto;
	padding-bottom: 15px;
	background-color: #bbae81;
	border: 2px solid #fff;
	border-top: none;
}

div#conteneurimages {
	clear: both;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 600px;
	height: 200px;
	overflow: hidden;
}

div#content {
	padding-top: 0;
	padding-right: 44px;
	padding-left: 44px;
	padding-bottom: 0px;
	margin: 0;
}

div#menudiv {
	padding-top: 10px;
	font-size: small;
	float: left;
	margin: 0;
}

div#legende {
	color: white;
	text-align: right;
	font-style: italic;
	font-size: 12px;
}

#conteneurimages img {
	margin: 0 10px 0 0;
}

img.imgtop2 {
	float: left;
	padding: 0;
	margin-right: 10px;	
}

div#headcont {
	padding: 0;
	margin: 0;
	width: 700px;
	height: 80px;
	clear: both;
}

h1#header {
	padding: 0;
	margin: 0;	
	height: 80px;
	text-align: right;
	font-size: large;
	color: white;	
}

div#soustitre {
	margin: 0;
	margin-bottom: 30px;	
	padding: 0;
}

h2 {	
	padding: 0;
	margin: 0;	
	text-align: right;
	font-style: italic;
	color: white;
	font-weight: normal;	
	font-size: 18px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 700px;
	height: 30px;
	background-image: url(images/soustitre.jpg);
	line-height:30px;
}

h3 {
	font-style: italic;
}

ul#itineraire {
	list-style-image:url(images/fleche.gif);
	list-style-position: inside;
}

.menu {
width:700px; 
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:175px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:175px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
font-weight: normal;
text-decoration:none; 
color:#fff; 
width:164px; 
height:30px; 
border:1px solid #fff; 
border-width: 0px 0px 1px 1px; 
background:#847b5b; 
padding-left: 10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:175px;
w\idth:164px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d4d8bd url(images/trick.gif) right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c1c1c1 url(images/trick.gif) right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 url(images/trick.gif) right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:175px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-175px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#a59a72; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px;
width:154px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:154px;
w\idth:154px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color: #3a3628;
font-weight: 550; 
background:#c1c1c1;
}
.menu :hover > a, .menu ul ul :hover > a {
color: #3a3628;
font-weight: 550;
background:#989898;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

