/**********************/
/*GENERALE
/**********************/
*{
	padding:0px;
	margin:0px;
	border:0px;
	font-family:verdana;
	font-size:11px;
	color:#000000;
}

body{
	background-image:url("design/bg_body.png");
	background-repeat:repeat-x;
	background-color:#a1a1a1 ;
} 
#imgLogoHeader{
	background-image:url("design/logoHeader.gif");
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:953px;
	height:18px;
}
#divGlobalDegrade {
	margin-left:auto;
	margin-right:auto;
	width:953px;
	text-align:left;
	background-image:url("design/divGlobalDegrade.png");
	background-repeat:repeat-y;
}
#divGlobal{
	padding-left:4px;
	padding-right:4px;
}
.divClearBoth{
	clear:both;
	height:0px;
	overflow:hidden;
}

/* Boutons */
.boutonDefaut {
	background-image:url("design/boutonBg.gif");
	background-repeat:repeat-x;
	position:relative;
	height:16px;
	padding-left:4px;
	padding-top:1px;
	padding-right:4px;
	border:1px solid #848484;
	cursor:pointer;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
.boutonDefaut:hover{
	/* background-image:url("design/boutonBg_Hover.gif");*/
	background:#E0E0E0;
	border:1px solid #330000;
	
	
	opacity: 0.80;
	filter:alpha(opacity=80);
	
}


/**********************/
/*HEADER
/**********************/
.logoToileF1{
	float:left;
	background-color:#8ec63d;
	border:0px;
	height:53px;
	padding:0px;
	margin:0px;
}
.divLogoFond{
	background-color:#8ec63d;
	width:100%;
	height:53px;
}
.headerChrono{
	background-image:url("design/headerChrono.gif");
	background-repeat:no-repeat;
	height:27px;
	width:22px;
	float:right;
	margin-top:12px;
}
.headerTexte{
	background-image:url("design/headerTexte.gif");
	background-repeat:repeat-x;
	float:right;
	height:27px;
	padding-left:10px;
	padding-right:20px;
	font-family:verdana;
	font-size:15px;
	font-weight:normal;
	color:#5e970c;
	padding-top:2px;
	margin-top:12px;
}


/* MENU HEADER > AVANT, ACTUEL ET PROCHAINE COURSE */
#divGp{ /* conteneur général du menu */
    display:block;
}
.divGpFleche{ /* permet d'afficher les fleches gauche et droite */
    float:left;
    border:0px; 
	 z-index:0;
}

.divGpMenu{
    background-image:url("design/header/bgMenu.png");
    height:32px;
    width:100px;
	/*position:absolute;*/
	float:left;
	/*display:block;*/
    text-align:center;
    cursor:pointer;
}

.divGpImgNom{ /* permet de placer correctement le nom des GP */
	float:left;
	background:#EBEBEB;
	border:solid 1px #CCCECC;
	height:27px;
	/*z-index:11;*/
}

/* affiche les dates */
.divGpTexteDateavant, .divGpTexteDateactuel, .divGpTexteDateapres {
    font-family:arial;
    font-size:10px;
    font-weight:bold;
	text-align:center;
	text-decoration:none;
}

