body{
/*définition du body de chaque page (fond bleu degradé) */
		/*background 	: 	#A6B7FC;*/
		/*background 	: 	#66ccff;*/
		/*background 	: 	#c7ecf8;*/
		background 	: 	#0099cc;
		font-family			:	verdana, arial;
		font-size			:	10pt;
		height 				: 	100%;
		width				:	100%;
		margin : 0px;
}

a img{
	border : 0px;
}

#contenu{
		width				:	100%;
		height : 100%;
		min-height : 650px;
		text-align : center;
		vertical-align : middle;
		margin : 0px;
}

#milieu{
	/*background : #0099cc;*/
	background : #FFFFFF;
	width : 800px;
	height : 600px;
	margin : 0px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 3%;
	margin-bottom:auto;
	padding : 0px;
	border : 0px;
}

.ligne_entree{
	background : #FFFFFF;
	text-align : center;
	vertical-align : center;
	clear:both;
}

table{
	border-collapse : collapse;
	/*background : #0099cc;*/
	background : #FFFFFF;
}

table a{
	color : white;
	font-weight : bold;
	size : 12pt;
	font-family : verdana, arial, helvetica;
	text-decoration : none;
	text-align : right;
	width : 100%;
	height : 100%;
}

#compteur{
	color : #FFFFFF;
	font-size : 9pt;
	text-align : right;
	font-family : verdana, helvetica, arial;
	font-weight : bolder;
	margin : 0px;
	position : relative;
	top : 0px;
	width : 98%;
}

#footer{
	text-align			:	right;
	color				:	#0099cc;
	font-family			:	verdana, arial, helvetica;
	font-size			:	8pt;
	clear : both;
	position : relative;
	top : 0px; left :0;
	bottom : 0px;
	height : 17px;
	margin-top : 5px;
}

#footer p{
	height : 25px;
	background : none;
	position : relative;
	top : 0px; right : 0px;
	margin : 0px;
	padding : 0px;
}


a.footer, a.footer:visited{
		color				:	#0099cc;
		font-family			:	verdana, arial, helvetica;
		font-size			:	8pt;
		text-decoration		:	none;
		font-weight : normal;
		background : #FFFFFF;
		position : relative;
		top : 2px; left : 0px;
		height : 25px;
		margin : 0px;
		padding : 2px;
		border : #0099cc 1px solid;
		border-bottom : 0;
	}
		
a.footer:hover, a.footer:focus, a.footer:active{
		color				:	#FFFFFF;
		font-family			:	verdana, arial, helvetica;
		font-size			:	8pt;
		text-decoration		:	none;
		background : #0099cc;
		height : 25px;
		position : relative;
		top : 2px; left : 0px;
		margin : 0px;
		padding : 2px;}
		
#breve{
	clear : both ;
	position : relative ; 
	text-align : center;
	background : url('../images/titre-actu-orange.png') repeat-x;
	margin-left : 5%;
	margin-right : 5%;
	margin-top : 40%;
	border-left : #ff9000 1px solid;
	border-right : #ff9000 1px solid;
	border-bottom : #ff9000 1px solid;
	width : 87%;
	font-size : 8pt;
}
#breve p{ margin-left : auto; margin-right : auto ; width : 90%; text-align : justify; }

#breve h1{ color : black; height : auto;}

#breve  a, #breve  a:visited{ 
	font-size : 7pt; 
	background-color :#ff9000; 
	text-decoration : none; 
	color : white;
}
#breve  a:active, #breve  a:focus, #breve  a:hover{ 
	font-size : 7pt; 
	background-color :white; 
	font-weight : bold; 
	text-decoration :underline; 
	color : #ff9000;
}