html, body {
	background: #eee;
	color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(img/bgBody.gif) ;
	background-repeat: repeat-x;
	font: 90% "Trebuchet MS", sans-serif;
}

div#moto{
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(img/anim.gif) ;
	background-repeat: no repeat;
	width: 152px;
	height: 152px;
}

div#logo{
	position: absolute;
	top: 15px;
	left: 15px;
	background-image: url(img/logo.png) ;
	background-repeat: no repeat;
	width: 200px;
	height: 56px;
}

div#conteneur{
	position: relative;
	top: 100px;
	width: 750px;
	padding: 0 0;
	margin: 0 auto;
	border: 1px solid black;
	background: #fff;
}
div#background{	
	position : bottom center;
	background: #fff url("/img/accueil.jpg") bottom center no-repeat;
}

div#center{

	overflow: auto;	padding: 0 5px;
	position: relative;
}

div#menu {
	position: relative;
	top: 100px;
	width: 750px;
	margin: 0 auto;
	background: none;
}

/* Liste menu */

#menuA {
	height: 1px;
	margin: 5px;
	padding: 0 5px 15px 0;
	border-bottom: 1px solid #016D97;
	}

#menuA li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#menuA a:link, #menuA a:visited {
	float: right;
	line-height: 15px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #36459c;
	font-size: 1.1em;
	}

#menuA li.active a:link, #menuA li.active a:visited, #menuA a:hover {
	border-bottom: 2px solid orange;
	background: #none;
	color: #36459c;
	font-size: 1.1em;
	}

#menuA a:hover {
	color: orange;
	font-size: 1.1em;
	}

/* centrale */

div#ssmenu{
	width:200px;
	float: right;
	margin: 0;
	padding: 2px;
}

div#main{
	float: left;
	width: 500px;
	height:100%;
	color: #000;
	text-align: justify;
	margin: 0px;
	padding: 5px;
	border-right: 1px dotted #00A1E0;
	margin-bottom: 15px;
}
#main img{
	float: right;
}
div#footer {
	width: 100%; 
	height:25px;
	bottom: 0;
	background: #36459c;
	border-top: 1px solid #000;
	color: #fff;
	text-align: center;
	font-size: 0.9em;
	line-height:25px;
	}
h1, h2, h3, h4{
	color: #800;
}

table{
	border: 1px solid #000;
	spacing: 0;
	padding: 0;
}
td {
	border: 1px solid #000;
}

a, a:hover, a:link, a:visited{ 
	color: blue;
}

div#lien_site {
	position: absolute;
	top: 0px;
	left: 300px;
	margin: 0 auto;
	width: 162px;
	height: 75px;
	background-image: url(img/lvms.jpg);
	border: 1px solid #000;
	text-align: center;
	color: #fdf0e8;
	font-weight: bold;
}

img{
	border: 1px solid #000;
	margin-right: 15px;
}
