*{
	padding: 0;
	margin: 0;
}
/***************************************************************/
/*  Eléments principaux 													*/
/***************************************************************/
img {
border: none;
}

/*toute la page*/
body {
   width: 47.5em;
   margin: auto;
   margin-top: 1em;
   margin-bottom: 1em;    
   background-image: url("../Images/image_fond.png");
}

/***************************************************************/
/*  En tête																		*/
/***************************************************************/

#en_tete{
	width: 47.2em;
	height: 7em;
	/*padding: 1em;*/
	margin-bottom: 0.5em;
	/*background-color: #626262;*/
	border: 0.15em solid red;
	background-image: url(../Images/l-r_red.gif);
}

#en_tete img.logo{
width: 11em;
height: 4.5em;
	float: left;
	display: block;
	padding-top: 1em;
	margin-left: 0.7em;
}
#en_tete p{
	padding: 0;
	margin: 0;
	margin-left: 0.75em;
}

.dessous
{
   clear: both;
	position: relative;
   left: 0.2em;
   top: -0.3em;
	color: White;
	padding: 0;
	margin: 0;
}

#en_tete object{
width: 25em;
height: 5em;
	margin-right: 1em;
	margin-top: 1em;
	padding-top: 1em;
	float: right; /*border: 0.15em solid red; ca ne marche pas sur un objet*/
	/*padding: 0.15em*/
	/*background-color: Red;*/
	/*border-style: solid 0.15em;*/
	/*border-color: Black;*/
	/*color: Black;*/
}
#entete_sloggan {
	/*border-top: 0.15em solid Red;*/
	/*background-color: Green;*/
	font-weight: bold;
	margin-left: 1em;
}
#entete_sloggan hr {
	/*margin:auto;*/
	height: 0.2em;
	border: none;
	background-color: Red;
}

.Float_droit 
{
float: right;
}
.Float_gauche 
{
float: left;
}



/***************************************************************/
/*  Corps (testes et images)												*/
/***************************************************************/

#corps {
width: 36em;
	padding: 0.5em;
	margin-left: 10.3em;
	color: White;
	background-color: #626262;
}

#corps hr {
	/*margin:auto;*/
	width: 35em;
	height: 0.1em;
	border: none;
	background-color: Red;
}

#corps p {
padding-bottom: 1em
}

#corps li {
padding-left: 0.1em;
margin-left: 2em;
}

#corps img {border: 0.15em solid Red;}

#corps img.Float_gauche {
border: 0 ;
padding-left: 3em;
}
#corps img.Float_droit_drapeau {
	position: relative;
   top: -0em;
	width: 1.8em;
	height: 1.8em;

float: right;
padding-left:0.5em;
Padding-right:0.5em;
padding-top: 0em;
border: none;
}

/***************************************************************/
/*  Menu																			*/
/***************************************************************/
#menu {
	float: left;
	width: 10em;
	/*background-color: Olive;*/
}

.element_menu li {
	padding-left: 0.1em; /*margin: 0px;*/
	margin-bottom: 0.3em;
	height: 1.6em;
	/*background-image: url(../Images/Bouton_rg_deg_h05.png);*/
	background-image: url(../Images/Bouton_bx2_deg_h05.png);
	background-position: center;
   border: 0.1em solid red;
	list-style: none;
	font-size: 0.85em;
	}
	
a {
	color: White;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
	font-weight: bold;
}

a:active {
	color: Silver;
	font-weight: normal;
	text-align: center;
   text-decoration: none;
}

a:visited {
	COLOR: Silver;
	/*TEXT-DECORATION: none*/
}

/***************************************************************/
/*  titres																		*/
/***************************************************************/
h3{
	text-decoration: underline;
	font-size: 1em;
	color: #8E8FFF;
}

/***************************************************************/
/*  classes comunes															*/
/***************************************************************/
.image1
{
width: 38%;
margin-left: 2.5em;
}
.image2
{
width: 38%;
margin-left: 2em;
}

/***************************************************************/
.image4
{
width: 40%;
margin-left: 2.5em;
}
.image9
{
width: 40%;
margin-left: 2em;
}
/***************************************************************/
.imageS1
{
width: 12em;
height: 8em;
margin-left: 2.5em;
margin-bottom: 1em;
}
.imageS2
{
width: 12em;
height: 8em;
margin-left: 2.5em;
margin-bottom: 1em;
}
.imageS3
{
width: 12em;
height: 8em;
margin-left: 3.5em;
}
.imageS4
{
width: 12em;
height: 8em;
margin-left: 2.5em;
}