




A:link { 
	COLOR: #6A2300; TEXT-DECORATION: none 
}

A:visited { 
	COLOR:#A9A9A9; TEXT-DECORATION: none 
}

A:hover { 
	 COLOR: #000000;  background-color:66ff00;  
}

 
 

BODY {
	
	scrollbar-base-color: #FFEBCD;	
	background-color: #FFEBCD;
	font-family:arial,verdana,helvetica,sans-serif; font-size:13px; line-height:20px;

	
}

P {
	font-family:arial,verdana,helvetica,sans-serif; font-size:15px; line-height:20px; 
}

TD {
	font-family:arial,verdana,helvetica,sans-serif; font-size:12px;
}

H1 {
	font-family:arial,verdana,helvetica,sans-serif; font-size:50px;
}

H2 {
	font-family:times new roman,serif; font-size:20px; 
}

H3 {
	font-family:arial,verdana,helvetica,sans-serif; font-size:40px; 
}
































TD.rubrique	{   
		BORDER-RIGHT: #FBCF91 2px solid;    
		BORDER-LEFT: #FBCF91 2px solid;        
		FONT-SIZE: 13px;   COLOR: #000000;    
		FONT-FAMILY: arial,verdana,helvetica,sans-serif; 		
		TEXT-DECORATION:none;	
		background-color : #FEF4E6;
}


TD.rubriquegauche	{   
	  
		BORDER-LEFT: #FBCF91 2px solid;        
		FONT-SIZE: 13px;   COLOR: #000000;    
		FONT-FAMILY: arial,verdana,helvetica,sans-serif; 		
		TEXT-DECORATION:none;	
		background-color : #FEF4E6;
}


TD.rubriquedroite	{   
	  
		BORDER-RIGHT: #FBCF91 2px solid;        
		FONT-SIZE: 13px;   COLOR: #000000;    
		FONT-FAMILY: arial,verdana,helvetica,sans-serif; 		
		TEXT-DECORATION:none;	
		background-color : #FEF4E6;
}



TD.rubriquehaut	{	
		BORDER-TOP: #FBCF91 2px solid;	
		FONT-WEIGHT: bold;	FONT-SIZE: 13px; COLOR: #ffff99;	
		FONT-FAMILY: arial,verdana,helvetica,sans-serif; 	
		TEXT-DECORATION: none;	
		background-color : #FEF4E6;
}

TD.rubriquebas	{	
		BORDER-BOTTOM: #FBCF91 2px solid;	
		FONT-WEIGHT: bold;	FONT-SIZE:13px;	COLOR: #ffff99;	
		FONT-FAMILY: arial,verdana,helvetica,sans-serif; 
		TEXT-DECORATION: none;	background-color :#FEF4E6;
}



TD.rubriqueronde {	
		BORDER-TOP:#FBCF91 2px solid;
		BORDER-BOTTOM: #FBCF91 2px solid;	
		FONT-SIZE: 13px;    COLOR: #000000;    
		FONT-FAMILY: arial,verdana,helvetica,sans-serif; 	
		TEXT-DECORATION: none;	
		background-color : #FEF4E6;
}










TD.article	{   
		BORDER-RIGHT: #FBCF91 2px solid;    
		BORDER-LEFT: #FBCF91 2px solid;        
		FONT-SIZE: 14px;    COLOR: #000000;  FONT-WEIGHT: bold;    
		FONT-FAMILY: arial,verdana,helvetica,sans-serif; 		
		TEXT-DECORATION:none;
		background-color : #FFEBCD;

}



TD.articlesmall	{   
		BORDER-RIGHT: #FBCF91 2px solid;    
		BORDER-LEFT: #FBCF91 2px solid;        
		FONT-SIZE: 12px;    COLOR: #000000;   
		FONT-FAMILY: arial,verdana,helvetica,sans-serif; 		
		TEXT-DECORATION:none;
		background-color : #FFEBCD;

}

TD.articlehaut	{	
		BORDER-TOP:  #FBCF91 2px solid; 	
		FONT-SIZE: 13px;    COLOR: #009900;  FONT-WEIGHT: bold;  
		FONT-FAMILY: arial,verdana,helvetica,sans-serif; 	
		TEXT-DECORATION: none;	
		background-color : #FFEBCD;
}

TD.articlebas	{	
		BORDER-BOTTOM: #FBCF91 2px solid;	
		FONT-SIZE: 13px;    COLOR: #000000;    
		FONT-FAMILY: arial,verdana,helvetica,sans-serif; 
		TEXT-DECORATION: none;	background-color :#FFEBCD;
}












.Style1 {
	font-size: 50px;
	font-weight: bold;
	font-family: arial,verdana,helvetica,sans-serif;
}

.Style2 {
	font-size: 55px;
	font-weight: bold;
	color: 009900;
	font-family: arial,verdana,helvetica,sans-serif;
}

