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

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-image: url(images/degrade.jpg);
background-repeat: repeat-y;
background-position:center;
color: #000000;
margin: 0;
padding: 0;
}

.contenu {
width : 790px;
height:auto;
background-color:#FFFFFF;
padding-bottom:10px;
margin: auto;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
}

.header {
height: 265px;
}

.texte {
width: 770px;
margin: 10px;
margin-top: 0px;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
background-color: #FFFFFF;
color: #0081b8;
}
.contact a{
float:left;
position:relative;
left:730px;
top:230px;
display:block;
width:49px;
height:45px;
background-image: url(images/enveloppe.gif);
}
.contact a:hover {
background-image: url(images/enveloppe_hover.gif);
}
.bleu {
color: #004499;
}
.boutons {
width: 770px;
height: 49px;
margin: 10px;
margin-top: 40px;
}
.visionneuse {
margin-top: 40px;
}

.bouton1 {
width : 180px;
height : 49px;
float:left;
margin-left: 150px;
}
img
{
border-style:none;
}
.bouton1 a {
background-image: url(images/presentations.jpg);
width:180px;
height:49px;
display:block;
}

.bouton1 a:hover {
background-image: url(images/presentations_hover.jpg);
width:180px;
height:49px;
display:block;
}

.bouton2 {
width : 180px;
height : 49px;
float:left;
margin-left: 95px;
}

.bouton2 a {
background-image: url(images/inscrits.jpg);
width:180px;
height:49px;
display:block;
}

.bouton2 a:hover {
background-image: url(images/inscrits_hover.jpg);
width:180px;
height:49px;
display:block;
}

div.pied a {
color: #0081b8;
text-decoration:none;
}

div.pied a:hover {
color: #00519d;
text-decoration:underline;
}

.pied {
width: 770px;
height: auto;
margin:auto;
margin-top:25px;
text-align: center;
color: #0081b8;
font-size: 10px;
}