/*------------------------------------------------------------------------------------//
// Feuille de styles pout impression -------------------------------------------------//
//------------------------------------------------------------------------------------//
// Client : Groupe Performance Marine
// Date   : Avril 2009
//------------------------------------------------------------------------------------*/

/*- Red�finitions utiles pour l'impression -------------------------------------------*/

/*- Couleur noir et aucun arri�re-plan partout -*/
* {
	color:#000 !important;
	background-image:none !important;
}
.ScreenOnly { display: none !important; }
.PrintOnly { display: block; }

/*- Largeur du print maximal -*/
#Wrapper,
#Contenu,
body.Nouvelles #ColG {
	width:600px;
	margin: 0;
	padding: 0;
}

/*- Liste � puce, si l'arri�re-plan est utilis� -*/
.Classe ul {
	list-style:disc;
}

/*- Red�finition des �l�ments flottants -*/
#Succursales,
#Copyright,
#PiedPage ul li,
body.BateauxUsagesFiche #ColG, body.BateauxUsagesFiche #ColC, body.BateauxUsagesFiche #ColD,
body.BateauxUsages #ColG, body.BateauxUsages #ColD,
body.BateauxLocationFiche #ColG, body.BateauxLocationFiche #ColD,
body.BateauxLocation #ColG, body.BateauxLocation #ColC, body.BateauxLocation #ColD,
body.BateauxNeuf #ColG,
body.BateauxNeuf #Contenu ul.Accordeon .Texte,
body.BateauxNeuf #Contenu ul.Accordeon .Marques,
.ContenuElement,
div.PhotoModele {
	float:none;
	margin:0px;
	padding:0px;
	width:600px;
}
/*- Red�finition des �l�ments absoluts -*/
#Logo {
	position: static;
	margin:0px;
	width:auto;
}

/*- Red�finition des hauteurs fixes -*/
#Entete {
	height:auto !important;
}

/*- Red�finition des menus ou liens en arri�re-plan -*/
#MenuPrincipal a {
	overflow:visible;
	text-indent:0px;
}

/*- Faire dispara�tre quelques �l�ments -*/

#NavFixe,
#MenuPrincipal,
#SousMenu,
#BlocBulletinPub,
#LogosFournisseurs,
body.Nouvelles #ColD,
#Contenu div#MenuUtile,
#Contenu .BlocRecherche,
body.BateauxUsages #ColD .Pagination,
body.BateauxLocationFiche #ColD .Nav,
body.BateauxNeuf #ColD {
	display:none;
	width:0px;
	height:0px;
}

/*- Autres red�finitions sp�cifiques pour ce site ------------------------------------*/
h1 span,
body.BateauxNeuf #Contenu ul.Accordeon li .Section { display: block !important; }
#Logo a { text-indent: 0; width: auto; height: auto; overflow: visible; }
h4.PrintPrice { font-size: 3.2em; color: #C41230 !important; }

body.BateauxUsagesFiche #ColG, body.BateauxUsagesFiche #ColC, body.BateauxUsagesFiche #ColD { margin: 0 0 12px; }
body.BateauxUsagesFiche .ConteneurElement,
.ContenuElement,
div.PhotoModele { margin: 0 0 12px; }
body.BateauxUsagesFiche .ConteneurElement h4,
body.BateauxUsagesFiche .ConteneurElement .Texte,
#Contenu ul.Accordeon li .Titre { padding: 0; }

#Succursales, #Copyright {
	float: left;
	width: 300px;
	margin-top: 24px;
}



/*------------------------------------------------------------------------------------*/