
/* ------------------------ Pour corps de page partenaires.php ----------------------------- */
#corps_part
{
   height: 900px;
   text-align: left;
   margin: 120px 0px 0px 220px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   padding-top: 30px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   background-color: none; /* .... */
   color: none;
}

.part1
{
	margin: 40px 0px 20px 333px;
	padding: 10px 0px 10px 0px;
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: 16px;
	font-weight: none;
	color: black;
}

.part2
{
	margin: 40px 0px 20px 222px;
	padding: 10px 0px 10px 0px;
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: 16px;
	font-weight: none;
	color: black;
}

.part3
{
	margin: 0px 0px 20px 111px;
	padding: 10px 0px 10px 0px;
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: 16px;
	font-weight: none;
	color: black;
}
.part4, .part5
{
	margin-left: 220px;
	margin-top: 40px;
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: 16px;
	font-weight: none;
	color: black;
}
.part6
{
	margin-left: 270px;
	margin-top: 40px;
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: 16px;
	font-weight: none;
	color: black;
}
.part7 
{
	margin: 0px 0px 50px 290px;
	margin-top: 40px;
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: 16px;
	font-weight: none;
	color: black;
}
.part8
{
	margin-left: 330px;
	margin-top: 40px;
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: 16px;
	font-weight: none;
	color: black;
}
.imageflottante
{
   float: left;
   margin: 0px 10px 0px 5px;
}
.textimage
{
padding-top: 15px;
}
#corps_part a  /* Toutes les images contenues dans un lien */
{
   text-decoration: none;  /*Les liens ne seront plus soulignés*/
   color: black; /* Les liens seront en rouge au lieu de bleu */
   font-style: normal; /* Les liens seront en italique (pourquoi pas ?) */
}
#corps_part a:hover /* Quand le visiteur pointe sur le lien */
{
	color: darkgreen; /* Le lien sera écrit en vert quand on pointera dessus */
}
