/*-----------------------------------
 * SOFICARTE
 * réalisé par SQLI
 * Création : 28.09.2007
 * Page PPR : offre septembre 2007
 ------------------------------------*/
 
 div.ppr-septembre {
 	margin: 0; padding: 0;
 }
 
 div.ppr-septembre div#flash-ppr {
 	position: relative;
 	margin: 0px 0px 15px 0px; padding: 0;
 }
 div.ppr-septembre div#flash-ppr a.btn {
 	position: absolute; top: 150px; left: 145px;
 	width: 222px; height: 46px;
 }
 div.ppr-septembre div#flash-ppr img {
 	border: none;
 }
 
 div.ppr-septembre h1 {
 	margin: 0; padding: 0;
 	font-size: 1.9em;
 	text-indent: -100em;
 }
 div.ppr-septembre h2 {
 	margin: 0px 0px 0px 5px; padding: 0;
 	font-size: 1.2em;
 	color: #000000;
 }
 	div.ppr-septembre h2.gris {
	  	margin: 5px 0px 0px 5px; padding: 0;
	  	font-size: 1em;
	  	color: #4D4D4D;
	}
 	div.ppr-septembre h2 span {
 		font-size: 1.4em;
 		color: #004495;
 	}
	 	div.ppr-septembre h2 span sup {
	 		font-size: 0.5em;
	 	}
 div.ppr-septembre h3 {
 	margin: 20px 0px 0px 10px; padding: 0;
 	font-size: 0.8em; font-weight: normal;
 	color: #333333;
 }
 div.ppr-septembre p {
 	margin-left: 5px;
 	font-size: 1em;
 	color: #000000;
 }
 	div.ppr-septembre p span {
 		color: #004495;
 	}
 div.ppr-septembre p.date-offre {
 	margin: 10px 0px 10px 5px; padding: 0;
 	font-size: 1em; font-weight: bold;
 	color: #989898;
 }
 div.ppr-septembre p.info-legales {
 	margin: 0px 0px 0px 10px; padding: 5px 10px 5px 0px;
 	font-size: 0.8em;
 	color: #333333;
 }
 	div.ppr-septembre p.info-legales sup {
 		font-size: 0.8em;
 		_font-size: 1em;
 	}
 div.ppr-septembre p.bareme {
 	margin: 0px 0px 0px 10px; padding: 5px 10px 5px 0px;
 	font-size: 0.9em;
 	color: #4D4D4D;
 }
 	
 div.ppr-septembre ul {
 	margin: 0px 0px 25px 0px; padding: 0;
 	width: 500px;
 	list-style: none;
 }
 	div.ppr-septembre ul li {
		margin-bottom: 5px; padding-left:40px;
	 	font-size: 0.9em;
		background-image:url(../images/puce-plus-2.gif);
		background-repeat:no-repeat;
		background-position:1.6em top;
	}
	
	
 div.ppr-septembre table.bareme {
 	margin: 10px 0px 10px 0px; padding: 0;
 	width: 550px;
 	border-collapse: collapse;
 }
 	div.ppr-septembre table.bareme thead th {
	 	margin: 0; padding: 2px 2px 4px 2px;
	 	font-size: 0.8em;
	 	color: #FFFFFF;
	 	background: #C5C6C8 url('../images/ppr-septembre/haut-bareme.gif') no-repeat top center;
	 	text-align: center;
	 	border-right: 1px solid #FFFFFF;
	}
		div.ppr-septembre table.bareme thead th.first {
			background: #C5C6C8 url('../images/ppr-septembre/haut-bareme.gif') no-repeat top left;
		}
		div.ppr-septembre table.bareme thead th.last {
		 	padding: 3px 2px 4px 2px;
			background: #C5C6C8 url('../images/ppr-septembre/haut-bareme.gif') no-repeat top right;
			border: none;
		}
	div.ppr-septembre table.bareme tbody th {
	 	margin: 0; padding: 5px 3px 5px 3px;
	 	font-size: 0.8em;
	 	color: #000000;
	 	text-align: center;
	 	border-right: 1px solid #C8C9CA;
	 	border-bottom: 1px solid #C8C9CA;
	}
		
		div.ppr-septembre table.bareme tbody th.last {
			background: #FFFFFF url('../images/ppr-septembre/bas-bareme.gif') no-repeat center right;
			border-right: none;
		}
	div.ppr-septembre table.bareme tbody td {
		margin: 0; padding: 5px 0px 5px 0px;
	 	font-size: 0.8em;
	 	color: #C9CACB;
	 	background: #FFFFFF url('../images/ppr-septembre/bas-bareme.gif') no-repeat center center;
	 	text-align: center;
	 	border-right: 1px solid #C8C9CA;
	 	border-bottom: 1px solid #C8C9CA;
	}
		div.ppr-septembre table.bareme tbody td strong {
			font-size: 4.5em;
			color: #004495;
		}
	
		div.ppr-septembre table.bareme tbody td.alone {
			background: #FFFFFF url('../images/ppr-septembre/bas-bareme.gif') no-repeat bottom center;
			border-bottom: none;
		}
		div.ppr-septembre table.bareme tbody tr.last td {
			background: #FFFFFF url('../images/ppr-septembre/bas-bareme.gif') no-repeat bottom center;
			border-bottom: none;
		}
		div.ppr-septembre table.bareme tbody td.first {
			background: #FFFFFF url('../images/ppr-septembre/bas-bareme.gif') no-repeat bottom left;
			border-bottom: none;
		}
			div.ppr-septembre table.bareme tbody tr.last td.first {
				background: #FFFFFF url('../images/ppr-septembre/bas-bareme.gif') no-repeat bottom left;
			}
		div.ppr-septembre table.bareme tbody td.last {
			background: #FFFFFF url('../images/ppr-septembre/bas-bareme.gif') no-repeat center right;
			border-right: none;
		}
			div.ppr-septembre table.bareme tbody tr.last td.last {
				background: #FFFFFF url('../images/ppr-septembre/bas-bareme.gif') no-repeat bottom right;
				border: none;
			}
