/* CSS Document */

body {
background-image:url(images/decor/fond_rideaux.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #000000;

overflow: auto;

font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #FFFFD4;
text-align: center;
}

..fixe {
position: absolute;
top: 10px;
left: 10px;
}

.nonfixe { 
width:977px;
height:450px;
overflow: auto;
margin-left: auto;
margin-right: auto;
clear:both; 
}

body, html {
height: 100%;
margin: 0;
padding: 0;
}

html {
overflow: visible;
}

html>body .fixe {
position: fixed;
}

img {
border: none;           
}

.texte {

}

.textenoir {
color:#000000;
}

.textegras {
font-weight:bold;
}

.textecentré {
text-align: center;
}

.textetableau {
font-size: 9pt;
}

.lien {
color: #FFCC00;
font-size: 11pt;
font-weight: bold;
text-decoration: none;
text-align: center;
}

a:hover {
text-decoration: underline;
}

.titre {
color: #FF3300;
font-style: normal;
font-weight: bold;
}

.grostitre {
color: #FFFFD4;
font-size: 18pt;
font-weight: bold;
text-align: center;
}
