/* définition des polices - altitude 0 */

img, a img { border: 0; }

body {
	z-index: 0;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}

.breve, p.breve {
	font-size: larger;
	font-weight: bolder;
}

a {
	text-decoration : none;
	color: black;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	background: pink;
}

a:hover {
	color : black;
	text-decoration : none;
	background: yellow;
	font-size: inherit;
}

/* bandeau supérieur */

#bandeau {
	position: absolute;
	top: 0;
	left: 0;
/*
	z-index: -10;
*/
	background: #CC3;
	width: 100%;
	height: 112px;
}

#bandeau a {
	background: inherit;
	text-decoration: none;
	border-color: transparent;
	border-style: none;
}

/* rose au poing */

#bandeauNW {
/*
	z-index: -5;
*/
	top: 0;
	left: 0;
	position: absolute;
}

/* rose pale */

#bandeauNE {
	position: absolute;
	top: 0;
	right: 0;
/*
	z-index: -7;
*/
}

/* position du formulaire de recherche */

#formulaireRecherche {
/*
	z-index: -3;
*/
	position: absolute;
	top: 60px;
	right: 80px;
	width: 140px;
	text-align: left;
}

/* ------------------------------------- */

/* colonne gauche de navigation */

.colonneSommaire {
	position: absolute;
	left: 0;
	top: 122px;
	width: 126px;
	text-align: right;
}

#titreSection {
	font-size: smaller;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 6px;
	background: #e0e085;
	line-height: 1ex;
}

.espaceVertical {
	height: 20px;
	background: white;
}

/* formatage des rubriques
	div (appelRubrique)
		p(titre)
		p(titre)
		...
		rubrique ouverte ici
		...
		p(titre)
	/div
*/

.appelRubrique p {
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #e0e085;
}

.appelRubrique a {
	background: #e0e085;
}

/* formatage des sous-rubriques ouvertes (en rouge) :
 	div (appelRubriqueOuverte) p b(Titre) 
	ul(appelSousRubrique) li(nom) li(nom) ... /ul
	/p/div
*/

.appelSousRubrique {
	background: #ff6666;
	list-style: disc;
	text-align: left;	
}

.appelSousRubrique a {
	background: #ff6666;
}

.appelRubriqueOuverte {
	background: #ff6666;
	display: block;
	padding: 2px 6px;
}

.appelRubriqueOuverte p {
	background: #ff6666;
	padding: 0;
}

.appelRubriqueOuverte ul {
	background: #ff6666;
	padding: 0;
	text-align: left;
	list-style: disc inside;
}

.formulaireContact {
	padding: 6px;
	padding-left: 6px;;
	background: padding-right: 6px;
	padding-left: 6px;;
	background: e0e085 6px;
	padding-left: 6px;;
	background: #e0e085 6px;
	padding-left: 6px;;
}

.elementFormulaireContact {
	font-size: smaller;
	width: 100%;
}

/* ------------------------------------- */

/* encadrés
	div(encadre)
		span(titreEncadre) Titre /span
		<p> ... </p>
		<p> ... </p>
	</div>
 */

.encadre {
	border: 1px solid #f33000;
	right: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

.encadre p {
	padding-left: 8px;
	padding-right: 8px;
}

.listeSimple {
	font-weight: normal;
	font-style: normal;
}

.listeSimple b {
	font-weight: normal;
	font-style: normal;
}

.listeSimple a {
	text-decoration: none;
	background: none;
}

.listeSimple ul {
	list-style-image: url(http://www.ps-paris11.org/dist/puce.gif);
	margin-top: 3px;
	padding-top: 3px;
}

.titreEncadre {
	background: #f33000;
	text-align: left;
	color: white;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: larger;
	margin-bottom: 3px;
	padding: 2px 8px;
	right: 0;
	display: block;
}

.interEncadres {
	text-transform: uppercase;
	margin-left: 3em;
	margin-top: 2ex;
	padding: 6px;
	display: block;
	width: 80%;
	border-bottom: 2px dotted black;
	text-align: left;
	font-weight: bolder;
}

.tireteEnHaut {
	text-transform: uppercase;
	margin-left: 3em;
	margin-top: 2ex;
	padding: 6px;
	display: block;
	width: 80%;
	border-top: 2px dotted black;
	text-align: left;
	font-weight: bolder;
}

.chapeau {
	padding: 10px;
	display: block;
	margin-bottom: 6px;
	background: #eeeeee;
	font-weight: bolder;
	right: 0;
	font-style: italic;
}

.grasIta {
	padding: 10px;
	display: block;
	margin-bottom: 6px;
	font-weight: bolder;
	right: 0;
	font-style: italic;
}
.postscriptum {
	padding: 10px;
	display: block;
	font-weight: lighter;
	text-align: left;
	border-top: thin dashed #f33000;
	right: 0;
	font-style: italic;
	background: #ffc3c3;
}

.avertissement {
	text-align: left;
	font-style: italic;
	margin-bottom: 20px;
	color: green;
}

.noteBasPage {
	font-size: small;
	font-style: italic;
}

/* ------------------------------------- */
/* Vous vous trouvez dans ... 
   ligne1
   	<p ligne2> Sous-rubriques :
		<p class="ligne3"><images/pucetriangle.gif>ldlfdl</p>
*/

#vousVousTrouvez {
	margin-top: 35px;
	margin-left: 25px;
	margin-bottom: 5px;
	padding: 8px;
	display: block;
	width: 75%;
	background: #ddd;
	text-align: left;
}

#vousVousTrouvez a {
	background: pink;
}

#vousVousTrouvez a:hover {
	background: yellow;
}

.vousVousTrouvezLigne1 {
	text-transform: uppercase;
	font-weight: bolder;
	line-height: 2ex;
}

.vousVousTrouvezLigne2 {
	text-indent: 3em;
	text-align: left;
}

.vousVousTrouvezLigne3 {
	text-indent: 7em;
	text-align: left;
}

/* ------------------------------------- */

/* intérieur de la page utile */

#pageUtile {
	position: absolute;
	top: 112px;
	left: 126px;
	right: 0;
	min-width: 874px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	text-align: justify;
	clear: both;
}

#breveSuper {
	width: 75%;
	background-color: red;
	color: white;
	padding: 25px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}

#editorial {
	width: 75%;
	padding: 25px;
	margin: 0 auto 0 4px;
	text-align: justify;
	font-size: 12px;
}

.copyright {
	clear: both;
	display: block;
	color: #7e7e7e;
	text-align: center;
	right: 0;
	font-style: italic;
}




/* ------------------------------------- */
/* ESSAI DE GESTION DU BUG IE            */
/* ------------------------------------- */

/* double colonnage 66-33% */

/* --- .colonneGaucheTiers MODIFIÉ --- */
.colonneGaucheTiers {
	padding-left: 15px;
	padding-right: 0px;
	width: 550px;
	float: left;
} 

/* --- .colonneDroiteTiers MODIFIÉ --- */
.colonneDroiteTiers {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 270px;
}


