body
{
   width: 855px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color: #aa3222;

   
}

/* La  premiere page*/

#premiere_page
{
   width: 740px;
   height: 555px;
   background-image: url("images/logo123styl.jpg");
   background-repeat: no-repeat;
   background-position:center;
   margin: auto;
   background-color: #aa3222;
   
 }
 

 .titre 
 {
	width:800;
	height:400;	
	color: 75aad6;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:26px;
	padding-top: 480px;
	padding-left: 90px;
  
 }
.titre h1
{    
   color: black;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
} 
/* L'en-tête */

#en_tete
{
   width: 855px;
   height: 100px;
   background-image: url("images/titre.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin: auto;
   background-color: #f0f0f0;
   border: 2px solid black;
}

#menu_horizontal
{
	width: 855px; 
	height: 20px;
	border-top: 1px dashed black; 
	border-bottom: 1px dashed black; 
	border-right: 2px solid black;
	border-left: 2px solid black;
	background-color: #f0f0f0;
	margin-top : 2px;
	margin-bottom : 2px;
	

}
div#menu_horizontal ul {
	list-style-type : none; /* Car sinon les puces se placent n'importe où */
	color: black;
	font-family: Comic Sans MS, "Arial Black", "Times New Roman", Times, serif;
	font-size: 15px;
	margin : 0;
	padding : 0;
}

div#menu_horizontal li {
padding : 0 0.5em; /* Pour espacer les boutons entre eux */
}

li.bouton_gauche {
float : left;
border-right : 1px dashed black;
}

li.bouton_droite {
float : right;
border-left : 1px dashed black; 
}

div#menu_horizontal a {
color : black;
text-decoration : none;
padding : 0 0.5em;
font :  20 "Comic Sans MS";
}

div#menu_horizontal a:hover {
text-decoration : underline;
}


/* Le corps de la page */

#corps
{
	width: 855px; 
	height: 500px;
	border: 2px solid black;
	margin-bottom: 10px;
	margin: auto;
	background-color: #f0f0f0;
	overflow: scroll;
}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}

.Chiffres_Romains
{
	list-style-type: upper-roman;
	color:black;
}

.Chiffres_Decimaux
{
   list-style-type: decimal;
}

.imageflottante
{
   float: left;
   padding:10px;
}

.imageflottantedroite
{
   float: right;
   padding:10px;
}

.dessous
{
   clear: both;
}

table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border: 4px outset green; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
 }

thead /* Les cellules d'en-tête */
{
	background-color: green;
	font-size: 14px;
	font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
	text-align: center;
	color:white;
}

tbody /* Les cellules normales */
{
	border: 1px solid black;
	color: black;
	font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
	text-align: center; /* Tous les textes des cellules seront centrés*/
	padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

p
{
   font-size: 12px;
   font :  "Comic Sans MS";
   color: black;
}

h4
{
	font-size: 24px; 
	color: black;
   	text-align: center;
   
}

h1
{
	font-size: 24px; 
	color: red;
   	text-align: center;
   
}
h2
{
   font-size: 20px;
   color: blue;
}
h3
{
   font-size: 16px; 
   color: black;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

.News
{
	border: none;
	padding: 5px; /* Pour éviter que les éléments du menu ne soient trop collés */
	width: 825px;
	/*height: 80px;*/
}

.Info
{
	border: 2px groove #aa3222;
	padding: 5px; /* Pour éviter que les éléments du menu ne soient trop collés */
	width: 825px;
	/*height: 80px;*/
}

.DemiNews
{
	border: none;
	float: left; 
	text-align: center;
	padding: 5px; /* Pour éviter que les éléments du menu ne soient trop collés */
	margin-left: 10px;
	width: 200px;
	/*height: 80px;*/
}

#pied_de_page
{
	width: 855px; 
	height: 60px;
	border: 2px solid black;
	margin-bottom: 10px;
	margin: auto;
   	color: #B3B3B3;
	text-align: center;
	background-color: #f0f0f0; /* Une couleur de fond pour le corps */
}
