/* Tableau */
table {
	border:1px solid #555555;
	margin:10px;
	padding:0px;
	border-collapse:collapse;
}
thead {
	border:none;
}

.video_machine {
	margin-left:auto;
	margin-right:auto;
	text-align:center;		
	border:1px #333366 solid;
	padding:5px;
	background-color:#ebe9f1;
}

.liste_gamme_titre {
	display:block;
	width:400px;
	margin-left:40px;
	text-align:center;
}

.liste_gamme_general {
	list-style:none;
	list-style-image:none;
	float:left;
	padding:10px 30px;
	text-align:center;
}

.liste_gamme {
	display:block;
	width:400px;
	border:1px solid #920003;
	padding:10px;
	text-align:center;
	margin:10px 0px;
	list-style-image:none;
}

.liste_gamme:hover {
	border-color:#8888ff;
}

.gamme_explication{
	font-size:11px;
	line-height:14px;
	text-align:justify;
}

.fiche_presentation,.fiche_presentation:visited{
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}

.fiche_presentation:hover{
	color:#ff8888;
}

.entete_table, th {
	background-color:#0000ff;
	color:#ffffff;
	padding:3px 5px;
	margin:0px;
	border:1px solid #555555;
	text-align:center;
}

td {
	background-color:#ffffff;
	border:1px solid #555555;
	padding:3px;
	text-align:center;
}

.col200 {
	width:200px;
}

.col170 {
	width:170px;
}

.col150 {
	width:150px;
}

.col100 {
	width:100px;
}

.col70 {
	width:70px;
}

.col50 {
	width:50px;
}

.colauto {
	width:auto;
}