a:link{text-decoration: none; color: #F08500}
a:visited{text-decoration: none; color: #F08500} 
a:active{text-decoration: none; color: #F08500}
a:hover{text-decoration: none; color: #F2EA8E}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#645D64;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	;
	background-attachment: scroll;
	background-repeat: repeat;

	background-image:;
	background-position: left top;
	background-image:;
	background-image: ;
	background-image:;
		}

table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51);
	;
	color: #eeeeee;
	line-height: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 10px 90%;
	border: 0px Aucune;
		}

.table1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51);
	;
	color: #000000;
	background-repeat: repeat-y;
	background-position: right top;
		}
		
		.table2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51);
	;
	color: #000000;
	background-repeat: no-repeat;
	background-position: 50px top;
		}
		
		.table3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51);
	;
	color: #000000;
	background-repeat: no-repeat;
	background-position: 10px top;
		}
		
		.table4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51);
	;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: right bottom;
		}
		
		.table5{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51);
	;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: right 86%;
		}
		
		.jaune{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FBC91F;
	font-weight: bold;	
		}
		
		.art-1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e3057c;
	font-weight: bold;	
		}
			
/*
ul, li, li a {box-sizing: content-box; vertical-align: bottom;}
ul {padding: 0; margin: 0; border-bottom: 0px solid silver; font: 1em sans-serif;}
ul li {list-style-type: none; border: 0px solid #6F0301; border-width: 0px 0px 1px 0px; position: relative; margin: 0px; padding: 2px 0px 0px 5px; background:#6F0301;}
ul ul {display: none;}
ul li:hover > ul {display: block; position: absolute; top: 0px; left: 100%;}
li a {display: block; padding: 0px 0px; text-decoration: none; background:#6F0301;}
ul#topmenu li a {background:#6F0301; color:#FFFFFF}									/* couleur lien sous menu */
/*ul#topmenu li a:hover {background:#6F0301; color:#F9EFB4}						/* couleur lien sous menu survol*/

/*
li.sub > a {font-weight: bold; background:#6F0301;}
ul#topmenu {width: 10; height: 12px}																						/* largeur menu top ; float => horizotal */
/*ul#topmenu > li:hover > ul {width: 110px; top: 14px; left: 0px;}		/* top => hauteur sous-menu / menu */

/*==============================================================================================*/
/*==																			MENU DEROULANT																		 ===*/
/*==============================================================================================*/

ul, li, li a 															/*========== 		Commun tous les menus top 	==========*/
{																					/*																										*/
	box-sizing			: content-box; 					/*																										*/
	vertical-align	: bottom;								/* alignement vers le bas pour tout les menus					*/
 	color						: #FFFFFF;							/* couleur police dans les menus											*/
	height:15px;
}																					/*====================================================*/

ul 																				/*========== 			Commun chaque liste 			==========*/
{																					/*																										*/
	margin					: 0px; 									/* marge interieur																		*/
	padding					: 0px; 									/* marge extérieur																		*/
	border-bottom		: 0px solid silver; 		/* bordure 																						*/
	font:						: 1em sans-serif;				/* police 																						*/
}																					/*====================================================*/
ul li 																		/*==========		Commun chaque sous-menu			==========*/
{																					/*																										*/
	list-style-type	: none; 								/* type de puce																				*/
	border					: 0px solid #cccccc; 		/* type de bordure																		*/
	border-width		: 0px 0px 0px 0px; 			/* bordure : haut droite bas gauche (!!! bas != 0 !!!)*/
	position				: relative; 						/* positionnement																			*/
	margin					: 0px; 									/* marge intérieur																		*/
	padding					: 2px 0px 0px 5px;			/* marge extérieur																		*/
	background			: #440244;							/* couleur de fond																		*/
}																					/*====================================================*/

ul#topmenu 																/*========== 				Menu vers le bas 				==========*/
{																					/*																										*/
	width						: 110px; 								/* largeur menu																				*/
	float						: none;									/*																										*/
}																					/*====================================================*/

