/* CSS Document */
body {
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
     }
#container {
     position:relative;
	 margin-left: auto;
     margin-right: auto;
     width: ...;
     text-align: left; /* on rétablit l'alignement normal du texte */
     width: 800px;

     }
	#resume {
	position:relative;
	top: 180px;
	left:65px;
	width:400px;
	height:80px;
	padding:4px;
	font-family: Trebuchet MS;
	font-size:11px;
	color: #666;
}
.BroadcastMessage {
	font-family: Trebuchet MS;
	font-size: 24px;
	font-weight: bold;
}
#baseline {
	position: absolute;
	font-family: Trebuchet MS;
	font-size: 12px;
	top:32px;
	width:800px;
	height:16px;
	text-align:center;
}

#edito {
	position: absolute;
	font-family: Trebuchet MS;
	font-size: 12px;
	top:64px;
	width:250px;
	height:450px;
	text-align:center;
	padding:8px;
}
#annuBox {
	position: absolute;
	font-family: Trebuchet MS;
	font-size: 12px;
	top:116px;
	width:330px;
	height:270px;
	text-align:center;
	padding:0;
	left: 353px;
	overflow:auto;
}
.annu_desc {font-family: Trebuchet MS; font-size:11px; color:#bbab9b}
a.annu {font-weight:bolder; font-family: Trebuchet MS; font-size:14px; color:#684626}
a.annu:hover {font-weight:bolder; font-family: Trebuchet MS; font-size:14px; color:#684626}
.listBlog {position:absolute; width:280px;height:270px; padding:0}
