* {
	margin:0;
	padding:0;
	border:0;
}
#body {
}
a {
	color :#68370E;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 1000px;
	height: 510px;
	margin: auto;
	background: url("../images/fond.png");
	border: 1px solid black;
}
.visite #container {

	background: url("../images/fond_visite.png");
}
#texte {
	position: absolute;
	margin-left: 746px;
	font-size:11px;
	text-align: justify;
	font-family: arial, sans-serif;
	top: 15px;
	padding: 5px;
	width: 229px;
	height:360px;
	overflow: auto;
}
#texte p {
	margin-bottom: 10px;
}
.visite #texte {
	height:265px;
}

#infos {
	position: absolute;
	margin-left: 746px;
	font-size:12px;
	font-family: arial, sans-serif;
	top: 415px;
	padding: 5px;
	width: 229px;
	height:60px;
	overflow: hidden;
}
.visite #infos {
	top: 320px;
	height:160px;
}
#infos #plus {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
#principal {
	position: absolute;
	top: 22px;
	width:585px;
	height:405px;
	overflow:hidden;
	margin-left: 152px;
	text-align:center;
}

/************** MENU ******************/
#menu {
	font-size:11px;
	font-family: arial;
	width: 132px;
	position: absolute;
	top: 5px;
	padding: 5px;
}
#menu #logo {
	text-align: center;
}
#menu ul {
	list-style: none;
}
#menu ul ul {
	margin-left: 10px;

}
#menu li {
	margin-top: 5px;
}
#menu li li {
	margin-top: 0;
}
#menu li a {
	color: black;
	font-weight: bold;
}
#menu li a:hover
{
	text-decoration: underline;
}
#menu li li a {
	color: #68370E;
	font-weight: normal;
}

#menu a {
	text-decoration: none;
}

/********** HEADER ****************/
#header {
	position: absolute;
	font-family: times new roman, serif;
	top:440px; 
	margin-left: 150px;
	color: #68370E;

}
#header h1 {
	font-size: 25px;
	letter-spacing: -2px;
}
#header h1 .traduction {
	font-size: 16px;
	font-style: italic;
	letter-spacing: -1px;
}
#langues {
	position: absolute;
	top:490px; 
	margin-left: 932px;
}




