
.muette {display: none;}

.encart    {
    border-color: #9E9E9E;
    background-color: #F7F7E7;
    color: #9E9E9E;
    border-width: 1px;
    border-style: solid;
    padding: 0.5em;
    margin: 0.3em;
    margin-top:    1em;
}

.archives {
    float: left;
    font-size: 0.7em;
}

.archives ul {
  padding-left: 1em;
  list-style: none; /* impératif pour supprimer tous les petits points */
}

.titre    {
    font-weight: 600;
    text-align: center;
}


.flexbar {
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px dashed #d0d0d0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

.flexbar h1 {
	font-size: 200%;
	text-align:center;
}

.descriptif {
	width: 70%;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

.contenu {
	padding-top: 1em;
	margin-bottom: 0em;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

.cartouche {
	font-size: 80%;
	width:40%;
	font-weight: normal;
}

.rubrique {
	font-size: 200%;
	font-weight: bold;
	font-variant: small-caps;
    font-style: normal;
}

.chapo {
	padding-left: 2em;
    font-style: italic;
	font-size: 100%;
	font-weight: normal;
}

.texte {
	width: 70%;
	padding-left: 2em;
	font-size: 80%;
	font-weight: normal;
}

.article {
	font-size: 100%;
	font-weight: bold;
}

#navigation {
	position: absolute;
	right: 0px;
	top: 5px;
	width: 59%;
	/*width: 14em;*/
	padding: 0px;
	margin: 0px;
}

#headerleft {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 40%;
	/*width: 14em;*/
	padding: 0px;
	margin: 0px;
	background-color:#eefafb;
	border: 1px solid #a0a0a0;
}

#headerright {
	position: absolute;
	right: 0px;
	top: 240px;
	width: 59%;
	/*width: 14em;*/
	padding: 0px;
	margin: 0px;
	text-align: justify;
}

#downleft {
	position: absolute;
	top: 300px;
	margin-top: 25px;
	margin-left: 150px;
	width: 60%;
}
	
#downright {
	position: absolute;
	top: 300px;
	margin-right: 25px;
	right: 0px;
	width: 200px;
}



/*
 * Habillage des forums
 */

ul.forum-total {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.forum-fil {
	margin-top: 3em;
}
.forum-fil ul {
	display: block;
	margin: 0px;
	margin-left: 2em;
	padding: 0px;
	list-style: none;
}
.forum-titre {
	/*font-weight: bold;
	font-size: 120%;*/
}
.forum-item {
	margin: 0px;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	text-align: justify;
	color: #303030;
}
.forum-repondre-message {
	text-align: right;
}

/* Boite d'un forum : eclaircissement progressif des bords */

ul .forum {
	border: 1px solid #909090;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}
ul ul .forum {
	border: 1px solid #a4a4a4;
}
ul ul ul .forum {
	border: 1px solid #b8b8b8;
}
ul ul ul ul .forum {
	border: 1px solid #cccccc;
}
ul ul ul ul ul .forum {
	border: 1px solid #e0e0e0;
}
ul ul ul ul ul ul .forum {
	border: 1px dashed #e0e0e0;
}

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */

ul .forum-chapo {
	border: 0px;
	border-bottom: 1px dashed #b8b8b8;
	margin: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
	background: #c4e0e0;
}
ul ul .forum-chapo {
	background: #d4e8e8;
}
ul ul ul .forum-chapo {
	background: #e4f0f0;
}
ul ul ul ul .forum-chapo {
	background: #f4f8f8;
}
ul ul ul ul ul .forum-chapo {
	background: #ffffff;
}

