/* DESIGN DU SITE */
body
{
   width: 760px;
   margin: auto;
   margin-top: 0px;
   margin-bottom: 0px; 
   background: white ;   
}

#en_tete
{
   width: 750px;
   height: 115px;
   background-image: url("index/banniere.jpg");
   background-repeat: no-repeat;
   margin-bottom: 0px;
   margin: auto;
}

#menu
{
   width: 720px;
   height: 30px;
   margin: auto;
   background-image: url("index/menu.jpg");
   background-repeat: no-repeat;
   padding-left: 30px;
   padding-bottom: 2px;
}

.element_menu
{
	width: 110px;
	margin-top: 6px;
	margin-left: 5px;
	text-align: center;
    float: left;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, "Times New Roman", Verdana, serif;
}

#transition
{
   width: 761px;
   height: 21px;
   background-image: url("index/triangle.png");
   background-repeat: no-repeat;
   margin: auto;
}

#corps
{
   width: 736px;
   background-color: #EDF1F6;
   margin: auto;
   padding:10px ;
   min-height:400px;
   border-left: 2px solid #e4e9ef;
   border-right: 2px solid #e4e9ef;
}

.news_titre
{
	width: 600px;
	margin-top: 10px ;
	margin-bottom: 5px ;	
	text-align: left;
	text-decoration: underline ;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, "Times New Roman", Verdana, serif;
}
.news_corps
{
	margin: auto;
	width: 650px;
	padding: 8px ;
	background-color: #e7eaf1;
	text-align: left;
}
.news_bas
{
	width: 600px;
	text-align: center;
	padding-top: 10px ;
	padding-bottom: 15px ;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, "Times New Roman", Verdana, serif;
	border-bottom: 1px dashed #808080 ;
}

.titre_section
{
	text-align: center;
	padding-bottom: 15px ;
	font-size: 14px;
	text-decoration: underline ;
	font-weight: bold;
	font-family: Verdana, "Times New Roman", Verdana, serif;
}

.commentaire
{
	color: #666666 ;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
.date_cours
{
	font-size: small ;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
.nonvisible
{
	background-color: #fd9f9f;
	display: inline;
}

.matiere
{
	font-weight: bold ;
	display: inline;
}

#pied_de_page
{
   width: 756px;
   height: 180px;
   background-color: #EDF1F6;
   text-align: center;
   margin-top: 50px;
   margin: auto;
   border-left: 2px solid #e4e9ef;
   border-right: 2px solid #e4e9ef;
}

/* LA COULEUR DES LIENS */
A:link {
	COLOR: #0099CC; TEXT-DECORATION: none
}
A:visited {
	COLOR: #0099CC; TEXT-DECORATION: none
}
A:hover {
	COLOR: #000033; TEXT-DECORATION: underline
}

/* Test ANGLAIS */
.Faux {color: #FF3300}
.Juste {color: #00CC33}
