body
{
	width: 90%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url("images/fond_orange.jpeg");
	background-attachment: fixed;
	min-width: 760px;
}
#en_tete
{
	width: 760px;
	height: 295px;
	background-image: url("images/Lycee-La-Martiniere-Monplaisir.jpeg");
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	
	border-radius: 30px;
}
#menu
{
   float: left;
   width: 160px;
}
.element_menu
{
   background-color: #ff5b33;
   border: 2px solid black;
   margin-bottom: 20px;
   margin-right: 10px;
   
   border-radius: 15px;
}
.element_menu h3 /* Tous les titres de menus */
{    
   color: #f3ca1b;
   font-family: "Comic sans MS", "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   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 */
}
a 
{
   color: #f3ca1b;
}

a:hover
{
   background-color: #f3ca1b;
   color: red;
}
a img
{
   border: none;
}
a img:hover
{
   background-color: #ff5b33;
   border: none;
}
#corps
{
	margin-left: 170px;
	margin-bottom: 20px;
	padding: 5px;
	
	color: #f3ca1b;
	background-color: #ff5b33;
	
	border: 2px solid black;

	border-radius: 15px;
}
#corps h1 /* Tous les titres h1 du corps */
{
   color: #f3ca1b;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps h2 /* Tous les titres h2 du corps */
{
   height: 60px;

   background-image: url("images/nucleaire2.png");
   background-repeat: no-repeat;
   
   padding-left: 63px;
   padding-top: 15px;
   color: #f3ca1b;
   text-align: left;
}
#corps h3 /* Tous les titres h3 du corps */
{
   height: 50px;

   background-image: url("images/nucleaire.png");
   background-repeat: no-repeat;
   
   padding-left: 42px;
   color: #f3ca1b;
   text-align: center;
}
#corps #auteur
{
	font-size: 75%;
}
#cahier_textes
{
	min-height: 500px;
}
table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border: 4px outset rgb(188,81,16); /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}

th /* Les cellules d'en-tête */
{
   background-color: rgb(188,81,16);
   color: white;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

td /* Les cellules normales */
{
   border: 1px solid 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: 2px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}
.important
{
	color: yellow;
	font-weight: bolder;
}
.centre
{
	text-align: center;
}
#pied_de_page
{
	margin-left: 170px;
	padding: 5px;

	text-align: center;
	font-size: 70%;

	color: #f3ca1b;
	background-color: #ff5b33;
	background-image: url("images/motif.png");
	background-repeat: repeat-x;

	border: 2px solid black;
   	
   	border-radius: 15px;
}
.decaler_image
{
	margin-right: 2px;
}