.divGpTexteDateavant {color:#5c5c5c;}
.divGpTexteDateactuel {color:#4c7b07;}
.divGpTexteDateapres {color:#4b4b4b;}


.divGpMenuCover {
	position:relative;
	top:-32px;
	left:0px;
    height:30px;
    width:100px;
	z-index:12;
	background:black;
	opacity: 0;
	filter:alpha(opacity=0);
}

.divGpMenuCover:hover {
	opacity: 0.1;
	filter:alpha(opacity=10);
	cursor:pointer;
}

.divGpFlecheCover {
	position:absolute;
    height:30px;
    width:22px;
	z-index:10;
	background:black;
	opacity: 0;
	filter:alpha(opacity=0);
}

.divGpFlecheCover:hover {
	opacity: 0.1;
	filter:alpha(opacity=10);
	cursor:pointer;
}



/*Menu du header*/
.menuHeaderNiveau1{
	/*border:1px solid;*/
	float:left;
	height:32px;
	width:100%;
	background-color:#b2d281;	
	/*padding-left:20px;*/
}

.menuHeaderNiveau2{
	/*border:1px solid;*/
	float:left;
	width:100%;
    height:33px;
    background-color:#8ec63d;    
    /*padding-left:10px;*/
    padding-top:5px;
    padding-bottom:0px;
	/*border-bottom:solid 1px #D2D2D2;*/
}

.basictab{
	padding:8px;
	padding-left:20px;
	font-weight:bold;
	font-family:arial;
	font-size:12px;
	text-transform:uppercase
}


.basictab li{
	display: inline;
	margin: 0px;
}

.basictab li a{
	text-decoration: none;
	padding: 3px 7px;
	display: inline;
	
}

.basictab li a:hover{
	background-color: #b2d281;
	color:white;

}

.basictab li a:visited{
	width:936px;
    height:28px;
    background-color:#b2d281;    
    padding-left:10px;
    padding-top:5px;
    padding-bottom:5px;
}


/*
.basictab li.selected a{
	background-color: #edf7e0;
	color: #3e6506;
*/


/**********************/
/*CONTENU
/**********************/
#divGauche{
	float:left;
	width:640px;
	padding-left:10px;
}
#divDroite{
	float:left;
	width:195px;	
}
#divGaucheGauche{
	float:left;
	width:430px;
}
#divGaucheDroite{
	float:left;
	width:430px;
	padding-left:20px;
	padding-right:20px;
}
.titreH1{
	background-image:url(design/flecheH1.gif);
	background-repeat:no-repeat;
	background-position:0px 9px;
	padding-left:5px;
	font-size:18px;
	color:#8ec63d;
	font-weight:normal;
	margin-bottom:20px;
	margin-top:5px;
}
.titreH2{
	background-image:url(design/flecheH2.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:5px;
	font-size:13px;
	color:#000;
	font-weight:bold;
}

input, textarea{
	padding:1px;
	margin:1px;
	border:1px solid;
	font-family:verdana;
	/* font-size:11px; */
	color:#000000;
}


/*********/
/*Menu de droite*/
/*********/
.divMenuDroitePrincipal{
	width:295px;
	background-image:url(design/bgMenuDroite.gif);
	background-repeat:repeat-y;
	padding-left:1px;
	padding-right:1px;
}
.divMenuDroiteSucette{
	background-image:url(design/menuDroiteSucette.gif);
	background-repeat:repeat-x;
	height:22px;
	width:293px;
}
.titreDroite{
	font-family: verdana;
	font-size: 15px;
	color: #3a3a3a;
	font-weight:normal;
	padding-left:12px;
	background-image:url(design/flecheSucetteMenuDroite.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	height:22px;
}
.titreDroite b{
	font-family: verdana;
	font-size: 14px;
	color: #575757;
	font-weight:bold;
}
.divMenuDroiteDernierGp{
	padding-left:12px;
	padding-right:7px;
}
.divMenuDroiteForum{
	padding-left:0px;
	padding-right:0px;
}
.divMenuDroiteAutre{
	padding-left:0px;
	padding-right:0px;
	font-family: verdana;
	font-size: 11px;
	color: #434343;
	font-weight:normal;
	
}
.divMenuDroiteDernierePhoto{
	padding-left:7px;
	padding-right:2px;
	padding-top:3px;
	height:178px;
}
.divMenuDroiteArticle{
	padding-left:0px;
	padding-right:0px;
	height:185px;
	display:block;
}
.menuDroiteSousTitre{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	padding-left:12px;
	line-height:20px;
	background-image:url(design/flecheMenuDroiteNoir.gif);
	background-repeat:no-repeat;
	background-position:5px 3px;
}
.menuDroiteDonnees{
	margin-left:15px;
	font-family: verdana;
	font-size: 11px;
	color: #656565;
	font-weight:normal;
}
.menuDroiteDonneesGauche{
	padding-top:7px;
	padding-bottom:7px;
	float:left;
	width:100px;
	color:#727272;
}
.menuDroiteDonneesDroite{
	padding-top:7px;
	padding-bottom:7px;
	float:left;
	width:170px;
}
.menuDroiteDernierGpSansHoraires{
	margin-left:64px;
	font-family: verdana;
	font-size: 11px;
	color: #656565;
	font-weight:normal;
}
.menuDroiteCat{
	margin-right:5px;
	text-align:right;
	font-family: verdana;
	font-size: 11px;
	color: #656565;
	font-weight:normal;
}
a:link.amenuDroiteCat{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #565656;
	text-decoration:none;
}
a:visited.amenuDroiteCat{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #565656;
	text-decoration:none;
}
a:hover.amenuDroiteCat{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #565656;
	text-decoration:none;
	background-color:#d0cfcf;
}
.divMenuDroiteSeparation{
	background-image:url(design/menuDroiteSeparation.gif);
	background-repeat:repeat-x;
	height:7px;
	width:293px;
}
ul.tabbernav
{

}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
	text-decoration: none;
	background-image:url(design/flecheMenuDroiteOngletSel.gif);
	background-repeat:repeat-x;
	height:22px;
	width:148px;
}

ul.tabbernav li a:link {
	font-family: verdana;
	font-size: 15px;
	color: #3a3a3a;
	font-weight:normal;
	padding-left:12px;
	background-image:url(design/flecheSucetteMenuDroite.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	width:133px;
	display:block;
	float:left;
	color:#6e6e6e;
}
ul.tabbernav li a:visited {
	font-family: verdana;
	font-size: 15px;
	color: #3a3a3a;
	font-weight:normal;
	padding-left:12px;
	background-image:url(design/flecheSucetteMenuDroite.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
}

ul.tabbernav li a:hover
{
font-family: verdana;
	font-size: 15px;
	color: #3a3a3a;
	font-weight:normal;
	padding-left:12px;
	background-image:url(design/flecheSucetteMenuDroite.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;

}

ul.tabbernav li.tabberactive a
{
	background-image:url(design/flecheMenuDroiteOngletSel.gif);
	background-repeat:repeat-x;
	height:22px;
	padding-left:15px;
	background-position:0px 0px;
	width:133px;
	display:block;
	float:left;
	color:#000000;
}
.tabberlive .tabbertabhide {
 display:none;
}
.tabber {
}
.tabberlive {
 margin:0px;
}
.divDernierGPTour{
	position:absolute;
	height:20px;
	padding-left:10px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	font-family: "Trebuchet MS";
  	letter-spacing: 1px;
  	font-weight: bold;
	padding-right:10px;
	display:block;
	background-color:#444444;
	margin-left:280px;
}
/*Affiche les derniers articles*/
.notificationListe li{
	list-style: none;
	/*background : url(design/flecheMenuDroiteArticle.gif);
	background-repeat:no-repeat;*/
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:2px;
	margin-top:2px;
	margin-left:10px;
	/*height:18px;*/
	background-position:0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b9b9b9;
	text-decoration:none;
	/*width:800px;*/
}
.notificationListe li:hover{
	background-color:#f2f2f2;
}
.notification{
	font-family: verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-style: normal;
}
.notificationDate{
	font-family: verdana;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	font-style:normal;
}
.aNotification {
	font-family: verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-style: normal;
}
a.aNotification {
	font-family: verdana;
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	text-decoration:none;
}
a:hover.aNotification {
	color: #000000;
	background-color:#dcdcdc;
	font-family: verdana;
	font-size: 11px;
}
.formNotification{
	background-color:#e2e2e2;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	border-left:0px;
	border-right:0px;
	width:240px;
	height:15px;
	padding-top:2px;
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	float:left;
}
.formNotificationBouton{
	float:left;
	border:0px;
	height:19px;
	width:52px;
	background-image:url(design/boutonNotif.gif);
	margin-left:4px;
	cursor:pointer;
}
/*********/
/*Footer*/
/*********/
#divFooter{
	margin-top:20px;
	/*margin-bottom:50px;*/
	height:68px;
	text-align:center;
	background-color:#737373;
	color:#ffffff;
	padding-top:4px;
	font-size:12px;
}

a:link.aLienFooter{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dfdfdf;
	text-decoration:none;
	color:#dfdfdf;
	font-size:12px;
}
a:visited.aLienFooter {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dfdfdf;
	text-decoration:none;
	color:#dfdfdf;
	font-size:12px;
}
a:hover.aLienFooter {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
	text-decoration:none;
	color:#FFF;
	font-size:12px;
}


/*Barre statique du footer*/
.barreFixeJeu{
	background-color:#404040;
	width:100%;
	position:fixed; 
	bottom:0; 
	left:0;
	height:50px;
	z-index:9999;
	opacity: 0.9;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
}
.barreFixeJeuCentre{
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	width:935px;
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
}
.barreFixeJeuConnexion{
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	width:935px;
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	font-family:arial;
}
.barreFixeJeuForm{
	background-color:#fff;
	height:18px;
	width:110px;
}

label{
    display:block;
    padding-right:5px;
    float:left;
    margin-top:4px;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    font-family:arial;
    margin-right:3px;
    margin-left:10px;
}

#conteneurInput div{
	padding-top:3px;
    background:#fff;
    position:relative;
    border:1px solid #999;
    text-align:center;
    float:left;
}

#conteneurInput input{
    background:none;
    border:1;
    padding:0 6px;
    height:18px;
    width:120px;
    
    font-size:11px;
    font-weight:bold;
    font-family:arial;
    }

span.top-left{
    position:absolute;
    width:5px;
    height:5px;
    overflow:hidden;
    top:-1px;
    left:-1px;
    background:url("design/top-left.gif");}

span.bottom-left{
    position:absolute;
    width:5px;
    height:5px;
    overflow:hidden;
    bottom:-1px;
    left:-1px;
    background:url("design/bottom-left.gif");}

span.bottom-right{
    position:absolute;
    width:5px;
    height:5px;
    overflow:hidden;
    bottom:-1px;
    right:-1px;
    background:url("design/bottom-right.gif");
}

span.top-right{
    position:absolute;
    width:5px;
    height:5px;
    overflow:hidden;
    top:-1px;
    right:-1px;
    background:url("design/top-right.gif");
}
.barreFixeJeuInscription{
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	width:935px;
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	font-family:arial;
}

/**********************/
/*INSCRIPTION : POP UP
/**********************/

#divGlobalPopUp{
	background-color:#fff;
}
/**********************/
/*DERNIER GRAND PRIX
/**********************/
a:link.classementGpLivePseudo{
	font-size:10px;
	color:#535353;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-decoration:none;	
}
a:visited.classementGpLivePseudo{
	font-size:10px;
	color:#535353;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-decoration:none;	
}
a:hover.classementGpLivePseudo{
	font-size:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-decoration:none;
	background-color:#d2d2d2;
}



