body
{
   width: 800px;
   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-color: rgb(0,51,23); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   background-image: url("images_design/degrade_de_vert.bmp");
   background-repeat: repeat-y;
   font-family: Tahoma, Arial, serif;
   font-size: 0.9em;
}

a img
{
	border: none;
}



/* L'en-tête */

#en_tete
{
   width: 800px;
   height: 170px;
   background-image: url("images_design/banniere.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

#rss
{
	width: 50px;
	height: 51px;
	position: relative;
	top: -54px;
	left: 744px;
	border: none;
}

#en_tete #rss a img:hover
{
	text-decoration: none;
	border: none;
}

#en_tete #rss a:hover
{
	background-color: transparent;
}

#logo
{
	width: 170px;
	height: 145px;
	position: relative;
	top: -10px;
	left: 185px;
	border: none;
}

#en_tete #logo a img:hover
{
	text-decoration: none;
	border: none;
}

#en_tete #logo a:hover
{
	background-color: transparent;
}

#langues
{
	background-color: white;
	width: 110px;
	position: relative;
	top: 10px;
	left: 675px;
	border: 2px solid rgb(61,160,0);
	text-align:center;
	background-image: url("images_design/degrade_vert.jpg");
	background-repeat: repeat-y;
	font-weight: bold;
}


/* Le menu */

#menu
{
   float: right; /* Le menu flottera à gauche */
   width: 196px;
}

.sous_menu
{
   background-color: white;
   background-image: url("images_design/degrade_vert.jpg");
   background-repeat: repeat-y;
   
   border: 3px solid rgb(61,160,0);
   
   margin-bottom: 10px; /* Pour éviter que les éléments du menu ne soient trop collés */
   padding-right: 10px;
   padding-left: 10px;
}

/* Quelques effets sur les menus */


.sous_menu h3 /* Tous les titres de menus */
{    
   color: rgb(0,51,23);
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.sous_menu p /* Tous les paragraphes de menus */ 
{
	text-align: center;
}

.sous_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   list-style-image: url("images_design/puce.png"); /* On change l'apparence des puces */
   font-weight: bold;
}

a
{
	color: rgb(194,42,2);
	text-decoration: none;
}

a:hover
{
	color: white; 
	background-color: rgb(194,42,2);
	text-decoration: underline;
}

.sous_menu p a img:hover
{
	text-decoration: none;
	border: none;
}

.sous_menu p a:hover
{
	background-color: transparent;
}

.news
{
	font-size: 0.8em;
}

#toutesnews
{
	width: 50px;
	height: 51px;
	position: relative;
	top: -50px;
	left: 20px;
	border: none;
}

#menu #toutesnews a img:hover
{
	text-decoration: none;
	border: none;
}

#menu #toutesnews a:hover
{
	background-color: transparent;
}

/* Le corps de la page */

#corps
{
   width: 550px;
   margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 20px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
 
   
   color: black;
   background-color: white; /* Une couleur de fond pour le corps */
   background-image: url("images_design/degrade_vert.jpg");
   background-repeat: repeat-y;
   
   border: 3px solid rgb(61,160,0); /* Une bordure pour bien marquer les limites du corps et pour faire joli */
   
   text-align: justify;
}

#corps .centrage
{
	text-align: center;
}

#corps .droite
{
	float: right;
	margin-left: 10px;
	border: none;
}
#corps .droite a img:hover
{
	text-decoration: none;
	border: none;
}
#corps .droite a:hover
{
	background-color: transparent;
}


#corps .gauche
{
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
	border: none;
}
#corps .gauche a img:hover
{
	text-decoration: none;
	border: none;
}
#corps .gauche a:hover
{
	background-color: transparent;
}

#corps .centragesanssurlignage
{
	border: none;
	text-align: center;
}
#corps .centragesanssurlignage a img:hover
{
	text-decoration: none;
	border: none;
}
#corps .centragesanssurlignage a:hover
{
	background-color: transparent;
}

#corps .lien_en_noir a
{
	color: black;
}

#corps h2
{
	text-align: center;
	color: rgb(0,51,23);
}

#cache1
{
	width: 251px;
	height: 15px;
	margin: auto;
	background-color: white;
	position: relative;
	bottom: 12px;
}
#cache2
{
	width: 115px;
	height: 35px;
	margin: auto;
	background-color: white;
	position: relative;
	left: 23px;
	bottom: 44px;
	border: 1px solid white;
}

#construction
{
	text-align: center;
}

#bloc_edith
{
	background-color: white;
	width: 170px;
	height: 360px;
	text-align: center;
	border: 1px solid white;
	position: relative;
	left: 80px; 
}
#bloc_lucas
{
	background-color: white;
	width: 170px;
	height: 360px;
	text-align: center;
	border: 1px solid white;
	float: right;
	position: relative;
	right: 80px;
}

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

#pied_de_page
{
   clear:both;
   padding: 0px;

   text-align: center;

   color: #B3B3B3;
   background-color: white;
   background-image: url("images_design/degrade_vert.jpg");
   background-repeat: repeat-y;
   
   border: 3px solid rgb(61,160,0);
}

