@charset "utf-8";
/* CSS Document */

div#conteneur {
	background: url(img/fond-sb.jpg);
}
#cote {
	position:absolute;
	top: 50%;
	width: 100%;
	height:500px;
	margin-top: -250px; /* moitié de la hauteur */
	background-image: url(img/bar_sb.jpg);
	background-repeat: repeat-x;
	z-index:1;
}
div#contenu {
	height: 388px;
	overflow:auto;
	padding: 0 25px 0 100px;
	background: url(img/storyboard-txt.png) no-repeat 10px 50px;
	}
div#contenu h2 {
	padding-left: 48px;
	line-height: 37px;
	font-size: 1.4em;
	background: url(img/storyboard.png) no-repeat left bottom;
	color: #090378;
	border-bottom: 1px solid #c1dbdc;
}
div#contenu h3 {
	margin-left: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #c1dbdc;
	border-left: 0px solid #c1dbdc;
	color: #aec7ff;
}
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: #bfa8c2;
}
div#contenu a:hover {
	color: #cef6df;
}
.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;
}