table.dynamicselection tr td {
	font-size:10px;
	cursor:pointer;
}

table.dynamicselection tr:hover td {
	background-color:#ffffff;
}


tr.classement_selected td {
	color:red;
}

tr.classement_nonselected td {
	color:blue;
}


span:dynamiclink{
	font-size:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3e653c;
	text-decoration:none;
	color:#3e653c;
}

span.dynamiclink:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-decoration:none;
	color:#000000;
	background-color:#ffffff;
	cursor:pointer;
}


ul.tabbernav
{

}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
	text-decoration: none;
	background-image:url(design/flecheMenuDroiteOngletSel.gif);
	background-repeat:repeat-x;
	height:22px;
	width:148px;
}

ul.tabbernav li a:link {
	font-family: verdana;
	font-size: 15px;
	color: #3a3a3a;
	font-weight:normal;
	padding-left:12px;
	background-image:url(design/flecheSucetteMenuDroite.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	width:90px;
	display:block;
	float:left;
	color:#6e6e6e;
}
ul.tabbernav li a:visited {
	font-family: verdana;
	font-size: 15px;
	color: #3a3a3a;
	font-weight:normal;
	padding-left:12px;
	background-image:url(design/flecheSucetteMenuDroite.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
}

ul.tabbernav li a:hover
{
font-family: verdana;
	font-size: 15px;
	color: #3a3a3a;
	font-weight:normal;
	padding-left:12px;
	background-image:url(design/flecheSucetteMenuDroite.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;

}

ul.tabbernav li.tabberactive a
{
	background-image:url(design/flecheMenuDroiteOngletSel.gif);
	background-repeat:repeat-x;
	height:22px;
	padding-left:15px;
	background-position:0px 0px;
	width:90px;
	display:block;
	float:left;
	color:#000000;
}
.tabberlive .tabbertabhide {
 display:none;
}
.tabber {
}
.tabberlive {
 margin:0px;
}

*/



.divMenuDroiteInfosGauche{
	float:left;
	display:block;
	width:119px; /*119 au lieu de 120. 1+1 pour le border, 2 pour le margin-left:2px*/
	margin-left:2px;
	margin-top:3px;
}
.divMenuDroiteInfosDroite{
	float:left;
	display:block;
	width:119px;
	margin-top:3px;
}
.bgDroiteVitesse{
	background-image:url(design/bgDroiteVitesse.gif);
	background-repeat:repeat-x;
	height:18px;
	border:1px solid #888888;
	margin-bottom:5px;
	color:#000;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding-top:1px;
	width:95px;
}
.bgDroiteCompteur{
	padding:0px;
	margin-top:10px;
	margin-bottom:0px;	
}
.divAfficherPlusTemps{
	text-align:center;
	margin-top:45px;
	display:block;
	height:15px;
	
}



/**********************/
/*PAGE GARAGE
/**********************/

#divBlocGarageVoitureMenu{
	width:90px;
	float:left;
	margin-top:21px;
}

#divBlocGarageVoitureApercu{
	width:837px;
	background-color:#f2f2f2;
	float:left;
	border-left:1px solid #b3b2b2;
	border-bottom:1px solid #b3b2b2;
	border-right:1px solid #b3b2b2;
	margin-bottom:35px;
}

.divBlocGarageTitre{ background-image:url(design/menuDroiteSucette.gif); 
background-repeat:repeat-x; height:22px; width:100%; } .divBlocGarageTitreTexte{ 
font-family: verdana; font-size: 15px; color: #3a3a3a; font-weight:normal; 
padding-left:12px; background-image:url(design/flecheSucetteMenuDroite.gif); 
background-repeat:no-repeat; background-position:5px 5px; height:22px; } 
.divBlocGarageApercuGlobal{ margin-left:2px; } 
#divBlocGarageApercuGlobalVoiture{ float:left; width:340px; } 
#divBlocGarageApercuGlobalVoitureBloc{ float:left; } 
#divBlocGarageApercuGlobalVoiturePerf{ float:left; width:340px; } 
#divBlocGarageApercuGlobalVoiturePerfGauche{ float:left; width:165px;margin-left:5px; } 
#divBlocGarageApercuGlobalVoiturePerfDroite{ float:left; width:165px;margin-left:5px; } 

.divBlocGarageApercuGlobalVoiturePerfGraph
{
	float:left;
	width:85px;
	height:10px; 
	background-color:#ffffff;
	border:1px solid #669f13;
}

.divBlocGarageApercuUsureGraph
{
	float:left;
	width:45px;
	height:6px; 
	background-color:#ffffff;
	border:1px solid #669f13;
}


.divBlocGarageApercuGlobalVoiturePerfDonnees{
	float:left;
	margin-left:2px;
	font-size:11px;
	font-family:arial;
	font-weight:bold;
	height:14px;
}
.divBlocGarageApercuUsure{
	float:left;
	display:block;
	width:240px;
	padding-left:5px;
}
.BlocGarageH2{
	font-family: verdana;
	font-size: 13px;
	color: #4d7e09;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:12px;
	background-color:#f9f9f9;
	background-image:url(design/flecheSucetteMenuDroite.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	margin-bottom:10px;
}
.divBlocGarageApercuBouton{
	margin-top:2px;
	background-color:#e2e1e1;
	float:left;
	border:1px solid #b3b2b2;
	width:230px;
	height:18px;
	padding-top:2px;
	padding-left:3px;
}
.divBlocGarageApercuBoutonPiece{
	width:110px;
	float:left;
	color:#343434;
	font-size:12px;	
}
.divBlocGarageApercuBoutonUsure{
	width:60px;
	float:left;
	font-weight:bold;
	color:#343434;
	font-size:12px;	
}
.divBlocGarageApercuBoutonPerf{
	float:left;
	color:#343434;
	font-weight:bold;
	font-size:12px;
}

.divBlocGarageApercuBoutonAchatRapide{
	height:35px;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
}
/*Partie Stock + Achats*/
#divBlocGarageAchatMenu{
	width:90px;
	float:left;
	margin-top:21px;
}

#divBlocGarageAchat{
	width:480px;
	float:left;
	min-height:480px;
	border-left:1px solid #b3b2b2;
	border-bottom:1px solid #b3b2b2;
	border-right:1px solid #b3b2b2;
	background-color:#f2f2f2;
}

