/**** STYLE PERPETUEL ****/
.transparent {
	float:left;
	opacity:0.2;
	-moz-opacity:0.2;
	filter:alpha(opacity=20);
}

html, body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	overflow:hidden;
} 

body {
	background-color: #171B4A;
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}
a {
	text-decoration: none;
}
.souligne {
	text-decoration: underline;
}
#main_flash, #home_flash, #texte, #entete {
	left: 0;
	top: 0;
	overflow: hidden;
}

#designed_by {
	position:absolute;
	top:-9999px;
}

/**** FIN - STYLE PERPETUEL ****/

/**** ACCUEIL ****/
#home_flash {
	position:absolute;
	width:100%;
	height:92.5%;
}
/**** FIN - ACCUEIL ****/

/**** TOUTES PAGES ****/
#entete {
	position:absolute;
	overflow:hidden;
	left:0;
	top:0;
	width:100%;
	height:23%;
}
#fond_page {
	position:absolute;
	overflow:hidden;
	left:0;
	top:23%;
	width:100%;
	height:69.5%;
	background-color:#FFFFFF;
	z-index:1;
}
#menu_partie {
	position:absolute;
	overflow:hidden;
	background-image: url(../images/fond-menu.gif);
	background-repeat:repeat-x;
	color:#000033;
	left:0;
	top:23%;
	width:20%;
	height:69.5%;
	color:#000033;
	font-size:15px;
	font-weight:bold;
	z-index:3;
}
.texte_partie {
	position:absolute;
	overflow:auto;
	color:#000033;
	right:0;
	top:23%;
	width:78%;
	height:67.5%;
	padding:5px 10px 5px 10px;
	color:#000033;
	font-size:12px;
	z-index:100;
}
.texte_partie2 {
	position:absolute;
	overflow:auto;
	color:#000033;
	right:0;
	top:23%;
	width:100%;
	height:67.5%;
	padding:5px 10px 5px 10px;
	color:#000033;
	font-size:12px;
	z-index:10;
	text-align:center;
}
.grasRouge {
	color:#FF0000;
	font-weight:bold;
}
.ligne{
	background-color: #FFFFFF;
	color: #FF6600;
}
.ligneOver {
	background-color: #171B4A;
	color:#FFCC00;
	cursor: pointer;
}
.grosTitre {
	font-size:26px;
	font-weight:bold;
	color: #D0D1DB;
	margin:5px 0px 10px 0px;
}
.sousTitre {
	font-size:20px;
	font-weight:bold;
	color:#171B4A;
	margin:5px 0px 10px 0px;
}
#icone {
	position:absolute;
	right:3%;
	bottom:10%;
	z-index:2;	
}
.cadre {
	padding:10px 20px 20px 20px;
	border:3px solid #000033;
	width:400px;
	background-color:#000033;
	color:#FFFFFF;
}
/**** FIN - TOUTES PAGES ****/

/**** OFFRES ****/
.tableau_gamme {
	margin:0px;
	width:100%;
}
.mini_tableau_gamme {
	margin:0px;
	width:100%;
	background-color:#000033;
}
.tableau_gamme th {
	text-align:left;
	background-color:#171B4A;
	color:#FFCC00;
}
.tableau_gamme tr.titres {
	text-align:center; 
	background-color:#A5A6C5;;
	color:#FFFFFF;
}
.tableau_gamme tr.donnees {
	text-align:center;
	background-color:#EDEEF8;
	color:#000033;
	font-size:10px;
}
.tableau_gamme tr.donnees a {
	color:#FF3300;
	font-weight:bold;
}
.tableau_gamme tr.donnees a:hover {
	color:#FF962D;
}
.lien_catalogue a {
	color: #553C00;
}
.lien_catalogue a:hover {
	text-decoration:underline;
}
/**** FIN - OFFRES ****/

/**** DEBUT - OCCASIONS ****/
#menu_partie_occasions {
	position:absolute;
	overflow:hidden;
	background-color:#FF6600;
	color:#000033;
	left:0;
	top:23%;
	width:20%;
	height:69.5%;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	z-index:3;
}
.ligne2{
	background-color:#FE8C50;
	color:#FFFFFF;
}
.ligneOver2 {
	background-color: #FFFFFF;
	color:#FF6600;
	cursor: pointer;
}
.tableau_gamme tr.titres_occasions {
	text-align:center; 
	background-color:#FF6600;
	color:#FFFFFF;
}
.tableau_gamme tr.donnees_occasions {
	text-align:center;
	background-color:#FFE8D9;
	color:#660000;
}
.occasions_photos {
	margin: 5px 5px 5px 0px;
}
/**** FIN - OCCASIONS ****/

/**** CONTACT ****/
.contact span.tampon {
	margin:0px;
	line-height:0px;
	color:#FFFFFF;
	font-size:1em;
}
.reponses {
	color:#003399;
	font-size:12px;
}
.questions {
	color:#003399;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	float:left;
}
/**** FIN - CONTACT ****/

/**** PIED DE PAGE ****/
#footer {
	position: absolute;
	overflow: hidden;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 7.5%;
	text-align: center;
}
#icones {
	position: absolute;
	overflow: hidden;
	right: 0%;
	bottom: 0%;
	height: 6.5%;
	width:5%;
	text-align: right;
	vertical-align:middle;
	margin:0px;
	padding-right:5px;
}

#copyright, #copyright a, #copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 3mm;
}
#copyright a:hover{
	text-decoration: underline;
}
#menu, #menu a, #menu a:visited {
	color: #A8B6E3;
	text-decoration: none;
	font-size: 3mm;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/**** FIN - PIED DE PAGE ****/