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: 179px;
	margin: 0;
}

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

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


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

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

#menu a{
	color: #FBCB12;
	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: #1B3F93 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 #ABB5CE;
	color: inherit;
	margin: 5px 30px 0 0;
	padding: 3px 1em;
}


#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: #1B3F93;
	font-size: 12px;
	font-weight: bold;	
}
