/*
Design Les enfants de sakafrica*/



body
{
   width: 760px;
   margin-left: 210px;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color: #FFFF99;
   background-image:url("images/fond_sakafrica.png");
   text-decoration:none;
   background-attachment: fixed; /* Le fond est fixé */
}


/* menus horizontal */
#menu_h
{
   float: right;
   width: 150px;
   height:82px;
   margin-top:0px;
}
.element_menu_h ul
{
   background-color:white;
   
   padding: 3px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom:2px;
}
.element_menu_h

{font-size:14px;
   
   background-repeat: repeat-x;
   padding:0px;
   border: 0px solid lime;
   line-height:22px;
  
}
.element_menu_h h3
{    
   color: black;
   background-color:orange;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   }
   .element_menu_h a
{text-decoration:none;


font-weight:bold;
line-height:2px;
   color: black;
}

.element_menu_h a:hover
{ 
font-weight:bold;
   background-color:white;
   color: blue;
   
}


/* L'en-tête */

#en_tete
{
   width: 760px;
height:auto ;
   background-image:url("images/banniere sakafrica.jpg");
  
   background-repeat: no-repeat;
   margin-bottom: 10px;
   
	padding:10px;

}





/* Le corps de la page */

#corps
{
  
   margin-bottom: 5px;
   padding: 20px;
   width: 700px;
   margin-top:0px;
   color: black;
   float:left;
  
   background-repeat: repeat-x;
   background-color: #FEE685;
   border:0px solid black;
}

#corps h1
{ height: 50px;
   color: blue;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;
   
   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color:blue;
   text-align:center;
}
#corps h4
{ 
   color: blue;
   text-align: left;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
audio {display: block;
background-color:blue;
margin:20px auto;width:50%}

video {display: block;
background-color:green;
margin:20px auto;height:50%}

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


#pied_de_page
{
   padding: 10px;
   width:700px;
       text-align: center;

   color:GREEN;
   background-color: white;
   
   
   border: 0px solid blue;
}
/*le copyright*/
#copyright a
{clear:both;
	background-image:white;

	color: GREEN;
	text-decoration:none;
	font-size: 15px;
	
	text-align: center;
	margin-top: 10px;
	
	margin-left:5px;
	margin-bottom: 10px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 2px;
	padding-bottom:10px;
	padding-right: 2px;
	}


#copyright a:hover
{    
   color: red;
   font-weight: bold;
}

#copyright a:visited
{    
   color: blue;
   font-weight: bold;
}
/* La signature du site */



.signature a:link { text-decoration:none; font-weight:bold; color:#E00000; }
 .signature a:visited { text-decoration:none; font-weight:bold; color:#800000; }
 .signature a:hover { text-decoration:none; font-weight:bold; background-color:#FFFF00; }
 .signature a:active { text-decoration:none; font-weight:bold; background-color:#CCFFFF; }



