/*Jumelé avec site mounphp - Formats pour l'affichage*/
body 
{
	width: 100%;
	margin: auto;/*pour centrer la page*/
	font-family: serif;
	font-size: 10pt;
}
#en_tete
{
	width: auto;
	margin-bottom: 20px;
	height: 160px;
	border: 2px solid red; 
}
#pied_de_page
{
	width: auto;
	padding: 5px;
	text-align: center;
    color: black;
    border: 1px solid red;
}
.et1
{
	position: absolute; 
	width: 300px;
	height: 150px;
	border: none;
}
.et2
{
	float: right;
	margin-top: 40px;
	margin-right: 5px;
	width: 300px;
	height: 80px;
	border: none;
}
#menu
{
   display: none;
}
#corps
{
   margin: 5% 5% 10M 10%; 
   color: black;
   border: 2px solid red; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
}
h1
{
	font-size: 14pt
}
h2
{
	margin-top: 50px;
	font-size: 12pt;
}
h3
{
	color: darkred;
	margin-left: 5px;
	font:weight: bold;
	font-size: 10pt;
}
#corps a
	{
	color: black;
	font-weight: bold;
	}
#corps a:visited
	{
	color: darkgreen;
	}
.d1/*paragraphes en retrait page index*/
{
	margin-left:80px;
}
.d2
{
	margin-left:400px;
}
.photo1/*gauche*/
{
	float: left;
	height: 150px;
	width: 150px;
	margin: 0 10px 5px 0;
}
.photo2/*droite*/
{
	float: right;
	height: 150px;
	width: 150px;
	margin: 0 3px 15px 10px;
}
.photo3
{
	float: none;
	height: 150px;
	width: 150px;
	margin: 10px 5px 5px 120px;
}
.photo4
{
	float: left;
	height: 150px;
	width: 150px;
	margin: 0px 5px 3px 0px;
	
}
.photo5
{
	float: right;
	height: 80px;
	width: 120px;
	margin: 0px 5px 3px 0px;
	
}
.photogp/*vignettes*/
{
	height: 100px;
	width: 130px;
}
.photo6
{
	float: right;
	height: 80px;
	width: 80px;
	border: none;
}
.photo8
{
	float: right;
	height: 60px;
	width: 60px;
	border: none;
}
.back/*boutons retour*/
{
	border: none;
	float: right;
}
.sitec/*image site en construction*/
{
	position:absolute;
	margin-left: 300px;
}
table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border: 4px ridge green; /* Bordure du tableau avec autre effet 3D (outset) en relief*/
   border-collapse: collapse; /* Colle les bordures entre elles */
}
caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   border: 4px outset green;/* Bordure avec effet 3D (outset) comme un bouton */
   font-family: Georgia, Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.3em;
   color: darkred;
   margin-bottom: 10px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}
td, th/*lignes de tableau + ligne de titre+titre tableau*/
{
   border: 1px solid black;
}
legend
{
	font-size: 1.5em;
	color: darkred;
	font-weight: bold;
}
