
/* ------------------------------------------------------------------ */
/* -                     MODELE MISE EN PAGE 1                        */
/* ------------------------------------------------------------------ */

#pageLeft{
	width:247px;
	float:left;
	margin-right:1px;
}

#pageRight{
	width:580px;
	float:left;
	background:url('images/bg_pageright.gif') 0px 0px repeat-x #000100;
}

	#pageRight .leftSide{
		width:268px;
		float:left;
		padding:15px 0px 15px 15px;
		margin-right:7px;
		text-align:justify;
	}

	#pageRight .rightSide{
		width:268px;
		overflow: hidden;
		float:left;
		padding:15px 15px 15px 0px;
		margin-left:7px;
	}

	#pageRight .leftSide2{
		width:168px;
		float:left;
		padding:15px 0px 15px 15px;
		margin-right:7px;
		text-align:justify;
	}

	#pageRight .rightSide2{
		width:368px;
		overflow: hidden;
		float:left;
		padding:15px 15px 15px 0px;
		margin-left:7px;
	}

	#pageRight .fullSide{
		width:550px;
		float:left;
		padding:15px;
	}

	#pageRight .fullSide2{
		width:550px;
		float:left;
		padding:15px;
		background:url('images/bg_pageright2.gif') 0px 0px repeat-x #000100;
	}


/* ------------------------------------------------------------------ */
/*                               Link                                 */
/* ------------------------------------------------------------------ */
.link{
	border-bottom:1px solid #424242;
	padding-bottom:10px;
	margin-bottom:15px;
}


/* ------------------------------------------------------------------ */
/* -                    Important                                     */
/* ------------------------------------------------------------------ */

.important {
	border:1px solid #464646;
	background-color:#2c2c2c;
	padding:5px;
	font-size:100%;
	line-height:15px;
}

/* ------------------------------------------------------------------ */
/* -                    Cadre                                         */
/* ------------------------------------------------------------------ */

.cadre{
	text-align:left;	
	border:#F2EADB 1px solid;
	padding:5px;
	padding:5px;
}

/* ------------------------------------------------------------------ */
/* -                    Liste                                         */
/* ------------------------------------------------------------------ */

 .liste {}

 .liste TH {
	padding: 3px 0;
	color: white;
	text-shadow: #e54700 0 1px 0;
	font-size: 16px;
	font-weight: normal;

	background:url('images/	bg_list_th.jpg') 0px 0px repeat-x #fe9527;
	border: 1px solid #ff6b0b;
}

 .liste TD {
	padding: 3px 0;

	background:url('images/	bg_list_td.jpg') 0px 0px repeat-x #121312;
	border:1px solid #1b1b1b;
	text-align: center;
}


 .liste TD H1{
	color:#2D99D9;
	font-weight:bold;
	font-size:12px;
}

 .liste TD BIG{
	color:#2D99D9;
	font-weight:bold;
	font-size:12px;
}

/* ------------------------------------------------------------------ */
/* -					PDF                                           */
/* ------------------------------------------------------------------ */

.pdf {
	display: block;
	padding-left: 35px;
	padding-top: 7px;
	width: 155px;
	height: 22px;
	background:url('images/bg_pdf.jpg') 0px 0px no-repeat;
}

#flashMap {
	position: relative;
	z-index: 1;
}


/*******************/

#autoexclusive {
	position: relative;
	margin-left: -5px;
	margin-top: 10px;
}


/* ------------------------------------------------------------------ */
/* -					Config                                        */
/* ------------------------------------------------------------------ */

.configurateur {
	cursor: pointer;
	background-color: none;
	border: none;
	padding: 0px;
	margin: 0px;

	position: relative;
	z-index: 3;
}

	.configurateur:hover {
		border: none;
		background-color: none;
		text-decoration: none;
	}

