/* CSS Document */
#cadre{
	position:relative;
	width:995px;
	text-align:center;
}

#bandeau{
	position:relative;
	height:116px;
	background: url(../images/bandeau-inter.jpg) 0 0 no-repeat;
}
#logo{
	display:block;
	position:absolute;
	top:15px;
	left:11px;
	width:73px;
	height:87px;
}
#menud{
	float:right;
	width:126px;
	height:350px;
	background: url(../images/fond_menud.gif) center top no-repeat;
	margin-top:50px;
	text-align:center;
	padding-top:10px;
}

#menud img{
	margin:6px 0 10px 0;
}
#menu_bas {
	width:995px;
	/*height:18px;*/
	background:#FFF url(../images/borderhome.gif) repeat-x;
	font-size:8px;
	text-align:left;
	padding:4px 0 1px 0px;
	/*vertical-align:top;*/
}
#menu_bas a{
	margin: 0px 10px 0px 10px;
	font-size:8pt;
	color:#2174A6;
}
#menu_bas a:hover{
	color:#E72D3A;
	text-decoration:underline;
}
#bas{
	width:995px;
	height:16px;
	background:#BDD9E5;
	text-align:sright;
}
#foot{
	width:242px;
	height:16px;
	background:#A0C5DF;
	text-align:left;
	font-size:7pt;
	text-align:center;
	padding:1px 0 0 0;
	color:#2174A6;
	margin: 0 30px;
}
#foot a{
	font-size:inherit;
	color:#2174A6;
}
#foot a:hover{
	color:#005395;
}
