body, font, th, td, p, li, span, a,SELECT, INPUT, TEXTAREA {
	font-family: helvetica, arial, sans-serif;
	text-align:justify;
}

body, th, td, p, li, span, INPUT, TEXTAREA, select {
	font-size: 11px;
	/*behavior: url("/include/csshover.htc");*/
}

form {
	margin: 0px;
}

select {
	border: 1px solid #999999;
}

.lettrine:first-letter {
	font-family: vivaldi, "French Script MT", "Lucida Handwriting", mistral, verdana, helvetica, arial, sans-serif;
	color: #000044;
	font-size: 200%;
	float: left;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #536c91;
}

a:hover, a.element_title:hover {
	text-decoration: underline;
	color: #f60;
}

BODY {
	background: url('/images/interface/interface_scct/fond2.png');
	margin: 0px;
}

table {
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}

img {
	padding: 0px;
	border-spacing: 0px;
	/*behavior: url('/include/pngbehavior.htc');*/
}

div.background_top {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/images/interface/interface_sc/fond1.png');
	height: 660px;
	width: 100%;
	z-index: 0;
}

ul li {
	list-style-image: url('/images/interface/common/puce.jpg');
	margin-left: -18px;
}

ul {
	margin-top: 0px;
}

div.menu_haut {
	position: absolute;
	left: 11px;
	top: 0px;
	width: 793px ! important;
	width: 982px;
	height: 32px;
	background: url('/images/interface/interface_sc/menu_haut.png');
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 200px;
	z-index: 2;
}

div.content {
	padding-top: 32px;
	margin-top: 0px !important;
	margin-top: -3px;
	width: 1004px;
	background: url('/images/interface/interface_a/content.png');
	background-repeat: repeat;
	position: relative;
	left: 0px;
	top: 0px;
}

td.contenu {
	vertical-align: top;
	margin-top: 10px;
	padding: 23px 15px 5px 15px;
	/*
	border-left: 1px solid #C0C0C0;
	border-top:  1px solid #C0C0C0;
	-moz-border-radius-topleft: 15px;
	*/
}

