/* ################################ */
table.table_admin {
	width: 100%;
	background-color: #ffffff;
}

	table.table_admin th {
		line-height: 24px;
		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 td {
		line-height: 20px;

		padding: 0 5px;

		border-bottom: 1px solid #cac6ca;
	}

	table.table_admin td img{
		margin-left: auto;
		margin-right: auto;

		display: block;
	}

/* 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;
}
*/

.titre
{
	font-family:verdana;
	font-size:14px;
	color:#eb8509;
}
.version
{
	font-family:verdana;
	font-size:11px;
}

.prix
{
	font-family:verdana;
	font-size:14px;
	color:#ff3333;
}


/* 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: 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: 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: 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 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;
	}

/* Tableau simulation de crédit CETELEM */

table#table_credit_cetelem {
	width: 295px;

	margin: 8px 0;

	border: 1px solid #99D0AD;
}

	table#table_credit_cetelem th {
		line-height: 20px;

		padding-left: 10px;

		background-color: #D4FACA;
		font-weight: bold;
		font-size: 11px;
		color: #333333;
	}

	table#table_credit_cetelem td {
		padding: 2px 5px;
		width:170px;
		background-color: #ffffff;
		border: 1px solid #9a9a9a;
	}

	table#table_credit_cetelem td.titre {
		color:#7a8796;
		font-size:12px;
	}
	
	
	
#form_rech_voit
{
	text-align:center;
	background-image: url(../../images/structure/barre.gif);
	background-repeat: no-repeat;
	width:950px;
	height:50px;
}
