/* ****************************************************

	@file:		   print.css
	@description:  Feuille de styles d'impression
	@author:       remi (ixmedia.com)
	@updated:	   20080310

***************************************************** */

/*
 * @section Basic
 ******************************************************************************/

body {
	color: #000;
	background: #fff;
	font-size: 9pt;
	font-family: "Lucida Grande", "Lucida sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

#entete, div.schema, #envoyer, #pied, body.interieur div.soustitre a {
	display: none;
}

img {
	border: none;
}

a {
	color:#000;
	text-decoration: underline;
}

div.musees {
	margin-bottom:5px;
	padding:20px 15px 10px 15px;
}

div.musees div {
	width:200px;
	float:left;
	margin-right:20px;
}

div.musees div img {
	margin-bottom:10px;
}

div.musees div a.visite {
	background:url(../img/img-fleche-g.gif) center left no-repeat;
	font-size:1.15em;
	padding-left:15px;
}


div.musees h3{
	font-size:1.3em;
	margin-bottom:0;
	clear:none;
}

div.musees p {
	margin-bottom:1em;
	margin-left:220px;
}

body.interieur div.encadre {
	background:#fff;
	padding:20px 15px;
	margin-bottom:2em;
}

body.interieur div.encadre p {
	margin-left:195px;
}

body.interieur div.encadre p.vide {
	margin-left:0!important;
}

body.interieur div.encadre ul.vide li{
	margin-left:2em!important;
}

body.interieur div.encadre ul {
	margin-left:195px;
}

body.interieur div.encadre div {
	float:left;
	width:180px;
}

body.interieur div.encadre div img {
	border:4px solid #000;
	margin:0 0 5px 0;
}

body.interieur div.encadre div p {
	color:#000;
	margin:0 0 2em 5px;
}

body.interieur div.encadre h3 {
	color:#fff;
	font-weight:bold;
	font-size:2em;
	margin-bottom:1em;
}

body.interieur div.encadre h4 {
	font-size:1.15em;
	color:#fff;
	margin:0;
	padding:0;
}

body.interieur div.encadre p.description {
	font-size:.9em;
	margin:0 0 1em 0;
	padding:0;
	color:#000;
}

body.interieur div.encadre ul.liste_fleches li {margin-bottom:0;}

body.interieur div.encadre ul.liste_fleches li a {
	text-decoration:none;
}
