html, body {
	height: 100%;
	margin: 0px 10px;
	background: #fff;
	font-family: Verdana, sans-serif;
	font-size: 11px;	
	line-height: 16px;
	}
	
p {
	padding: 0px;
	margin: 0px;
	}
	
h1 {font: 11px Verdana, serif; font-weight: bold; }
h2 {font: 11px Verdana, serif; font-weight: bold; }
	
a:link {
	color: #FF6600;
	text-decoration: none;
	}
	
a:visited {
	color: #FF9900;
	text-decoration: none;
	}
	
a:hover {
	color: #FF6600;
	text-decoration: none;
	}

.titre {
	color: #FF6600;
	font-weight: bold;
	}

#global {
	min-height: 100%;
	width: 670px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	background: #fff center repeat-y;
	}

#header {
	background: #fff url(images/asdac_logo_site.gif) no-repeat;
	color: #fff;
	height: 100px;
	position: relative;
	}

#center {
	/* Pour Ã©viter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 50px; 
	overflow: auto;
	}

#content {
	float: right;
	width: 480px;
	overflow: auto;
	margin-left: 0px;
	}
	
#sidebar {
	float: left;
	position: absolute;
	width: 154px;
	margin-left: 2px;
	}
	
#sidebar p, #sidebar ul, #sidebar h1, #sidebar h2 {
	padding: 0px;
	margin: 0px;
	}

#sidebar h1 a{
	display: inline;
	color: #000;
	}
	
#sidebar h1 a:hover {
	color: #000;
	background: #f60;
	}

#sidebar h1 a:visited {
	color: #000;
	}

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 15px;
	}
	
#menu li a {
	display: inline;
	color: #000;
	font: 11px Verdana, serif;
	text-decoration: none;
	}
	
#menu li a:hover {
	color: #000;
	background: #f60;
	}

#menu li a:visited {
	color: #000;
	}

#footer {
	position: absolute;
	width: 670px;
	bottom: 2px;
	color: #000;
	margin-left: 2px;
	border-top: 1px solid #666;
	}
	
#footer p  {
	margin: 0px;
	padding: 0px;
	font-size: 8px;
	}
