/*Feuille de style*/
/*Page CSS*/
/*Feuille de style*/
/*Page CSS*/

div
{
   margin: 0;
   padding: 0;
}

body
{
   background-image: url("../images/bg_fond.png");
   margin-top: 3%;
   margin-bottom: 3%;
   text-align: center;
   width: 100%;

   font-family: 'Tahoma' 'Arial' 'sans rerif';
   font-size: 13px;
}

div#page
{
   margin: 0;
   padding: 0;
   margin: auto; /* centre le div. */
   margin-top: 0;
   width: 800px;
   padding-top: 220px;
   text-align: justify ;
   background-color: #242424;
   border: 1px solid #ab4;

   background-image: url('../images/banniere.jpg');
   background-repeat: no-repeat;
}

div#page-in
{
    border-top: 1px solid #ab4;
}

div#contenu
{
    margin-left: 200px;
    background-color: #444;
    color: #bbb;
    padding: 10px;
    border-left: 1px solid #ab4;
}

ul.menu
{
	font-weight: bold ;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    float: left;
    width: 180px;
	list-style-type: none ;
}

ul.menu li
{
    margin-bottom: 1em;
    font-size: 90%;
}

ul.menu li.titre
{
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 200%;
}

ul.menu a
{
	letter-spacing: 2px ;
	color: #fff ;
	text-decoration: none ;
}

ul.menu a:hover
{
	color: #ddd;
}
ul.menu a:visited
{
	color: #c0c0c0;
}

p {
    text-indent: 2em;
}

ul#menu_ul2 li
{
	text-align: left ;
	list-style-type: none ;
}
	
ul#menu_ul2 li a
{	
	font-size: 0.9em ;
	font-weight: bold ;
	letter-spacing: 1.5px ;
	color: #FFFFCC;
	text-decoration: none ;
	margin: -23px;
}
		
ul#menu_ul2 li a:hover
{
	color: #DDDDDD;
}
ul#menu_ul2 li a:visited
{
	color: #C0C0C0;
}

ul#menu_ul3 li
{
	text-align: left ;
	list-style-type: none ;
	font-style: none;
}
	
ul#menu_ul3 li a
{	
	font-size: 1.0em ;
	font-weight: bold ;
	letter-spacing: 1.5px ;
	color: #FFFFFF ;
	text-decoration: none ;
}
		
ul#menu_ul3 li a:hover
{
	color: #DDDDDD;
}
ul#menu_ul3 li a:visited
{
	color: #C0C0C0;
}


p:first-letter
{
font-size: 110%;
}

h1
{
  color: #4B4B4B;
  background-color: #C0C0C0 ; 
  border-style: solid;
  border-color: #000000;
  text-align: center;
  font-family: 'Tahoma';
  letter-spacing: 0.1em;
  text-align: center;
  /*font-size: 4em ; */
  font-size: 250%;
  font-weight: bold ;
}

.sous_titre
{
  /*font-size: 1.8em; */ /* em n'est pas bon pour un font-size. utiliser des pourcentages. */
  font-size: 180%;       /* la taille de base est definie dans le body. */
  font-weight: bold ;
  letter-spacing: 2px ;
}

.gras_rouge
{
  
  background-color: #8F8F8F;
  border-style: solid;
  border-color: #000000;
  color: #990000 ;
  font-size: 90%;       /* la taille de base est definie dans le body. */
  font-weight: bold ;
  letter-spacing: 1px ;
  margin-right: 2px;
  margin-left: 2px;
}

.centrer
{
text-align: center;
}

table
{
  margin-right: -4px;
  margin-left: -46px;
  font-size: 85%;       /* la taille de base est definie dans le body. */
  font-style: none;
  letter-spacing: 1px ;
  color: #CCCC33;
  background-color: #4B4B4B ; 
  border-style: solid;
  border-color: #000000;
  text-align: left;
}

.argoss
{
  margin-right: -0.9%;
  margin-left: -1%;
  font-size: 85%;       /* la taille de base est definie dans le body. */
  font-style: none;
  font-weight: bold ;
  letter-spacing: 1px ;
  color: #CCCC33;
  background-image: url("../images/bg_argos.bmp");
  border-style: solid;
  border-color: #000000;
  text-align: center;
  }
  
 .persos
{
  margin-right: -0.9%;
  margin-left: -1%;
  font-size: 85%;       /* la taille de base est definie dans le body. */
  font-style: none;
  font-weight: bold ;
  letter-spacing: 1px ;
  color: #FFFFFF;
  background-color: #000000 ;
  border-style: solid;
  border-color: #990000;
  text-align: center;
  }