@charset "UTF-8";
/* CSS Document */

body{
margin:0px auto;
padding:0px auto;
}

#page{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
width:720px;
margin:0px auto;
}

#header{
height:100px;
border-bottom:1px dotted;

}

.logo{
width:160px;
height:100px;
float:left;
background-image: url(images/logo1.jpg);
background-repeat:no-repeat;
}

.menu{
width:550px;
float:left;
height:100px;
text-align: center;
}

.menu ul{
margin-top: 40px;
padding: 0;
list-style: none;
}

.menu li{
display: inline;
margin: 0;
padding: 20px;
text-decoration:none;
}

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

.menu ul li a:hover{
text-decoration: overline;
border-top:2px solid #990099;
}

.numero{
border-left:1px dotted #000;
margin-left:15px;
text-align:left;
padding:5px;}

#content{
margin-top:15px;
text-align:center;}

#footer{
margin-top:15px;
padding:5px;
border-top:1px dotted;
}
