/* Tableau questionnaire STATISTIQUES */
#questionnaire {
	width: 90%;

	margin-bottom: 14px;

	border-top: 1px solid #a9a9a9;
}

	#questionnaire td {
		border: 1px solid #a9a9a9;
	}

	#questionnaire td.col_1 {
		width: 225px;

		background-color: #f6f6f6;

		padding-left: 5px;
	}

	#questionnaire div {
		line-height: 18px;
		height: 18px;

		background-color: #ffff00;

		text-align: right;
	}

	#questionnaire A:LINK { color: #0033cc; text-decoration: none }
	#questionnaire A:VISITED { color: #0033cc; text-decoration: none }
	#questionnaire A:HOVER { color: #ff0000; text-decoration: none }

/* Tableau questionnaire */
#tab_questionnaire {
	width: 350px;
}

#tab_questionnaire td {
	padding: 5px;

	border: 1px solid #e6e6e6;
}

/* Bloc des marques / modèles sélectionnées en page d'accueil */

div.bloc_accueil_marque td {
	padding-bottom: 10px;
}

	div.bloc_accueil_marque a {
		text-decoration: underline;
		color: #333333;
	}

	div.bloc_accueil_marque a:hover {
		color: #ff0000;
	}

	div.bloc_accueil_marque a strong {
		text-transform: uppercase;
	}

/* ################################ */
table.table_admin {
	width: 720px;
}

	table.table_admin th {
		padding: 5px 0;
		padding-left: 10px;
		padding-right: 10px;

		background-color: #c4c0c4;

		border-top: 1px solid #e9e5e9;
		border-bottom: 1px solid #999599;
		border-left: 1px solid #e9e5e9;
		border-right: 1px solid #999599;

		text-align: center;
	}

	table.table_admin tr.col2 td{
		background-color: #ffe88c;
	}

	table.table_admin tr.col td {
		background-color: none;
	}

	table.table_admin td {
		line-height: 20px;

		padding: 0 5px;

		background-color: #ffffff;
		border-bottom: 1px solid #cac6ca;
	}

		table.table_admin td.td_action {
			width: 26px;

			background-color: #fbdfef;
			border: 1px solid #cac6ca;

			text-align: center;
		}

		table.table_admin td img{
			max-width: 56px;

			margin-left: auto;
			margin-right: auto;

			display: inline;
		}

/* Tableau Administration */

/*
table.table_admin {
	width: 100%;

	background-image: url(../../images/structure/table_admin_haut.gif);
	background-repeat: repeat-x;
}

table.table_admin td {
	padding: 5px;

	border: 1px solid #e6e6e6;
}

table.table_admin th {
	height: 26px;

	font-weight: bold;
	text-align: center;

	color: #ffffff;
}

table.table_admin th {
	padding: 5px 0 5px 0;
	border: 0;
}
*/

/* Bloc en format 640 */

.titre_640_rouge {
	height: 28px;
	line-height: 28px;

	margin-bottom: 0;
	padding-bottom: 0;

	padding-left: 11px;

	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Verdana;

	text-align: left;

	background-image: url(../../images/structure/bloc_640_haut_rouge.gif);
	background-repeat: no-repeat;
}

.titre_640_gris{
	height: 28px;
	line-height: 28px;

	margin: 0;
	padding: 0;

	padding-left: 11px;

	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Verdana;

	text-align: left;

	background-image: url(../../images/structure/bloc_640_haut_gris.gif);
	background-repeat: no-repeat;
}

.titre_640_bleu {
	height: 28px;
	line-height: 28px;

	margin: 0;
	padding: 0;

	padding-left: 11px;

	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Verdana;

	text-align: left;

	background-image: url(../../images/structure/bloc_640_haut_bleu.gif);
	background-repeat: no-repeat;
}

	.titre_640_rouge a, .titre_640_bleu a {
			color: #ffffff;
		}

	.titre_640_rouge a:hover, .titre_640_bleu a:hover {
		color: #ff0000;
	}


.bloc_640 {
	padding-top: 10px;

	background-image: url(../../images/structure/bloc_640_cotes.gif);
	background-repeat: repeat-y;

	text-align: left;

	padding-left: 11px;
}

.bloc_640  a:link{
	text-decoration:none;
}
.bloc_640  a:visited{
	text-decoration:none;
}

a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}

/* Bloc d'aide */

.bloc_aide {
	width: 90%;

	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;

	background-color: #FFFDF5;
	background-repeat: no-repeat;
	background-position: 10px 10px;

	border: 2px solid #FFD733;

	font-size: 12px;
}

	.bloc_aide h3 {
		margin-top: 0;
	}

/* Moteur de recherche horizontale */

form#recherche {
	height: 122px;

	padding-left: 13px;

	/* background-color: #e6e6e6; */
	background-image: url(http://www.carprivileges.fr/images/fond_recherche.gif);
	background-repeat: no-repeat;
}

	form#recherche h5 {
		padding-top: 10px;
		margin-bottom: 10px;
		

		color: #888888;
		font-size: 11px;
	}

	form#recherche select {
		width: 140px;
		margin-bottom: 4px;
	}

	form#recherche input#btn {
		margin-top: 7px;
		margin-left: 100px;

		width: 100px;
	}

a.infobulle {
    position:relative; 
    z-index:0;
    color: inherit;
    text-decoration:none
}

a.infobulle :link, a.infobulle :visited, a.infobulle :hover {
    color: #909090;
}

a.infobulle span {
display: none;
 position:absolute;
    z-index:999;
    top:2em; left:2em; width:15em;
    border:1px solid #6699cc;
    background-color:#eeeeee; color:#000000;
    text-align: justify;
    font-weight:none;
    padding:10px;
	margin-left: -115px;
    
    }

#infobulle_text2 {
display: none;
    position: absolute; 
    z-index:999;
    width:15em;
	margin-top: 35px;
    border:1px solid #6699cc;
    background-color:#eeeeee; color:#000000;
    text-align: justify;
    font-weight:none;
    padding:10px;
    }
