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 URL(/images/bg.jpg) repeat-x;
text-align: center ;
}

.global {
width: 750px;
margin: 0 auto;
text-align: left ; 
}

.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  p{padding-left: 50px;}

.bloc3 {
height: 24px;
background-color: #99CC99;
font-size:0.6em;
font-weight:bold;
color:white;
text-align: center;
background-image:url("/images/footer.gif");
clear:both;
padding-top:0px;
line-height:25px;
}

.bloc3 a {
     color:orange;
     border:0px 0px 0px 0px;
     text-decoration:none;
}

.bloc3 img{margin-right:5px;padding-top:3px;
}

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

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