* {margin:0;padding:0}
body {
	padding: 0 0 20px;
	color:#333;
	background-color: #6B92B5;
	background-image: url(/assets/images/background.png);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 83%;

}

/* Layout */
#header {
	background-image: url(/assets/images/Entete.jpg);
	height: 165px;
	width: 770px;
	background-repeat: no-repeat;

}

#page
{
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/assets/images/background_content.png);
	background-repeat: repeat-y;
}

/* NAV - top horizontal nav */
.topmenu, .topmenu ul {
	/*float:right;*/
	width:740px;
	font-size:93%;
	line-height:normal;
	padding: 0;
	margin: 0;
	list-style: none;

}
.topmenu {
	font-family: "Trebuchet MS", tahoma, verdana, sans-serif;
	font-weight:bold;
	height:2.09em;
	font-size: 80%;
	margin-right: 30px !important;
	/*margin-right: 0px;*/
	position: relative;
	bottom: -14px;
}
.topmenu li {
	float: right;
	background:url(/assets/images/right_menu.gif)
      no-repeat right top;
}

.topmenu a {
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/assets/images/left_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
    }
	
.topmenu .active a {
	background-image: url(/assets/images/left_menu_active.gif);
	color: #5A8EAD;
    }
	
.topmenu li.active {
		background:url(/assets/images/right_menu_active.gif)
      no-repeat right top;
}
/* Contact*/
#sidebar {
	float: right;
	width: 217px;
	color: #FFFFFF;
	font-size: .8em;
	padding-right: 30px;
	background-image: url(/assets/images/Contact_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 67px;
	padding-top: 10px;
}
#sidebar h2{
	background-image: url(/assets/images/Contact_top.png);
	background-repeat: no-repeat;
	padding-left: 33px;
	padding-top: 30px;
}
#sidebar p {
	background-image: url(/assets/images/Contact_back.png);
	background-repeat: repeat-y;
	padding-left: 33px;
	margin: 0px;
}
#sidebar a {
	color: #FFFFFF;
}
#langue {
	text-align: center;
	font-size: .8em;
padding-right: 30px;
}
/* Contenu*/
#content {
	float: left;
	width: 480px;
	padding-left: 30px;
	font-size: 1.1em;
}

#footer {
	background-image: url(/assets/images/footer.png);
	clear: both;
	height: 89px;
	width: 770px;
	text-align: center;
	background-repeat: no-repeat;
}
#footer p{
	font-size: .8em;
	padding-top: 45px;
}
.logo {

	height: 75px;
	width: 300px;
	border: none;
	margin-left: 25px;
	margin-top: 50px;
}
#content h3, h4{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
}
#content h3{
	background-image: url(/assets/images/lignes_back.gif);
	background-repeat: repeat;
}
/* Product list */
li.parentProduct {
}
#productlistouter li{
	list-style-type: none;

}
a{
	color: #001863;
}
p {
	margin-bottom: 1em;
}
.pdf {
	background-image: url(/assets/images/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 35px;
	padding-top: 15px;
}
/* Galerie Photo */ 
.galleria a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.galleria {
	font-size: .7em;
	font-weight: bold;

}
/* Login page */

#WebLoginLayer0 {
padding-left:50px;
padding-top:50px;
height:300px;}


/* End login page */