/*Contenu de toutes les pages*/
body
{
	background-color: #000000;
}
/*Texte normal du site*/
body, td, p, ul, li
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
	font-family: tahoma,verdana,arial,helvetica,sans-serif;
}

/*« body » normal du site*/
.site_body
{
	background-color: #000000;
}

/*Contenu normal du site*/
.site_content
{
	background-color: #000000;
}

/*Liens placés dans le bas des pages*/
.site_links, .site_links:link, .site_links:visited, .site_links:active
{
	color: #ffffff;
}
.site_links:hover
{
	color: #f0c090;
}

/*Slogan*/
.catchphrase
{
	color: #ffffff;
	font-size: 11pt; 
	font-weight: bold;
}

/*Liens*/
a:link, a:visited, a:active
{
	text-decoration: underline;
}
a:link
{
	color: #d75d23;
}
a:visited, a:active
{
	color: #d75d23;
}
a:hover
{
	text-decoration: none;
	color: #e94c01;
}

/*Champs de formulaire*/
input, textarea, select, .formfield
{
	font-size: 8pt;
	font-family: tahoma,verdana,arial,helvetica,sans-serif;
}
.formfield
{
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #7b7b7b;
	background-color: #494949;
}

/*Boutons*/
.menucell, .button
{
	cursor: hand;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #871300;
	background-color: #d73f27;
}
.menulink:link, .menulink:visited, .menulink:activ, .menulink:hover
{
	text-decoration: none;
	color: #ffffff;
}
.menulink:hover
{
	color: #ffffff;
}

/*-- Menu principal --*/
/*Conteneur*/
.menu_container_wrapper
{
}
/*Menu (table)*/
.menu_container
{
	position: relative;
	z-index: 2;
	border-collapse: collapse;
}
/*Items (td)*/
.menu
{
	border: 1px solid #B2B2B2;
	padding: 3px 8px 3px 8px;
	background-color: #FFFFFF;
	color: #024ca6;
	font-size : 12px;
	text-align: center;
	text-decoration: none;
}
/*Premier item*/
.menu.first
{
}
/*Dernier item*/
.menu.last
{
}
/*Mouse over*/
.menu.selected
{
	color: #024ca6;
}
/*Page actuelle*/
.menu.current
{
	font-weight: bold;
}
.menu.current.selected
{
}
/*Menu en image*/
.menu.image, .menu.image.selected, .menu.current.image
{
	border: none;
	padding: 0;
	background-color: transparent;
}
/*Sous-menu*/
.menu_container_wrapper.submenu_container_wrapper
{
}
.menu_container.submenu_container
{
	z-index: 1;
	margin: 0;
}
.menu.submenu
{
	border: 1px solid #EDB800;
	font-size: 1em;
	text-align: center;
	text-decoration : none;
	padding: 3px 5px;
	background-color: #000000;
	color: #FFFFFF;
}
.menu.submenu.first
{
}
.menu.submenu.last
{
}
.menu.submenu.selected
{
	background-color: #5F6E69;
}
.menu.submenu.current
{
}
.menu.submenu.current.selected
{
}

/*Menus JavaScript*/
/*.menu, .menu_over
{
	font-size : 10pt;
	font-weight : bold;
	text-align: center;
	text-decoration : none;
    padding: 9px 4px;
}
.menu
{
	color: #024ca6;
}
.menu_over
{
	color: #024ca6;
}

.submenu, .submenu_over
{
	font-size : 8pt;
	text-align: center;
	text-decoration : none;
    padding: 2px 4px;
}
.submenu
{
	color: #FFFFFF;
}
.submenu_over
{
	color: #FFFFFF;
}*/

/*Titre de page*/
.pagetitle
{
	text-align: center;
	font-size: 12pt;
	margin: 5px;
	padding: 3px;
	font-weight: bold;
	color: #edb800;
	border-bottom: 1px dotted #606060;
}
.pagetitle_details
{
	text-align: center;
	font-size: 10pt;
	color: #dbdbdb;
}
/*Titre*/
.sectiontitle
{
	text-align: left;
	font-size: 11pt;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	color: #edb800;
	border-bottom: 1px dotted #606060;
	width: 100%;
}
.sectiontitle_details
{
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	color: #dbdbdb;
}
/*Sous-titre*/
.subtitle
{
	text-align: left;
	font-size: 10pt;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	color: #edb800;
	border-bottom: 1px dotted #606060;
	width: 75%;
}
.subtitle_details
{
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	color: #dbdbdb;
}
.content_title
{
	font-weight: bold;
}
.content
{
}

/*Tableau*/
.main
{
	border-width: 1px;
	border-style: solid;
	border-color: #7C7C7C;
	background-color: #2A2A2A;
}
/*Cellule de titre*/
.title
{
	text-align: center;
	font-size: 10pt;
	/*font-weight: bold;*/
	color: #F0CFB8;
	border-width: 1px;
	border-style: solid;
	border-color: #714222;
	background-color: #351804;
}
/*Cellule de colonne*/
.column
{
	text-align: center;
	font-size: 8pt;
	/*font-weight: bold;*/
	color: #E8E8E8;
	border-width: 1px;
	border-style: solid;
	border-color: #272727;
	background-color: #272727;
}

/*Lignes en alternance*/
.row1
{
	background-color: #202020;
}
.row2
{
	background-color: #323232;
}
.emptyrow1, .emptyrow2
{
	background-color: #161616;
	border-width: 1px;
	border-style: solid;
}
.emptyrow1
{
	border-color: #202020;
}
.emptyrow2
{
	border-color: #323232;
}

.row1inactiv, .emptyrow1inactiv
{
	background-color: #DDDDDD;
}
.row2inactiv, .emptyrow2inactiv
{
	background-color: #EEEEEE;
}

/*Listes avec ligne actuelle allumée*/
.listtable
{
	border: 0px;
	border-collapse: collapse; /*collapse, separate*/
	width: 100%;
}
.listcell
{
	margin: 0px;
	padding: 4px 8px;
	border-bottom:1px solid #CCCCCC;
}
.list
{
	background-color: #FFFFFF;
}
.listover
{
	background-color: #A3A3A3;
}
.listinactiv
{
	background-color: #DDDDDD;
}
.listinactiv2
{
	background-color: #EEEEEE;
}
.listoverinactiv
{
	background-color: #A3A3A3;
}

/*Valeur négative ou limitée*/
.negativ
{
	color: #DD0000;
}