html{
    height: 100%;
    width: 100%;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
margin: 10px 0;
padding: 0;
height: 100%;
width: 100%;
background: #FFFFFF;
text-align: center ;
}

.global {
width: 750px;
margin: 0 auto;
text-align: left ; 
border: 1px solid #FFFFFF;
}

.bloc1 {
background: url("images/header.gif") no-repeat ;
width: 750px;
height: 119px;
}

.bloc2 {
background: url("images/background.gif"); ;
text-align: center ; 
width: 750px;
height: auto;
}

.bloc2 a{
color:#f47a26;
font-size: 0.8em;
}

.bloc2 p{
color:#FFFFFF;
font-size: 0.8em;
text-align: justify ;
margin-right: 30px;
}

.bloc2 h1{
color:#FFFFFF;
font-size: 1.5em;
}

.bloc3 {
font-size: 0.8em;
width: 750px;
height: 24px;
color:white;
text-align: center;
background: url("images/footer.gif") no-repeat;
clear:both;
padding-top:0px;
}

.bloc3 a {
font-size: 0.8em;
color:blue;
border:0px 0px 0px 0px;
text-decoration:none;
}

.bloc3 span.chargement {
font-size: 0.8em;
font-style: italic;
font-size:8px;
}

#error{
color:red;
font-size:10pt;
font-family:arial;
font-weight:bold;
font-style:italic;
text-decoration:none;
}