#divBlocGarageStock{
	width:335px;
	float:left;
	min-height:480px;
	border-left:1px solid #b3b2b2;
	border-bottom:1px solid #b3b2b2;
	border-right:1px solid #b3b2b2;
	background-color:#f2f2f2;
}

.divBlocGarageTitreAchat{
	background-image:url(design/menuDroiteSucette.gif);
	background-repeat:repeat-x;
	height:22px;
	width:width:395px;
}
.divBlocGarageTitreMarge{
	margin-left:7px;
	margin-top:5px;	
}



.divBoutonAchat{
	margin-bottom:2px;
	background-color:#e2e1e1;
	float:left;
	border:1px solid #b3b2b2;
	width:390px;
	height:20px;
	padding-top:5px;
	padding-left:3px;
	font-weight:bold;
}

.divBoutonAchatTitre{
	margin-top:2px;
	width:375px;
	padding-top:5px;
	padding-left:3px;
	font-weight:bold;
}

.divBoutonAchatAcheterBouton{
	float:left;
	margin-top:-2px;
	width:60px;
}


.divBoutonAchatAcheter{
	margin-right:8px;
	margin-top:50px;
	padding-top:2px;
	float:left;
	font-size:11px;
	background-color:#fff;
	border:1px solid #6ca122;
	color:#000;
	font-family:arial;
	padding-left:7px;
	padding-right:7px;
	font-weight:bold;
}
.divBoutonAchatAcheterInfo{
	background-image:url("design/informations.gif");
	background-repeat:no-repeat;
	float:left;
	position:relative;
	margin-right:5px;
	top:0px;
	left:0px;
	width:32px;
	height:32px;
	display:block;
}

