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

div#conteneur {
	background: url(img/fond_da.jpg);
}
#cote {
	position:absolute;
	top: 50%;
	width: 100%;
	height:500px;
	margin-top: -250px; /* moitié de la hauteur */
	background-image: url(img/bar_da.jpg);
	background-repeat: repeat-x;
	z-index:1;
}
div#contenu {
	height: 388px;
	overflow:auto;
	padding: 0 180px 0 170px;
	background: url(img/drague_academy-txt.png) no-repeat 10px 1px;
}
div#contenu h2 {
	padding-left: 96px;
	line-height: 37px;
	font-size: 1.4em;
	background: url(img/coeur.png) no-repeat 40px bottom;
	color: #222222;
	border-bottom: 1px solid #993136;
}
div#contenu h3 {
	margin-left: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #993136;
	border-left: 3px solid #993136;
	color: #993136;
}
div#contenu h4 {
	text-align : center ;
	font-size:120%;
	font-weight:bold;
	padding-left: 10px;
	font-variant: small-caps;
	color: #222222;
}


div#contenu p {
	text-align: justify;
	text-indent: 2em;
	line-height: 1.6em;
	text-weight : 200 ;
	margin-left: 60;
	padding: 0;
	font: 1.2em "Geneva", arial, sans-serif;
	color: #000000;
}
div#contenu a {
	color: #d3749b;
}
div#contenu a:hover {
	color: #ff9da4;
}
.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 {
	margin-left: 10px;
	margin-right: 10px;
}
img.centered {
   display: block;
   margin-left: auto;
   margin-right: auto }
