body {
margin : 0; 
padding : 0; 
background-color : #33CCFF; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
text-align : center; 
} 
#form {
color : #e1ebf4; 
} 
#buy {
top : 0; 
left : 0; 
width : 1000px; 
border : 0; 
margin-left : auto; 
margin-right : auto; 
text-align : left; 
background : #CCFFFF; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
font-weight : bold; 
color : #000000; 
} 
#top {
position : relative; 
top : 0; 
left : 0; 
width : 1000px; 
height : 60px; 
border : 0; 
margin-left : auto; 
margin-right : auto; 
text-align : left; 
background : #CCFFFF; 
font-weight : bold; 
font-size : 10px; 
} 
#footer {
height : 30px; 
width : 1000px; 
text-align : center; 
vertical-align : middle; 
} 
#nav {
position : relative; 
top : 0; 
left : 0; 
width : 1000px; 
border : 0; 
margin-left : auto; 
margin-right : auto; 
text-align : left; 
background : #3399ff; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
font-weight : bold; 
color : #fcf9e7; 
} 
#pixels {
position : relative; 
top : 0; 
left : 0; 
width : 1000px; 
height : 1000px; 
border : 0; 
margin-left : auto; 
margin-right : auto; 
text-align : left; 
} 
#nopixels {
position : relative; 
top : 0; 
left : 0; 
width : 95%; 
height : 550px; 
border : 0; 
margin-left : auto; 
margin-right : auto; 

} 
h1, h2, h3 , h4 , h5, h6 {
margin : 0; 
font-size : 10pt; 
color : #0099FF;
} 
a:link {
color : #003399; 
text-decoration : none; 
} 
a:visited {
color : #003399; 
text-decoration : none; 
} 
a:hover {
text-decoration : none; 
color : #ccd261; 
} 
input {
background-color : #eeeeff; 
border : 1px solid #c0c0f0; 
color : #000000; 
font-family : verdana; 
font-size : 80%; 
margin : 0 0 0 10px; 
padding : 1px 0 1px 3px; 
width : 165px; 
} 
input.send {
border : 1px solid #0072bc; 
color : #000000; 
width : 100px; 
} 
#tableau {
margin : 5px; 
border : 1px solid #999; 
color : #e1ebf4; 
background-color : #33ccff; 
font-size : 11px; 
} 
.cacher {
display : none; 
} 
.voir {
width : 200px; 
border : 2px solid #e1ebf4; 
background-color : #33ccff; 
position : absolute; 
padding : 5px; 
} 