/* CSS Document */

body	{
padding: 0;
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container	{
width: 960px;
margin: 0 auto 0 auto;
align : center;
}

#logo	{
width: 307px;
height: 102px;
background: url(../images/logo5.jpg) no-repeat left;
}

a:hover #logo	{
background: url(../images/logo5.jpg) no-repeat left #FFFFFF;
}

a {
color: #3c99e9;
text-decoration: none;
}

a:hover	{
color: #FFFFFF;
background: #3c99e9;
height: 20px;
}
a.float-menu:hover {
color: #3c99e9;
background: none;
}

#main	{
margin: 0 auto;
width: 960px;
text-align: center;
}

#logo-creation {
text-align: left;
margin-left: 24px;
width: 920px;
border-bottom: solid 1px #3c99e9;
}

.menu-include {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #0e62aa;
font-weight: normal;
font-size: 12px;
text-decoration: none;
background: url(/editions/images/puce.jpg) no-repeat left;
padding: 0 0 1px 17px;
}

