/* CSS Document */


body
{
   width: 960px;
   margin: auto;
   margin-top: 5px;
   margin-bottom: 5px;    
   /*background-color: #D3D3A9; */
   background-image: url(images/fond10.gif);
   /* background-repeat ; */
   text-align: justify; /* Pour justifier le texte */
	font-size:0.8em;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px;
}


p
{
   text-align: justify; /* Pour justifier le texte */
	font-size:1.1em;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px;
   /* color: #CCCC99;
   font-size: 14px; */
}

h5
{
	text-align: justify; /* Pour justifier le titre */
	font-size:1.5em;
	font-family: "Arial Black", Arial, Verdana, serif; /* Un titre en Arial Black c'est mieux :o;) */
	padding-top: 15px;
	padding-left: 30px;
	color: #990000;
}


h3
{
	text-align: justify; /* Pour justifier le titre */
	font-size:0.8em;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px;	
}


#header
{
   width: auto;
   height: 140px;
   margin: auto;
   background-color: #990000;
   background-image: url(images/test-ban.jpg);
   background-position: center; 
   background-repeat: no-repeat;
}


/*#repere_navigation
{
	width: auto;
	height: auto;
	background-image: url("images/test-fond-boite.jpg");
	background-repeat: repeat;
 /*  background-color: #D6D6D6;  
}*/
#menu
{
	width: 960px;
	height: 35px;
	background-image: url(images/fond_bandeau_menu.jpg);
}

/*.france 
{
 margin: auto;  
}
*/

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}


#flag_fr
{
    margin-left: 10px;
    margin-top: 5px;
}

#flag
{
     margin-left: 80px;
  
}

#flag-gr
{
    
	margin-left: 65px;
	   
}

#flag-en
{
    
	margin-left: 65px;
	   
}




.position_droite_img 
 {
	float : right;
	margin : auto;
	/* margin-right : 5px; */
} 



.position_left_text
{
   /* width: 400px; */
   margin-right: 5px;
   text-align:justify;
   /* margin: auto; */
}



#grand_corps
{
	width: 955px;
	/* height: 400px; */
	/* margin-top: 5px; */
	border-right: 2px solid;
	border-left: 2px solid;
	border-color: #990000; 
	background-color: #CFCED9;
	height: auto;
	overflow:auto;
	margin-top:10px;
	
}

#partie_gauche
{
	width: 49%;
	/*height: 400px; */
	margin-top: auto;
	height: 100%;
	overflow:auto;
}

#partie_droite
{
	float:right;
	width: 49%;
	height: 100%;
	overflow:auto;
	/* background-color: #666666; 
	 height: inherit;*/
	/* margin-left: 10px;	*/
	/* margin: auto;  */
}

#pub_gauche
{
	width: 208px;
	height: 90px;
	float:left;
	background-color: #CCCC99;
	margin-top: 10px;
	border-left: 2px solid;
	border-right: 2px solid;
	border-color: #990000; 
	padding-left: 5px;
	padding-top: 5px;
}


#pub
{
	width: 738px;
	height: 90px;
	float:right;
	background-color: #CCCC99;
	margin-top: 10px;
	padding-left: 5px;
	padding-top: 5px;
}





#pied_de_page
{
	width: 960px;
	height: 50px;
	background-image: url(images/fond_pied_de_page.jpg);
	/*background-color: #990000; */
	margin-top: 10px;
	float:left;
	padding-left: 5px;
	color: #CCCCCC;
	text-align:center;
	/*margin-right: auto;
	margin-left: none; */
}


/* definition mise en forme des liens : pour toute la page */
a   {     color:#990000;     text-decoration:none;   }   
a:hover   {     color:#990000;     text-decoration:underline;   } 


/* definition mise en forme des liens : pour le pied de page */
a.footer-link
{color: #cccccc; text-decoration: none;
}

a.footer-link:hover
{color:#990000;
background:#FFFFFF;
}

a.footer-link:visited
{
font-style: oblique;
}