
body
{
   width: 1220px;
   height: 1950px;
   margin:0px 0px;
   background-image: url("photos/rakufinal.JPG");
   background-repeat: no-repeat;
   color: black;
   text-align: left;
   text-transform:uppercase;
   border-width: 15px;
   border-color: silver;
   border-style: outset;   
}

/* L'en-tête */

#en_tetea
{
   width: 1200px;
   height: 80px;
   color: white;
   font-weight: bolder;
   font-family: "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   background-image: url("photos/feu4.JPG");
   border-width: 10px;
   border-color: silver;
   border-style:outset;
   padding-top: 0px;
   padding-bottom: 5px;
   margin: 0px 0px;
}

/* Le menu */

#menua
{
   float: right;
   width: 280px;
   top: 100px;
   background-color: black;
   background-repeat: repeat-x;
   border-style: outset;
   border-color: silver;
   border-width: 15px;
   margin-bottom: 10px;
}


.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color: white;
   font-size: small;
   font-family: "Arial Black", "Times New Roman", Times, serif;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: white;
   color: black;
}


/*Le corps*/
#corpsa
{   
    height: 300Px;
	border: inset 5px black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
    text-align: justify;
	color: black;
	background-color: #ff5101;
    font-size: medium;
	font-family: "Arial Black", "Times New Roman", Times, serif;
	margin-right: 10px;
	margin-left: 600px;
	margin-bottom: 50px;
	margin-top: 160px;
}


#en_teteb
{
   width: 1160px;
   height: 50px;
   color: white;
   font-weight: bolder;
   font-family: "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   background-image: url("photos/feu4.JPG");
   border-width: 10px;
   border-color: silver;
   border-style:outset;
   padding-top: 0px;
   padding-bottom: 5px;
   margin: 10px 10px;
}

#corpsb
{   
    height: 300Px;
	border: inset 5px black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
    text-align: justify;
	color: black;
	background-color: #ff5101;
    font-size: medium;
	font-family: "Arial Black", "Times New Roman", Times, serif;
	margin-right: 10px;
	margin-left: 600px;
	margin-bottom: 50px;
	margin-top: 100px;
}

#en_tetec
{
   width: 1160px;
   height: 50px;
   color: white;
   font-weight: bolder;
   font-family: "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   background-image: url("photos/feu4.JPG");
   border-width: 10px;
   border-color: silver;
   border-style:outset;
   padding-top: 20px;
   padding-bottom: 5px;
   margin-top: 80px;
}

#corpsc
{   
    height: 300px;
	border: inset 5px black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
    text-align: justify;
	color: black;
	background-color: #ff5101;
    font-size: medium;
	font-family: "Arial Black", "Times New Roman", Times, serif;
	margin-right: 10px;
	margin-left: 600px;
	margin-bottom: 50px;
	margin-top: 160px;
}
/* Le menu */

#menub
{
   float: right;
   width: 280px;
   top: 100px;
   background-color: black;
   background-repeat: repeat-x;
   border-style: outset;
   border-color: silver;
   border-width: 15px;
   margin-bottom: 10px;
}


.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color: white;
   font-size: small;
   font-family: "Arial Black", "Times New Roman", Times, serif;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: white;
   color: black;
}

 
