@charset "UTF-8";
@media screen{	
	/********************************/
	/*		CHEMIN DE FER			*/
	/********************************/
	p#chemin {
		position: absolute;
		left: -999em;
	}
	
	/********************************/
	/*			CONTENU				*/
	/********************************/
	#global #contenu {
		padding: 251px 0 0 0;
	}
	
	/********************************/
	/*			MENUS				*/
	/********************************/
	#nav p#numtel {
		position: absolute;
		display: block;
		margin: 0;
		padding: 8px 0 0 0;
		width: 169px;
		height: 40px;
		left: 125px;
		bottom: 45px;
		background: url(../images/f-numtel.png) no-repeat;
		text-align: center;
		font-size: 1.2em;
		font-weight: bold;
		color: white;
	}
	#menu_menuprincipal ul {
		padding: 0 10px 85px 10px;
	}	
	
	/********************************/
	/*			GENERAL				*/
	/********************************/
	#texte {
		position: relative;
		float: left;
		width: 480px;
	}
	#texte #con_chapeau {
		font-size: 1.8em;
		font-style: normal;
		margin-left: 80px;
	}
	#texte #con_descriptif {
		text-align: justify;
	}
	
	#produits_du_mois {
		position: relative;
		float: right;
		margin: 0 -42px 0 0;
		padding: 0;
		width: 143px;
		background: url(../images/f-promos-accueil.png);
	}
	#produits_du_mois h3 {
		position: relative;
		margin: 0.5em 4px 0.5em 2px;
		padding: 0 5px 0.5em 5px;
		width: 127px;
		font-size: 1.4em;
		font-weight: bold;
		color: #900;
		background: url(../images/f-fieldset.png) no-repeat left bottom;
	}
	#produits_du_mois ul {
		position: relative;
		margin: 0;
		padding: 0 4px 1em 2px;
		background: url(../images/f-bottom-promosaccueil.png) no-repeat left bottom;
		list-style: none;
	}
	#contenu #produits_du_mois ul li {
		position: relative;
		margin: 5px;
		clear: left;
		list-style: none;
		list-style-image: none;
		font-size: 1em;
	}
	#produits_du_mois li a {
		display: block;
		min-height: 50px;
		height: auto;
		_height: 50px;
		text-decoration: none;
		background: transparent url(../images/transparent.png);
	}
	#produits_du_mois img {
		position: relative;
		float: left;
		border: none;
		width: 50px;
		margin-right: 5px;
	}
	#produits_du_mois li strong {
		font-size: 1.2em;
		font-weight: bold;
		color: #036;
		text-decoration: none;
	}
	#produits_du_mois li del {
		font-size: 0.8em;
		color: black;
		white-space: nowrap;
		text-decoration: line-through;
	}
	#produits_du_mois li ins {
		font-weight: bold;
		color: #903;
		white-space: nowrap;
		text-decoration: none;
	}
}
@media print {
	/********************************/
	/*			GENERAL				*/
	/********************************/
	#texte {
		position: relative;
	}
	#texte #con_chapeau {
		font-size: 18pt;
		font-style: normal;
	}
	#texte #con_descriptif {
		text-align: justify;
	}
	
	#produits_du_mois {
		position: relative;
		margin-top: 20pt;
		padding: 0;
		border: 1px solid #369;
	}
	#produits_du_mois h3 {
		position: relative;
		padding: 5pt;
		margin-top: 0;
		font-size: 13pt;
		font-weight: bold;
		color: white;
		background: #369;
	}
	#produits_du_mois ul {
		position: relative;
		margin: 5pt;
		padding: 0;
	}
	#contenu #produits_du_mois ul li {
		position: relative;
		margin: 5pt;
		clear: left;
		list-style: none;
		font-size: 9pt;
		min-height: 50px;
		height: auto;
		_height: 50px;
		border-bottom: 1px solid #a1bfd8;
	}
	#produits_du_mois li a {
		text-decoration: none;
	}
	#produits_du_mois img {
		position: relative;
		float: left;
		border: none;
		width: 50px;
		margin-right: 5px;
	}
	#produits_du_mois li strong {
		font-size: 11pt;
		font-weight: bold;
		color: #036;
		text-decoration: none;
	}
	#produits_du_mois li del {
		font-size: 8pt;
		color: black;
		white-space: nowrap;
		text-decoration: line-through;
	}
	#produits_du_mois li ins {
		font-weight: bold;
		color: #903;
		white-space: nowrap;
		text-decoration: none;
	}
}
