/***************************************************************************************/
/* GLOBAL */

h1, h2, h3, h4, h5, h6, p, ul, li, ol, dd, dl, dt, table, tr, td, th, form, input, select, textarea, label {
margin: 0px;
padding: 0px;
}

h1, h2, h3, h4, h5, h6, th, strong {
font-weight: normal;
}

ul, ol, li{
list-style: none;
}

a{
color: white;
text-decoration: none;
}

img{
border: none;
}
 
.clear{
height: 0px;
line-height: 0px;
clear: both;
}

.strong{
font-weight: bold;
}

.txtLeft{
text-align: left;
}

.txtCenter{
text-align: center;
}

.txtRight{
text-align: right;
}

/* STYLES POLICES */




/***************************************************************************************/
/* GLOBAL DIV */

body{
margin: 0px;
padding: 0px;
background: white;
font-family: Arial, serif;
font-size: 11px;
line-height: 13px;
color: #82939B;
background: url("../images/fond.jpg") top center no-repeat #aed2e2;
}


div#container{
width: 955px;
height: 600px;
margin: 0px auto;
}