@charset "utf-8";
/* CSS Document */

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#cadre
{
	width:900px;
	height:675px;
	margin:10px auto;
}

#bandeau
{
	height:94px;
	background:url(../images/bandeau.png) no-repeat;
}

#menu
{
	float:right;
	margin:77px -3px 0 0;
}

a
{
	color:white;
}

#menu a
{
	text-decoration:none;
}

#menu div
{
	float:left;
	width:82px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	line-height:8px;
	color:white;
	cursor:pointer;
}

.m_1
{
	background:url(../images/menu_bkg_1.png) no-repeat;
}

.m_2
{
	height:19px;
	background:url(../images/menu_bkg.png) no-repeat;
}

.m_3
{
	height:14px;
	padding-top:5px;
}

#menu a:hover div.m_1
{
	background:url(../images/menu_bkg_1_over.png) no-repeat;
	
}

#menu a:hover div.m_2
{
	background:url(../images/menu_bkg_over.png) no-repeat;
}

#content
{
	width:900px;
	height:581px;
}

