/* Style persistent */

body {
   margin: 0px;
   padding: 0px;
   background-color: #FFF;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 9pt;
   color: black;
}

/* ----------------- Style commun à atoutes les models et pouvant etre redefinis --------------------------------------------*/

h1 { font-family: verdana, arial, helvetica, sans-serif;
     font-size: 14pt;
     font-weight: bold;
     color: #603;
}

img         { border: 0;}

a:link    { text-decoration: none; color: #999}
a:active  { text-decoration: none; color: #999}
a:visited { text-decoration: none; color: #999}
a:hover   { text-decoration: underline; color: #999}

#global2 {
   position: relative;
   width: 1000px;
   height: 600px;
   margin: 0px;
   padding: 0px;
   border: 1px solid #603;
   background-color: #FFF;
}

#H {
   position: relative;
   width: 1000px;
   height: 150px;
   margin: 0px;
   padding: 0px;
   background-color: #FFF;
   background-image: url(fondl.jpg);
   background-repeat: repeat-y; */
   background-position: 0px 0px;
/*   Text-align: center;*/

}

#TexteH {
   position: relative;
   color: #999;
   font-size: 26pt;
}
#ImagesH {
   position: relative;
   margin-left: 0px;
}

#H-texteG {
  margin-left: 5px;
  margin-top: 20px;
  float: left;
  color: #603;
  text-align: center;
  font-size: 8pt;
  text-decoration: none;
}

#H-texteD {
  margin-right: 5px;
  margin-top: 20px;
  float: right;
  color: #EEE;
  text-align: center;
  font-size: 8pt;
  text-decoration: none;
}


/* ----------------- centre emplacement modele --------------------------------------------*/

#C {
   position: relative;
   width: 1000px;
   height: 300px;
   background-color: #FFF;
   padding: 0px;
   margin: 0px;
   background-image: url(pastille.jpg);
   background-repeat: no-repeat;
   background-position: 340px 0px;

}

#Cg {
   float: left;
   width: 341px;
   height: 300px;
   padding: 0px;
   margin: 0px;
   background-image: url(fond.jpg);
}

#Cg td {
   text-align: right;
   vertical-align: center;
}

#Cg a { font-size: 16pt; }

#Cd {
   float: right;
   width: 341px;
   height: 175px;
   padding: 0px;
   margin: 0px;
   background-color: #FFF;  
}

#Cd td {
   text-align: left;
   vertical-align: bottom;
}

#Cd a { font-size: 16pt; }

#Cd2 {
   float: right;
   width: 341px;
   height: 50px;
   padding: 0px;
   margin: 0px;
   background-color: #FFF;
}
#Cd2 td {
   text-align: center;
   vertical-align: center;
}
#Cd2 a { font-weight: bold; font-size: 12pt; }

/* ----------------- bas de l'ecran --------------------------------------------*/
#B {
   width: 1000px;
   height: 150px;
   padding: 0px;
   margin: 0px;
   background-color: #FFF;
   background-image: url(fondl.jpg);
   background-repeat: repeat-y; */
   background-position: 0px 0px;
   Text-align: center;
}

#TexteB {
   clear: both;
   position: relative;
   color: #999;
   font-size: 10pt;
   font-weight: bold;
   top: 20%;
   margin-bottom: 5px;
}

#B-texteG {
  margin-left: 5px;
  margin-top: 0px;
  float: left;
  color: #603;
  text-align: center;
  font-size: 8pt;
  text-decoration: none;
}

#B-texteD {
  margin-right: 5px;
  margin-top: 0px;
  float: right;
  color: #EEE;
  text-align: center;
  font-size: 8pt;
  text-decoration: none;
}

/* ------------ copyright ------------------*/
#Bcopyright {
   position: relative;
   width: 1000px;
   height: 12px;
   padding: 0px;
   margin: 0px;
   text-align: center;
   font-size: 7pt;
   color: black;
}