* {
margin:0;
padding:0;
}

html {
font-size:100%;
}

body {
background:#ffff99;
font-size: .8em;
font-family:verdana;
}

.spacer {
clear:both;
border:0;
}

/*hr {
clear: both;
visibility: hidden;
}*/

/*div {
border: 1px solid #000;
}*/

a {
text-decoration:none;
color:blue;
}

a:hover {
text-decoration:underline;
}

#page{
position:relative;
width:760px;
left:50%;
margin-left:-380px;
}

#pied {
/*width:760px;
height:40px;*/
/*margin-top:20px;*/
text-align:center;
font-size:0.8em;
color:#6b6b6b;
}
#pied a{
color:#6b6b6b;
text-decoration:underline;
}
#pied a:hover{
text-decoration:none;
}
#pied a img{
border:0;
}
#pied a img.aps{
float:left;
}
#pied a img.cediv{
float:right;
}
#pied span{
font-style:italic;
}