.divBoutonAchatRefuser{
	cursor:pointer;
	margin-right:8px;
	margin-top:15px;
	padding-top:2px;
	float:right;
	background-color:#fff;
	border:1px solid #ca0101;
	color:#ca0101;
	font-size:14px;
	height:20px;
	padding-left:7px;
	padding-right:7px;
	font-weight:bold;
}



/* ---- GARAGE : MENU GARAGE DE GUILLAUME ---- */

.blocGarageMenuLien, .blocGarageMenuLienSelected
{
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #9D9D9D;
	float:left;
	background:#D7D7D7;
	width:89px;
}

.blocGarageMenuLien:hover
{
	opacity: 0.5;
	filter:alpha(opacity=50);
	cursor:pointer;
}

.blocGarageMenuLienSelected
{
	padding-bottom:15px;
	border-right:1px solid #F2F2F2;
	position:relative;
	left:-5px;
	z-index:10;
	background:#F2F2F2;
	width:95px;
}
/* --------------------------- */



/* -------  GARAGE : TABLEAUX DE PIECE GUILLAUME ------- */

.theadTab th
{
	background-image:url("design/garage/tablehead.png");
	background-repeat:repeat-x;
}

.tbodyTab td
{
	background: #FFFFFF;
	padding: 4px;
	text-align: left;
	vertical-align: top
}

.tbodyTab td {
	background: #FFFFFF;
	padding: 4px;
	text-align: left;
	vertical-align: top
}

.tbodyTab tr.odd td {
	background: #EEEEEE;
}

.tbodyTab tr.simple td {
	background: #ffffff;
}





/*
.tbodyTab tr:hover td {
	background: #C4C4C4;
}
*/

/* ---------------------------- */


/* -------  GARAGE : STOCK PIECES GUILLAUME ------- */

.pieceVignette
{
	border:1px solid #B5B5B5;
	width:150px;
	height:60px;
	background:#F7F7F7;
}

.pieceVignette_hover
{
	background: #CFCFCF;
	border:1px solid #646464;
	width:150px;
	height:60px;
	cursor:pointer;
}

.pieceVignetteSel
{
	border:1px solid #494949;
	width:150px;
	height:60px;
	background: #A2A2A2;
}


.img_button:hover
{
	opacity: 0.70;
	filter:alpha(opacity=70);
	cursor:pointer;
}


/* ---------------------------- */












/*Tableau sponsors*/
.tabSponsorLogo{
	width:90px;
	display:block;
	float:left;
}
.tabSponsorNom{
	width:150px;
	display:block;
	float:left;
}
.tabSponsorSatisfait{
	width:90px;
	display:block;
	height:13px;
	float:left;
}
.tabSponsorBudget{
	width:110px;
	display:block;
	float:left;
}
.tabSponsorPrix{
	width:130px;
	height:13px;
	display:block;
	float:left;
}

