body
{
   width: 820px;
   margin: auto;
   margin-top: 0px;
   margin-bottom: 20px;    
   background-color: white;
   
}

#cache a
{ 

    color: white;
	font-weight: ;
	font-size: 10px;
	font-family: ;

	
}

/* header */

#header
{
   width: 820px;
   height: 225px;
   background-image: ;
   background-repeat: no-repeat;
   background-position: center;
   margin-bottom: 0px;
  
   font-weight: ;  /* bold */
}





.language_choice a
{
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size:  12px;
	color: black;
	font-size: 12px;
	
}

.language_choice a:hover
{ 


	text-decoration: underline;
	color: blue;
	
}

.search a
{ 

    color: black;
	font-family: helvetica;
	font-weight: bold;
	font-size: 16px;
	

	
}




/* menu gauche*/

#menu_gauche
{
	float: left;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 130px;
	height: 600px;
	background-color: #f6f6f6;
	border: 2px solid #c4c4c4;
	
	}


/* menu gauche - titre pour categories*/




.card_category_title a
{ 
	
    color: black;
	font-weight: bold;
	font-size: 14px;
	font-family: helvetica;
	
}




/* menu gauche - espace pour categories*/

.card_category
{

	padding: 10px;
	font-family: helvetica, "Arial Black", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:  14px;
	color: #4f4f4f;
}

/* menu gauche - les categories*/


.card_category a
{ 


	text-decoration: none;
	color: #ee4100;
	font-size: 12px;
	font-family: arial, "Arial Black", "Times New Roman", Times, serif;
	
}

.card_category a:hover
{ 


	text-decoration: underline;
	
}

/* Le corps de la page */
#bienvenue
{
	/*position: absolute;*/
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 2px;
	width: 505px;
	height: 100px;

}

.title_welcome h1
{ 

    color: #1c5caf;
	font-weight: bold;
	font-size: 16px;
	font-family: arial;

	
}



#corps
{   
	
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	width: 505px;
	height: 493px;
	overflow: ;
	color: black;
	background-color: #f6f6f6;
	
	
	border: 2px solid #c4c4c4;
   
   
}

#corpstexte
{   
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	width: 505px;
	height: 493px;
	overflow: scroll;
	background-color: #dae6f4;
	
	border: 2px solid #c4c4c4;
	text-align: center;
		
   
}





#corpstexte h1
{
	padding-left: 40px;
	padding-right: 40px;
	color: black;	
	font-family: Times New Roman, "Arial", "Helvetica", "sans-serif";
	font-size: 22px;
	font-weight: normal;

}

#corpstexte h2 
{
	padding-left: 40px;
	padding-right: 40px;
	color: black;   
	font-family: "Monotype Corsiva", "Apple Chancery", "URW Chancery L", cursive;
	font-size: 20px;
	font-weight: normal;

}



#corpstexte a
{
   color: #ee4000;
   font-size: 15px;

}

#google_ads
{
	float: right;
	margin-top: -102px;
	top: 300px;
	width: 162px;
	height: 600px;
	border: none;


}




/* Le pied de page */

#footer
{
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	width: 820px;
	height: 120px;  
	color: black;
	background-color: #f6f6f6;
	background-image: url("");
	background-repeat: repeat-x;
	text-align: center;
	border: 2px solid #c4c4c4;
	font-family: helvetica, "Arial", "Arial Black", "Times New Roman", Times, serif;
	font-size: 12px;
}

.foot a
{
   text-decoration: none;
   color: black;
  
   font-size: 12px;
}

.foot a:hover
{
   text-decoration: underline;
   color: blue;
  
}