.news{
         padding-bottom: 5px;
}
.titrepage {
	font-size:18pt; 
	color:#eba223;
	text-align: center;
}
.texte { 
	font-size:10pt; 
	color:white;
}
.textegras {
	font-size:10pt; 
	color:white;
	font-weight:bold;
}
.textesousgras { 
	font-size:10pt; 
	color:white;
	font-weight:bold;
	text-decoration:underline;
}
.textecentre {
	font-size:"10pt"; 
	color:"white";
	text-align:"center"
}
.textetab { 
	font-size:10pt; 
	color:white;
	text-align:center;
}

.erreur{ 
	font-size:10pt; 
	color:red;
	font-weight:bold;
}
.contenu {
	font-size:9pt;
	color:#C17F31; 
}

.comm { 
	font-size:8pt; 
	color:white;
        /*a supprimer par apres*/
}
.outer {
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #707070 1px solid; 
	BORDER-LEFT: #707070 1px solid; 
	BORDER-BOTTOM: #000000 1px solid;
} /*inutile*/

.photo {
	color:white; 
	FONT-SIZE: 10pt; 
	MARGIN: 0px; 
	FONT-FAMILY:"Comic sans MS",Helvetica,Arial;  
	TEXT-DECORATION: none;
	border:1px solid white;
        width:100%
}

.photonews {
	color:white; 
	FONT-SIZE: 10pt; 
	MARGIN: 0px; 
	FONT-FAMILY:"Comic sans MS",Helvetica,Arial;  
	TEXT-DECORATION: none;
	border:1px solid white;
        width:90%
}

/* IMG BORDURES ------------------------------------- */
img{
	border-color:#000000;
}

/* TABLEAUX ----------------------------------------- */



.tableauliste{
	text-align:center;
	width: 500px;
	border: 2px white solid;
	margin:auto;
}
.tableauliste th{
	font-weight:normal;	
}
.tableauliste td{
	padding:3px;
	border-top: 1px solid #53BAE5;
}
.tableaustat{
	text-align:center;
	width: 100%;
	font-size:10pt;
	border: 1px white solid;
	margin:auto;
	color:yellow;
}
.tableaustat th{
	vertical-align: center;
	text-align:left;
	background-color: #626262;
        height:10px;
	color: white;	
	font-size: 10pt; 
}
.tableaustat td{
	width:120px;
	background-color:#040284;
	border-color=#040284;	
}

.tableaustat2{
	text-align:center;
	width: 100%;
	font-size:10pt;
	border: 1px white solid;
	margin:auto;
}
.tableaustat2 th{
	text-align:center;
	vertical-align: center;
	background-color: #626262;
        height:10px;
	color: white;	
	font-size: 10pt; 
}
.tableaustat2 td{
	background-color:black;
	border-color=#040284;	
}



.tableaumerite td{
	padding : 10px;
	border : 3px solid white;
}