/*Tableau pilote*/

.tabPilote_Nom{
	width:105px;
	display:block;
	float:left;
	height:14px;
}
.tabPilote_Evolution{
	width:70px;
	display:block;
	float:left;
	height:14px;
}
.tabPilote_Experience{
	width:70px;
	display:block;
	float:left;
	height:14px;
}
.tabPilote_Tps{
	width:70px;
	display:block;
	float:left;
	height:14px;
}
.tabPilote_Noto{
	width:70px;
	display:block;
	float:left;
	height:14px;
}
.tabPilote_Salaire{
	width:70px;
	display:block;
	float:left;
	height:14px;
}
 .tabPilote_Enchere{
	width:100px;
	display:block;
	float:left;
	height:14px;
}
.formPrixPilote{
	width:60px;
	border:1px solid #999999;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
}

/*Surcharge de couleurs rouge ou vert dans les tableaux (utiliser pour afficher texte blanc au hover)*/
.garageTabDonneesVert{
	color:#6ca122;
}
.garageTabDonneesVert hover{
	color:#FFF;
}
.garageTabDonneesRouge{
	color:#ca0101;
}
.garageTabDonneesRouge hover{
	color:#FFF;
}
/*formulaire pour encheres + prix //VERIFIER MARGIN + PADDING//*/
.formPrix{
	width:80px;
	border:1px solid #999999;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
}
s/*INSCRIPTION => formulaire valider*/
.formValider{
	overflow:visible;
	width:auto;
	border:1px solid #5f5f5f;
	cursor:pointer;
	width:115px;
	font-weight:bold;
}






/*Page => Pilotes*/
/* Titre du conteneur de la fiche */
.piloteFiche{
	margin-left:5px;
	margin-bottom:15px;
}
.piloteFicheHaut{
	background-image:url("design/piloteFicheHaut.gif");
	background-repeat:no-repeat;
	display:block;
	height:21px;
	padding-top:1px;
	padding-left:15px;
	font-family:verdana;
	font-size:15px;
	font-weight:normal;
	color:#404040;	
}
/* Conteneur général */
.piloteFicheContenu{
	border:1px solid #c5c5c5;
	min-height:200px;
	width:561px;
	background-color:#dddddd;
}
/* Conteneur général d'un élément */
.piloteFicheContenuBloc{
	border-bottom:1px dotted #fff;
	margin-top:8px;
	height:42px;
}
/* Conteneur gauche (Bouton + barre verte) */
.piloteFicheContenuBlocGauche{
	display:block;
	float:left;
	width:90px;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:20px;
}
.piloteFicheContenuBlocGaucheBouton{
	background-image:url("design/piloteFicheBouton.gif");
	background-repeat:no-repeat;
	display:block;
	height:29px;
	width:90px;
	text-align:center;
}
.piloteFicheContenuBlocGaucheBoutonTitre{
	margin-top:3px;
}
.piloteFicheContenuBlocGaucheBoutonTexte{
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	color:#5c5c5c;
	position:relative;
	top:-2px;
	text-align:center;
}
.piloteFicheContenuBlocGauchePourcentage{
	background-image:url("design/piloteFichePourcentage.gif");
	background-repeat:no-repeat;
	height:5px;
	width:82px;
	display:block;
	margin-left:4px;	
}
.piloteFicheContenuBlocGauchePourcentageVert{
	background-color:#6fa91c;
	width:20px;height:5px;
	display:block;
}
/* Contenu du texte (centre) */
.piloteFicheContenuCentre{
	display:block;
	float:left;
	width:325px;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:20px;
}
.piloteFicheContenuBlocCentreTexte{
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	color:#5c5c5c;
	text-align:center;
}
/* Contenu du droite (bouton) */
.piloteFicheContenuDroite{
	display:block;
	/*float:left;*/
	margin-top:15px;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:20px;
}
/*Prix du pilote*/
.piloteFichePrix{
	text-align:center;
	font-family::verdana;
	font-size:20px;
	color:#737373;
	display:block;
}
.piloteFichePrixGP{
	text-align:center;
	font-family::verdana;
	font-size:10px;
	font-weight:bold;
	color:#737373;
	display:block;
}



/* DERNIER GP CLASSEMENT */
.fenetre_info{
	z-index:25;
	position:absolute;
	top:175px;
	width:100%;
	height:0px;
	text-align:center;
	overflow:visible;
	margin-left:auto;
	margin-top:auto;
	visibility:hidden;
}

.fenetre_info_cover{
	width:850px;
	height:650px;
	margin-left:auto;
	margin-right:auto;
	background:#E2ECC1;
	opacity: 0.90;
	filter:alpha(opacity=90);
	border: 2px solid #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.fenetre_info_content{
	position:relative;
	width:850px;
	height:650px;
	top:-650px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	font-family::verdana;
	font-size:11px;
	font-weight:bold;
	color:black;
}


.titre_resultat_course{
	font-family::verdana;
	font-size:18px;
	text-decoration:underline;
	font-weight:bold;
	text-align:center;
	color:black;
	margin-bottom:10px;
}

