/* -----------------------------------------------------------------------
----- EIVP 2005 Site public
----- Feuille de style ÉCRAN/contenu NOUVO v4
----- -------
----- les bugs d'affichage sont à rapporter à :
----- agnes.leonard@eivp-paris.fr    ET    aurelien.ferlito@free.fr
-------------------------------------------------------------------------- */
/* -- reminder : largeur colonne centrale : 10+488+16 = 514px ------------ */
div#contenu h1 {
	font-size: 1.8em;
	line-height: 1.1em;
	margin: 0 0 15px 0;
	clear: both;
	color: #47473A;
	font-variant: small-caps;
}
div#contenu h2 {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 10px 0 0 0;
	clear: both;
	color: #47473A;
}
div#contenu h2.hachures {
	background-image: url(../img/layout_h2hachures.gif);
	background-repeat: repeat-x;
	background-position: 0px 8px;
}
div#contenu h2.hachures span.blank {
	background-image: none;
	background-color: #fff;
	padding-right: 7px;
}
div#contenu h3 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 7px 0 0 0;
	clear: both;
	color: #47473A;
}
div#contenu h3.coursstageNoresultats {
	margin-bottom: 20px;
	color: #666666;
}
div#contenu h4 {  /* sous-domaines des pages cours et stages */
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	clear: both;
	color: #666666;
	background-image:   url(../img/symbole_arborescence_h4.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0 0 0 15px;
}
div#contenu p {
	font-size: 1em;
	line-height: 1.58em;
	margin: 0 0 10px 0;
	color: #333333;
}
div#contenu p.centre {
	text-align: center;
}
div#contenu p.droite {
	text-align: right;
}
div#contenu p.justifie {
	text-align: justify;
}
div#contenu span.legende {
	font-size: 0.9em;
	color: #666666;
}
div#contenu em {
	font-style: italic;
}
div#contenu strong {
	font-weight: bold;
}
div#contenu span.rouge {
	color: #DE352F;
	/* couleur corporate (logo) */
}
div#contenu span.bleu {
	color: #035FA6;
	/* couleur corporate (logo) */
}
div#contenu ul {
	margin: 3px 0 10px 20px;
	padding-left: 20px;
}
div#contenu ul li {
	margin-bottom: 4px;
	color: #333333;
	font-size: 1em;
	line-height: 1.58em;
	list-style-image:  url(../img/symbole_puce.gif);
}
div#contenu ul ul {
	padding-left: 20px;
	font-size: 1em;
	line-height: 1.58em;
}
div#contenu li a {
	color: #333333;
	text-decoration: underline;
}
div#contenu li a:hover {
	color: #BB004F;
	background-color: #F5F5F5;
}
div#contenu ol {
/*	margin: 3px 0 10px 45px; ancienne def */
	margin: 3px 0 10px 20px;
	font-size: 1em;
	line-height: 1.58em;
}
div#contenu ol li {
	margin-bottom: 8px;
	color: #333333;
}
div#contenu dl {
	margin: 3px 0 15px 0;
	padding: 0 0 0 30px;
	color: #333333;
	font-size: 1em;
	line-height: 1.58em;
}
div#contenu dl dt {
	margin: 10px 0 0 0;
	color: #333333;
	font-weight: bold;
}
div#contenu dl dd {
	margin: 3px 0 15px 0;
	padding: 0 0 0 15px;
	color: #333333;
	font-weight: normal;
	background-image:   url(../img/symbole_arborescence_dd.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
div#contenu blockquote,
div#contenu q,
div#contenu cite {
	color: #71715B;
	font-size: 1em;
	line-height: 1.58em;
	margin: 5px 0;
	padding: 0 50px;
	background-image:  url(../img/symbole_guillemets.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	font-style: italic;
	font-weight: normal;
	min-height: 50px;
}

/* -----------------------------------------------------------------------
----- liens, ligne horizontale, images
-------------------------------------------------------------------------- */
div#contenu a:visited,
div#contenu a:link {
	color: #333333;
}
div#contenu a:hover {
	color: #BB004F;
	background-color: #F5F5F5;
	text-decoration: none;
}
div#contenu a:active {
	color: #333333;
}
hr {
	height: 1px;
	margin: 0 0 10px 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0;
	clear: both;
}
div#contenu img {
	border: none;
}
div.gauche { /* doublons ? ----------------- */
	float: left;
	font-size: 10px;
	margin: 0 10px 3px 0;
}
div.droite {
	float: right;
	font-size: 10px;
	margin: 0 0 3px 10px;
}
div.centre {
	font-size: 10px;
	margin: 20px auto 20px auto;
}
div.legende {
	color: #961540;
	width: auto;
}
.creditImageContenu {
	color:#999999;
}

/* -----------------------------------------------------------------------
----- erreurs, annonces
-------------------------------------------------------------------------- */
div#contenu p.annonce {
	/*
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	*/
	color: red;
}
