/* CSS olenadesign */
body {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 0;
	
}
a {	color: #00324e; text-decoration:none; font-weight:bold; }
a:visited { color: #00324e; text-decoration:none; }
a:hover { color: #318ebb; text-decoration:none; }
a:active { color: #318ebb; text-decoration:none; }

img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
p {
	margin: 5px 2px;
	padding: 0;
}
h {
	font-size: 90%;
	font-weight: bold;
	margin: 10px 2px;
	padding: 0;
}
#container {
	border: 2px solid #990000;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	top: 9px;
}
#intro{
	font:bold Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(../images/bgintro.jpg) center no-repeat; 
	border: thin ridge #990000;
	margin: 50px auto auto;
	padding: 2px;
	width: 700px;
	height: 371px;
}
#header {
	background: url(../images/top.jpg) right no-repeat;
	height: 120px;
	margin: 0px;
	padding: 0px;
}

#menu {
	height: 27px;
	padding: 5px;
	border-top: 2px solid #990000;
	background: url(../images/bgmenu.jpg) no-repeat;
}

#center {
	background-color:#fff;
	margin-left: 150px;
	margin-right: 180px;
	border-left: 2px solid #990000;
	border-right: 2px solid #990000;
	padding: 10px;
}

/* ### Tracker ### */
/*#tracker {text-align:left; margin-bottom:8px;}
#tracker .crumbles {margin-bottom:4px;}
#tracker h1 {font-size:large; font-weight:bold; padding:0px; margin:4px 0px 0px 0px; display:inline;}
#tracker .dd_crumbles h1 {margin-top:50px;}
#tracker_foot {width:760px; text-align:left; margin:4px 0px 8px 0px;}
#tracker_foot .crumbles {margin:0px;}*/

#gauche {
	position: absolute;
	left:0;
	width: 150px;
}
#droite {
	position: absolute;
	right:0;
	width: 160px;
	padding: 5px;
}
#pied {
	font-size: 10px;
	font-weight: bold;
	height: 30px;
	text-align: center;
	margin:0;
	padding:5;
	border-top: 2px solid #990000;
}

.menuhaut {
	list-style-type: none;
	float: right;
	font-weight: bold;
	color: #990000;
	font-size: 12px;
	margin: 0;
	padding:0;
}
.menuhaut li {
	display: inline;
}
.menuhaut a {
	/*margin: 0 2px;*/
	text-decoration: none;
	color: #990000;
}
.menuhaut a:hover {
	color: #FF0000;
}
.menugauche {
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
		margin: 0;
	padding: 5;

}
.menugauche li {
	margin-bottom: 5px;
}
.menugauche a {
	color: #990000;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}
.menugauche a:hover {
	text-decoration: none;
	color: #FF0000;
}

.boiterecherche {
	background-color: #E0DCBE;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 10 10 5 10px;
	margin-top: 5px;
}
.time{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	border: #990000;
	padding-right: 10px;
}

.note {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bolder;
	font-variant: normal;
	color: #333333;
}
 
<link href="layout.css" rel="stylesheet" type="text/css">

