	
/* form Styles */

.titre_rouge{ 
	color: #ef4b3e; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 14px; 
	font-family: verdana, geneva, arial, sans-serif;
	text-decoration: none;
	}
	
.titre_rougegd{ 
	color: #ef4b3e; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 14px; 
	line-height: 14px; 
	font-family: verdana, geneva, arial, sans-serif;
	text-decoration: none;
	}




/* Link Styles */

A:link { 
	color: #333333;
	text-decoration: underline;
	}

A:visited {	
	color: #333333;	
	text-decoration: underline;
	}

A:visited:hover {	
	color: #ef4b3e;	
	text-decoration: none;
	}

A:hover { 
	color: #ef4b3e;
	text-decoration: none;
	}
	
A:active {	
	color: #ef4b3e;	
	text-decoration: none;
	}
a.bas	
	{color: #999999; 
	font-weight: normal; 
	font-size: 10px; 
	line-height: 15px; 
	font-family: verdana, geneva, arial, sans-serif;
	text-decoration: none;}
	
a.bas:hover 	
	{color: #999999; 
	font-weight: normal; 
	font-size: 10px; 
	line-height: 15px; 
	font-family: verdana, geneva, arial, sans-serif ;
	text-decoration: underline;}
	
a.rouge {	
	color: #ef4b3e; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 14px; 
	font-family: verdana, geneva, arial, sans-serif;
	text-decoration: none;}
	
a.rouge:hover {	
	color: #ef4b3e; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 14px; 
	font-family: verdana, geneva, arial, sans-serif;
	text-decoration: underline;}
	

/* HTML-Tags */

BODY {
	background-color: #ffffff;
	font-size: 11px;
	font-family: verdana, geneva, arial, sans-serif;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	background-image: url(../images/main/bg_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center;


	}
	
FONT { 
	 color: #666666; 
	 font-style: normal; 
	 font-size: 11px; 
	 line-height: 14px; 
	 font-family: verdana, geneva, arial, sans-serif; 
	 text-align: justify;
	}


TD { 
	color: #666666; 
	font-size: 11px; 
	font-weight: normal; 
	line-height: 15px; 
	font-family: verdana, geneva, arial, sans-serif;
	text-align: justify;
 
	}

TH { 
	color: #000000; 
	font-size: 11px; 
	font-weight: normal; 
	line-height: 14px; 
	font-family: verdana, geneva, arial, sans-serif; 
		text-align: justify;
	}