.Style3 {
	font-family: arial,verdana,helvetica,sans-serif;
	font-weight: bold;
	font-size: 45px;
}

.Style4 {
	font-size: 13px;
	font-weight: bold;
	font-family: arial,verdana,helvetica,sans-serif;
	color: green;
}


.Style5 {
	font-size: 20px;
	font-weight: bold;
	color: 009900;
	font-family: arial,verdana,helvetica,sans-serif;
}


.Style6 {
	font-size: 15px;
	
	
	font-family: arial,verdana,helvetica,sans-serif;
}



.Style7 {
	font-size: 20px;
	font-weight: bold;
	color: ee1010;
	font-family: arial,verdana,helvetica,sans-serif;
}





#menu, #menu ul{
padding:0;
margin:0;
list-style:none;
text-align:center;
}
#menu li{
display:inline-block;
position:relative;
border-radius:8px 8px 0 0;
}
#menu ul li{
display:inherit;
border-radius:0;
}
#menu ul li:hover{
border-radius:0;
}
#menu ul li:last-child{
border-radius:0 0 8px 8px;
}
#menu ul{
position:absolute;
z-index: 1000;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#menu li:hover ul{
max-height:35em;
}
/* background des liens menus */
#menu li:first-child{
background-color: #7db10f;
background-image:-webkit-linear-gradient(top, #7db10f 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #7db10f 0%, #677F35 100%);
}
#menu li:nth-child(2){
background-color: #7db10f;
background-image:-webkit-linear-gradient(top, #7db10f 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #7db10f 0%, #677F35 100%);
}

#menu li:nth-child(3){
background-color: #7db10f;
background-image:-webkit-linear-gradient(top, #7db10f 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #7db10f 0%, #677F35 100%);
}

#menu li:nth-child(4){
background-color: #7db10f;
background-image:-webkit-linear-gradient(top, #7db10f 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #7db10f 0%, #677F35 100%);
}

#menu li:nth-child(5){
background-color: #7db10f;
background-image:-webkit-linear-gradient(top, #7db10f 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #7db10f 0%, #677F35 100%);
}

#menu li:nth-child(6){
background-color: #7db10f;
background-image:-webkit-linear-gradient(top, #7db10f 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #7db10f 0%, #677F35 100%);
}

#menu li:nth-child(7){
background-color: #7db10f;
background-image:-webkit-linear-gradient(top, #7db10f 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #7db10f 0%, #677F35 100%);
}

#menu li:nth-child(8){
background-color: #7db10f;
background-image:-webkit-linear-gradient(top, #7db10f 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #7db10f 0%, #677F35 100%);
}


#menu li:last-child{
background-color: #7db10f;
background-image:-webkit-linear-gradient(top, #7db10f 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #7db10f 0%, #677F35 100%);
}
/* background des liens sous menus */
#menu li:first-child li{
background:#677F35;
}
#menu li:nth-child(2) li{
background:#677F35;
}
#menu li:nth-child(3) li{
background:#677F35;
}
#menu li:nth-child(4) li{
background:#677F35;
}
#menu li:nth-child(5) li{
background:#677F35;
}
#menu li:nth-child(6) li{
background:#677F35;
}
#menu li:nth-child(7) li{
background:#677F35;
}
#menu li:nth-child(8) li{
background:#677F35;
}
#menu li:last-child li{
background:#677F35;
}
/* background des liens menus et sous menus au survol */
#menu li:first-child:hover, #menu li:first-child li:hover{
background:#9fd330;
}
#menu li:nth-child(2):hover, #menu li:nth-child(2) li:hover{
background:#9fd330;
}
#menu li:nth-child(3):hover, #menu li:nth-child(2) li:hover{
background:#9fd330;
}
#menu li:nth-child(4):hover, #menu li:nth-child(2) li:hover{
background:#9fd330;
}
#menu li:nth-child(5):hover, #menu li:nth-child(2) li:hover{
background:#9fd330;
}
#menu li:nth-child(6):hover, #menu li:nth-child(2) li:hover{
background:#9fd330;
}
#menu li:nth-child(7):hover, #menu li:nth-child(2) li:hover{
background:#9fd330;
}
#menu li:nth-child(8):hover, #menu li:nth-child(2) li:hover{
background:#9fd330;
}
#menu li:last-child:hover, #menu li:last-child li:hover{
background:#9fd330;
}
/* les a href */
#menu a{
text-decoration:none;
display:block;
padding:8px 32px;
color:#FFFFFF;
font-family:arial;
font-size: 16px;  

}
#menu ul a{
padding:8px 0;
}
#menu li:hover li a{
color:#fff;
text-transform:inherit;
}
#menu li:hover a, #menu li li:hover a{
color:#000;
}






