@charset "utf-8";/* CSS Document */div#conteneur {	background: url(img/fond_production.jpg);}#cote {	position:absolute;	top: 50%;	width: 100%;	height:500px;	margin-top: -250px; /* moitié de la hauteur */	background-image: url(img/bar_production.jpg);	background-repeat: repeat-x;	z-index:1;}div#contenu {	height: 388px;	overflow:auto;	padding: 0 25px 0 100px;	background: url(img/production-txt.png) no-repeat 10px 50px;}div#contenu h2 {	padding-left: 48px;	line-height: 37px;	font-size: 1.8em;	background: url(img/production.png) no-repeat left bottom;	color: #111111	border-bottom: 1px solid #5C55CD;}div#contenu h3 {	margin-left: 15px;	padding-left: 5px;	text-align: center;	font-size: 1.6em;	border-bottom: 1px solid #5C55CD;	border-left: 0px solid #5C55CD;	color: #FFFFFF;}div#contenu h4 {	font-size:120%;	font-weight:bold;	padding-left: 10px;	font-variant: small-caps;}div#contenu p {	text-align: justify;	text-indent: 2em;	line-height: 1.6em;}div#contenu a {	color: #8C84E8;}div#contenu a:hover {	color: #94ff8f;}.cadre {	width: 90%;	height:160px;	padding: 0;	margin-left: 10px;	margin-right: 10px;	text-align:justify;	background: transparent url(../img/cadre.png);	border: 1px solid #bfbfbf;}.mini {	font-weight:bold;	margin-right: 10px;	float:right;}.img {	float: left;	margin-left: 10px;	margin-right: 10px;}