body {
	font-family: "minion pro""minion-pro-1","minion-pro-2", Helvetica; Arial; Verdana, sans-serif;
    background-color: #111111;
    margin: 0;
    padding: 0;
    border: 30px;
    text-align: justify;
    font-size: 16px;
    color: #C0C0C0;
	height: 100%;
}

.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: none;
    text-decoration: none;
}
a:hover {
    color: #777;
    font-weight: bold;
background-color:#C0C0C0;
    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: #111111;
    background-color: none;
}

#titre {
   	position: absolute;
    top: 110px;
    left: 400px;
    font-size: 40px;
}


.tag_police_1{	font-family : "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;}

.tag_police_2{	font-family:  Tahoma, Arial, Helvetica, sans-serif,"Trebuchet MS";}

.tag_police_3{	font-family:  Arial, Helvetica, sans-serif,"Trebuchet MS",Tahoma;}

.tag_taille_1{	font-size: 110%;}

.tag_taille_2{	font-size: 130%;}

.tag_taille_3{	font-size: 90%;}

.tag_epaisseur_1{     font-weight:500;}

.tag_epaisseur_2{     font-weight:300;}

.tag_epaisseur_3{     font-weight:700;}

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

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

#contenu {
    position: absolute;
    top: 209px;
    left: 30%;
    width: 40%;
    min-width: 350px;
    max-width: 650px;
    line-height: 23px;
    padding-bottom: 10px;
    border-left: 1px solid black;
    padding-left: 10px;
}

#descriptif {
    padding-top: 10px;
}

#lateral {
 	position: absolute;
    top: 203px;
    left: 30px;
    width: 25%;
    min-width: 200px;
    padding-bottom: 10px;
	text-align: left;

}

#droite {
float:right;
 	position: absolute;
    top: 203px;
    right: 0px;
    width: 10%;
    min-width: 200px;
    padding-bottom: 10px;
	text-align:center


}
#menudroite {
list-style-type: none;
 	position: absolute;
    margin: 0
	top: 30px;
    right: 1px;
    width: 23%;
    min-width: 200px;
    padding-bottom: 10px;
	font-family:Helvetica, Arial,Verdana,Verdana,sans-serif;
font-size:13px;
text-align:center

}
#menudroite li {
margin-bottom: 35px;
}
#menudroite a {
margin: 0 2px;
color: #777;
text-decoration: underline;
}
#menudroite a:hover {
text-decoration: none;
}



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

     color: #777;    
}


.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: #777;
}

/* 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: 2500px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    border-left: 2px solid white;
}
.titreElementListe {
    font-size: 20px;
    text-align: justify;
    margin-bottom: 2px;
	color: #B7BAAD
}
.elementListe {
    margin-bottom: 50px;
    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;
}


