<!--
html, body {
	height:100%;
}
body {
	margin:0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
p {margin:0;padding:0;}
a:active, a:focus {outline:none;}
img {border: none;}

#main {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-275px;
	margin-left:-480px;
	width:960px;
	height: 550px;
	/*background-color:#eee;
	border: solid 1px #ccc;*/
}
#logo {
	position: absolute;
	top: 160px;
	left: 360px;	
	width: 236px;
	height:236px;
	/*background-color:#000;*/
}
#navlangues {
	position: absolute;
	top: 435px;
	left: 460px;
	width:100px;
	height: 20px;
	/*background-color:#999;*/
}
#navlangues ul {
	/*display: block;*/
	margin:0;
	padding: 0;
	/*width: 100px;*/
	list-style: none;
	color: #000;
	/*border:solid 1px;*/
}
#navlangues ul li {
	float: left;
	display: inline;
	margin:0;
	padding:0;
	list-style: none;
	height:20px;
	line-height: 20px;
}
#navlangues ul li a {
	/*float: right;*/
	display: block;
	/*width: 18px;*/
	text-align:right;
	margin:0;
	padding: 0;
	height:20px;
	line-height: 20px;
	font-size:11px;
	color: #000;
	text-decoration: none;
	/*background-color:#000;
	border-right: solid 1px #ff0000;*/
}
#navlangues ul li a:hover {color: #7059ba;}
#navlangues ul li.navLsepare {
	width: 14px;
	height:20px;
	line-height: 20px;
	background-image: url(<?php echo URL_BASE;?>/img/nav/numpages_separe.gif);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-color:#000;*/
}

#concept {
	position: absolute;
	bottom:-25px;
	width: 100%;
	text-align:center;
	color: #999;
}

#footer {
	position: absolute;
	bottom:0;
	width: 100%;
	height: 18px;
	line-height: 18px;
	text-align:center;
	font-size: 9px;
	color:#7059ba;
	/*background-color:#ddd;*/
}
#footer p {	
	text-align:center;
	font-size: 9px;
	color:#7059ba;
}

.violet {color:#7059ba;}