* { margin: 0; padding: 0; border: 0; }
body { 
	position:relative; 
	font-size: 62.5%; 
	font-family: verdana, "lucida grande", tahoma, helvetica, Sans-Serif; 
	background: #fefefe url(/i/background.png) repeat-y 0 0; 
}

#page {
	position: relative; 
	margin: 5px auto; 
	width: 95%;
	background:#fff;
	padding: 1%;
	border: 5px solid green;
}

acronym, abbr{cursor: help;}
strong { font-weight: bold; }
ul { list-style-type: none; }
hr { width: 45%; height: 2px; background-color: navy; margin: 20px auto; clear:both; }

#header { background: #fff url(/i/hg.png) scroll 0 0 no-repeat; border:2px solid darkgreen; }
#header #libsante { background: transparent url(/i/hd.png) scroll 100% 0 no-repeat; width: 100%; height: 280px;}
#header h1 { padding-top: 50px; text-align: center; font-size:250%; color: darkgreen; font-weight: 900; }
#header ul { padding-left: 150px; }

#footer { background: #fff url(/i/bg.png) scroll 0 100% no-repeat; }
#footer p {
	background: transparent url(/i/bd.png) scroll 100% 100% no-repeat; width: 100%; height: 231px;
	text-align: center;
	color: darkgreen;
}
#footer img { margin-top:30px; }
#contenu { width: 100%; margin: 1px; }

.tasse { float: left;}
.theillere { float: right; }

