/********************************/
/* FEUILLE DE STYLE PRINCIPALE */
/********************************/

/* GENERAL */
body{
font-family:Arial;
font-size:0.8em;
margin:0px;
padding:0px;
z-index:1;
}

div#div_site_asdr{
width:100%;
text-align:center;
border:0px;
height:160px;
}

div#details_bloquage{
width:1000px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
border:1px dotted #000;
}

img#logo{
padding-top:40px;
}

h3{
font-weight:normal;
text-align:center;
}

table#infos{
width:900px;
border:0px;
text-align:left;
margin-left:auto;
margin-right:auto;
margin-top:-10px;
}


table#infos tr th.orange{
background-color:#FEAA01;
}

table#infos tr th.bleu{
background-color:#3F99F3;
}

table#infos tr th.rose{
background-color:#F35FA9;
}
