/* StyleSite.css : feuilles de style */
body { 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 25px;
	width: 700px;
	background-color: #33CC99;
	}

h1 {
font-family: Times new roman ;
color: #CC0000;
}

H2 {
	color: #FF0000;
	text-align: center;
}

h3 {
color: black;
}


img {
width: 50%;
}

a {
color: darkblue;
}	/*les liens en général*/

a:hover {
color: red;
}	/*quand on passe la souris sur un lien*/

a:active {
color: green;
}	/*quand on clique sur le lien*/

a:visited {
color: black
}	/*lien visité*/


p {
	Font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}

p#comite {
	font-family: Times new roman ;
	font-weight: none;
	color: darkblue;
	font-size: 35px;
}

p#hautpage {
	Font-family: times new roman;
	font-weight: none;
	font-size: 12px;
	text-align: center;
}

p#titre {
	font-family: Brush script MT;
	color: Red;
	font-size: 70px;
	text-align: center;
}

a#menu {
	color: dark-blue;
	font-size: 30px;
}

p#construction {
font-family: Brush Script MT ;
color: darkblue;
font-size: 70px;
text-align: center;
}