/* CSS Document */

body
{
border:0; margin:0; padding:0; background:#F2F5FE url("pix/bg.gif") 0 0 repeat-x; 
font:70%/160% arial,sans-serif; color:#192666; text-align:center 
/*IMPORTANT text align center c'est ce qui tient le block centré sous IE6 et 7 */;
}

.partie_gauche
{
text-align:right;
width:40%;
padding-right:10px;
/*border:1px solid;*/
font-weight:bold;
}

.partie_droite
{
width:60%;
padding-left:0px;
/*border:1px solid;*/
}

#header
{  
width:770px;
margin:auto;
position:relative;
height: 120px;
margin-top:15px;
text-align:right;
}

#footer
{  
margin:auto;
position:relative;
height: 120px;
margin-top:15px;
text-align:center;
color:blue;
}


#headerOld {position:relative; width:770px; height:100px; margin:auto; margin-top:15px;padding:0;background:#233C9B 
url("pix/setpro.gif") 0 0 no-repeat; color:lightblue;font-size:xx-large;
font-style:italic; }

img
{border:0px;}

table
{
empty-cells:show;
}

#corps
{
text-align:left;
font-family:verdana;
font-size:15px;
background-color:#a8bce4; 
width:770px;
/*height:800px;*/
padding-left:3px;
padding-right:3px;
margin:auto;
margin-top:20px;
margin-bottom:10px;
/*background: #e2fceb ;*/
/*height:700px;*/
}

table#sample {
    background-color:#a8bce4;
    /*border: solid blue 1px;*/
    width: 750px;
    empty-cells:show;
    text-align:center;
    border:collapse;
    font-size:12px;
    margin:auto;
}

table#sample td {
    padding: 2px;
    border: solid #000 1px;
    text-align:left;
}

.data {
    color: blue;
    text-align: right;
    background-color: #e2f4f6;

}

.leftcol {
    font-weight: bold;
    text-align: left;
    width: 150px;
    background-color: #CCCCCC;

}


<<<<<<< .mine
#sidel
{
background-image:url("pix/sidel.gif");
background-repeat:repeat-y;
}

#sider
{
background-image:url("pix/sider.gif");
background-repeat:repeat-y;
}
=======
#side
{}


}

#fam
{
font-family:verdana;
font-size:14px;
text-align:left;
}

.graphe {
     position: relative; /* IE hack */
     width: 200px;
     /*border: 1px solid darkblue;*/
     padding: 2px;
     margin: 0 0 0 auto;/*0 0 0 auto ou 0 auto 0 0  pOur le positionnement*/
     background-color:white;
}

.graphe .barre {
     display: block;
     position: relative;
     background: darkblue;
     text-align: center;
     color: white;
     height: 1.5em;
     line-height: 1.5em;
     font-size:x-small;
}

.graphe2 {
     position: relative; /* IE hack */
     width: 550px;
     /*border: 1px solid darkblue;*/
     padding: 2px;
     margin: 0 0 0 auto;/*0 0 0 auto ou 0 auto 0 0  pOur le positionnement*/
     background-color:white;
}

.graphe2 .barre {
     display: block;
     position: relative;
     background: #d1a369;
     text-align: center;
     color: white;
     height: 1.5em;
     line-height: 1.5em;
     font-size:x-small;
}

.blank      
{ 
  font-size: 1pt;
  A:link		{text-decoration:none;
  A:visited	{text-decoration:none;
  A:hover		{text-decoration:underline; color:#FF7E00;
}

table#tsimple 
{
/*    background-color:#FFFFFF;*/
    border: solid darkblue 2px;
    width: 98%;
    border-collapse:collapse;
}

table#tsimple td 
{
    padding: 5px;
    /*border: solid  darkblue 1px;*/
}    


table#petitcar td {
font-size:12px;
}
