body
{
   width: 650px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   /*background-image: url("img/Image01.jpg");  Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   background-color: white;
}
/* L'en-tête */

#en_tete
{
   position: absolute;
   /*width: 760px;*/
   width: 728px;
   height: 120px;
   background-image: url("img/banercinelite2.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   left: 187px;
   top: 10px;
}

#menu
{
   float: left; /* Le menu flottera à gauche */
   margin-top: 0px;
   position: absolute;
   top: 144px;
   left: 187px;
   width: 120px; /* Très important : donner une taille au menu */
   height: 100px;
}

.element_menu
{
   background-color: #6695B4;
   background-image: url("img/img_menu.jpg");
   background-repeat: repeat-x;
   /*border: 2px solid #6695B4;*/
   margin-bottom: 0px; /* Pour éviter que les éléments du menu ne soient trop collés */
   /*padding:5px;*/
   color: #27557B;
   height: 363px;
}

/* Quelques effets sur les menus */
.element_menu h3 /* Tous les titres de menus */
{    
   color: #27557B
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   list-style-image: url("images/puce.png"); /* On change l'apparence des puces */
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
   color: #27557B;
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color: #27557B;
   font-family: georgia;
   font-style:italic;
   font-weight:bold;
   font-size:14px;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: #B2CCF6;
   color: #27557B;
}
/* Le corps de la page */

#corps
{
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   color: #B3B3B3;
   background-color: #F5F5F5;
   background-image: url("images/motif.png");
   background-repeat: repeat-x; /* Une petite image de fond qui se répètera horizontalement en haut */
   border: 2px solid #6695B4; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
   position: absolute;
   top: 144px;
   /*right: 70%;*/
   left: 315px;
   width: 508px; /* Très important : donner une taille au menu */
}
#corps_insert
{
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   color: #B3B3B3;
   background-color: #F5F5F5;
   background-image: url("images/motif.png");
   background-repeat: repeat-x; /* Une petite image de fond qui se répètera horizontalement en haut */
   border: 2px solid #6695B4; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
   position: absolute;
   top: 147px;
   /*right: 70%;*/
   left: 315px;
   width: 520px; /* Très important : donner une taille au menu */
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: #B3B3B3;
   background-color: #626262;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}



#Content {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
	}

div#enteteCom
{
display:block;
font-size:14px;
font-family:"courrier";
color: #b30000 ;
font-weight:bold;
}
div#com
{
display:block;
font-size:14px;
font-family:"courrier";
color: #114477 ;
font-weight:bold;
}
div#erreur
{
font-size:20px;
color: #b30000 ;
font-weight:bold;
}

h1 {
font-size:16px;
font-family:"courrier";
color:#808080;
font-style:italic;
}
h2 {
font-size:16px;
font-family:"courrier";
color:#808080;
font-style:italic;
}
h3 {
font-size:12px;
font-family:"courrier";
color:#808080;
font-style:italic;
}
h4 {
font-size:14px;
font-family:"courrier";
color:black;
font-weight:bold;
}

h5{
font-size:14px;
font-family:"courrier";
color:red;
font-weight:bold;
}

h6{
font-size:14px;
font-family:"courrier";
color:#808080;
font-weight:bold;
}

p {
font-family:"trebuchet ms",sans-serif;
font-size:80%;
margin: 5px;
}
/*form {
background-color:#F5F5F5;
padding:20px;
width:470px;
border: 0px solid #6695B4; 
}*/

form {
background-color:#F5F5F5;
border: 0px solid #6695B4; 
}

label {
font-family:"trebuchet ms",sans-serif;
color:#000000;
}
input {
border:1px solid black;
background-color:#B2D6E5;
font-family:"trebuchet ms",sans-serif;
color:red;
font-weight:bold;
}
select, option {
background-color:#B2D6E5;
color:white;
font-weight:bold
}
textarea {
border:1px solid black;
background-color:#B2D6E5;
font-family:"trebuchet ms",sans-serif;
color:white;
}
input.bouton {
border:2px outset #6695B4;
font-weight:bold;
cursor:pointer;
color:#6695B4;
}
input.bouton:hover {
background-color:white;
color:red;
}
input.bouton:active {
border:2px inset red;
background-color:red;
color:white;
} 

/* le style par défaut pour la balise de lien */
a {
/*pas de style sur le texte */
text-decoration: none;
/* police = verdana, sans serif */
font-family: "verdana",sans-serif;
}


/* les liens en eux même */
a:link {
/*text-decoration: none;
font-family: "verdana",sans-serif;
color: #000000*/
text-decoration: none;
font-family: "verdana",sans-serif;
}


/* les liens actifs 
a:active {
text-decoration: none;
font-family: "verdana",sans-serif;
color: red;
}*/


/* les liens déjà visités
a:visited {
text-decoration: none;
font-family: "verdana",sans-serif;
color: blue;
}*/

/* quand on passe par dessus un lien */
/*a:hover {
text-decoration: underline;
font-family: "verdana",sans-serif;
color: red;
}*/

FIELDSET {
border-STYLE: solid;
border-WIDTH: 1px;
margin: 2px;
border-color: #6695B4;
font-size:20px;
font-family:"verdana";
color:#6695B4;
 } 

td. {
font-size:20px;
font-family:"verdana";
color:#6695B4;
}

.clicTitre
  {
  border-color: #000000;
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 1px solid;
  border-bottom: 2px dashed;
  background-color: #eeeeee;
  }

.clicCacher
  {
  position: relative;
  text-align:right;
  }

.contenant
  {
  display : block;
  border: 1px solid #000000;
  }
.cache
 {
 display :none;
 visibility:hidden;
 }

