/* CSS Document */
body,html{
	font-family:Arial, Helvetica, sans-serif;
	/*height:100%;*/
	margin:0;
}
a{
	color:#333333;
	outline:none;
}
a img{
	border:0;
}
#site{
	position:absolute;
	height:660px;
	top:50%;
	width:100%;
	left:0px;
	margin-top:-280px;
	text-align:center;
	/*overflow:hidden;*/
	font-size : 0.8em;
}
#wrapper{
	margin:auto;
	width:900px;
	height:560px;
	text-align:left;
}
#menu{
	width:254px;
	float:left;
	height:100%;
}
.menu_jaune{
	background:url(../images/bg_jaune.gif) no-repeat;
}
.menu_gris{
	background:url(../images/bg_gris.gif) no-repeat;
}
.menu_bleu{
	background:url(../images/bg_bleu.gif) no-repeat;
}
.menu_violet{
	background:url(../images/bg_violet.gif) no-repeat;
}



#menu a{
	text-decoration:none;
}
#menu ul{
	margin-top:165px;
	margin-left:36px;
	padding:0;
	list-style:none;
}
#menu ul li{
	margin:5px;
	padding:0;
	font-size:12px;
	overflow:hidden;
	height:20px;
	font-weight:bold;
}
#menu ul li ul{
	margin:0;
	padding:0;
}
#menu ul li ul li{
	margin-left:0;
	font-size:10px;
	line-height:15px;
	height:15px;
}
#menu .item{
	display:block;
	height:20px;
	line-height:20px;
}
#adresse{
	position:absolute;
	font-size:10px;
	top:457px;
	color:#666666;
	margin-left:41px;
}
#hd{
	position:absolute;
	font-size:9px;
	top:522px;
	color:#999999;
	margin-left:41px;
}
#adresse a{
	color:#333333;
}
.violet{
	color:#50133a;
}
.gris{
	color:#9C9688;
}
.jaune{
	color:#b4b004;
}
.bleu{
	color:#006d68;
}
.bg_violet{
	background:#50133a;
}
.bg_gris{
	background:#9C9688;
}
.bg_jaune{
	background:#b4b004;
}
.bg_bleu{
	background:#006d68;
}
/*
.baseline_marron
{
	text-align : center;
	color : #FFFFFF;
	font-size : 0.8em;
	background:#9C9688;
	height : 85px;
}
*/
.baseline_white
{
	text-align : center;
	color : #9C9E9F;
	font-size : 0.8em;
	background:#FFFFFF;
	height : 100px;
	margin : auto;
	position: relative;
	/*margin-left : 54px;
	margin-right : 74px;*/
	/*left : -10px;*/
}

.baseline_white a
{
	text-decoration : none;
	color : #9C9E9F;
}

/*
.baseline_violet{
	font-size : 0.8em;
	text-align : center;
	color : #FFFFFF;
	background:#50133a;
	height : 85px;

}

.baseline_jaune{
	font-size : 0.8em;
	text-align : center;
	color : #FFFFFF;
	background:#b4b004;
	height : 85px;
}
.baseline_bleu{
	font-size : 0.8em;
	text-align : center;
	color : #FFFFFF;
	background:#006d68;
	height : 85px;
}

.baseline_marron a
{
	text-decoration : none;
	color : #FFFFFF;

}

.baseline_violet a
{
	text-decoration : none;
	color : #FFFFFF;
}

.baseline_jaune a
{
	text-decoration : none;
	color : #FFFFFF;
}
.baseline_bleu a
{
	text-decoration : none;
	color : #FFFFFF;
}
/*
#swf
{
	font-size : 0.8em;
}