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

#global{
position: fixed;
}

body {
background-image: url(images/fond_5.jpg);
background-repeat: no-repeat;
background-position:  ;
background-attachment: fixed;
background-color: #FFFFFF;
}

#conteneur {
margin: 30px;
padding-top: 8px;
padding-left: 8px;
height: 400px;
width: 350px;
background-color: #FFFFFF;
}

#conteneur2 {
margin-top: 5px;
margin-left: 5px;
height: 380px;
width: 330px;
border: 1px solid #000000;
background-color: #FFFFFF;
}

p.titre {
margin-left: 35px;
margin-top: 58px;
font: Georgia, "Times New Roman", Times, serif, serif;
font-size: 30px;
color: #000000;
}

p.ligne {
margin-left: 105px;
color: #000000;
font-size: 14px;
}

p.mail {
margin-left: 75px;
margin-top: -10px;
}

p.menu {
margin-left: -20px;
margin-top: 30px;
text-align: center;
font-size: 12px;
color: #333333;
}

a.menu {
font: 1em impact monotype, sans-serif;
font-size: 12px;
text-decoration: none;
line-height: 20px;
color: #333333;
}

a.menu:hover {
color: #FFFFFF;
background: #919191;
}

a.mail {
font: 1em impact monotype, sans-serif;
font-size: 11px;
text-decoration: none;
color: #000000;
}

a.mail:hover {
color: #999999;
}