body {
	width: 768px;
}
#header {
	background-color: transparent;
	background-image: url(./img/bg_header.gif);
	background-position: 300px 0;
	background-repeat: no-repeat;
	height: 126px;
}
#logo { margin-top: 10px; margin-left: 10px; float: left;}

img {border: 0;}
/*
 * Mise en page des textes (bordures...)
 */

.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}
.texte {
}
.ps {
	padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed #404040;
}
.notes {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px solid #a0a0a0;
	padding: 1.5em;
}

/*
 * Habillage des menus et de la navigation
 */

.menu {
/*
	border: 1px solid #a0a0a0;
	border-top: 0px;
*/
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
}
.menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu ol {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu-titre {
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
}
.menu-item {
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 80%;
}

/* Des couleurs specifiques selon les types de menus */
.general { text-align:left; }
.general .menu-item {
	padding-left: 20px;
	font-family: "Courier New", courier, sans-serif;
	font-weight: bold;
}
.menu_1,
.menu_2,
.menu_3,
.menu_4,
.menu_5,
.menu_6,
.menu_7,
.menu_8,
.menu_9,
.menu_10,
.menu_x {
	background-position: 0 3px;
	background-repeat: no-repeat;
	background-image: url(./img/bg_menu_x.gif);
}
.menu_1 { background-image: url(./img/bg_menu_1.gif); }
.menu_2 { background-image: url(./img/bg_menu_2.gif); }
.menu_3 { background-image: url(./img/bg_menu_3.gif); }
.menu_4 { background-image: url(./img/bg_menu_4.gif); }

.rubriques 		{ background-color: #eaffea; text-align:center; }
.rubriques .menu-titre	{ background-color: #f2fff2; }

.breves 		{ background-color: #ffeaea; }
.breves .menu-titre	{ background-color: #fff2f2; text-align:center; }

.divers 		{ background-color: #eaeaff; }
.divers .menu-titre	{ background-color: #f2f2ff; text-align:center; }

.forums 		{ background-color: #e8f8f8; }
.forums .menu-titre	{ background-color: #f0fcfc; text-align:center; }


/*
 * Styles pour le contenu (c-a-d. la colonne principale)
 */

.contenu {
	margin: 15px;
}
.contenu h2.titre-extrait {
}
.contenu h2.titre-texte {
}
.contenu .surtitre {
	margin-top: 0em;
	margin-bottom: 0em;
}
.contenu .detail {
/*	margin-left: 2em;*/
}
.contenu .detail .important {
	color: #a02020;
}
.extrait {
	margin: 0.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 0.1em;
	line-height: 1.4em;
}
.liste-articles {
	margin-top: 1em;
	margin-bottom: 1em;
	clear: left;
}
.contenu .forum-repondre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	margin-top: 0.6em;
}


/*
 * Disposition a l'ecran : colonnes, encarts, cartouches
 */

#principal {
	position: absolute;
	left: 170px;
	/*left: 18em;*/
	top: 0px;
	margin: 0px;
	padding: 0px;
	/*margin-right: 2em;*/
	margin-right: 3%;
	margin-left: 50px;
	padding-top: 20px;
	padding-left: 3px;
	padding-bottom: 20px;
	background-image: url(./img/bg_tuyau_vertical.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#wrapper {
	position: relative;
	width: auto;
}
#navigation {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px 0 0 20px;
	margin: 0px;
	padding-top: 20px;
/*	background-color: #efefef;*/
	width: 170px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;
}

html>body #navigation { width: 150px; }

.encart {
	float: right;
	/*width: 14em;*/
	width: 34%;
	margin-left: 4%;
	/*margin-left: 2em;*/
	margin-top: 1em;
	margin-bottom: 0em;
	margin-right: 0px;
}

.cartouche {
	padding-top: 1em;
	border-top: 2px solid #404040;
	margin-bottom: 0em;
}

.spip_logos {
	margin: 3px;
	border-width: 0px;
}


#actualite,
#sommaire,
.titre-texte {
	padding-left: 130px;
	margin-bottom: 20px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
.titre-texte {
	background-image: url(./img/bg_tuyau_horizontal_1.gif);
}
.titre-texte h1 {
	padding: 2px;
	border: 1px solid #ff9900;
	font-size: 85%;
}
.titre-texte h1 span {
	display: block;
	font-weight: normal;
/*
	background-color: transparent;
	background-image: url(./img/bg_titre_article.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
*/
	padding: 0;
	padding-left: 5px;
	margin: 2px;
}
#actualite {
	margin-top: 20px;
	background-image: url(./img/bg_tuyau_horizontal_1.gif);
}
#sommaire {
	margin-top: 40px;
	background-image: url(./img/bg_tuyau_horizontal_1.gif);
}
div.breve {
	margin: 10px 0 10px 80px;
	font-size: 75%;
}
div.breve .date-breve { font-weight: normal; font-style: italic; }
div.breve .titre-breve { font-weight: bold; font-style: normal; }
div.breve .texte-breve { border-top: 1px solid #ff9900; margin-top: 5px padding-top: 5px; font-weight: normal; font-style: normal; margin: 0; padding: 0; }

#liste-articles {
	margin-left: 80px;
}
#liste-articles .titre-extrait {
	display: block;
	float: left;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	padding: 4px 0 4px 20px;
	font-size: 80%;
	width: 200px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px;
}

html>body #liste-articles .titre-extrait { width: 180px; }


#article {
	width: 400px;
	margin-left: 60px;
	padding: 10px 20px 10px 30px;
	background-color: #FFF1CF;
	background-image: url(./img/bg_article.gif);
	background-repeat: repeat-y;
	background-position: 4px 0;
}

.intro {
	font-size: 80%;
	margin: 0.5em 1.5em;
}
.surtitre {
	margin-left: 60px;
	padding-bottom: 20px;
}

#liens ul {
	list-style: square;
	padding: 0;
	margin: 0;
}

#liens ul {
	font-size: 85%;
}
/*
 * Formulaires
 */

.formrecherche {
/*	background-color: #f2f2f2;*/
	color: #505030;
	margin: 0px;
	padding: 2px;
/*	border: solid 1px #909090;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}

.formulaire {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 4px;
	border: 1px solid #a0a0a0;
	background-color: #f6f6f6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}
.forml {
	background-color: #ececec;
	margin: 4px;
	padding: 1px;
	border: dashed 1px #909090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.spip_bouton {
	border: 2px solid #404040;
	padding: 3px;
	background: #d0d0d0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

.spip-admin {
}

.clear { clear: both; }
.odd { clear: left; }
.even { clear: right; }