a:link {color: #CA6500; text-decoration:none;}
a:visited {color: #CA6500; text-decoration:none;}
a:hover {color:#8E0000; text-decoration:none;}
a img {border:none;}

body {
   background-color:white;
}

.nouvelle { vertical-align: super; font-size: 83%; }

h1 {
   text-align:center;
   color:#034B93;
   }


h2 {
   font-family:verdana;
   text-align:center;
   color: red;
}

.fauxh2{
  font-family:verdana;
  color:#034B93;
  text-align:center;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom:0.1cm;
  margin-top:0.1cm;
}


div {
	text-align:center;
	}
div#bandeau {
	width:100%;
	height:30%;
	background-color:white;
	color:#034B93;
	}
div#menu {
	float:left;
	text-align:left;
	width:16%;
	height:60%;
	color:#034B93;
	background-color:#F0F0F0;
	border-style:solid;
	}
div#contenu {
	margin:0px 0px 0px 10px;
	text-align:justify;
	float:left;
	width:82%;
	height:60%;
	color:#034B93;
	background-color:white;
	}
div#contenu2 {
	margin:0px 0px 0px 0px;
	text-align:justify;
	float:left;
	width:83%;
	height:60%;
	color:#034B93;
	background-color:white;
	}

div#service_ligne {
	text-align:left;
	color:#034B93;
	float:right;
	width:150px;
	height:60%;
	background-color:#F0F0F0;
	border-style:solid;
	}
div#pied_page {
	clear:both;
	width:100%;
	height:10%;
	color:#034B93;
	background-color:white;
	}

tr#titre_tableau {
   font-weight: bold;
   }

tr#titre_colonne {
	text-align:center;
	font-weight: bold;
	background-color:#F0F0F0;
    }

tr#titre_nouvelle {
	text-align:center;
	font-weight: bold;
	background-color:#F0F0F0;
	cursor:pointer;
   	}

 tr#titre_nouvelle2 {
	text-align:left;
	font-weight: bold;
	background-color:#F0F0F0;
	cursor:pointer;
   	}

tr#texte_gauche {
	text-align: left;
	}
	
tr#grand_titre_tableau {
	text-align:center;
	font-weight: bold;
	background-color:#034B93;
	color:white;
	}