body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
}

.titre_articles
{
	color: #FF0000;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 15px;
}

.imageflottante
{
   float: right;
}
.dessous
{
   clear: both;
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 136px;
   background-image: url("images/banniere.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   border: 1px solid black;
}


/* Le menu */

#menu
{
   float: left;
   width: 120px;
}

.element_menu
{
   background-image: url("images/menu.jpg");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   margin-bottom: 10px;
}

/* Quelques effets sur les menus */

.element_menu h3
{    
   color: #000000;
   font-family: Verdana, "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu h4
{    
   color: #000000;
   font-family: Verdana, "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu a
{
   color: #000000;
   text-decoration: none;
}

.element_menu .categorie
{    
   color: #000000;
   text-align:center;
   text-decoration:underline;
}

.titre a
{    
   color: #000000;
}

.element_menu a:hover
{
   color: #FF0000;
}

.element_menu ul
{
   list-style-image: url("images/puce.gif");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

 .element_menu .docu
{
   color: #000000;
}

.element_menu .docu:hover
{
   color: #FF0000;
}

/* Le corps de la page */

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   
   border: 2px solid black;
}

#corps h1
{
   color: #FF0000;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   padding-left: 30px;
   color: #FF0000;
   text-align: left;
}

#corps h3
{
   height: 20px;

   padding-left: 15px;
   color: #FF0000;
   text-align: left;
}

#corps h4
{
   height: 15px;

   padding-left: 30px;
   color: #FF0000;
   text-align: left;
}

#corps .encadre table
{
   border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
}

#corps .encadre td
{
   border: 1px solid black;
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

#corps a
{
   color: black;
   text-decoration: none;
}

#corps p;
{
   color: black;
   text-decoration: none;
}

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

#pied_de_page
{
   background-image: url("images/fondfooter.jpg");
   background-repeat: repeat-x;
      
   clear: both;		/*Pour ne pas superposer le menu (ni le corps)*/
   padding: 5px;

   text-align: center;

   color: #FF0000;
   border: 2px solid black;
}


/*           POUR LE WYSIWYG                   */





/*==============================================*/
/* ConceptRTE body                              */
/*==============================================*/


body.rte {
   padding: 0px;
   margin: 5px 0px;
   text-align: left;
   background-color: #FFFFFF;
   color: #000000;
   font-family: verdana,helvetica;
   font-size: x-small;
   z-index:1;
}

/*==============================================*/
/* form tags                                    */
/*==============================================*/

input.button  {
   font-family: verdana,helvetica;
   color: #FFFFFF;
   font-size: xx-small;
   background-color: #FF6600;
   border: 1px solid #000000;
   z-index:1;
   cursor:pointer;
   cursor:hand;
}

input {
   font-family: verdana,helvetica;
   color: ##FF6600;
   font-size: xx-small;
   background-color: #FFFFFF;
   border: 1px solid #000000;
   z-index:1;
}

select {
   font-family: verdana,helvetica;
   color: #FF6600;
   font-size: xx-small;
   background-color: #FFFFFF;
   border: 1px solid #000000;
   z-index:1;
}

/*==============================================*/
/* Applicable to a DIV tag                      */
/*==============================================*/

.rowTitle {
   border: none;
   text-decoration: none;
   position:relative;
   margin: 3px 20px 3px 20px;
   visibility:visible;
   font-size:small;
   font-weight: bold;
   width: 800px;
   z-index:1;
   clear:both;
}

.row {
   border: none;
   text-decoration: none;
   position: relative;
   margin: 3px 20px 3px 20px;
   visibility:visible;
   font-size:x-small;
   width: 800px;
   z-index:1;
   text-align: justify;
   clear:both;
}

/*==============================================*/
/* Applicable to a SPAN tag to be used in a row */
/*==============================================*/

.label {
   position: relative;
   text-align: right;
   vertical-align: baseline;
   padding-right: 15;
   left: 0;
   font-weight: bold;
   width: 50%;
   z-index:1;
   font-size: xx-small;
   float:left;
}

.field {
   vertical-align: baseline;
   position: relative;
   font-size: xx-small;
   z-index:1;
   float:left;
}

.rteColumn {
   position: relative;
   text-align: left;
   vertical-align: top;
   padding-left: 15;
   left: 0;
   width: 570px;
   z-index:1;
   float:left;
}

