/*....../.......*/

  

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: rgb(255, 248, 240); 
 background-image: url(images/fond.jpg);
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position:50% 0%;
 background-color: rgb(127, 127, 127);
}

a {color: rgb(210, 226, 243); text-decoration: none;}
a:link {color: rgb(210, 226, 243); text-decoration: none;}
a:visited {color: rgb(207, 255, 223); text-decoration: none;}
a:hover {color: rgb(255, 207, 207); text-decoration: none;}
a:active {color: rgb(207, 255, 223); text-decoration: none;}


 text-align: center;
