@charset "utf-8";
/* CSS Document */
html{ 
height: 100%;
} 
body{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #555;
} 
#wrapper { 
	width: 100%; 
	height: 65%; 
	background-color: #b20022; 
	margin: auto; 
}
#wrapperbottom { 
	z-index: 999;
	width: 100%; 
	height: 35%; 
	background-color: #fff; 
	margin: auto; 
}
#logo { 
	position: relative;
	z-index: 1000;
	width: 460px; 
	height: 100%; 
	margin: auto; 
	/*border: solid 1px #ff0000;*/
}

#logo #flashcontent {
	z-index: -1; 
	position: absolute;
	bottom: 0px;
}
#logo #imgmolard { 
	position: absolute;
	bottom: 100px;
}
#logo #logomolard { 
	position: absolute;
	bottom: -45px;
	left: 136px;
}
#logo #slogan { 
	position: absolute;
	bottom: 56px;
	left: -120px;
}

#navbas { 
	position: relative;
	width: 690px; 
	height: 100%; 
	margin: auto; 
}
#particuliers {
	float: left;
	width: 185px;
	/*border-bottom: solid 1px #ff0000;*/
}
#navcenter {
	float: left;
	width: 320px;
	/*border-bottom: solid 1px #000;background-color: #ccc;*/
}
#pro {
	float: left;
	width: 185px;
	/*background-color: #ccc;
	border-bottom: solid 1px #ff0000;*/
}

#particuliers img,  #pro img, #navcenter img {
	border: none;
	display: block;
	text-align: center;
}

#navbas #services {
	/*position: absolute;
	top: 0px;*/
	/*border-bottom: solid 1px #ff0000;
	border: solid 1px #333;*/
	height: 40px;
}
