﻿body{
	font-size: 12px;
	font-family: Times,Arial;
	color: #775b4a ;
	background-color: #FFFFFF;/*#D8C99E;##775b4a*/
	}


.noflash{
	width:400px;
	padding : 10px;
	background-color:#FFFFFF;
	margin : 30px;
}

.alerte {
	width:100%;
	margin : 20px  0px  10px;
    padding : 10px 30px;
	color: #FFFFFF;
	background-color:#9C0000;
	/*font-weight: bold;*/
	font-size: 16px;
	}

.invisible {
	display : none;
	}

.bordeaux {
	color: #9C0000;
	}


/* LINKS*/
a:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color: #9C0000;
	}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color: #9C0000;

	}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#ff0000;
	}	
		
a:hover	{	
	text-decoration:	none;
	color:	#FFFFFF;
	background-color:#9C0000;

	}	


