body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 70%;
	background: #666 url("../images/bg_body.gif") repeat;
	line-height: 14px;
	}

div.right {
	position: relative;
	float: right;
	}

.hidden {
	display: none;
	}

a {
	color: #eee;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a img, img {
	border: none;
	}

label {
	cursor: pointer;
	}

.marge_inferieure_2px {
	padding-bottom: 2px;
	}

#left h3, #right h3 {
	
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 2px;
	text-align: left;
	border-left: 3px solid #eee;
	border-bottom: 1px solid #eee;
	}

/*  ------------------------------------------
/*  structure générale
/*  ------------------------------------------
*/
#header {
	margin: 0;
	padding: 0;
	background: #292929 url("../images/bg_header.gif") repeat;
	min-width: 1000px;
	height: 120px;
	text-align: center;
	}

.content {
	margin: 0;
	padding: 0;
	width:1000px;
	margin: 0 auto;
	}

.shadow {
	background: #3e3e3e url("../images/bg_shadow.gif") repeat-x;
	height: 3px;
	line-height: 3px;
	min-width: 1000px;
	}

#main {
	background-color: #777;
	border: 1px solid #555;
	border-top: 0;
	border-bottom: 0;
	}

#left {
	float: left;
	width: 170px !important;
	}

#right {
	float: right;
	width: 170px !important;
	}

#center {
	width: 658px;
	min-height: 681px;
	float: left;
	background: #666 url("../images/bg_center.gif") repeat;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	}

.spacer {
	background: #666 url("../images/bg_center.gif") repeat !important;
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	}

#credit {
	padding: 5px 0;
	color: #eee;
	text-align: center;
	}

.bouton_inscription {
	width: 93%;
	margin-top: 5px;
	}

/*  ------------------------------------------
/*  header
/*  ------------------------------------------
*/

.titre {
	padding-top: 11px;
	padding-right: 170px;
	padding-left: 170px;
	}

.bandeau {
	background: #eee url("../images/bg_bandeau.png") repeat-x;
	position: absolute;
	top: 35px;
	margin-left: 200px;
	width: 800px;
	height: 6px !important;
	line-height: 6px;
	border: 1px solid #666;
	}

.fleurs {
	float: right;
	width: 170px;
	padding-top: 20px;
	}

.balcon {
	float: left;
	width: 170px;
	padding-top: 4px;
	}

/*  ------------------------------------------
/*  left
/*  ------------------------------------------
*/
#left, #right {
	color: #eee;
	}

#menu_div {
	padding-bottom: 260px;
	text-align: center;
	z-index: 1;
	}

/*  ------------------------------------------
/*  right
/*  ------------------------------------------


.liste {
	padding-bottom: 10px;
	}

.liste ul {
	color: #ccc;
	margin: 0;
	padding: 0;
	font-size: 90%;
	}

.liste li {
	margin-left:10px;
	margin-right:10px;
	list-style-position: inside;
	}

.liste a {
	color: #eee;
	}

.numbers {
	list-style: decimal;
	}
.numbers li {
	padding-bottom: 5px;
	}
	
#newsletter {
	text-align: center;
	padding-top: 10px;
	}

div.pp {
	text-align: center;
	}

img.pp {
	border: 1px solid #333;
	padding: 3px;
	background-color: #fff;
	}

img.pp:hover {
	background-color: #ccc;
	}

/*  ------------------------------------------
/*  center
/*  ------------------------------------------
*/
#center h3 {
	color: #eee;
 	text-align: center; 
	}

#center a {
	color: #333;
	text-decoration: none;
	}

#center a:hover {
	text-decoration: underline;
	}

#edito {
	background: #292929 url("../images/bg_edito.png") repeat-x;
	height: 56px;
	color: #eee;
	margin: 10px 11px 0 11px;
	padding: 10px;
	font-style: italic;
	}

.une, #forum {
	width: 90%;
	background: #eee;
	color: #333;
	border: 1px solid #aaa;
	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: -4px;
	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 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;
	}

.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 {
	/*margin: 0 auto;
	width: 60%;*/
	position: relative;
	float: left;
	width: 49%;
	}

.doc div {
	text-align: center;
	}

.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 forum
/*  ------------------------------------------
*/
.spip_encadrer {
	width: 100%;
	font-weight: lighter;
	}

.spip_encadrer div b {
	font-weight: bold !important;
	}

.spip_encadrer div p.spip {
	font-weight: lighter !important;
	}

/*  ------------------------------------------
/*  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 login
/*  ------------------------------------------
*/
.login {
	width:69%;
	margin-left:15%;
	margin-right:15%;
	text-align:center;
	}

.login .forml {
	width: 100%;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background: #fff;
	margin-bottom: 5px;
	}

.login .forml:focus {
	background: #ffc;
	}

/*  ------------------------------------------
/*  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;
	}

/*  ------------------------------------------
/*  form_inscription
/*  ------------------------------------------
*/
#form_inscription {
	padding-bottom: 10px;
	}

#form_inscription div {
	margin-left: 12px;
	margin-right: 12px;
	text-align: justify;
	}

#form_inscription div p {
	margin: 0;
	}

#inscription {
	position: relative;
	left: -10px;
	text-align: left;
	}

#inscription div {
	position: relative;
	right: -25px;
	text-align: right;
	}

#inscription .forml {
	width: 148px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background: #eee;
	}

#inscription .forml:focus {
	background: #fff;
	}

.spip_bouton {
	background: #bbb;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	}

.spip_bouton:active {
	background: #eee;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	}

/*  ------------------------------------------
/*  recherche
/*  ------------------------------------------
*/
#search {
	padding-bottom: 15px;
	text-align: center;
	}

#recherche{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background: #eee url("../images/search.gif") no-repeat 0px center;
	padding-left: 18px;
	width: 77%;
}

#recherche:focus {
	background: #fff url("../images/search.gif") no-repeat 0px center;
	}

.recherche_aide {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	text-align: justify;
	font-size: 0.8em;
	}

.resultat_auteurs {
	font-weight: normal;
	font-size: 0.7em;
	}

/*  ------------------------------------------
/*  credit
/*  ------------------------------------------
*/
#credit img { 
	vertical-align: middle;
	}









