/*  ------------------------------------------
/*  masquage des parties non nécessaires
/*  ------------------------------------------
*/
#header,
.shadow,
#right,
#left,
#credit,
div.une div div.right,
.spip-admin-float,
.spip-admin-boutons,
#boutons_admin_supp a,
#bouton_montrer a {
	display: none;
	}

/*  ------------------------------------------
/*  center
/*  ------------------------------------------
*/
#center h3 {
	color: #eee;
 	text-align: center; 
	}

#center a {
	color: #333;
	text-decoration: none;
	}
	
#center a:hover {
	text-decoration: underline;
	}

#edito {
	height: 56px;
	color: #eee;
	margin: 10px 11px 0 11px;
	padding: 10px;
	font-style: italic;
	}

.une, #forum {
	width: 90%;
	color: #333;
	margin: 10px auto 0 auto;
	padding: 0px 10px;
	}

.une h2 {
	margin: 0px;
	margin-top: 5px;
	font-family: 'Lucida Sans', 'Trebuchet MS', Verdana, Georgia, Serif;
	
	}

.logo {
	position: relative;
	top: 3px;
	left: -7px;
	z-index: 0;
	}

.logo img {
	width: 53px;
	height: 40px;
	z-index: 0;
	}

.detail {
	padding-top: 4px;
	padding-bottom: 10px;
	}

.texte {
	padding-bottom: 10px;
	}

.reponse {
	text-align: right;
	font-weight: bold;
	}

.breadcrumb a, .post_link a {
	color: #eee !important;
	}

.breadcrumb {
	margin: 0px 10px 10px 10px;
	font-size:80%;
	border-bottom: 2px solid #eee;
	}

.une .spip_surligne {
	background-color: #ffa;
	}

ul.spip {
	margin: 0;
	}

li.spip {
	list-style-image: url('../images/puce.gif');
	}
	
/*  ------------------------------------------
/*  page article
/*  ------------------------------------------
*/
#corps, .corps {
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 1.5em;
	text-align: justify;
	}

#corps p, .corps p {
	margin: 15px 0px 0px;
	}

.spip_documents img {
	margin-top: 10px;
	border: 1px solid #333 !important;
	padding: 3px;
	background-color: #fff;
	}

.spip_doc_titre {
	font-size: 0.8em;
	width: 100% !important;
	}

.spip_documents_center {
	text-align: center;
	}

.spip_documents_left {
	text-align: left;
	}

.spip_documents_right {
	text-align: right;
	}

.spip_puce {
	border: none !important;
	padding: 0px !important;
	background-color: transparent !important;
	}

.une h1 {
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 20px;
	font-size: 20px;
	}

#notes {
	font-size: 0.9em;
	font-style: italic;
	}

#notes h3 {
	font-size: 1.2em;
	font-style: normal;
	}
	
#notes a {
	font-weight: bold;
	}

#forum {
	clear: both;
	}

#forum h3, .une h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 2px;
	line-height: 1.2em;
	font-size: 1.3em;
	text-align: left !important;
	border-left: 3px solid #333;
	border-bottom: 1px solid #333;
	color: #333 !important;
	}

#forum h3 {
	margin-bottom: 15px;
	}

#forum ul.spip {
	margin-left: 20px;
	}

#forum li.spip {
	margin: 0 0 0 15px;
	}

.une h4.spip {
	margin-top: 15px !important;
	margin-left: 25px !important;
	padding-left: 2px;
	line-height: 1.1em;
	font-size: 1.2em;
	font-weight: bold;
	border-left: 3px solid #666;
	border-bottom: 1px solid #666;
	color: #666 !important;
	}

.une h5.spip {
	margin-top: 15px !important;
	margin-left: 50px !important;
	padding-left: 2px;
	line-height: 1em;
	font-size: 1.1em;
	font-weight: bold;
	border-left: 3px solid #999;
	border-bottom: 1px solid #999;
	color: #999 !important;
	}

.no_post {
	margin-bottom: 15px;
	}

#corps a, .corps a, #forum a {
	font-weight: bold;
	}

.site {
	position: relative;
	top: 10px;
	}

#forum .site {
	top: 0px;
	}

.site a {
	text-decoration: underline !important;
	}

#forum ul {
	margin: 0;
	padding: 0;
	}

#forum li {
	margin-top: 10px;
	margin-left:10px;
	list-style-type: none;
	}

#forum .marginbottom {
	margin-bottom: 10px;
	}

