@charset "utf-8";
/* CSS Document */
<!--
body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; }
html, body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; height:100%; background-color: #dedede; background-image: url(../images/boitier_additionnel_bgV.gif); background-repeat: repeat-x; }
img { border:0; }
a { color:#000000; text-decoration:underline; }
a:Hover { color:#666666; }
form { margin:0; padding:0; }
input, select, textarea { font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; background-color:#87888e; color:#FFFFFF; }
#container {
	position :relative;		/* Obligatoire pour positionner le footer par rapport au container */
	width :100%;			/* On définit la largeur du site */
	min-height :100%;   	/* Hauteur minimale de 100% */
}
#header {width:820px; margin-top:7px; text-align:right; }
#header a { color:#f7c43e; text-decoration:none; font-weight:bold; }
#header a:Hover { color:#dedede; }
#header span { color:#f7c43e; margin-right:15px; margin-left:15px; }
#imgHeader {
	width:803px;
	height:221px;
	background-image:url(../images/boitier_additionnel_entete.jpg);
	background-repeat:no-repeat;
}
#globalNav {
	min-height:100%;        /* Hauteur minimale de 100% */
	overflow : auto;		/* Firefox, pour tenir compte du contenu des div flottants (float, qui sont normalement mis à part) */
	margin-top:20px;
	margin-left:30px;
	width:803px;
	background-image:url(../images/boitier_additionnel_bgH.png);
	background-position:right;
	background-repeat:repeat-y;
	padding-bottom : 110px;	/* Hauteur du footer, pour éviter que ce dernier se place par dessus votre contenu (on le pousse) */
}
#menu { background-color:#201c1d; height:69px; width:790px; z-index:100; }
#menuItem { color:#FFFFFF; font-weight:bold; height:69px; cursor:pointer; float:left; padding-left:5px; padding-right:5px; background-color:#201c1d; }
#menuItemInt { padding-left:15px; padding-right:15px; padding-top:5px; padding-bottom:5px; margin-top:13px; height:32px; text-align:right; }
#menuCpt { margin-bottom:10px; }
#leftCol {
	float:left;   		/* On aligne les 2 colonnes */
	margin-top:15px;
	margin-bottom:15px;
	max-width:600px;
	width:600px;
	text-align:justify;
}
#rightCol {
	min-height :100%;   	/* Hauteur minimale de 100% */
	float : right; 			/* On aligne les 2 colonnes */
	width:169px;
}
#rightColContent {
	margin-top:8px;
	margin-right:19px;
	padding-bottom:10px;
}	
#footer {
	position: absolute; 	/* On le place par rapport au conteneur */
	bottom: 0;				/* Tout en bas */
	left: 0; 				/* Tout à gauche */
	clear : both;         	/* On casse l'alignement float des colonnes */
	width : 100%;      		/* Largeur 100% */
	height : 100px;      	/* Hauteur du footer */
	background-color : #000000;
	color:#FFFFFF;
}
#footerMenu {
	margin-top:10px;
	float:left;
}	
#footerMenu a{
	color:#FFFFFF;
	text-decoration:none;
}
#footerCars {
	width:677px;
	color:#f7c43e;
}
#footerCars a {
	color:#f7c43e;
	text-decoration:none;
}
#accueil {font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#41454f; font-weight:normal; font-stretch:condensed; margin-bottom:15px; }
h2 {font-size:14px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; }
h3 {font-size:12px; color:#ff9c00; text-transform:lowercase; }
.txtWhite {color:#FFFFFF; }
.txtOrange {color:#ff9c00; }
#courbes {
	list-style-image:url(../images/chiptuning_plus.png);
	line-height:15px;
}
#courbes a {
	text-decoration:none;
}
/* infobulle */
a.info{
    position:relative; 
    z-index:24;
    color:#FFFFFF;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#EEEDED}

a.info span{display: none}

a.info:hover span{ 
/*le contenu de la balise span ne sera visible que pour l'état a:hover */
	display:block; 
	position:absolute;
    top:-40px; left:170px;
    border:1px solid #000000;
    background-color:#CCCCCC;
	color:#000000;
    text-align: justify;
    font-weight:none;
    padding:5px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    }
/* fin infobulle */

-->