body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
a {
	color: #1B1B1B;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #CC0000;
}
a:hover {
	color: #CC0000;
}

/* l'en tete */
#entete {
	position: absolute;
	top: 10px;
	left: 15px;
}
#logo {
	border: 0px;
}

/* le menu de gauche */
#menuGauche {
	position: absolute;
	left: 10px;
	top: 100px;
	width: 20%;
	padding-right: 10px;
	margin: 0px;
	line-height: 16px;
}

/* le contenant de l'article */
#contenu {
	position: absolute;
	left: 21%;
	top: 100px;
	width: 55%;
	padding: 0px;
	margin: 0px;
}
/* l'article */
#article {
	padding: 0px;
	padding-left: 12px;
	margin: 0px;
	margin-bottom: 20px;
	border-left: 1px solid #AAAAAA;
	text-align: justify;
}

/* le block du la rubrique */
#titreRubriqueBlock {
	position: absolute;
	top: 70px;
	right: 10px;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

/* le titre de la rubrique en cours */
#titreRubrique {
	font-size: 18px;
	font-weight: bold;
}

/* le menu de droite */
#menuDroite {
	position: absolute;	
	right: 10px;
	top: 100px;
	width: 20%;
	padding: 0px;
	margin: 0px;
}
/* la hune */
#hune {
	position: absolute;
	right: 20px;
	top: 140px;
	width: 15%;
	padding: 15px;
	margin: 0px;
	background-color: #f7f3f7;
	line-height: 14px;
}
.texteHune {
	padding-left: 12px;
	padding-right: 12px;
}
#hune hr {
	color: #848684;
	height: 2px;
	width: 60%;
}
/* les images de la hune */
.imageHune {
	text-align: center;
}

/* titres de listes */
.titreListe {
	font-size: 11px;
	border-bottom: 1px solid #bbbbbb;
}

/* les bloks de listes */
.blockListe {
	padding-left: 5px;
	padding-right: 5px;
}
/* elements des listes */
.elementsListe {
	border-bottom: 1px dotted #dddddd;
}

/* elements de listes */
.elementsListe2 {
	padding-bottom: 5px;
}

/* le titre */
#titre {
	font-size: 24px;
	line-height: normal;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
}

/* pour le sommaire */
/* div article */
.blockArticle {
	margin-bottom: 15px;
}
/* div entete article */
.enteteArticles {
	margin-bottom: 5px;
}
/* le titre */
.enteteArticlesTitre {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #555555;
}
/* le titre */
.titreArticleRubrique {
	font-size: 12px;
	line-height: normal;
}

/* les intertitres */
h3 {
	line-height: normal;
}

/* pour l'espace entre les images et le texte */
.spip_documents {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

/* les boutons privés */
#interfaceInterne {
	left: 0px;
	bottom: 10px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

/* le corps de l'article */
.texte, .spip_documents {
	font-size: 10px;
	line-height: 18px;
}

/* pour le nom de l'auteur */
.auteur {
	padding-top: 20px;
	text-align: right;
}

hr {
	margin-top: 10px;
	margin-bottom: 20px;
}

/* une liste à puce */
.listePuce {
	list-style-position: inside;
	list-style-image: url("squelettes/puce_remue.png");	
	padding: 0px;
}
.elementListePuce {
	padding: 0px;
	padding-bottom: 10px;
}
#tableauColonneGauche {
	width: 50%;
	float: left;
	clear: left;
}
#tableauColonneDroite {
	width: 50%;
	float: right;
	clear: right;
}

#formulaire_recherche {
}
