
/* ------------------------------------------------------------------------------------
Tha Drop-down Menu 
------------------------------------------------------------------------------------ */

/* 
--------------------------------------*/

#main_content {
	color: #000;
	width: 870px;
	height: 87px;
}
#nav {
	height: 10px;
	margin: 0 auto 20px;
	font-size: 95%;
	text-align: left;
}
#page
{
	position: relative;
	width: 750px;
	margin: 10px auto;
	text-align: left;
	background: url(separe.gif) repeat-y 508px 0;
}

/* Elements de premier niveau
--------------------------------------*/
#bando
{
	background: #003A25;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 800px;
	height:100px;
}
#bando li
{
	float: left;
	width: 300;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background-color: #003A25;
	vertical-align: middle;
}

.header_title_bold {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.header_title {
	font-size: 24px;
	color: #3D7364;
}
