/* Principal  */

body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background: #c0c0c0 url('images/fond4.png') repeat-y;
}

/* Partie Haute */
#banniere
{
	background-image: url("images/banniere.png");
	height: 115px;
	width: 760px
}

.bouton {
background-color: #000040;
border: 1px solid #000000;
color : #96dae3;
font-family: 'Courier New',Verdana, Arial, Helvetica, sans-serif;
font-weight:bolder;
height : 19px;
}

.formulaire
{
float: right;
margin-top: 1px;
}
.pas_de_marge
{
padding: 0px;
margin: 0px;
}
#barre_menu
{
	list-style-type: none;
	padding-left: 0;
	height: 20px;
	background: url("images/barre.png");
	border: 1px solid rgb(113,169,232);
	margin-top: 25px; /* Pour le bon afifchage avec ce qu'il y a au dessus */
}

#barre_menu li
{
	height: 20px;
    line-height: 20px;
	text-align: center;
	padding-top: 0px;
	font-family:'Trebuchet MS', Arial, 'Times new roman', Times, serif;
	font-size:0.9em;
}

.barre_menu_droite
{
	float: right;
	padding-left: 20px;
	padding-right: 5px;
}

.barre_menu_gauche
{
	float: left;
	padding-left: 5px;
	padding-right: 15px;
}

#barre_menu a
{
	color: #333333;
	font-style: normal;
	text-decoration: none;
	font-weight:bold;
	width: auto;
	padding: 0;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0;
	float: left;
	display: block;
	height: 20px;
}

#barre_menu a:hover
{
	color: #111111;
	background-color: rgb(152,216,227);
	border-left: 2px inset rgb(152,200,240);
	border-right: 2px inset rgb(152,200,240);
}

/* Contenu  */
#contenu
{
border: 10px solid #000040;
background: rgb(79,161,185);
padding: 15px;
padding-bottom: 50px;
padding-top: 10px;
}

img
{
border: none; /* Plus de contours bleus sur les images-liens */
}

#contenu h2 a
{
text-decoration: none;
color: #96dae3;
}

#contenu h2 a:visited
{
color: #96dae3;
}

h2
{
text-align:left;
text-decoration:underline;
font-family:  'Courier New', 'Trebuchet MS', 'Times new roman', Times, serif;
color: #96dae3;
font-weight: bold;
font-size: 135%;
background-color: #000040;
border-left: 30px solid #96dae3;
padding-left: 10px;
padding-bottom:4px;
}

.image-lien
{
text-align: center;
}

table, th, td
{
border-collapse: collapse;
border: 1px solid #000040;
padding: 2px;
}

#contenu a
{
color: blue;
text-decoration: none;
}

hr /* séparations de partie */
{
border: none;              /* On supprime la bordure (inset par défaut)... */
background-color: #000040; /* ... que l'on remplace par un fond bleu uni   */
height: 2px;               /* On définit la hauteur de 2 pixel pour que le fond soit visible ! */
width: 70%;                /* Et on précise que l'on désire un filet de longueur 70% */
}

.titre
{
padding-left: 5px;
text-align:left;
color: #000040;
font-family: 'Trebuchet MS', Arial, 'Times new roman', Times, serif;
font-size: 105%;
background-color: silver ;
margin-bottom: 0px;
border: 1px solid #000040;
border-bottom:none;
padding-top: 2px;
padding-bottom: 5px;
}

.titrenews
{
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0px;
font-weight: bold;
border-bottom: 2px dotted #000040;
}

.news
{
padding:9px;
background-color: rgb(230, 230, 230);
color: #000040;
text-align: justify;
font-family: 'Trebuchet MS', Arial, 'Times new roman', Times, serif;
font-size: 95%;
margin-top: 0px;
border: 1px solid #000040;

}