@font-face
{
    font-family: "Pussycat2";
    src: url("http://www.rez-gif.supelec.fr/~sms/police/PC.ttf");
}


body{
	margin-bottom: 20px; /* Idem pour le bas du navigateur */
	color: #487192;
	text-align: justify;
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	list-style-position: inside;
	list-style-type:none;
	background: url(../fond.jpg) repeat-x;
}
#body2{
	width:830px;
	margin: auto; /*margin-top: 20px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
	
}


#header{
	background:transparent url('../logo.png') left center no-repeat;
	font: 70px Impact,Pussycat,Pussycat2, Verdana,Comic Sans MS;
	color: black;
	margin-bottom:30px;
	padding:0;
	vertical-align:top;
	
}

#titre{
	margin-left:150px;
	
}

a:link{
	text-decoration: none;
	font-weight: bold;
	color: #487192;
}
a:visited{
	text-decoration: none;
	font-weight: bold;
	text-align: justify;
	color: #2D475B;
}

a:hover{
	text-decoration: underline;
	color: #2D475B;
}




h3 {
font: italic 3.5em Impact,Pussycat,Pussycat2, Verdana,Comic Sans MS;
	color: #487192;/*#A40019*/

	text-align: left;
	margin: 0;
}


h4 {
	font: italic 5em Impact,Pussycat,Pussycat2, Verdana,Comic Sans MS;
	color: #487192; /*#A40019*/
	text-align: center;
	margin: 0;

}


h5 {
	color: black;
	text-align: center;
	background-color: #77A7D5;
	margin-top: 0;
	font-size: 1em;
}

ul{
	margin:0;
	padding:0;
}

textarea{
	font-family: "Comic Sans MS";
	border: 1px solid #CC0000;
	background-color: Black;
	color: White;
	font-size: 80%;
}


#menu{
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	margin-top: 0px;
	border: 2px solid #77A7D5;
	width: 15%;
	float: left;
	padding-bottom: 5px;
	list-style-type: none;
}


table{
   width:100%;

	}
	
	


#centre {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border: 2px solid #77A7D5;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:15px;
	margin-left:20%;
}





.cont_news {
	border: 1px dashed #9EC0E1;
	padding: 5px 15px 5px 15px;
	margin-top: 15px;
}



.news_ecrit {
	text-align: left;
	color: #77A7D5;
	font-size: 1em;
}



.news_objet {
	color: #77A7D5;
	font-size:1.5em;
}

.news_object a {
	color: #77A7D5;
}

