
/*************  HTML     *****************/
html {
margin: 0px;
padding: 0px;
height: 100%;
}

/*************  BODY     *****************/
body{
background-color:     #ffffff;
color:                #323232;
font-family:          Verdana, Tahoma, Arial, sans-serif;
font-size:            small;        /* taille de police  */
text-align:           center;
height:               100%;
}
/*************  DIV     *****************/
div{
margin: 0px;
border: 0px solid blue;  /* définition de bordure par defaut pour tous les blocs */
margin-left: auto;
margin-right: auto;
}
/*************  IMAGES     *****************/
img {
border:               0px;
}

img.logo {
width:            900px;
height:           52px;
/*padding-top:      20px;*/
}
img.id {
width:            112px;
height:           155px;
float:left;
padding-right: 5px;
padding-bottom: 5px;
/*padding-top:      20px;*/
}

img.img1 {
width:            200px;
height:           134px;
}

img.cache {
width:            1px;
height:           1px;
}

/********************* link a ************************/
a:link   { text-decoration:none;}
a:visited{ text-decoration:none;}
a:hover  { text-decoration:none;color: #FF6600;}
a:active { text-decoration:none;}

a {color: #323232;}


p {font-size: 12pt; text-align: justify;padding-left: 10px;padding-right: 10px;color: #323232;}

h1{
color:             #ff8000;
font-size:         small;
font-weight:       bold;
}

li {
margin: 10px;
}

ul.menu {
/*margin-left:       40px;*/
/*color:             #323232;*/
/*display :          list-item;*/
list-style-image: url(./design/fleche-orange.gif);
}

ul.menu2 {
/*margin-left:       40px;
color:             #323232;
display :          list-item;*/
list-style-image : url(./design/fleche-blanche.gif);
}

table {
     /* color:#000000;*/
    /*  background-color: #FFFFFF;*/
      border:               0px ;
      width: 900px;
      border-collapse: collapse;
      text-align:center;
}
td, th {
background-color: #FFFFFF;
vertical-align: top;
text-align:left;
}
td.menu {
width : 190px;
}
td.ligne {
width : 2px;
background-color: #FF8000;
}
td.texte {
width : 708px;
background-image: url(./design/fond1.jpg);
background-repeat:repeat-y;

}

/********************* structure générale ************************/
#global {
margin:           10px ;     /* pour centrage de la page : margin: 1px auto ; bloc centré avec une marge en haut et en bas de 1 pixels */
width:            900px;
height:           580px;
}

#haut {
width:            900px;
height:           53px;
}

#bas {
width:            900px;
height:           500px;
}

#text {
text-align:justify;
padding: 15px;
}
