/*Couleur à remplacer
Gris très clair		 	: #f6f8f8
Vert clair		 		: #fde17a
Vert foncé				: #2a862e

Jaune/Orangé		: #fde17a
Bleu très clair		: #a9cce2
Bleu foncé 			: #1f238a

/* Couleur des barres de navigation */
/*scrollbar-3dlight-color : couleur pour les effets de relief
scrollbar-arrow-color : couleur pour les pointeur de défilement
scrollbar-base-color : couleur de base de la barre de défilement
scrollbar-darkshadow-color : couleur pour les ombres
scrollbar-highlight-color : couleur pour le bord haut et le bord gauche
scrollbar-shadow-color : couleur pour le bord droit et le bord du bas
scrollbar-track-color : couleur pour la barre de défilement non cachée par le pointeur de défilement*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	scrollbar-base-color: #fde17a;
	scrollbar-shadow-color: #2a862e;
	scrollbar-highlight-color: #2a862e;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #2a862e;
}

/* Couleurs du background */
.background {
	background-color: #ffffff;
}

.color_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1f238a;
}

.red_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
}

.green_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #339933;
}

.big_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1f238a;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Propriétés des principaux tableaux */
.default_table {
	border-right: 1px solid #2a862e;
	border-left: 1px solid #2a862e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2a862e;
	background-color: #ffffff;
}

.cup_table {
	border-left: 2px solid #2a862e;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2a862e;
}

.table_border{
	border-style:	solid;
	border-width:	1px 1px 1px 1px;
	border-color:	#2a862e;
}

.table_result {
	background-color: #2a862e;
	color: #ffffff;
	line-height: 12px;
	text-align: center;
}

.table_login{
	background-color: #fed862;
}

.center_menu_left {
	background-image: url(coupedumonde2010/center_menu_left.gif);
	background-repeat: no-repeat;
}

.center_menu_title {
	color: #666666;
	text-indent: 5px;
	border: 1px dashed #2a862e;
	font-weight: bold;
	background-color: #f6f8f8;
}

.center_menu_right {
	background-image: url(coupedumonde2010/center_menu_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.center_menu_table{
	border-right: 1px dashed #2a862e;
	border-bottom: 1px dashed #2a862e;
	border-left: 1px dashed #2a862e;
}

/* Propriétés des hyperliens */
A:link {
	color: #000000;
	text-decoration: none;
}

A:active {
	color: #000000;
	text-decoration: underline overline;
}

A:visited {
	color: #000000;
	text-decoration: none;
}

A:hover {
	color: #1f238a;
	text-decoration: none;
}

/* Couleurs du tableau principal */
.main_frame {
	background-color: #FFFFFF;
}

/* Propriétés des bordures (haut et bas) */
.header_top_border {
	background-image: url(coupedumonde2010/header_top_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.header_mid_border {
	background-image: url(coupedumonde2010/header_mid_border.gif);
	background-repeat: repeat-x;
}

.header_bot_border {
	background-image: url(coupedumonde2010/header_bot_border.gif);
	font-weight: bold;
	color: #2a862e;
	background-color: #fde17a;
}

/* Propriétés de la bordure du bas */
.footer_border {
	background-image: url(coupedumonde2010/footer_mid_border.gif);
	color: #000000;
	height: 14px;
	background-repeat: repeat-x;
}

/* Propriétés des menus et sous-menus*/
.menu_g1 {
	height: 14px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background-image: url(coupedumonde2010/menu_title.gif);
	width: 150px;
	list-style-type: Aucune;
}

ul.submenu_g1 {
	text-indent: 5px;
	margin: 0;
	padding: 0;
}

ul.submenu_g1 li {
	color: #ffffff;
}

ul.submenu_g1 a {
	width: 148px;
	height: 12px;
	display: block;
	text-decoration: none;
	background: #f6f8f8;
	border-right: 1px solid #2a862e;
	border-bottom: 1px solid #2a862e;
	border-left: 1px solid #2a862e;
}
	 
ul.submenu_g1 a:hover {
    background: #fde17a;
}

.menu_d1 {
	height: 14px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background-color: #2a862e;
	list-style-type: Aucune;
}

/* Propriétés des lignes des tableaux*/
.row_color_1 {
	background-color: #f6f8f8;
}

.row_color_2 {
	background-color: #fde17a;
}

.row_color_3 {
	background-color: #ffffff;
}

.row_color_4 {
	background-color: #f3f3f3;
}

.row_underline {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/* Propriétés des Onglets */
ul#tabnav {
	list-style-type: none;
	border-bottom: 1px solid #2a862e;
	margin: 0;
	padding: 0 0 23px;
}

ul#tabnav li {
	height: 20px;
	background-color: #fde17a;
	border: 1px solid #2a862e;
	float: left;
	margin-top: 2px;
	margin-right: 4px;
	margin-left: 0px;
	margin-bottom: 0px;
}

ul#tabnav li.active {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#tabnav a {
	float: left;
	display: block;
	color: #000000;
	padding: 4px;
	text-decoration: none;
	width: auto;
}

#tabnav a:hover {
   	background: #ffffff;
}

/* Liste à puce par défaut */
li.puce_blue {
	list-style-image: url(ico_puce_blue.gif);
	list-style-position: inside;
	color: #2a862e;
	display: list-item;
	font-weight: bold;
}

li.puce_green {
	list-style-image: url(ico_puce_green.gif);
	list-style-position: inside;
	color: #339933;
	display: list-item;
	font-weight: bold;
}

/* Propriété des graphiques*/
.graph_1 {
	background-image: url(stat_degrade.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.graph_2 {
	background-image: url(stat_degrade2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* Propriétés des champs de formulaire */
.form_box {
	background-color : #F3F3F3;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Propriétés des boutons */
.button {
	background-color : #F3F3F3;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.button_valider {
	background-color : #D9EBFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2a862e;
}

.button_edit {
	height: 15px;
	width: 26px;
	background-color : #009933;
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	cursor: hand;
}

