body{
	position:absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width:100%;
	height:auto;
	/*
	background-image: url(../images/gif/carre_droite.gif);
	background-repeat: repeat;
	*/
}
#screen{
	margin: 3px;
	width:auto;
	height:auto;
	/*
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	*/
}

#header,#imageTitle,#frise,#menu,#footer{
	position:relative;
	width  : 800px;
	background-color:#FFFFFF;
}

#header{
	height : 68px;
	vertical-align:middle;
	/*
	background-image: url(../images/gif/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	*/
}
#header a{
	text-decoration: none;
	color: #000;
}
#imageTitle{
	height : 190px; 
}

#label{
	width  : 760px;
	height : 90px;
	letter-spacing: 0.1em;
	/*text-align: justify;*/
	text-align: center;
	text-indent: 2em;
	vertical-align: middle;
	word-spacing: 0.3em;
	font-size:20px;
	padding: 20px;
	background-color:#FFFFFF;
}

#frise{
	height : 85px;
	padding-bottom:32px;
	clear:both; 
}

#menu{
	height : auto;
	width  : 800px;
}
/*
#listLeft{
	text-align:left;
}
#listCenter{
	text-align:center;
	font-weight:bold;
	font-size:18px;
}

#listRight{
	text-align:right;
	font-style:italic;
}
*/

#menu li{
	margin: 0;
	padding: 0;
	display:block;
	height:12px;
}

#menu ul{
	position:relative;
	margin: 0;
	padding: 0;
	display:block;
	list-style:none;
}

#menu a{
	text-decoration: none;
	color: #000;
}

#menu a:hover{
	background: #AAA;
	color: #fff;
}
/*
#menu a span {     
	display: none;
}

#menu a:hover span {   
	position:absolute;
	display: block;
	top: 440px;
	left: 50px;
	width: 150px;       
	text-align: left;
	border-top: 1px solid gray;
	color: #000;
	background-color:#FFFFCC;
}
*/
#footer{
	height : 30px;
	border:1px solid #CCCCCC;
}

/******************** LES CLASSES*************************/
.MenuItem{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.MenuItemCenter{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
}

.MenuItemActive{
	background: #AAA;
	color: #fff;
}
/******************** LES CLASSES*************************/
