
/* @group contenu */

#contenu {
	font-size: 1em;
}

#contenu h1 {
	font-size: 24px;
	background-color: #b91015;
	color: white;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#contenu h2 {
	font-size: 24px;
	color: #b91015;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #b91015;
	padding-bottom: 2px;
}

#contenu h3 {
	font-size: 18px;
	color: #017f9d;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 15px;
	font-style: normal;
	border-bottom: 1px solid #c0e6ef;
	padding-bottom: 2px;
}
#contenu h4 {
	font-weight: bold;
	margin-top: 10px;
	font-size: 16px;
	color: #3f3f3f;
	margin-bottom: 20px;
}

#contenu p {
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contenu ul {
	margin-left: 30px;
	margin-top: 0;
	padding: 0;
}

#contenu ul li {
	list-style-image: url(../im/os/indent.png);
}

#contenu td, #contenu th, #contenu table {
	border: 1px solid #d5e1ed;
}
#contenu th {
	background-color: #f4f8fc;
}
/* @end */

p.print {
	text-align: center !important;
}

/* @group liste */

#contenu.liste {
	font-size: 1.3em;
}

#contenu.liste ul {
	margin-top: 20px;
	}

#contenu.liste li {
	margin-top: 10px;
	}

/* @end */

/* @group hautFiche */

#centre .hautFiche { 
	position: relative;
	background-image: url(../im/titres/ttTitre.png);
	width: 660px;
	height: 100px;
	background-color: white;
}

#centre .hautFiche h1 { 
	position: absolute;
	top: 16px;
	left: 40px;
	color: white;
	font-size: 16px;
}

#centre .hautFiche h2 { 
	position: absolute;
	top: 35px;
	left: 40px;
	color: white;
	font-size: 22px;
	line-height: 28px;
	width: 440px;
}

#centre .hautFiche h3 {
	position: absolute;
	top: 83px;
	right: 25px;

	color: #e4a6a8;
	font-size: 10px;
	text-align: right;
}



/* @end */

/* @group hautFiche.alt */

#centre .hautFiche.alt { 
	position: relative;
	background-image: url(../im/titres/ttTitre.png);
	width: 660px;
	height: 100px;
	background-color: white;
}

#centre .hautFiche.alt h1 { 
	position: absolute;
	top: 16px;
	left: 40px;
	color: white;
	font-size: 28px;
	line-height: 28px;
}

#centre .hautFiche.alt h2 { 
	position: absolute;
	top: 40px;
	left: 40px;
	color: white;
	font-size: 16px;
	width: 440px;
}

#centre .hautFiche.alt h3 {
	position: absolute;
	top: 83px;
	left: 40px;

	color: #e4a6a8;
	font-size: 10px;
	text-align: right;
}



/* @end */

/* @group mentions */

div#corp.mentions {
	width: 660px;
	margin: 20px auto;
}



/* @end */

