/* CSS Document */
body {
	z-index: 3;
	background:url(../UserFiles/Image/fond_mdm.jpg);
}

div.main {
	background: white;
	width: 90%;
	z-index:1;
	margin-top: 1em;
	margin-right: 5%;
	margin-bottom: 1em;
	margin-left: 5%;
	padding: 0;
	border: thin solid #997cea;
}

div.info {
	height: 500px;
	margin-right: 1%;
	margin-left: 1%;
}

div.legal, div.legal a:link, div.legal a:visited {
	background-color: #DDE;
	width:100%;
	text-align: center;
	width: 100%;
	height: 20px;
	font-size: 10px;
	font-weight:bold;
	vertical-align: middle;
	color: #227;
	text-decoration: none;
}

#menu {  
  width: 400px;
  height: 65px;
  background: #fff;
  margin-left: 280px;
}

ul.navbar {
	list-style-type:none;
	display:block;
	width:100%; 
	margin: 0;
	padding: 0;
}

ul.navbar li{
	display:inline;
}

ul.navbar li a {
	float: left;
	background-image: url(../UserFiles/Image/bouton_menu.jpg);
	margin: auto;
	padding: auto;
	text-decoration: none;
	width: 150px;;
	height: 40px;;
}

ul.navbar li a:hover, ul.navbar li.active a {
	background-image: url(../UserFiles/Image/bouton_menu_hover.jpg);
	margin: auto;
	padding: auto;
	width: 150px;;
	height: 60px;;
}

img {
  border: 0;
}

div.body {
	background: white;
	width: 90%;
	z-index:4;
	height: 200px;
	border: 1px solid #CCCCCC;
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-top: 0;
	padding: 0;
	overflow-y: hidden;
	overflow-x: auto;
}

html>body div.body {
  height: auto;
  min-height: 200px;
} 


div.info {
	height: 500px;
	margin-right: 1%;
	margin-left: 1%;
}

#footer {
		background: transparent;
		padding: 5px 10px 2px 0;
		text-align: right;
		font-size: 0.75em;
		clear: both;
		line-height: 1.15em;
		margin: 0 3% 1em 14%;
		}
		
#footer a {
		text-decoration: none;
		color: #000000;
		}
		
a {
	outline: none;
}

