/* CSS pour la partie intégrale de la page web ! Les balises <BODY> */
body {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	font-family: Verdana, "Book Antiqua", Rockwell, Times;
}

/* DIV regroupant le coprs de la page, ou les informations sont affichés au joueur */
#DESIGN_CORPS {
	width: auto;
	border: 0px solid black;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 8pt;
	font-family: Verdana, "Book Antiqua", Rockwell, Times;
}

/* Style CSS pour les listes a puce a l'intérieur du corps de page */
#DESIGN_CORPS ul {
	margin-top:0px;
	margin-bottom:0px;
	margin-left: -13px;
	padding-top: 0px;
	list-style-type: square;
}
#DESIGN_CORPS ul li {
	padding-left: 0px;
	padding-bottom: 3px;
	margin: 0px;
	font-family: verdana;
	font-size: 8pt;
	line-height: 13px;
}

/* Style CSS pour les images dans les liens ! */
a img {
	text-decoration: none;
	border: none;
}

/* Style CSS pour les liens normals! */
a {
	font-size: 8pt;
	color: black;
	font-family: verdana;
	text-decoration: underline;
}

/* Style CSS pour les liens avec la souris par dessus ! */
a:hover {
	font-family: verdana;
	color: #816019;
	text-decoration: underline;
}

/* Style CSS pour les zones déroulantes de choix ! */
select {
	font-family: verdana;
	color: black;
	background-color: #dbcdb5;
	border: 1px solid black;
	margin: 0px;
}

/* Style CSS pour les zones de saisies de type TEXTAREA */
textarea {
	font-size: 8pt;
	font-family: verdana;
	padding: 3px;
	margin: 0px;
	background-color: #d6c090;
}

/* Style CSS pour les formulaires !!! */
form {
	margin: 0px;
	padding: 0px;
}

/* Style CSS pour les TABLEAUX !!!!! */
table {
	border-collapse: collapse;
	border: 0px solid black;
	font-family: verdana;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}

.table_1 {
	border-collapse: collapse;
	border: 1px solid #c49344;
}
.table_1 th {
	height: 20px;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	color: white;
	background-image: url('../images/style/design_tableau_th.jpg');
	background-repeat: repeat-x;
	width: auto;
}
.table_1 td {
	border: 1px solid #c49344;
	background-color: #f1f1f1;
	font-size: 8pt;
	font-family: verdana;
}

	/* Ces 2 styles de couleur servent lorsque il y a plusieurs <TD> en desosus de lun de lautre, qui permet davoir une couleur différente chaque fois */
.TD_couleur1 {
	background-color: #f1f1f1;
}

.TD_couleur2 {
	background-color: #ffffff;
}

.TD_couleur3 {
	background-color: #fff3af;
}

.TD_couleur4 {
	background-color: #b28c48;
}
/* FIN STYLE CSS TABLEAU */

/* Style CSS pour le titre du corps de chaque page */
.title_page {font-weight:none; color:#903a00; font-size:9pt; font-family:Arial Black;}

/*  Différentes type de polices avec différentes configuration du texte !  */
.text_xsmall { font-size: 6pt; font-family: verdana; color: black } 
.text_small { font-size: 7pt; font-family: verdana; color: black } 
.text_normal { font-size: 8pt; font-family: verdana; color: black;}
.text_large { font-size: 9pt; font-family: verdana; color: black } 
.text_xlarge { font-size: 10pt;font-family: verdana; color: black } 
.text_xxlarge { font-size: 11pt;font-family: verdana; color: black } 
.text_xxxlarge { font-size: 12pt;font-family: verdana; color: black } 
.text_black { font-size: 8pt; font-family: verdana; color: black; }
.text_black_bold { font-size: 8pt; font-family: verdana; color: black; font-weight: bold }
.text_rouge { font-size: 8pt; font-family: verdana; color: red; }
.text_rouge_bold { font-size: 8pt; font-family: verdana; color: red; font-weight: bold }

/* Style CSS pour les élements de type SAISIE INPUT */
.Checkbox {vertical-align:middle; margin:0px;}
.Input {vertical-align:middle; font-size: 8pt;font-family: verdana;color:#000000;background-color:#d6c090;border-style:inset;border-width:1px;border-color:silver; margin:0px;}
.InputSmall {vertical-align:middle; margin:0px; background:#d6c090;font-size: 7pt;font-family: verdana;color:black;border-style:solid;border-width: 1;border-color:999999;padding:0 pt;border-style:inset;border-width:1px;border-color:silver}

/* Style CSS pour les boutons SUBMIT */
.submit_enabled {font-size: 8pt;font-family: verdana;color:#bb7600;font-weight: bold;}
.submit_disabled {font-size: 8pt;font-family: verdana;color:#bb7600;}
.submit_enabled_petit {font-size: 7pt;font-family: verdana;color:#bb7600;font-weight: bold;}
.submit_disabled_petit {font-size: 7pt;font-family: verdana;color:#bb7600;}