
body {
       margin: 0px; padding: 0;
       background-color: #dff4fb;
       /*font-family: "MS Trebuchet";*/
       font-family: Arial, Verdana;
       font-size: 0.75em;
}

/* __________ News deroulante __________ */
p.intertitre, p.intertitre a {
        font-weight:bold;
        font-size:12px;
        margin: 5px;
}
/* __________ Fin News deroulante __________ */

#conteneur {
   width : 100%;
   background-image:url(../images/degrade_bleu3000.gif);
}

#entete{
   width : 100%; 
   height : 120px;
}


/* __________ Debut menu horizontal __________ */

#menu {
        width : 100%;
	height: 35px;
	padding-top: 10px;
	font-family: Verdana;
	font-size: 11px;
	letter-spacing: 1px;
        font-weight: bolder;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 73px; /* corrige un bug sous IE7 : pas de filet inferieur */
}

#menu li {
	display: inline;
	margin: 0 5px; /* pour agrandir l'espace entre les blocs */
}

#menu li a {
	color: #000000;
	text-decoration: none;
	background-color: #cccccc;
	border: 1px solid #ffffff;
	padding: 4px 15px;
}

#menu li a:hover {
	background-color: #30c9fb;
	color: #ffffff;
}


/* __________ Fin menu horizontal __________ */





/* _____ Fin menus déroulants _____ */


#contenu {
   width : 100%;
}



.gauche{
       margin-left : 40px;
       display : block;
}


.font15 {
      font-size: 15px;
}


h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: bold;
        color: black;
        background-image:url(../images/h1Gradient.jpg);
        background-repeat: repeat-y;
        text-align: left;
        padding:0px 0px 0px 5px;
}


.lettrine {
  float: left;
  font: bold 3em/1em Georgia, Times New Roman, Times, serif;
  color : #900;
  border: 1px solid #900;
  background-color : #ffc;
  margin-right : 3px;
  margin-left : 3px;
  padding: 1px;
}


.lettrineG { /* grande */ color: #0000FF; font: bold 24pt  "Monotype Corsiva";}
.lettrineM { /* moyenne */ color: #0000FF; font: bold 15pt  "Monotype Corsiva" ;}
.lettrineP { /* petite */ color: #0000FF; font: bold "Georgia, Times New Roman, Times, serif" ;}


// pour les listes , met une petite fleche

ol {  list-style-type: circle; list-style-image: url(images/jaune.gif) }
.test {background-color: silver; border-style: solid;}
.cl1 {border-color: green;}
.cl2 {border-color: green red blue purple;}
.cl3 {border-color: green red blue;}
.cl4 {border-color: green red;}
.titre
{
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12pt;
   color: white;
   font-weight: bold;
}
.liste_orange ul{
  /*list-style-type: circle;*/
  list-style-image:url("images/orange.gif");
}
.liste_rouge {
  list-style-type: circle;
  list-style-image:url(images/rouge.gif);
}
.liste_bleu {
  list-style-type: circle;
  list-style-image:url(images/bleu.gif);
}
.liste_jaune {
  list-style-type: circle;
  list-style-image:url(images/jaune.gif);
}
.liste_vert {
  list-style-type: circle;
  list-style-image:url(images/vert.gif);
}

// pour les listes , met une petite fleche
.flbleue {
  list-style-image:url(images/flbleue.gif);
}


.gras {
    margin-top : 2px;
    font-weight: bold;
}

#table {
   text-align : center;
   display: block;
   margin-left : 440px;
   /*font-family: Arial,Helvetica,sans-serif;*/
   font-family: "MS Trebuchet";
   font-size: 12pt;
   font-weight: bold;

}


/* Fait specialement pour faire de beaux tableaux */

.TABLE {
   border: medium solid #000000;
   border-collapse: collapse;/* pour eviter le double entourage */
}

.TABLE td {
   font-size: 12px;
   font-family: sans-serif;
   border: thin solid #6495ed;
   padding: 5px;
   /*background-color: #ffffff;*/
   background-color: #E6E6FA;
}

.TABLE th {
   border: thin solid #6495ed;
   font-family: monospace;
   font-size: 15px;
   padding: 5px;
   background-color: #D0E3FA;
}
.TABLE caption {
   font-family: sans-serif;
}

/*-------------------------*/

.cell {
   text-align: center;
}

A:link        { text-decoration: none; color: #000000 }
/* A:visited     { text-decoration: none; color: #FF6600 }*/
A:hover       { text-decoration: none; color: #FF3300 }