.tableauResultatCourse th{
	border-bottom:2px solid #8b9a5e;
	height:12px;
	padding-bottom:2px;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	color:#293209;
	text-align:left;
	padding:2px;
	background-color:#CACACA;
}
.tableauResultatCourse td{
	border-bottom:1px solid #8b9a5e;
	vertical-align:middle;
	font-family:arial;
	text-align:left;
}
.tableauResultatCourse tr:hover{
	background-color:#fff;
}

.fenetre_podium_resultat_course{
	float:right;
	margin-right:0px;
	margin-left:500px;
	font-family:arial;
	color:#293209;
	text-align:left;
	line-height:18px;
}
a:link.pseudo_podium_resultat_course{
	font-family:arial;
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}
a:visited.pseudo_podium_resultat_course{
	font-family:arial;
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}
a:hover.pseudo_podium_resultat_course{
	font-family:arial;
	color:#000;
	background-color:#c5d19f;
	text-decoration:none;
}


/* DERNIER GP Parametrer course */

.td_course_arrets, .td_course_arrets_neutre
{
	text-align:center;
	width:15px;
	height:15px;
	background:white;
	border:1px solid black;
	font-family:arial;
	font-size:10px;
	color:gray;
}

.td_course_arrets:hover
{
	background:#C4C6DF;
	cursor:pointer;
}

.td_course_arrets_selected, .td_course_arrets_neutre_selected
{
	text-align:center;
	width:15px;
	height:15px;
	background:#D8B1B1;
	border:1px solid black;
	font-family:arial;
	font-size:10px;
	color:black;
}

.td_course_arrets_selected:hover
{
	background:#B56A6A;
	cursor:pointer;
}


/* -------------- CLASSEMENT ----------------- */
.theadTab2 th
{
	background-image:url("design/garage/tablehead.png");
	background-repeat:repeat-x;
	text-align: center;
	height:25px;
	border-bottom:1px solid gray;
	padding: 0px;
	margin: 0px;
}

.tbodyTab2 td
{
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
	text-align: center;
}


.tbodyTab2 tr.odd td {
	background: #EEEEEE;
}

.tbodyTab2 tr.simple td {
	background: #ffffff;
}

.tbodyTab2 tr.special td {
	background: #C6E1AA;
	font-weight:bold;
}

.tbodyTab2 tr.special2 td {
	color: #339900;
}

.tbodyTab2 tr.special3 td {
	color: red;
}

.tbodyTab tr.special td {
	background: #C6E1AA;
	font-weight:bold;
}

.tbodyTab tr.special2 td {
	background: #FFFDC2;
}


.divClassementMenu{
	background-image:url("design/classementMenu.gif");
	background-repeat:no-repeat;
	height:41px;
	width:293px;
	display:block;
	cursor:pointer;
}

.divClassementMenu{
	background-image:url("design/classementMenu.gif");
	background-repeat:no-repeat;
	height:41px;
	width:293px;
	display:block;
	cursor:pointer;
}

.divClassementMenu:hover, .divClassementMenu_Selectionner {
	background-image:url("design/classementMenu_Selectionner.gif");
	background-repeat:no-repeat;
	height:41px;
	width:293px;
	display:block;
}

.divClassementMenuTitre{
	float:right;
	text-align:right;
	font-family:arial;
	font-size:16px;
	margin-right:5px;
	margin-top:9px;
	font-weight:bold;
	border-bottom:1px dotted #6ea61e;
}
.divClassementMenuPlace{
	float:left;
	text-align:left;
	font-family:arial;
	font-size:11px;
	margin-top:12px;
	margin-left:25px;
	font-weight:bold;
}


.divClassementMenuTitre_Selectionner{
	float:right;
	text-align:right;
	font-family:arial;
	font-size:16px;
	color:#FFFFFF;
	margin-right:5px;
	margin-top:9px;
	font-weight:bold;
}
.divClassementMenuPlace_Selectionner{
	float:left;
	text-align:left;
	font-family:arial;
	font-size:11px;
	color:#ebebeb;
	margin-top:12px;
	margin-left:25px;
	font-weight:bold;
}




.list_nb_pool_link
{
	float:left;
	margin-left:3px;
	margin-top:3px;
	border:1px solid gray;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	background:#D4D4D4;
	color:blue;
	text-decoration:underline;
	cursor:pointer;
}

.list_nb_pool_link:hover
{
	border:1px solid gray;
	background:#BBBBBB;
}

.list_nb_pool_link_selected
{
	float:left;
	margin-left:3px;
	margin-top:3px;

	color:white;
	border:1px solid black;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	background:#7F7F7F;
}


/*Barre statique dans le jeux footer*/
.barreFixeJeu2{
	border:solid 1px #0E2F00;
	background-color:#8EC63D;
	/*
	width:980px;
	margin-left:-20px;
	*/

	left:-1px;
	width:100%;
	position:fixed; 
	bottom:-1px; 
	height:20px;
	z-index:9999;
	opacity: 0.85;
	filter:alpha(opacity=85);
}
.barreFixeJeuCentre2{
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	font-size:11px;
	font-weight:bold;
	font-family:arial;

}

			
			
