body {
  background: #2B7195;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: .8em;
  margin: 0;
  padding: 0;
  padding-top: 2px;
  color: #4F84FD;
font-weight: bold;
/*overflow:hidden; 
  overflow-y : hidden;
  overflow-x : hidden;*/
} 

.rougep {color:#E43848;}
.bleufp {color:#316282; }
.bleucp {color:#006496; }
.frougep {color:#E43848;}
.fbleufp {color:#316282; }
.fbleucp {color:#006496; }

h1 {
 font-family : "times new roman", times, serif;
      font-weight : bold;
      font-size : 2em;
    text-decoration: none;
      padding-bottom: 20px;
  margin: 0;
  height : 200px;
/*background: #4F84FD ;*/
}
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  letter-spacing: 1px;
  text-align: center;
  color: #E43848;
  border-bottom: 1px solid #E43848;
  margin: 0;
  margin-bottom: 4px;
  padding: 0;
  height : 2em;
}
h3 {
  background: #316282;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 1.2em;
  margin: 0 0 4px 0;
  padding: 2px 4px;
  color : white;
}
h3 span { float: right; font-size: 1.45em; } /* pour placer  une info à droite, écrire  <h3><span>Version</span>Date</h3>
*/

h4 {
  font-family: Arial, Verdana;
  font-size: 1.2em;
  letter-spacing: 2px;
  text-decoration: underline;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  margin-bottom: 1em;
}
a {
  color: #4F84FD;
  text-decoration: underline;  
}
h2 a {
  color: #E43848;
}

a:hover img{
  background: #FFF;
}

a:hover {
  text-decoration: none;
  color: #FFF;
  background: #E43848;
}

 a:hover pas_rouge{

    background: #FFF;

}
#conteneur1 {
    background: #FFF url(images/damier2.jpg) repeat-y fixed;
    position: absolute;
    width: 750px;
    left: 50%;
    margin-left: -375px;
    background-attachment:fixed; /* fout la zone */
}

#conteneur { 
  position: absolute; 
  left: 50%;  
  width: 750px; 
  margin-left: -375px; 
  background: #FFF url(images/damier2.jpg) repeat-y ;
}

#content {
  padding: 0 16px;
  text-align: justify;
  margin: 25px;
  width: 650px;
  overflow-y : auto;
  background-image:url(photos/fond2.jpg);
  background-repeat:no-repeat;
  /*overflow-x : hidden;*/
}
img {
  background: #FFF;
  padding: 0px;
  border: 0px solid #343A46;
}
img.pola {
    padding: 1% 1% 5%;
    background: #fff;
    border-style : solid ;
    border-color: #555;
    border-width: 1px 2px 2px 1px;
}
a img {
    border: 0;
    background: #FFF;
}

.clear {
  clear: both;
}

.left {
  float: left;
  margin-right: 5px;
  } 
.right {
  float: right;
  margin-left: 5px;
  } 
  
/* Tableaux */
thead, tfoot {
    background-color:blue;
    border:1px solid blue;
}
tbody {
    background-color:white; 
    border:2px solid blue;
}
th{
    font-family:monospace;
    border:1px dotted #316282;
    padding:5px;
    background-color:#006496;
    width:25%;
}
td{
    font-family:sans-serif;
    font-size:90%;
    border:1px solid blue;
    padding:10px;
    margin:20px;
    text-align:left;
    color : blue;
}

table{
    border:2px solid blue;
    width:75%;
    margin: auto;
}

/* Menu */
#onglets
{
    position : absolute;
    border : 1px solid transparent;
    padding : 0;
    font : bold 11px Arial, Helvetica, sans-serif;
    list-style-type : none;
    left : 50%;
    margin-top : 0;
    width : 500px;
    margin-left : -250px;
}

#onglets li
{
    float : left;
    height : 20px;
    background-color: #F4F9FD;
    margin : 2px 2px 0 2px;  
    border : 1px solid #9EA0A1;
}

#onglets li.active
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
#onglets a
{
    display : block;
    color : #666;
    text-decoration : none;
    padding : 4px;
}

#onglets a:hover
{
    background : #fff;
}

#menu
{
    border-bottom : 1px solid #9EA0A1;
    padding-bottom : 24px;
    font size 1px;
}

/* Bas de page */

#footer {
  font-size: 0.8em;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background: #2B7195;
  color: #ECEDF2;
}
#footer a {
  color: #ECEDF2;
}
#footer a:hover {
/*  border-bottom: 1px dashed #C7B542;*/
}