div.menu_gauche {
	width: 188px;
	margin-left: 10px;
	background: url('/images/interface/interface_a/ligne_verticale_no_gradient.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	position: relative;
}

div.menu_gauche_gradient_top {
	width: 3px;
	height: 20px;
	background: url('/images/interface/interface_a/ligne_verticale_gradient_top.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	top: 0px;
	right: 0px;
}

div.bottom {
	width: 1004px;
	height: 123px;
		background: url('/images/interface/interface_scct/foot.png');
	background-repeat: no-repeat;
	text-align: left;
	font-size: 11px;
	position: relative;
}

div.menu_gauche_gradient_bottom {
	width: 3px;
	height: 20px;
	background: url('/images/interface/interface_a/ligne_verticale_gradient_bottom.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	top: 0px;
	left: 195px;
}

img.screenshot_accueil {
	border-width: 1px;
	border-style: dotted;
	border-color: #999999;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
}

img.vignette_accueil {
	border-width: 3px;
	border-style: double;
	border-color: #8b98a9;
	padding: 1px;
	margin: 0px;
}

img.vignette {
	border-width: 1px;
	border-style: solid;
	border-color: #8b98a9;
	padding: 1px;
	margin: 0px;
}

div.barre_navigation {
  position: absolute;
  left: 215px;
	color: black;
	text-align: left;
	font-size: 10px;
	z-index: 1;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	color: #536c91;
}

.barre_navigation a {
	color: #536c91;
}

.barre_navigation a:hover {
	color: #f60;
}

div.content_forum {
	position: absolute;
	right: 5px;
	left: 210px;
	top: 353px;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	border-color: #666666;
	z-index: 0;
	height: 800px;
	display: table-row;
}

div.last_updates_forum {
	position: absolute;
	right: 5px;
	left: 210px;
	top: 135px;
	z-index: 0;
}

a.menu_item {
	color: #555555;
	font-weight: bold;
}

a.menu_item:hover {
	color: #d3b511;
	text-decoration: none;
}

div.recherche {
	width: 200px;
	height: 20px;
	position: absolute;
	left: 8px;
	top: 108px;
	color: #222222;
}

input, textarea, select {
	color: #666666;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	border-color: #717171;
	background-color: #EFF2F8;/*#f8ecec;*/
}

textarea:hover, input:hover, select:hover {
	background-color: #f8ecec;/*#ecdcdc*/
}


span.bouton {
	height: 18px;
	font-weight: normal;
	padding: 2px 10px 2px 10px;
	vertical-align: middle;

	/**** Pour IE mettre en double */
	background-color:#69c;
	background-image:url("/images/interface/interface_scct/boutonsurvol.png");
	background-position:bottom;
	background-repeat:repeat-x;
	border-style:solid;
	border-width:1px;
	color:#fff;
	cursor:pointer;
	font-weight:700;
	text-align:center;

}

span.bouton a {
	color:#fff;
	font-weight:700;
}

span.bouton a:hover {
	text-decoration: none;
}

.bouton, INPUT[type=button], INPUT[type=reset], INPUT[type=submit] {
	/** Voir plus haut compatibilité IE */
	background-color:#69c;
	background-image:url("/images/interface/interface_a/boutonsurvol.png");
	background-position:bottom;
	background-repeat:repeat-x;
	border-style:solid;
	border-width:1px;
	color:#fff;
	cursor:pointer;
	font-weight:700;
	text-align:center;
}

.bouton:hover, span.bouton:hover, INPUT[type=button]:hover, INPUT[type=reset]:hover, INPUT[type=submit]:hover {
	background-color:#f90;
	background-image:url("/images/interface/interface_a/bouton.png");
	background-position:bottom;
	background-repeat:repeat-x;
	color:#fff;
}

div.menu_gauche_entete {
	background-repeat: no-repeat;
	width: 184px;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 2px 0px;
}

span.menu_gauche_entete {
	font-weight: bold;
	color: #333300;
	margin-left: 35px;
}

div.menu_gauche_content {
	width: 184px;
	color: #000000;
	padding-bottom: 10px;
}

span.date {
	color: #536c91;
	font-weight: bold;
}

a.element_title {
	color: #000000;
	font-weight: normal;
}

div.first_element_title {
	color: #536c91;
	font-weight: bold;
	font-size: 14px;
	padding-left: 3px;
}

div.first_element {
	/*background-color: #FAFAFA;
	border-width: 1px;
	border-style: solid;
	border-color: #E0E0E0;
	*/
	text-align: justify;
	margin: 0px;
}

td.first_element_content {
	vertical-align: top;
	text-align: justify;
	padding-left: 5px;
}

div.menu_gauche_content_titre {
	color: #666666;
	font-weight: bold;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #C0C0C0;
	margin-bottom: 3px;
}

div.menu_gauche_content_items {
	margin-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

span.config_name {
	color: #885500;
	font-weight: bold;
}

span.nb_scores_bench {
	color: #e95c00;
	font-weight: normal;
}

div.description {
	padding: 5px 2px 0px 2px;
}

table.dernier_test {
	position: absolute;
	top: 10px;
	right: 5px;
}

td.dernier_test_title {
	color: #514D4D;
	background-color: #F4F4F4;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

td.vignette_dernier_test {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

table.derniers_messages {
	position: absolute;
	top: 5px;
	right: 175px;
	border-width: 1px;
	border-style: solid;
	background-color: #FBFBFB;
	border-color: #999999;
}

td.derniers_messages {
	color: #885500;
	padding-right: 5px;
	padding-left: 5px;
}

td.derniers_messages_title {
	color: #514D4D;
	background-color: #F4F4F4;
	font-weight: bold;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding-left: 5px;
}

/*************************************
*		   TITRES
*************************************/
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #284166;
	text-align: left;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #d9d1d1;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	font-family: arial;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	vertical-align: middle;
	background: url('/images/interface/interface_a/background_h1.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/interface/interface_a/background_h1.gif', sizingMethod='crop');*/
}

h1.no_background {
	background: none;
	font-size: 16px;
	font-weight: bold;
	color: #284166;
	text-align: left;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #d9d1d1;
	padding: 0px;
	margin-top: 0px;
	font-family: arial;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #455b7b;
	text-align: left;
	margin: 5px 0px 0px 0px;
}

h2.date_blog {
	font-size: 18px;
	font-weight: bold;
	color: #536c91;
	text-align: right;
	margin: 0px 5px 0px 0px;
	border-width: 0px;
	border-color: #536c91;
}

h3 {
	font-weight: bold;
	color: #222222;
	text-align: left;
	border-width: 0px 0px 0px 0px;
	border-style: dotted;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

h3.title {
	font-size: 12px;
	font-weight: bold;
	color: #425166;
	text-align: left;
	/*
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #d9d1d1 #d9d1d1 #d9d1d1 #d9d1d1;
	background-color: #f1f1f1;
	padding: 1px 0px 1px 5px;
	*/
	background: url('/images/interface/interface_a/background_h3.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 7px;
	margin: 0px;
	width: 740px;
}

h3.title_half {
	font-size: 12px;
	font-weight: bold;
	color: #425166;
	text-align: left;
	background: url('/images/interface/interface_a/background_h3_half.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 7px;
	margin: 0px;
}

h3.title_third {
	font-size: 12px;
	font-weight: bold;
	color: #425166;
	text-align: left;
	background: url('/images/interface/interface_a/background_h3_third.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 7px;
	margin: 0px;
}

div.h_line {
	background: url('/images/interface/interface_a/ligne_horizontale_gradient.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
}

.v_line_gradient_top {
	background: url('/images/interface/interface_a/ligne_verticale_gradient_top.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

div.h_line_gradient_left {
	background: url('/images/interface/interface_a/ligne_horizontale_gradient_left.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
}

div.h_line_gradient_right {
	background: url('/images/interface/interface_a/ligne_horizontale_gradient_right.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 10px;
}

h3.title_news {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	border-width: 0px;
	border-style: solid;
	border-color: #d9d1d1 #d9d1d1 #d9d1d1 #d9d1d1;
	background-color: #f1f1f1;
	padding: 3px 0px 3px 5px;
	margin: 0px;
}

h3.subtitle_date_author {
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	text-align: left;
	border-width: 0px;
	border-style: solid;
	padding-left: 3px;
	margin-bottom: 5px;
}

h3.derniere_modif {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	border-width: 0px;
	border-style: solid;
	padding-left: 3px;
	margin-bottom: 3px;
}

td.article_title {
	font-weight: normal;
	color: #536c91;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #d9d1d1 #d9d1d1 #d9d1d1 #d9d1d1;
	background-color: #FFFFFF;
	padding: 1px 0px 1px 5px;
	margin: 0px;
}

td.article_title_developped {
	font-weight: bold;
	color: #514D4D;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #d9d1d1 #d9d1d1 #d9d1d1 #d9d1d1;
	background-color: #F4F4F4;
	padding: 1px 0px 1px 5px;
	margin: 0px;
}

span.lan_date {
	color: #555555;
	font-weight: normal;
}

span.lan_name {
	font-weight: bold;
	color: #555555;
}

td.title_left {
	font-size: 12px;
	font-weight: bold;
	color: #425166;
	text-align: left;
	/*
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #d9d1d1;
	background-color: #f1f1f1;
	*/
	background: url('/images/interface/interface_a/background_h3.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 8px;
	margin: 0px;
}

td.title_right {
	font-size: 12px;
	font-weight: bold;
	color: #425166;
	text-align: right;
	/*
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #d9d1d1;
	background-color: #f1f1f1;
	*/
	background: url('/images/interface/interface_a/background_h3.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 5px 25px 5px 0px;
	margin: 0px;
}

td.cellule_grille {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #F0F0F0;
	padding: 2px 0px 2px 5px;
	vertical-align: middle;
}

td.cellule_grille_alt {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #F0F0F0;
	background-color: #FCFCFC;
	padding: 2px 0px 2px 5px;
	vertical-align: middle;
}

td.vignette {
	width: 10px;
	height: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #8b98a9;
}

td.description {
	vertical-align: top;
	padding-left: 5px;
}

td.cellule_entete_grille_gauche {
	width: 11px;
	height: 17px;
	background: url('/images/interface/interface_a/entete_tableau_gauche.gif');
}

td.cellule_entete_grille {
	font-size: 12px;
	font-weight: bold;
	color: #425166;
	text-align: left;
	height: 17px;
	background: url('/images/interface/interface_a/entete_tableau_body.png');
}

td.cellule_entete_grille_jonction {
	width: 27px;
	height: 17px;
	background: url('/images/interface/interface_a/entete_tableau_jonction.gif');
}

td.cellule_entete_grille_droite {
	width: 15px;
	height: 17px;
	background: url('/images/interface/interface_a/entete_tableau_droit.gif');
}


/*************************************
*	   POUR L'ENCART DE JEU
*************************************/
div.onglets {
	margin-top: 25px;
	margin-bottom: 20px;
}

span.fiche_jeu_onglet {
	color: #425166;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding: 2px 10px 2px 10px;
}

span.fiche_jeu_onglet:hover {
	background-color: #e1e1e1;
}

span.fiche_jeu_onglet a,  span.fiche_jeu_onglet_courant a {
	color: #425166;
	font-weight: normal;
}

span.fiche_jeu_onglet a:hover, span.fiche_jeu_onglet_courant a:hover {
	text-decoration: none;
}

span.fiche_jeu_onglet_courant{
	color: #425166;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding: 2px 10px 2px 10px;
	background-color: #e1e1e1;
}

td.encart_jeu_propriete {
	width: 120px;
	font-weight: bold;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #999999;
	vertical-align: top;
}

td.encart_jeu_valeur {
	width: 150px;
	font-weight: normal;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #999999;
}


/*************************************
*	   POUR LES TESTS DE JEU
*************************************/
div.introduction_test {
	background-color: #F4F4F4;
	border-width: 1px;
	border-style: dotted;
	border-color: #999999;
	text-align: justify;
	padding: 5px;
}

div.content_test {
	text-align: justify;
	padding: 5px;
}

table.note {
	border-style: solid;
	border-width: 2px;
	width: 60px;
	border-collapse: collapse;
	border-color: gray;
}

td.align_top {
	vertical-align: top;
}

td.rank {
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
}

td.note {
	background-color: #FFFFFF;
	text-align: center;
	color: #5d6879;
	font-size: 30pt;
	font-weight: bold;
}


/*************************************
*	   POUR JEUX EN GENERAL
*************************************/
span.fiche_jeu_item_date {
	color: #444444;
	font-weight: normal;
}

span.fiche_jeu_item {
	color: #000000;
	font-weight: bold;
}

img.screenshot_mini {
	border-width: 1px;
	border-style: dotted;
	border-color: #999999;
	margin: 2px;
	padding: 2px;
	height: 105px;
}

img.screenshot_big {
	border-width: 1px;
	border-style: dotted;
	border-color: #999999;
	margin: 2px;
	padding: 2px;
}

td.liste {
	width: 33%;
	padding: 10px;
	border: 1px solid #F0F0F0;
	vertical-align: top;
}

div.galerie_mini {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #d9d1d1;
	background-color: #f1f1f1;
	padding: 5px;
	vertical-align: middle;
}


/*************************************
*	   POUR LES LAN
*************************************/
img.plan {
	border-width: 1px;
	border-style: dotted;
	border-color: #999999;
	margin: 10px;
	padding: 2px;
}

div.plan {
	border-width: 1px;
	border-style: dotted;
	border-color: #999999;
	margin: 2px;
	padding: 2px;
}

table.inscriptions {
	border-width: 1px;
	border-style: solid;
	border-color: #8b98a9;
	border-collapse: collapse;
}

td.entete_presinscrits {
	color: black;
	border-width: 1px;
	border-style: solid solid dotted solid;
	border-color: #8b98a9;
	background-color: #DDE1F8;
	text-align: center;
}

td.entete_inscrits {
	color: black;
	border-width: 1px;
	border-style: solid;
	border-color: #8b98a9;
	background-color: #DEE1E7;
	text-align: center;
	vertical-align: middle;
}

td.entete_prioritaires {
	color: black;
	border-width: 1px;
	border-style: dotted solid solid solid;
	border-color: #8b98a9;
	background-color: #DEE1E7;
	text-align: center;
}

td.entete_attente {
	color: black;
	border-width: 1px;
	border-style: dotted solid solid solid;
	border-color: #8b98a9;
	background-color: #EEE2E8;
	text-align: center;
}

td.inscription_attente {
	border-width: 1px;
	border-style: solid;
	border-color: #8b98a9;
	padding: 10px;
	vertical-align: top;
	background-color: #FFE2E8;
}

td.inscription_presinscrits {
	border-width: 1px;
	border-style: solid;
	border-color: #8b98a9;
	padding: 10px;
	vertical-align: top;
	background-color: #EFF2F8;
}

td.inscription_inscrits {
	border-width: 1px;
	border-style: solid;
	border-color: #8b98a9;
	/*background-color: #DEE1E7;*/
	padding: 10px;
	vertical-align: top;
}

td.nom_inscrit {
	color: #000000;
	padding-right: 30px;
}


/*************************************
*	   POUR LES BENCHS
*************************************/
img.vignette_bench {
	border-width: 1px;
	border-style: dotted;
	border-color: #999999;
	margin-bottom: 5px;
	padding: 2px;
}

tr.bench_result_ligne {
	background-color: #FFFFFF;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

tr.bench_result_ligne_alt {
	background-color: #F4F4F4;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

td.cellule_entete_grille_bench {
	font-size: 12px;
	font-weight: bold;
	color: #425166;
	text-align: center;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #000000;
}

td.cellule_grille_bench {
	color: #000000;
	text-align: center;
}


/*************************************
*	   ARTICLES
*************************************/
span.article_author {
	color: #e95c00;
}

div.article_page_selector {
	text-align: right;
	background: url('/images/interface/interface_a/background_h3_higher.png');
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-right: 25px;
	padding-top: 1px;
	height: 21px;
}

td.previous_page {
	font-size: 12px;
	font-weight: bold;
	color: #425166;
	text-align: left;
	background: url('/images/interface/interface_a/background_h3.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 8px;
	margin: 0px;
}

td.next_page {
	font-size: 12px;
	font-weight: bold;
	color: #425166;
	text-align: right;
	background: url('/images/interface/interface_a/background_h3.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 5px 25px 5px 0px;
	margin: 0px;
}

a.page_link {
	font-weight: bold;
	color: #425166;
	font-size: 11px;
}

a.page_link:hover {
	color: #d3b511;
}

td.archive {
	width: 33%;
	border-style: solid;
	border-width: 1px;
	border-color: #F0F0F0;
	padding: 0px 5px 5px 8px;
	vertical-align: top;
}

/*************************************
*	   FORUM
*************************************/
td.entete_categorie {
	background-color: #888888;
	background: url('/images/interface/interface_d/entete_menu_gauche.jpg');
	background-repeat: repeat;
	font-size: 12px;
	font-weight: bold;
	color: #F4F4F4;
	padding: 3px 0px 2px 8px;
}

td.entete_grille_forum	{
	background: url('/images/interface/interface_d/entete_menu_gauche.jpg');
	background-repeat: repeat;
	font-size: 12px;
	font-weight: bold;
	color: #F4F4F4;
	padding-left: 8px;
	height: 20px;
	border-left: 1px solid #E0E0E0;
	text-align: center;
}

/*************************************
*	   POUR LES NEWS
*************************************/
div.actualite_content {
	text-align: justify;
	border-width: 0px;
	padding: 5px 5px 5px 12px;
}

td.actualite_content {
	border-width: 0px 0px 1px 2px;
	border-style: solid solid solid dashed;
	padding: 10px 0px 10px 0px;
	border-color: #E0E0E0 #E0E0E0 #F0F0F0 #F0F0F0;
}

span.news_type {
	font-size: 12px;
	color: #425166;
}

a.news_type {
	font-size: 12px;
	color: #425166;
}

a.news_type:hover {
	color: #d3b511;
}

a.news_comment {
	color: #e95c00;
}

/*************************************
*	   POUR PRONO FOOT
*************************************/

th.pronofoot {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 0px solid black;
	text-align: center;
	color: white;
	background-color: #369;
	background-image:url("/images/interface/interface_a/boutonsurvol.png");
	background-position:bottom;
	background-repeat:repeat-x;
}

/*************************************
*	   POUR LE MENU
* OVER	Texte -> #f60
* OUT		#5d687a
*************************************/
.menu{
	position:absolute;
	display:block;
	margin:0;
	padding:0;
	width:800px;
	z-index: 9;
}

.menu ul{
	position:absolute;
	display:block;
	vertical-align:top;
	margin:0;
	padding:0;
	height:22px;
}

.menu li ul{
	visibility:hidden;
	margin-left:0px ! important;
	margin-top:-3px ! important;
	margin-left:-83px;
	margin-top:22px;
}

.menu li li ul{
	position:absolute;
	margin-left:124px;
	margin-top:-23px;
}

.menu li{
	list-style:none;
	width:auto;
	height:auto;
	display:inline;
	display/**/:block;
	float:none;
	float/**/:left;
	margin:0;
	padding:0;
}

.menu li li{
	display:block;
	float:none;
}

/* correct a little IE bug */
* html .menu li li{
	display:block;
}

.menu ul a{
	text-align:center;
	background-color: #4a5d79;
	/*border-bottom: 1px #fff dotted;*/
	color:#ffffff;
	display:block;
	width:120px;
	text-decoration:none;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	background: url('/images/interface/interface_scct/sousmenu_off.png');
	/*height:14px;	*/
}

.menu ul a:hover{
	text-decoration:none;
	color:#FFB000;
	background-color: #617a9f;
	background: url('/images/interface/interface_scct/sousmenu_on.png');
}

/* for a mozilla better display with key nav */
.menu ul a:focus{
	/*background-color: #f60;*/
	text-decoration:none;
	color: #f60;
}

.menu ul a.linkOver{
	/*background-color: #f60;*/
	text-decoration:none;
	color: #f60;
}
/*************************************
*	   POUR la popunder miniature
*************************************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: top;
	line-height: 0;
}

#lightbox a img{
	border: none;
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav{
	left: 0;
}

#hoverNav a{
	outline: none;
}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/interface/common/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(/images/interface/common/lightbox/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(/images/interface/common/lightbox/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

#imageData{
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption{
	font-weight: bold;
}

#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
	
#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #313030;
}
