/* CSS Document by Das */
/* Das Blog V2.1 */
/* elements generaux */
* {margin: 0; padding: 0; border: 0;}
ul, li, ol {list-style-type: none;}
img, table {margin: 0; padding: 0; border: none;}
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; font-size: 1em; font-weight: normal;}
.png24, .spip_logos {behavior: url(win_png.htc);}
.nettoyeur {clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px;}
.separateur {clear: left; margin: 10px 0 30px; border: none; height: 1px; color: #ee8a00; background-color: #ee8a00;}
a {color: #ee8a00;}
a:hover {color: #000; text-decoration: none;}

body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #000;
	background: #ee8a00 url(images/fondblog.png) repeat-x;
}

#conteneur {
	position: relative;
	width: 720px;
	margin: 25px auto 0;
	background: #fff url(images/fond-conteneur.png) repeat-y;
}

/* liens d'evitement */
#acces-rapide {
	position: absolute;
	right: 0;
	margin: -20px auto 0;
}
#acces-rapide li {
	display: inline;
	color: #ccc;
}
#acces-rapide li a {
	color: #ddd;
	text-decoration: none;
}
#acces-rapide li a:hover {
	color: #ccc;
}

h1{
	position: absolute;
	margin: 0;
	padding:0;
	text-indent: -5000px;
	line-height: 1px;
	font-size: 1px;
}
#entete {
	background: url(images/fond-entete.png) no-repeat;
}
#logo img {
}

/* le menu */
.menu-general {
	position: absolute;
	height: 30px;
	top: 125px;
	right: 0;
}
.menu-general ul li {
	text-align: center;
	width: 135px;
	float: left;
	background: #000 url(images/fond-menu.png) repeat-x;

}
.menu-general ul li a {
	line-height: 30px;
	color: #fff;
	text-decoration: none;
}

/* le sous menu */
#categorie {
	width: 178px;
	float: left;
}
#categorie ul li a {
	display: block;
	text-align: right;
	padding-right: 7px;
	margin: 10px 0;
	height: 24px;
	line-height: 20px;
	background: url(images/fond-li-off.png) right no-repeat;
	text-decoration: none;
	color: #000;
}
#categorie ul li a:hover, #categorie ul li a.on {
	background: url(images/fond-li-on.png) right no-repeat;
}

/* articles */
#contenu {
	width: 530px;
	margin: 20px 10px 20px 180px;
}
h2 {
	margin-top: 30px;
	text-align: right;
}
#contenu h2 a, #contenu h2 {
	color: #ee8a00;
	font-size: 20px;
	text-decoration: none;
	margin-bottom: 15px;
}
h2 a:hover {
	text-decoration: underline;
}
li.spip {
	list-style-type: square;
	margin-left: 15px;
}
.liste-sites h3 {
	font-size: 12px;
}
.liste-sites ul li {
	margin-left: 20px;
	list-style: square inside;
}
#contenu a {
	color: #ee8a00;
}
.info-rubrique {
	text-align: right;
	margin-bottom: 15px;
	font-style: italic;
}
.liste-articles div, .article div, .liste-articles-rubriques div, .auteur div, .liste-sites {
	text-align: justify;
	margin: 10px 0 10px 50px;
}
div .image {
	margin: 10px 0 10px 28px;
}
div .image a img {
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.info-commentaire {
	clear: left;
	font-weight: bold;
	margin: 10px 0 10px 50px;
}
.info-commentaire a {
	font-weight: bold;
}
.liste-articles p, .article p, .liste-articles-rubriques p, .auteur p {
	margin-bottom: 7px;
}
.spip_documents .spip_doc_titre {
	margin: 20px 0 0;
	text-align: center;
}
.spip_documents object {
	margin: 0 115px 20px;
}


/* commentaire */
.commentaire {
 	display : block;
	padding : 5px 20px;
	margin: 5px 0 20px;
	border-bottom : 1px dashed #ee8a00;
	border-left : 1px dashed #ee8a00;
}
fieldset p {
	margin-bottom: 10px;
}
.forml, .spip_bouton input {
	width: 100%;
	margin: 10px auto 20px;
}
input, textarea {
	border: 1px solid #ccc;
	padding: 1px;
}

/* la navigation */
.pagination {
	text-align: center;
}

/* le pied */
#pied {
	height: 30px;
	background-color: #000;
	margin-left: 60px;

}
#pied ul {
	text-align: center;
	margin-left: 60px;
}
#pied ul li {
	display: inline;
}
#pied ul li a {
	margin: 0 20px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
}

.statistiques {
	display: none;
}