body {
	background-color: #AAAAAA;
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}
Layer1 {
	
}

a {
	color: #99CCCC;
	text-decoration: underline;
}

a:hover {
	color: #99CCCC;
	text-decoration: underline
}

#conteneur {
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	background-color:#AAAAAA;
	border: #FFFFFF;
	border-style: solid;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

#videsanitaire {
	height: 12px;
	background-color: #AAAAAA;
}

#casquette {
	overflow: hidden;
	height: 81px;
	background-color: #AAAAAA;
	background-image: url('images/page/casquette.gif');
	background-repeat: no-repeat;
	background-position: center bottom; 
}

#semelle {
	overflow: hidden;
	height: 81px;
	background-color: #AAAAAA;
	background-image: url('images/page/semelle.gif');
	background-repeat: no-repeat;
	background-position: center top; 
}

#centre {
   	overflow: auto;
	height: 400px;
	background-color:#666666;
	margin-left: 100px;
	margin-right: 100px;
	border: #000000;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}

#gauche {
	overflow: hidden;
	position: absolute;
	left:0;
	width: 100px;
	height: 402px;
	border: #000000;
	border-style: solid;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	background-image: url('images/page/gauche.gif');
	background-repeat: no-repeat;
	background-position: center top; 
}

#droite {
	overflow: hidden;
	position: absolute;
	right:0;
	width: 100px;
	height: 402px;
	border: #000000;
	border-style: solid;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	background-image: url('images/page/droite.gif');
	background-repeat: no-repeat;
	background-position: center top; 
}

#pied {
	overflow: hidden;
	height: 36px;
	background-color: #AAAAAA;
	background-image: url('images/page/pied.gif');
	background-repeat: no-repeat;
	background-position: center bottom; 
}

#titre {
	overflow: hidden;
	text-align:center;
	color: #FF8C00;
	font-weight: bold;
	position:relative;
	top:25%;
}

#copyright {
	overflow: hidden;
	text-align:center;
	color: #FFFFFF;
	position:relative;
	top: 20%;
}

#tete {
	overflow: hidden;
	height: 36px;
	background-color: #AAAAAA;
	background-image: url('images/page/tete.gif');
	background-repeat: no-repeat;
	background-position: center bottom; 
}

#flash {
	overflow: hidden;
	text-align:center;
	position: relative;
	top: 2px;
}

#date {
	overflow: hidden;
	text-align:center;
	position: relative;
	top: 0px;
}

#smiley {
	overflow: hidden;
	text-align:center;
	position: relative;
	top: 20%;
}

ul, li { 
	list-style-type: none;
	margin: 0;
	padding:0;
}

ul {
	position: absolute;
	left: 5px;
	top: 10px;
	background: transparent url('./images/page/menugauche.jpg') top left no-repeat;
	height: 402px;
	width: 90px;
}

li {
	display: block;
	font-size: 10px;
	text-align:left;
}

li a {
	display: block;
	height: 14px;
	width: 90px;
	line-height: 14px;
	color: #99CCCC;
	font-size: 10px;
	text-align:left;
	text-decoration: none;
	text-indent: 12px
}

li a:hover {
	color: #99CCCC;
	text-decoration: none;
}

a#menu {
	background: url("images/page/menu_inactif.gif") top left no-repeat;
}

a#menu:hover {
	background: url("images/page/menu_select.gif") top left no-repeat;
}

a#menu:active {
	background: url("images/page/menu_actif.gif") top left no-repeat;
}

a.Connect {
	text-decoration: none;
	line-height: 14px;
	background: url("images/misc/connect.gif") top center no-repeat;
}
a.Connect:hover {
	text-decoration: none;
	line-height: 14px;
	background: url("images/misc/connected.gif") top center no-repeat;
}