body {
	background: white;
	background-image: url();
}

.gallery_header {
	background-image: url(../pic/header_gallery_100moteurs.jpg);		
	background-repeat: no-repeat;
	background-color: #000000;
	height: 38px;
	color: #FFFFFF;	
	font-size: 14px;
	font-weight: bold;
	padding-left: 260px;	
}

/*---- Onglet -----*/

.gallery_tab {
	background-image: url(../pic/bg_gallery_cat.gif);	
	background-repeat: repeat-x;
	height: 26px;
	color: #FFFFFF;	
	font-weight: bold;
}

.gallery_tab_off {
	width: 100px;
	height: 28px;
	background: url(../pic/bg_gallery_tab_0.gif) no-repeat;	
	text-align: center;
	cursor: pointer;
}

.gallery_tab_on {
	width: 100px;
	height: 28px;
	color: #000000;
	background: url(../pic/bg_gallery_tab_1.gif) no-repeat;	
	text-align: center;	
}

.gallery_image {
	text-align: center;	
}

.gallery_desciptif {
	background-color: #E6E6E6;
	padding: 10px;
	height: 150px;
}

.gallery_title_description {
	font-size: 14px;
	font-weight: bold;
}

.miniatures {
	width: 520px;
	margin: 0 auto;
	text-align: center;
	overflow-x: auto;
	display: block;
}

/*----- Popup spec -----*/

.spec_title {
	background-color: #FF4503;
	color: white;
	padding: 3px 5px;
}

.spec_name {
	width: 40%;
	vertical-align: top;
}

.spec_line1 {
	background-color: #ccc;
}

.spec_line2 {
	background-color: #eee;
}

.collapse {
	border-collapse: collapse;
}

.spec_desciptif {
	background-color: #fff;
}

