body
{
width: 860px;
margin: auto; /* Pour centrer notre page */
margin-top: 0px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur */
margin-bottom: 0px;    /* Idem pour le bas du navigateur */
background-color:black;
}
  
#en_tete /* Bannière */
{
   width: 860px;
   height: 234px;
   margin: 0 0 0 0;
   background-image: url("images/banniere-mos.gif");
   background-repeat: no-repeat;
}

#en_tete p /* le texte dans la bannière */
{
   position: relative;
   left: 10px;
   top: 204px;
   font:Arial, Helvetica, sans-serif;
   font-size:1.4em;
   color:#E1001A;
   margin-bottom: 0px;
   font-family:Arial, Helvetica, sans-serif;
}

#menu /* la div du menu */
{
	width: 860px;
	height: 31px;
	background-image: url("images/menu-mos.gif");
	margin: 0 0 0 0;
}

#menu a {
	display:block;
	float:left;
	width:16%;
	height:31px;
	border:0px;
	color:#E1001A;    /*la couleur*/
	text-align:center; /*on le centre horizontalement*/
	padding-top:7px; /*on le centre verticalement*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration:none;
	border:0;
	margin-bottom:0px;
	font-weight:bold;
	margin-bottom:0px;
}

#menu a:hover
{
color:#0a2d82; /*la couleur*/
text-decoration:none;  /*on enlève le soulignement du lien*/
}

#corps {	/* la div du contenu de la page */
	width:860px;
	background-color: #bebebe;
	padding:10 10 10 10;
	border:0px;
   	margin: 0 0 0 0;
}

.bandeaumoss  /*mos est un etat d'esprit*/
{
width: 860px;
height: 200px;
magin:center;
margin-right:0px;
margin-top:0px;
}

.villeret/*photo illustrant le texte*/
{
border:ridge 1px;
float:right;
margin-right:80px;
margin-bottom:20px;
}

#corps p {
	padding-left:30px;
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align:justify;	
	margin-bottom:50px;
	}

	
h2 
{
	font-weight:bold;
	font-size:1.2em;
	text-decoration : underline;
	font-family :arial;
	padding-left:30px;
	padding-top:10px;
	margin-top:0px;
}

#corps img {
border:none;
}

#corps_partenaire img {
border:none;
}

#corps_partenaire {	/* la div du contenu de la page */
	width:860px;
	height:auto;
	background-color: #bebebe;
	padding:10 10 10 10;
	border:0px;
   	margin: 0 0 0 0;
}

#corps_partenaire p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align:justify;	
	padding-left:30px;

}

#corps_video {	/* la div du contenu de la page */
	width:860px;
	background-color: #bebebe;
	padding:10 10 10 10;
	border:0px;
   	margin: 0 0 0 0;
}
#corps_photo
 {	/* la div du contenu de la page */
	width:860px;
	background-color: red;
	padding:10 10 10 10;
	border:0px;
   	margin: 0 0 0 0;
	text-align:center;
}


img {
	border:none;
	}

table {
	width:750px;
	margin-left:30px;
}

td {
	vertical-align:middle;
}

table p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align:justify;	
}

table imag {
	margin:5 5 5 5;
	}	


.partenaire_image {
	border:ridge 1px;
	float:left;
	margin-right:80px;
	margin-bottom:20px;

}

#pied_de_page {	/* la div du pied de page */
	width: 860px;
	height: 180px;
	background-image: url("images/truc_de_fou2.png");
	background-repeat: no-repeat;
   	background-position:right;
	border:none;
	padding: 0 0 0 0;
}
#pied_de_page img {
	border:none;
	}
.merci
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:3em;
	text-align:justify;	
	margin: 5 5 5 5;
	padding: 5 5 5 5;
	
	}
