/* Les différents titres et corps de texte */

h1 {
font-family : Arial;
font-size : 25 px;
font-style : bold;
text-align: left;
color : black;
margin: 0.2em 0 0.4em 0;
}
h2 {
font-family : Arial;
font-size : 34 px;
font-style : bold;
text-align: left;
color : #cc0000;
margin: 0.2em 10% 0.4em 10%;
}
body {
font-family : Arial;
font-size : 16 px;
text-align: justify;
color : black;
margin: 0.2em 0 0.4em 0;
}
/* Liens hypertextes */

a { text-decoration: none ; color: #000000 ; font-weight: bold }
alink {text-decoration: none ; color: #cc0000}

/* <body style="color: rgb(55, 56, 81); background-color: rgb(241, 241, 241);" alink="#cc0000" link="#cc0000" vlink="#373851"> */
/* Bordure des images */
border {
        border-style: none;
        border-width: medium; 
        border-color: transparent;
      }
/* Les differnets div : menu, contenu droit et gauche ainsi que le pied de page*/

div#menu {
	width:980px;
	height:50px;
	background-color:#F1F1F1;
	text-align: center;
	}
div#contenu {
	width:980px;
	height:500px;
	background-color:#F1F1F1; /* Gris */
	text-align: justify;
	}
div#contenu_d {
	width:400px;
	height:500px;
	text-align: justify;
	}
div#contenu_g {
	width:300px;
	height:500px;
	text-align: justify;
	}
div#piedpage {
	width:980px;
	height:50px;
	background-color:#F1F1F1;
	text-align: center;
	}