body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: smaller;
	margin-top: 0px;
	padding-top: 0px;
	background: white;
}
a {
	text-decoration: none;
}
a:hover  {
	text-decoration: underline;
}

#entete {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	background: white;
}
.bandeau_entete {
	font-size: 15px;
	color: #003355;
}
.bandeau_entete a{
	color: #003355;
}

.tit_entete {
	text-align: center;
}

.fleche_entete {
	border: 0;
	margin-right: 4px;
	margin-left: 4px;
}

.effet_lien {
	text-decoration : none;
}
.effet_lien:hover {
	text-decoration: underline;
}
.grasoul {
	font-style: italic;
	font-weight: bolder;
}

#corps {
	text-align: center;
	background: url('../images/fond_trex3.jpg');
	background-repeat: repeat-y;
}

#bandeau_g {
	width: 15%;
	margin-left: 1%;
	text-align: center;
	border: 0;
	float: left;
}

.case {
	text-align: left;
	border: #ab9c89 1px solid;
	background: #fdfdfd;
	background-image: url('../images/fond3.jpg');
	background-repeat: repeat-x;
	color: #ad7345;
	-moz-border-radius: 0 10px;
	-webkit-border-radius: 0 10px;
	border-radius: 0 10px;
	padding-left: 4px;
	padding-right: 4px;
}

.tit_case {
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
	width: 100%;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #785130;
}

#page {
	border: 0;
	text-align: center;
	margin-left: 23%;
	margin-right: 10%;
	margin-top: 2%;
}

.bloc-article {
	border-top: #ab9c89 1px solid;
	border-left: 0;
	border-right: #ab9c89 3px solid;
	border-bottom: #ab9c89 1px solid;
	text-align: left;
	padding-left: 100px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	background-image: url('images/fond_bloc_article2.jpg');
	background-repeat: repeat-y;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #ad7345;
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}

.bloc-commentr {
	border-top: #ab9c89 1px solid;
	border-left: 0;
	border-right: #ab9c89 3px solid;
	border-bottom: #ab9c89 1px solid;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	background-image: url('images/fond_bloc_article.jpg');
	background-repeat: repeat-y;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #ad7345;
}

.img_une {
	float: left;
	position: relative;
	left: -120px;
	top: -20px;
}

.theme {
	border-top: 1px solid #e6dbc9;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	position:relative;
	left:-70px;
	padding:0px;
}

.legende_theme {
	color: #E7C6B3;
	font-style: italic;
}

.bloc-article h1 {
	color: #ad7345;
	background-color: #fdfdfd;
	margin-top: 0px;
	padding: 10px;
}
.theme a {
	color: #ad7345;
}

.une {
	text-transform: uppercase;
	position:relative;
	left:-70px;
	letter-spacing: 0.5em;
	word-spacing: 0.5em;
	font-weight: bold;
	color: #E7C6B3;
}

.une_centre {
	text-transform: uppercase;
	letter-spacing: 0.5em;
	word-spacing: 0.5em;
	font-weight: bold;
	text-align: center;
}

.resume {
	background: white;
	padding: 5px;
	border: #e6dbc9 1px solid;
	text-align: justify;
	overflow: hidden;
}
.resume h2 {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
}
h2.complet {
	font-weight: bold;
	color: #ad7345;
}
.resume h3 {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
}

.img_txt_article {
	border: 2px double #efede9;
	padding: 3px;
}

.img-left_txt_article {
	border: 2px double #efede9;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 3px;
}

.img-resume {
	border: 0;
	float: left;
	margin: 0 5px 2px 0;
	padding: 0px;
	max-height: 100px;
	max-width: 100px;
}

.conteneur_commentr {
	text-align: center;
	margin-left: 30px;
}

.conteneur_avatar {
	width: 120px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.img_avatar {
	padding: 0px;
	margin: 0px;
	width: 85px;
	height: 86px;
	line-height: 85px;
	text-align: center;
	border: 3px double #e6dbc9;
	border-right: #efede9 3px ridge;
	border-bottom: #efede9 3px ridge;
	background-color: #fff;
}

.commentr_text {
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	width: 70%;
}

.nom_membre {
	margin-bottom: 3px;
}

.boite_commentr {
	border: #e6dbc9 1px solid;
	padding-left: 5px;
	padding-right: 5px;
}
.boite_commentr2 {
	border: #e6dbc9 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #f5ffff;
}

.citation {
	border: #e6dbc9 1px solid;
	margin-left: 5%;
	margin-right: 5%;
}

.tit_citation {
	font-size: smaller;
	font-style: italic;
}

.bloc-punaise {
	border: #dad0c0 1px solid;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ebe2d2;
	color: #ad7345;
}

.contenu_punaise {
	border-top: #e6dbc9 1px solid;
	border-left: #ab9c89 1px solid;
	border-right: #efede9 3px ridge;
	border-bottom: #efede9 3px ridge;
	text-align: left;
	background-color: #fff;
	margin: 5px;
	padding: 0px;
}

.entete_punaise {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
	background-color: #fdfdfd;
	background-image: url('../images/icones/pin.gif');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.tit_punaise {
	text-transform: uppercase;
	letter-spacing: 0.4em;
	word-spacing: 0.5em;
	font-weight: bold;
	text-align: center;
}

.msg_punaise {
	text-align: center;
}

a.annee {
	color: #ad7345;
}

.annee_archive {
	font-weight: bold;
	text-decoration: underline;
}

.article_archive {
	margin-left: 12%;
}

.date_archive {
	color: #e7c6b3;
	margin-right: 1%;
}

.nb_affich {
	color: #e7c6b3;
	margin-left: 1%;
	font-style: italic;
}

.suite_annee_archive {
	font-style: italic;
	margin-left: 12%;
}

.autres_archives {
	text-indent: 5%;
	word-spacing: 0.5em;
}

.retour {
	text-align: center;
	font-style: italic;
}

.champ_form {
	color: #ad7345;
}

.tit_etape {
	text-align: center;
	border-top: 1px solid #e6dbc9;
	border-bottom: 1px solid #e6dbc9;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.info_bulle span {								   
	position: absolute;
	top: -2000em;
	left: -2000em;
	width: 1px;
	height: 1px;
	overflow: hidden; 
	background: white;   /* Définition du fond, sinon on a le même que notre lien */
	border: 1px solid #e6dbc9;
	border-left: 4px solid #e6dbc9;
	padding: 2px;
	padding-left: 3px;
	color: #ad7345;
	font-weight: normal;
	font-size: small;
	white-space: nowrap;
	font-style: italic;
	text-decoration:none;
}
a.info_bulle {
	position: relative; /* Indispensable pour le bon positionnement de l'info-bulle */ 
}
a.info_bulle:hover {
	border          : 0;  /* ligne qui corrige le bug d'IE6 et inférieur */
}  
a.info_bulle:hover span, a.info_bulle:focus span, a.info_bulle:active span {
	top: 15px;
	left: auto;
	width: auto;
	height: auto;
	overflow: visible;
	cursor: help;
	z-index: 500;
}

#piedpage {
	clear: both;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 0px;
	border-top: 2px ridge #efede9;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}

#coinhg {
	position: absolute;
	top: 0px;
	left: 1px;
	font-size: 11px;
}
#coinhg a:hover {
	font-style: italic;
}

.tab_coinhg {
	border-right: 1px dashed #e6dbc9;
	border-bottom: 1px dashed #e6dbc9;
}