@import url(standart.css);
/* colors */
p a {
border-bottom:1px dashed #575757;
}
body {
background-color:#dedede;
margin: 0; /* pour eviter les marges */
text-align: center; /* pour corriger le bug de centrage IE */
font-family: verdana, arial, sans-serif;
color: #000;
}
p:first-letter {
color:#575757;
}

#nav a:link.active, 
#nav a:visited.active, 
#nav a:hover{
color: #000;
border-bottom:1px dashed #575757;
}

#websitetitle{
padding:30px;
background-color:#575757;
font-size:200%;
display:block;
widht:700px;}

a:hover img {
border: 1px solid #575757;	
}
/*//basic headline///*/
H2{
display:bloc;
margin-bottom:20px;
font-size:18px;
text-align:left;
font-weight:normal;
color:#575757;
font-family:monaco,lucida,verdana,sans-sherif;
}