/*****************************************************************************************
*									STYLES GLOBALS										 *
*****************************************************************************************/
body { 
	margin: 0px auto 30px auto;
	text-align:center;
	width:864px; 
	/*scrollbar-arrow-color:#E2DCC4;
	scrollbar-face-color:#BB0000;
	scrollbar-track-color:#E2DCC4;
	scrollbar-3d-light-color:#333333;
	scrollbar-base-color:#C6C3BD;
	scrollbar-dark-shadow-color:#333333;
	scrollbar-highlight-color:#333333;
	scrollbar-shadow-color:#333333;*/
}



/*****************************************************************************************
*								STYLES STRUCTURE DE LA PAGE								 *
*****************************************************************************************/
.structure { 
	text-align:left;
	border-collapse:collapse;
}
.structure th, .structure td { 
	padding:0px;
}
#espace_logo {
	vertical-align: top;
	width:864px; 
    height:218px;
	font-family:verdana;
	font-size:10px;
}
#publication {
	position:relative;
	top:155px;
	left:40px;
	text-decoration:none;
}
#espace_menu {
	vertical-align:top;
	background: #bb0000;
	width:163px;
}
#espace_contenu {
	vertical-align:top;
	width:538px;
	background:#E2DCC4;
}
#espace_event {
	vertical-align:top;
	background:#bb0000;
	width:163px;
}
#espace_pied {
	height:10px;
	background: #bb0000;
}

a:link {
	color:#BB0000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#BB0000;
	text-decoration:none;
}

/*****************************************************************************************
*									STYLES PARTICULIERS									 *
*****************************************************************************************/
.footer {
	border: 0;
	font-family:verdana;
	font-size:10px;
	color:#000000;
}
.footer a:hover {
	color:#000000;
	text-decoration:none;
}

.centrer {
	text-align:center;
	font-weight:bold;
}