html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

body{
	background: #EEE;
	color: #000;
	font-size: 70%;
	/*line-height: 1.6em;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td{
	font-size: 11px;
}


#page{
	background: #fff url(images/page.gif) repeat-y center top;
	color: inherit;
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#top{
	background: #FFF url(images/top.jpg) no-repeat left top;
	height: 169px;
	margin: 0;
}

#top .lien {
	padding-top: 13px;
	padding-left: 585px;
	color: black;
}

#top a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #4B72AD;
}


#main{
	float: left;
	width: 240px;
}

#menu{
	background: #4B72AD url(images/menu_top.gif) no-repeat left top;
	margin: 0 0 20px 30px;
	padding-top: 1em;
}

#menu a{
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover{
	text-decoration: underline;
}

#menu ul {
	padding: 0 10px 0 20px;
	margin: 0;
}

#menu li{
	list-style-image: url(images/fleche.gif);
	padding-bottom: 10px;
	background: url(images/point.gif) repeat-x 0 15px;
}

#menu div{
	padding: 0;
	margin: 0;
	height: 7px;
	background: #FFF url(images/menu_bas.gif) no-repeat bottom left;
}

#contenu{
	background: url(images/top_contenu.gif) no-repeat top left;
	float: right;
	width: 520px;
	padding-bottom:4em;
}

#contenu div.fnd{
	background: url(images/fond_contenu.gif) repeat-y left top;
	border-bottom: 1px solid #70182D;
	color: inherit;
	margin: 5px 30px 0 0;
	padding: 3px 1em;
}

#contenu div.fnd a {
	color: #4B72AD;
}


#footer{
	padding: 1ex 1em 1ex 1em;
	margin : 0;
	clear: both;
}

/*#contenu div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}*/

#basmenu{
	background: #FFF url(images/menu_bas.gif) no-repeat left bottom;
	margin: 0;

}

#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
	text-align:center;
}

.titre{
	color: #4B72AD;
	font-size: 12px;
	font-weight: bold;	
}

#nav, #nav ul {
padding: 0 10px 0 20px;
margin: 0;
list-style: none;
}

#nav a {
display: block;
width: 16em;
}

#nav li {
/*float: left;*/
	width: 16em;
	list-style-image: url(images/fleche.gif);
	padding-bottom: 10px;
	background: url(images/point.gif) repeat-x 0 15px;
}

#nav li ul {
	margin: -1.5em 0 1em 15.8em;
	padding-top: 3px;
	position: absolute;
	padding-left: 30px;
	background-color: #4B72AD;
	border: 2px solid #4B72AD;
	/*background: #4B72AD url(images/menu_top.gif) no-repeat left top;
	width: 210px;*/
	left: -999em;
}

#nav li ul li {
	margin: 0;
	list-style-image: url(images/fleche2.gif);
	background-color: #4B72AD;
	
	/*height: 20px;*/
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li span.titre {
	color: #FBCB12;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#logoultra{
	text-align: center;
	padding-left: 30px;
}

#logoultra img{
	margin-top: 20px;
}
