#Container {
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 900px;
	height: 550px;
	margin-left: -450px; /* moitié de la largeur */
	margin-top: -275px; /* moitié de la hauteur */
}

#NavigationTop {
width:;
height:;
}

#NavigationLeft {
width:;
height:;
}

#NavigationRight {
width:;
height:;
}

#Header {
width:;
height:;
}

#Footer {
width:;
height:;
}

#Adresse {
width:;
height:;
}

BODY { 
	background-color: #11101C;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #11101C; 
	scrollbar-3dlight-color: #11101C; 
	scrollbar-darkshadow-color: #11101C; 
	scrollbar-track-color: #11101C; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

A:link { 
	text-decoration:none;
	color:#ff9900;
}

A:visited {
	text-decoration:none;
	color:#ff9900;
}

A:hover {
	text-decoration:underline;
	color:#ff9900;
}

li {
	list-style-type: square;
}

input, select, textarea {
border:1px solid #333333;
font-size:10px;
color:#333333;
}

.titre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}#Container #cat {
	height: 250px;
	width: 700px;
	overflow: auto;
}