/*Page => Stratégie pour la course */


/* Titre du conteneur de la fiche */
.preparer_Fiche,  .preparer_Fiche2{
	width:450px;
	margin-right:15px;
	margin-bottom:15px;
	
	float:left;
	display:block;
	
}


.preparer_FicheHaut, .preparer_FicheHaut2 {
	background-image:url("design/preparer_FicheHaut.jpg");
	background-repeat:no-repeat;
	display:block;
	height:21px;
	padding-top:1px;
	padding-left:15px;
	font-family:verdana;
	font-size:15px;
	font-weight:normal;
	color:#404040;	
}


.preparer_Fiche2{
	width:281px;
}

.preparer_FicheHaut2 {
	background-image:url("design/block_haut2.png");
}


/* Conteneur général */
.preparer_FicheContenu, .preparer_FicheContenu2{
	border:1px solid #c5c5c5;
	background-color:#dddddd;
	width:447px;
}

.preparer_FicheContenu2{
	width:279px;
}

	

/* Conteneur général d'un élément */
.preparer_filetBlanc{
	border-bottom:1px dotted #fff;
	
	margin-top:8px;
	padding-bottom:8px;
}
.preparer_FicheContenuBloc{
	font-family:arial;
	font-size:10px;
	color:black;
	font-weight:bold;
	margin-left:15px;
}


.border_bottom{
	border-bottom:1px dotted black;
	font-family:Courier New;

}

/* Page Profil */
.profilPiloteGauche{
display:block;
float:left;
width:90px;
margin-left:10px;
margin-bottom:10px;
margin-right:20px;
}
.profilPiloteCentre{
display:block;
float:left;
width:90px;
margin-left:10px;
margin-bottom:10px;
margin-right:20px;
}
.profilPiloteDroite{
display:block;
float:left;
width:90px;
margin-left:10px;
margin-bottom:10px;
margin-right:20px;
}


/* LOTO */

.loto_cell_vide, .loto_cell_oqp, .loto_cell_perso
{
	width:15px;
	height:15px;
	border:solid 1px;
	text-align:center;
}

.loto_cell_vide
{
	background:#FFFFCC;
}

.loto_cell_oqp
{
	background:#66CC66;
}

.loto_cell_perso
{
	background:#FF6633;
}


.pilote_etiquette
{
	background:white;
	border:1px solid;
	text-align:center;
	width:100px;
	font-weight:bold;
}

div.pilote_etiquette_mini
{
	background:white;
	border:1px solid #AEAEAE;
	text-align:center;
	width:80px;
	font-size:8px;
}

div.pilote_etiquette_mini b
{
	/*background:white;*/
	text-align:center;
	width:80px;
	font-size:8px;
}


.div_menu2:hover
{
	cursor:pointer;
	opacity: 0.80;
	filter:alpha(opacity=80);
}

.div_menu2_hover
{
	cursor:pointer;
	opacity: 0.80;
	filter:alpha(opacity=80);
}

.div_menu2_hover
{
	cursor:pointer;
	opacity: 0.80;
	filter:alpha(opacity=80);
}


.menu_messagerie
{
	cursor:pointer;
	color:black;
	text-decoration:underline;
}

.menu_messagerie_selected
{
	cursor:pointer;
	color:blue;
	text-decoration:underline;
}


.msg_show
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%; 
	background:#E0E0E0;
	opacity: 0.80;
	filter:alpha(opacity=80);

}


.msg_list2
{
	cursor:pointer;
	text-decoration:underline;
}

tr.msg_not_read td {
	background: #DFFF95;
	font-weight:bold;
}

table.list_pilotes td, table.list_pilotes a {
	font-family:arial;
	font-weight:bold;
	font-size:9px;
}


/* Paiement */

.tableauPolice{
	font-size:10px;
	font-family:verdana;
	color:#3f3f3f;
	font-weight:bold;

}
.trTableauGris{

	background-color:#DFDFDF;
	height:20px;
}
.trTableauBlanc{
	height:20px;
}

.td1{
	border-left:solid 1px #A7A7A7;
	background-image:url("design/paie_blank.gif");
	background-position:center right;
	background-repeat:no-repeat;

	width:318px;
	padding-left:2px;
	
}
.td2{
	width:151px;
	text-align:center;

	background-image:url("design/paie_blank.gif");
	background-position:center right;
	background-repeat:no-repeat;

}
.td3{
	width:153px;
	text-align:center;

	background-image:url("design/paie_blank.gif");
	background-position:center right;
	background-repeat:no-repeat;
}
.td4{
	width:150px;
	text-align:center;
	padding-right:13px;
	border-right:solid 1px #A7A7A7;
}

/* Image de fond */
/* body
{
	background: white url("design/bgBig.jpg") top center no-repeat;
	background-attachment:fixed;
	/background-repeat : no-repeat;

}
*/

.championnat_gtlt
{
	padding-top:10px;
	font-size:40px;
	width:40px;
	height:65px;
	text-align:center;

}

.championnat_gtlt:hover
{
	cursor:pointer;
	font-weight:bold;
}


