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

body {
font: Geneva, Arial, Helvetica, sans-serif;
font-family: "Century Gothic";
padding: 0;
margin: 0 auto;
background: #fff url(../images/bg_index_fill.png) top left repeat-x;
}

#splash {
margin: auto;
background: url(../images/splash_index6.jpg) center no-repeat;
color: #002e62;
width: 100%;
min-height: 700px;
}

.liens {
padding-top: 550px;
margin:0px;
}

p {
text-align: center;
font-size: 30px;
line-height: 1.2em;
}

a{
color: #002e62;
text-decoration: none;
font-size:22px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

a:hover {
color: #ccc;
text-decoration: none;
}