ul#topmenu li a:hover 										/*========Menu etSous-menu vers le bas survol=========*/
{																					/*																										*/
	background			: ;							/* couleur de fond tous menu/sous-menu au survol			*/
	color						: #ffffff;							/* couleur de police tous menu/sous-menu au survol		*/
}																					/*====================================================*/

ul#topmenu > li:hover > ul 								/*==========	Sous-menu vers le bas survol 	==========*/
{																					/*																										*/
	width						: 110px;								/* largeur du sous-menu 															*/ 
	top							: 16px; 								/* distance du sous-menu par rapport au menu  				*/
	left						: -1px;									/* décalage du sous-menu à gauche par rapport au menu */
}																					/*====================================================*/

li.sub > a 																/*==========				Menu -> sous-menu			 	==========*/
{																					/*																										*/
	font-weight			: inherit;							/* police																							*/
	background			: ;							/* couleur de fond menu avec sous-menu								*/
}																					/*====================================================*/

ul li:hover > ul 													/*==========					Sous-sous-menu			 	==========*/ 
{																					/*																										*/
	display					: block; 								/* affichage en block																	*/
	position				: absolute; 						/* position du block																	*/
	top							: 0px; 									/* décallage => bas : sous-sous-menu									*/
	left						: 100%;									/* décallage => droite : sous-sous-menu								*/
}																					/*====================================================*/

li a 																			/*==========	Commun chaque menu/sous-menu	==========*/ 
{																					/*																										*/
	display					: block; 								/* affichage en block																	*/
	padding					: 0px 0px; 							/* marges																							*/
	text-decoration	: none; 								/* police																							*/
	background			: ;							/* couleur de fond sous-menu sans sous-sous-menu			*/
}																					/*====================================================*/

ul ul 																		/*==========				Sous-sous-menu				 	==========*/ 
{																					/*																										*/
	display					: none;									/* affichage																					*/
	width						: 100px;								/* largeur sous-sous-menu															*/
}																					/*====================================================*/

/*==============================================================================================*/
/*==																		FIN MENU DEROULANT																	 ===*/
/*==============================================================================================*/

/*=============================================================================*/
/*=============================================================================*/
/*===								TABLEAUX								===*/
/*=============================================================================*/
/*=============================================================================*/
.table_border
{
	border-style:solid;
	border-color:#B2AEB2;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
}

.coul_fond1 {background-color:#B2AEB2; color:#000000; font-weight:bold}
.coul_fond2 {background-color:#B2AEB2; color:#000000; font-weight:normal}

/*=============================================================================*/
/*=============================================================================*/
/*===								FORMULAIRE								===*/
/*=============================================================================*/
/*=============================================================================*/
form 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#440244;

	/*padding:10px;*/
	/*width:350px;*/
}
label 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*font-weight:bold*/
}
select, option 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*background-color:#EEEEEE;*/
	/*color:#000000;*/
}
input 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*border:1px solid black;*/
	/*background-color:#440244;*/
	/*color:#000000;*/
	/*width:150px;*/
}

input.bouton 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*border:1px solid black;*/
	/*background-color:#CCCCCC;*/
	/*color:#000000;*/
	/*width:150px;*/
}
input.bouton150 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*border:1px solid black;*/
	/*background-color:#CCCCCC;*/
	/*color:#000000;*/
	width:150px;
}
input.bouton60 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*border:1px solid black;*/
	/*background-color:#CCCCCC;*/
	/*color:#000000;*/
	width:60px;
}
input.bouton70 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*border:1px solid black;*/
	/*background-color:#CCCCCC;*/
	/*color:#000000;*/
	width:70px;
}
input.bouton_color
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*border:1px solid black;*/
	background-color:#B2AEB2;*/
	/*color:#F08500;*/
}
textarea 
{
	/*border:1px solid black;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*color:#000000;*/
}
/*=============================================================================*/
/*=============================================================================*/