#forum p {
	margin-bottom: 0px;
	}

blockquote, .blockquote {
	background: url("../images/quote.png") no-repeat;
	border: 1px solid #555;
	background-color: #fff;
	padding: 6px;
	padding-left:22px;
	margin: 5px;
	font-style: italic;
	}

blockquote.spip p, .blockquote p {
	padding: 0px;
	margin: 0px;
	}

.post_link {
	width: 90%;
	margin: 10px auto 0 auto;
	padding: 0px 10px;
	background: #292929 url("../images/bg_header.gif") repeat;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #555;
	}

.gauche, .droite {
	width: 140px;
	padding: 10px 15px;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	font-style: italic;
	background: #fff;
	color: #555;
	border: 1px dashed #555;
	}

.gauche a, .droite a {
	color: #555 !important;
	text-decoration: underline !important;
	}
	
.droite {
	float: right;
	margin: 5px 0px 0px 10px;
}

.gauche {
	float: left;
	margin: 5px 10px 0px 0px;
}

.droite.important,
.gauche.important {
	border: 1px dashed #b8b800;
	background: #ffc;
	color: #b8b800;
	}

.droite.important a,
.gauche.important a {
	color: #b8b800 !important;
	}

.spip_cadre {
	width: 90%;
	margin-right: 29px;
	margin-left: 29px;
	border: 1px solid #555;
	font-size: 1.3em;
	height: 100%;
	}

.spip_code {
	font-size: 1.3em;
	}

.doc {
	position: relative;
	float: left;
	width: 49%;
	}

.doc div {
	text-align: center;
	}

.doc a {
	display: none;
	}

.doc_titre {
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	}

.doc_descriptif {
	font-size: 0.9em;
	}

table.spip {
	border: 1px solid #000;
	border-collapse: collapse;
	width: auto;
	margin: 0 auto;
	}

table.spip td,
table.spip th {
	padding: 0 5px;
	}

table.spip thead {
	background: #fcf4d0;
	}

table.spip .row_even {
	background: #f0f0f0;
	}

table.spip .row_odd {
	background: #d0d0d0;
	}

/*  ------------------------------------------
/*  page auteur
/*  ------------------------------------------
*/
.une h4 {
	margin: 0px;
	margin-top: 10px;
	}

.paged {
	text-align: center;
	margin: 20px 0;
	}

#mail_auteur {
	width: 400px;
	margin: 0 auto;
	margin-bottom: 10px;
	}

#mail_auteur form p {
	margin: 0;
	font-size: 0.9em;
	font-weight: bold;
	}
	
#mail_auteur .forml {
	width: 398px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background: #fff;
	}

#mail_auteur .forml:focus {
	background: #ffc;
	}

/*  ------------------------------------------
/*  page auteurs
/*  ------------------------------------------
*/
.a_bold a {
	font-weight: bold;
	}

/*  ------------------------------------------
/*  page plan
/*  ------------------------------------------
*/
img.spip_logos, img.spip_puce {
	border: none !important;
	padding: 0 !important;
	background-color: transparent !important;
	}

.plan h3 {
	margin-bottom: 10px;
	}

.plan ul {
	margin: 0;
	margin-left: 55px;
	padding: 0;
	padding-bottom: 15px;
	}

.plan li {
	margin-left:10px;
	margin-right:10px;
	list-style: none;
	}

/*  ------------------------------------------
/*  page rubrique
/*  ------------------------------------------
*/
.rub_edito img {
	position: relative;
	top: 7px;
	}

.rub_edito h1 {
	position: relative;
	top: -7px;
	}

.rub_edito span {
	position: relative;
	top: -11px;
	margin-left: 61px;
	}

.sous_rub_titre {
	position: relative;
	top: -7px;
	}

.plus {
	font-weight: bold;
	color: #86032d !important;
	}

.paged_rub a {
	color: #eee !important;
	}

.paged_rub {
	width: 90%;
	margin: 10px auto 0 auto;
	padding: 0px 10px;
	background: #292929 url("../images/bg_header.gif") repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #555;
	color: #eee;
	}

.on {
	color: #f000c0;
	}

/*  ------------------------------------------
/*  pages liste
/*  ------------------------------------------
*/
.liste_right {
	float: right;
	}

.liste_popularite {
	float: right;
	width: 75px;
	text-align: right;
	}

.liste_visite {
	float: right;
	width: 55px;
	text-align: right;
	}

.liste_date {
	float: right;
	width: 130px;
	text-align: right;
	}
