body {
	background: black;
	font-family: arial;
	font-size: 80%;
	color: rgb(0,153,0);
}

a, a:hover, a:visited  {
	color: rgb(0,153,0);
}



#texte .spip_documents_left {
	margin-right: 15px;
}
#texte .spip_documents_right {
	margin-left: 15px;
}

#texte .spip_documents_center {
	margin: 0 15px 0 15px;
}

a img {
	border: 0px;
}

/* Entete */
.entete {

}

.entete_titre {
	font-size: 300%;

}

.entete_citation {
	padding: 1em;
	margin-top: 5px;
	float: right;
	font-style: italic;
	color:rgb(241,136,11);
}

#page {
	width:900px;
	margin: auto;
	padding: 0;
	background: black;
}

/** MENU **/
#menu {
	width: 229px;
	float: left;
	margin: 0;
	padding: 0;
	height: 100%;
	padding-top: 10px;
}

#menu .item  {
	font-size: 110%;
	text-decoration:none;
	font-weight:bold;
	margin: 10px 0 0 0;
 }
 
#menu .item_non_cliquable {
	font-size: 110%;
	font-weight:bold;
	color:rgb(241,136,11);
	margin: 10px 0 0 0;
}

#menu .sous_item {
	margin:5px 0 0 15px;
	text-decoration:none;
	font-weight:bold;
	font-size: 90%;
}

#menu .sous_item_non_cliquable {
	margin:5px 0 0 15px;
	text-decoration:none;
	font-weight:bold;
	color:rgb(241,136,11);
	font-size: 90%;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

.coordonnees {
	margin: 1em;
	margin-top: 3em;
	font-weight: bold;
}
.coordonnees .titre{
	font-size: 2em;
}

.formulaire_inscription {
	margin: 50px 5px 5px 5px;


}
.formulaire_inscription fieldset legend {
	font-size: 1.2em;
	font-weight: bold;
}

.formulaire_inscription input[type=text] {
	background-color:rgb(40,40,40);
	color: rgb(0,153,0);
	margin-bottom: 5px;
	border: 0;

}

.formulaire_inscription input[type=submit] {
	margin: auto;
	border: 0;
	display: block;
	margin-top: 5px;
	background-color:rgb(40,40,40);
	color: rgb(0,153,0);
	font-weight: bold;
}


/** CORPS DE PAGE **/
#corps {

	background-image: url(img/fond_corps.jpg);
	background-repeat: no-repeat;
}

#texte {
	padding: 1em;
	margin-left: 229px;
	text-align: justify;
}


.titre_article {
	font-size: 150%;
	color: #f1880b;
	font-weight: bold;
}

/** PIED DE PAGE **/
#pied {
	clear: both;
	font-weight: bold;
	padding: 7px;
	line-height: 30px;
}
#ligne_pied {
	margin-left: 229px;
	text-align: center;
	height: 28px;
}

#ligne_pied a {
	text-decoration: none;
}

#ligne_pied a:hover {
	text-decoration: underline;
}

