body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: justify;
    font-size: 12px;
    color: #111111;
	height: 100%;
    font-size: 12px;
}

.legendeMarge {
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.legende {
    font-size: 14px;
    color: #B0B0B0;
}

a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
/*    background-color: #DDDDDD;*/
}
a:visited {
    color: #555555;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: black;
    font-weight: bold;
/*    background-color: #B0C3FF;*/
    text-decoration: underline;
}

#logo {
    position: absolute;
    font-weight: bold;
    font-style: italic;
    top: 30px;
    left: 50px;
    font-size: 40px;
    color: #000000;
    text-decoration: none;
}
#initialeLogo {
    color: #FFFFFF;
    background-color: none;
}

#titre {
   	position: absolute;
    top: 110px;
    left: 200px;
    font-size: 32px;
}

/*
#titreLegende {
   	position: absolute;
    top: 98px;
    left: 210px;
}

#titreContenu {
   	position: absolute;
    top: 194px;
    left: 350px;
}
*/

#contenu {
    position: absolute;
    top: 208px;
    left: 25%;
    width: 50%;
    min-width: 350px;
    max-width: 650px;
    line-height: 20px;
    padding-bottom: 10px;
    border-left: 1px solid black;
    padding-left: 10px;
}

#descriptif {
    padding-top: 10px;
}

#lateral {
   	position: absolute;
    top: 203px;
    left: 10px;
    width: 23%;
    min-width: 200px;
    padding-bottom: 10px;
}

/* navigation */
#navigation a {
    font-size: 10px;
	line-height: 13px;
    /*background-color: #EFEFEF;*/
    font-weight:bold;
    color: #777;
}
#navigation a:hover {
    /*background-color: #B0C3FF;*/

     color: black;    
}


.elementPlan_2 {
    padding-left: 20px;
}
.elementPlan_3 {
    padding-left: 40px;
}
.elementPlan_4 {
    padding-left: 60px;
}
.elementPlan_5 {
    padding-left: 80px;
}
.soeur {
    margin-left: 20px;
}
#expose a {
    color: black;
}

/* les notes*/

/* #titreNotes {
    margin-top: 20px; */
}
#notes {
    font-size: 10px;
}
.spip_note {
    margin-top: 0px;
    margin-bottom: 8px;
}

/* intertitres */
h3 {
    font-size: 16px;
}

/* les documents */
.spip_documents {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.spip_documents_center {
    display: block;
    text-align: justify;
}
.spip_documents_right {
    display: block;
    text-align: justify;
}

/* pour les rubriques et assimiles */
.moitie {
    width: 255px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    border-left: 10px solid white;
}
.titreElementListe {
    font-size: 12px;
    text-align: left;
    margin-bottom: 2px;
}
.elementListe {
    margin-bottom: 25px;
    font-size: 10px;
}


/* pour les formulaires */
fieldset {
    border: 0;
}
label {
    display: block;
}

/* de la typo */
hr {
	margin-top: 10px;
	margin-bottom: 20px;
}
.listePuce {
	list-style-position: inside;
	list-style-image: url("images/puce_remue.png");	
	padding: 0px;
}
.elementListePuce {
	padding: 0px;
	padding-bottom: 10px;
}
.centre {
    text-align: justify;
}
.droite {
    text-align: right;
}

