/* CSS Document */
html,* {
padding:0px;
margin:0px;
}
a,img{
border-width:0px;
}
body {
	text-align:center;
	margin:0px;
	padding:0px;
	background-color:#FBF1D4;
}
#main {
	width:760px;
	margin:0px auto 0px auto;
	border:1px solid #1F175F;;
	background-color:#fff;
	/*min-height:600px;*/
}
p {
padding-bottom:7px;
}
#header {
	height:153px;
	margin:0px;
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom:10px;
	background-color:#fff;
	float:left;

}
ul {
text-align:left;}
#divlogo {
    width:760px;
    height:100px;
	overflow:hidden;
	text-align:right;
}
#contenu {
float:left;

}

#menu {
	list-style:none;
	margin:0px 0px 30px 0px;
	padding:0px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
#menu li {
	float:left;
}
#menu li a {
	display:block;
	height:32px;
}

#menu li:hover {
    position: static;
}
/*
*/

#menu li ul {
    position: absolute;
	left: -999em;
	width:760px;
	margin:0px;
	padding:0px;
	list-style:none;
	color:#1F175F;
	background-color:#1F175F;
	width:175px;
}

#menu li ul li a {
	color:#fff;
	text-decoration:none;
}

#menu li:hover ul, #menu li.sfhover ul {
     left:auto;
}
#menu li ul li {
    padding:3px 0px 3px 3px;
    background-color:#1F175F;
	color:#fff;
	margin:0px;
	font-weight:bold;
	float:left;
	clear:left;
	border-bottom:1px solid #fff;
	width:175px;
	height:15px;
}
.info {
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	margin-top:33px;
}
.info2 {
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	margin-top:37px;
}

h3
{
color:#000066;
margin-bottom:10px;
}
#footer
{
background-image:url(images/footer.gif);
background-repeat:repeat-x;
height:32px;
width:100%;
}
#footer2
{
height:32px;
width:100%;
}
#footer2 p
{
color:#000000;
padding-top:5px;
font-size:12px;
}
#footer2 a
{
color:#000000;
}