/*
Feuille de style CSS pour la mise en page du site Ecoprint

LCB Informatique 2006
*/

<style>
a {
	text-decoration:none;
}
#principal {
	background:#FFFFFF; 
	width: 805px; 
	height:100%; 
	margin-top: 5px; 
	margin-bottom: 30px;
	position:relative; 
	border: 1px solid;
}
#header h1 {
	background:url(Images/MainLogo.png) 0 100% no-repeat; 
	height: 90px; 
	margin-top:5px; 
	margin-left:10px;	
}
#header h1 span, h2 span {
	visibility:hidden
}
#header h2 {
	position:absolute;
	background:url(Images/recyc.gif) 0 100% no-repeat;
	height:101px;
	width:123px;
	left: 669px;
	top: 19px;
}
#news {
	position:absolute;
	left: 264px;
	top: 11px;
	width: 357px;
	height: 126px;
	padding: 10px;
	vertical-align:middle;
}
#news a {
	color: #6699FF;
}
#news a:hover {
	text-decoration:underline;
}
#news li {
	list-style-image:url(Images/fleche.png);
}
#contenu {
	width:785px;
	height:100%;
	text-align:left;
	margin-top:60px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
#contenu a {
	color:#6699FF;
}
#contenu a:hover {
	text-decoration:underline;
}
#footer {	
	padding-top:5px;
	text-align:center;
	background:#6699FF;
	background: url(Images/footer.jpg) 0 100px;
	height:30px;
	width:805px;;
	border-top: 1px solid;
	border-bottom: 0px solid;
	font-size:11px;
}
#footer a {
	color:#000000;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
}
#admin {
	position:absolute;
	left: 627px;
	top: 123px;
}
</style>
