@charset "utf-8";

body
{
    background-position:center;
	background-image: url(Images/Modeles/Arriere_Plan.gif);
	background-repeat: no-repeat;
}

#page
{
	position:relative;
	margin:0px auto;
	width:950px;
	height:650px;
	background-color:#FFFFFF;
}

#menu
{
	width:200px;
	height:600px;
	background-color:#FFFFFF;
	position:relative;
	left:0px;
	top:0px;
}

#menu a
{
margin-bottom:5px;
}

#topAccueil {
	width:750px;
	height:115px;
	position:absolute;
	left:200px;
	top:0px;
	background-color:#FFFFFF;
}

#top {
	width:750px;
	height:50px;
	position:absolute;
	left:200px;
	top:0px;
	background-color:#FFFFFF;
}

#mainAccueil {
	width:750px;
	height:485px;
	background-color:#FFFFFF;
	position:absolute;
	left:200px;
	top:115px;
}

#main {
	width:750px;
	height:550px;
	background-color:#FFFFFF;
	position:absolute;
	left:196px;
	top:65px;
	overflow: auto;
}

#base {
	position:relative;
	width:940px;
	height:50px;
	background-color:#FFFFFF;
	position:absolute;
	left:0px;
	top:600px;
	font-weight:Base;
}

.Normal {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.Base {
	font-family:Calibri;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	color: #000000;
}
.Compteur {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}
.Lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00F;
	text-decoration: none;
}

