/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #C1D2EE url('img/bg-body.gif') left top repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1em;
	color: #333;
}

img, table { margin: 0; padding: 0; border: none; }
ul, ol, li { margin: 0; padding: 0; }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 840px; /* ajouter 5px ensuite pour l'ombre */
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url('img/bg-page-tl.gif') top left no-repeat;
}
#page-onionskin-1 {
	background: transparent url('img/bg-page-tr.gif') top right no-repeat;
}
#page-onionskin-2 {
	background: transparent url('img/bg-page-bl.gif') bottom left no-repeat;
}
#page-onionskin-3 {
	background: transparent url('img/bg-page-br.gif') bottom right no-repeat;
	padding: 30px;
	padding-bottom: 10px;
}

#conteneur { width: 100%; }

#conteneur #contenu {
	float: left;
	width: 500px;
}

#conteneur #navigation {
	float: right;
	width: 260px;
	text-align: center;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
	width: 21em;
}

#contenu .encart {
	float: right;
	width: 11em;
	margin: 0;
	margin-bottom: 1em;
}

#bandeau-superieur {
/*	background-color: #cfc;*/
}
/* Entete */
#entete {
	width: 100%;
	margin-bottom: 20px;
}
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; }
	
#nom_site_spip {
/*	height: 64px;
	width: 157px;
	text-indent: -9999px;
	background: transparent url('img/logo-jeebop.gif') top left no-repeat;*/
}
	
#entete a { text-decoration: none; }
#entete .formulaire_recherche { float: right; }

#select-lang {
    font-size: 0.85em;
    padding: 0;
    margin: 0;
/*  background-color: #ccc;*/
    margin: 10px 15px 0 0;
    float: right;
}
#select-lang li { padding: 4px 0; margin: 0;}
#select-lang li a {
    padding-left: 15px;
    background: transparent url('img/bul-select-lang.gif') left 40% no-repeat;
}
#select-lang li.on a,
#select-lang li a:hover {
    background-image: url('img/bul-select-lang-o.gif');
}
#select-lang li a:hover {   color: #ff6600;
}


#web-lang {
    font-size: 0.85em;
    padding: 10px;
	width:100%;
	text-align:center;
}

#web-lang span.on a,
#web-lang a:hover {   color: #ff6600;
}
#web-lang div {
	display:block;
}


/* Fil d'Ariane */
#hierarchie {
	clear: both;
	margin-bottom: 2em;
	font-size: 0.77em; }

/* Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid #CCC;
	padding: 2px;
	text-align: center;
	color: #999;
}
#pied small { font-size: 0.77em; }
#pied a { color: #999; }
#pied img { vertical-align: bottom; }

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Tahoma, Arial, sans-serif; }
	
	
/* Typo pour le bloc d'entete */
#bandeau-superieur {
	font-family: Helvetica, "Bitstream Vera Sans", Arial, sans-serif; }

/* Typo pour le contenu */
#contenu {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote,/* .liste-articles li .texte*/, /*h3.spip*/, .voirskel {
	font-family: "Bitstream Vera Serif", Georgia, Times, serif; }


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

/*  Habillage general des menus de navigation
---------------------------------------------- */

#entete-menu {
	background: #fff url('img/entete/rotator.php') left top no-repeat;
	padding-top: 128px;
	width: 100%;	
}

#menu {
	background: #fff url('img/bg-menu.gif') left 0 no-repeat;
	height: 24px;
	border-top: 1px solid #ccc;
}

#menu li {
	float: left;
/*	margin: 0 10px;*/
	width: 130px;
	padding: 0;
	margin: 0;
/*	border: 1px solid #333;*/
}
#menu li a {
	color: white;
	text-decoration: none;
	line-height: 24px;
	display: block;
	margin: 0px;
	text-align: center;
	font-weight: bold;
/*	border-top: 1px solid transparent;*/
	border-left: 1px solid #ccc;
	text-shadow: #666 1px 1px 3px;
}
#menu li.k1 a {
	border-left: 0;
}
#menu li a:hover,
#menu li a.on {
	background: #fff url('img/bg-menu.gif') left bottom no-repeat;
}
#menu li.k1 a:hover, #menu li.k1 a.on { background-position: 0 -24px; }
#menu li.k2 a:hover, #menu li.k2 a.on { background-position: -130px -24px; }
#menu li.k3 a:hover, #menu li.k3 a.on { background-position: -260px -24px; }
#menu li.k4 a:hover, #menu li.k4 a.on { background-position: -390px -24px; }
#menu li.k5 a:hover, #menu li.k5 a.on { background-position: -520px -24px; }
#menu li.k6 a:hover, #menu li.k6 a.on { background-position: -650px -24px; }


#ss_hdr {
        padding: 0;
        margin: 0;
}
#ss_hdr div.rounded-corner-wrapper {
        padding: 5px 0 0 0;
}
#ss_hdr form {
        padding: 0 0 0 25px;
        width: 754px;
}
#ss_hdr fieldset {
        margin: 0;
        padding: 0 8px 10px 0;
        border: 0;
}
#ss_hdr fieldset div {
        padding: 5px 0 0 0;
}
#ss_hdr fieldset div a {
        line-height: 1.5em;
}
#ss_hdr fieldset div a img {
        vertical-align: baseline;
}
#ss_hdr legend {
        padding-left: 20px;
        background: transparent url('img/lock.gif') left 40% no-repeat;
}

#ss_hdr .text-input {
        width: 7em;
        margin-right: 5px;
        color: #ccc;
        border-width: 1px;
        border-style: solid;
        border-color: #cccccc #efefef #efefef #cccccc;
}
#ss_hdr .text-input:focus {
        color: #333;
        border-color: #999 #ccc #ccc #999;
}


#formulaire_client {
	float: right;
	background: transparent url('img/bg-form-client-tl.gif') top left no-repeat;
	padding: 0;
	margin: 0;
}
#formulaire_client div.rounded-corner-wrapper {
	background: transparent url('img/bg-form-client-tr.gif') top right no-repeat;
	padding: 5px 0 0 0;
}
#formulaire_client form {
	background: transparent url('img/bg-form-client-bl.gif') bottom left no-repeat;
	padding: 0 0 0 25px;
	width: 130px;
}
#formulaire_client fieldset {
	background: transparent url('img/bg-form-client-br.gif') bottom right no-repeat;
	margin: 0;
	padding: 0 8px 10px 0;
	border: 0;
}
#formulaire_client fieldset div {
	padding: 5px 0 0 0;
}
#formulaire_client fieldset div a {
	line-height: 1.5em;
}
#formulaire_client fieldset div a img {
	vertical-align: baseline;
}
#formulaire_client legend {
	padding-left: 20px;
	background: transparent url('img/lock.gif') left 40% no-repeat;
}

#formulaire_client .text-input {
	width: 7em;
	margin-right: 5px;
	color: #ccc;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc #efefef #efefef #cccccc;
}
#formulaire_client .text-input:focus {
	color: #333;
	border-color: #999 #ccc #ccc #999;
}
/*#formulaire_client .submit-input { background-color: #ccc; }*/

.rubriques, .breves, .syndic, .forums, .divers {
/*	min-width: 10em;
	border: 1px solid #CCC;*/
	margin-bottom: 1em;
	font-size: 0.77em;
}

h3.spip {
	background: transparent url('img/border-dotted-gris.gif') bottom left repeat-x;
/*	border-bottom: 1px dotted #ccc;*/
	padding-bottom: 9px;
	margin-bottom: 1em;
}

h3.spip img {
/*	vertical-align: baseline/sub/super/top/text-top/middle/bottom/text-bottom/length/%;*/
	vertical-align: -0.3em;
	margin-right: 0.5em;
	margin-bottom: -5px;
	margin-left: -20px;
	padding: 0;
}

.menu-titre {
/*	padding: 0.2em 0.4em;*/
/*	border-bottom: 1px dotted #CCC;*/
	text-align: center;
	font-weight: bold;
}

.blocs {
	font-size: 0.77em;
}

#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { padding: 0.2em 0; text-align: left; }
#navigation li, .encart li { padding: 0 0.7em; }

#navigation .pages,
#navigation .divers {
	width: 259px;
	padding: 10px 0 0 0;
	background: #efefef url('img/bg-bloccote-t.gif') top left no-repeat;
	margin-bottom: 1em;
	font-size: 0.77em;
}
#navigation .pages ul,
#navigation .divers ul {
	margin: 0;
	padding: 0 0 10px 0;
	background: #efefef url('img/bg-bloccote-b2.gif') bottom left no-repeat;	
}
#navigation .pages ul li,
#navigation .divers ul li {
	margin: 0;
	padding: 0 20px 0 10px;
	line-height: 1.5em;
	border-bottom: 1px solid #efefef;
}
#navigation .pages ul li a,
#navigation .divers ul li a {
	color: #036;
	display: block;
	padding-left: 18px;
}
#navigation .pages ul li a:visited,
#navigation .divers ul li a:visited {
	background: transparent url('img/bul-ok-gris.gif') 4px 3px no-repeat;
}
#navigation .pages ul li a.on,
#navigation .divers ul li a.on {
	background: transparent url('img/bul-star.gif') top left no-repeat !important;
}
#navigation .pages ul li a:hover, 
#navigation .divers ul li a:hover {
	color: #f60;
	text-decoration: none;
/*	background: transparent url('img/bul-go.gif') 5px 5px no-repeat;*/
} 

.blocs dl {
/*	margin: 0;*/
	text-align: left;
}
.blocs dl.bloc-bas {
	margin-top: 20px;
/*	margin: 0;*/
	width: 186px;
	background: #efefef url('img/bg-blocbas-t.gif') top left no-repeat;
}
.blocs dl.bloc-cote {
/*	margin: 0;*/
	width: 259px;
	background: #efefef url('img/bg-bloccote-t.gif') top left no-repeat;
}
.blocs dl dd.bloc-texte {
	margin: 0;
	padding: 0 10px 5px 10px;
	font-size: 90% !important;
	color: #036 !important;
}
#documents_joints.blocs dl.bloc-cote {
	padding-top: 10px;
}
#documents_joints.blocs dl dd.bloc-bottom {
	height: 10px;
	margin: 0;
	padding: 0;
	background: #efefef url('img/bg-bloccote-b2.gif') bottom left no-repeat;
}
#documents_joints.blocs dl dd.bloc-texte a {
	font-weight: bold;
	color: #036;
}

#sw_blocs.blocs dl.bloc-cote {
	padding-top: 10px;
}
#sw_blocs.blocs dl dd.bloc-bottom {
	height: 10px;
	margin: 0;
	padding: 0;
	background: #efefef url('img/bg-bloccote-b2.gif') bottom left no-repeat;
}
#sw_blocs.blocs dl dd.bloc-texte a {
	font-weight: bold;
	color: #036;
}

.blocs dl dt.bloc-titre {
	text-align: left;
}
.blocs.breves dl dt.bloc-titre {
	padding: 5px 10px;
}
.blocs dl dd.bloc-ensavoirplus {
	margin: 0;
	padding: 0;
}
.blocs dl dd.bloc-ensavoirplus a {
	display: block;
	text-align: center;
	padding-right: 20px;
	color: #fff;
	font-size: 115%;
	line-height: 24px;
}
.blocs dl.bloc-bas dd.bloc-ensavoirplus a {
	background: #99ADD6 url('img/bg-blocbas-b.gif') top left no-repeat;
}
.blocs dl.bloc-cote dd.bloc-ensavoirplus a {
	background: #99ADD6 url('img/bg-bloccote-b.gif') top left no-repeat;
}
.blocs dl dd.bloc-ensavoirplus a:hover {
	background-position: bottom left;
	text-decoration: none;
}
.blocs dl dt{
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

body.page_404 dl.bloc-bas,
body.page_article dl.bloc-bas,
body.actualites dl.bloc-bas {
	margin-left: 12px;
	float: left;
}
body.page_404 dl.bloc-bas.k1,
body.page_article dl.bloc-bas.k1,
body.actualites dl.bloc-bas.k1 { margin-left: 0;}

.bloc-bas .bloc-titre {
	height: 50px;
}
html > body .bloc-bas .bloc-titre {
	height: auto;
	min-height: 45px;
}
.bloc-bas .bloc-texte {
	min-height: 90px;
}


a.tag {
	padding-left: 15px;
	margin-left: 3px;
/*	padding-bottom: 2px;*/
	background: transparent url('img/tag-blue.gif') top left no-repeat !important;
}
a.tag:hover {
	color: #ff6600;
	text-decoration: none;
}
a.tag:visited {
	background-image: url('img/tag-blue.gif') !important;
}

.date {
	padding-left: 20px !important;
	background: transparent url('img/date.gif') top left no-repeat;
}

.rss {
	background: transparent url('img/feed-icon-14x14.gif') top left no-repeat;
}
.help {
	background: transparent url('img/help.gif') top left no-repeat !important;
}
.info {
	background: transparent url('img/information.gif') top left no-repeat !important;
}

.breves dt .help { padding-left: 20px; }

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
/*.rubriques { background: #EAFFEA;}*/
/*.rubriques .menu-titre { background: #F2FFF2; }*/

/*.breves { background: #FFEAEA; }*/
/*.breves .menu-titre { background: #FFF2F2; }*/

.syndic { background: #E8F8F8; }
/*.syndic .menu-titre { background: #F0FCFC; }*/

.forums { background: #EAEAFF; }
/*.forums .menu-titre { background: #F2F2FF; }*/

/*.divers { background: #F8F8E8; }*/
/*.divers .menu-titre { background: #FCFCF0; }*/

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
/*.cartouche { margin-bottom: 2em; }*/

.cartouche {
	margin-bottom: 0.5em;
}
.cartouche .mots{
	margin-top: 0.5em;
}
.cartouche .mots div {
	line-height: 1em;;
}

.cartouche .titre {
	font-size: 1.33em;
	font-weight: normal;
	color: #036;
}
.cartouche .titre a {
	color: inherit !important;
}	
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 0.76em;
	padding: 0 25px;
}

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { color: #000; font-size: 0.77em; line-height: 1.5em; }

.bloc-texte .texte { color: inherit; font-size: inherit;}

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
/*	border-top: 2px solid #CCC;*/ }
#documents_portfolio h2 {
	margin-bottom: 0.8em;
	padding-bottom: 0.5em;
	font-size: 0.88em;
	font-weight: bold;
	background: transparent url('img/border-dotted-gris.gif') bottom left repeat-x;
}
#documents_portfolio a img {
	vertical-align: middle;
	margin: 8px;
}
#documents_portfolio a {
/*	margin: 6px; padding: 1px; border: 1px solid #ccc;*/
}
#documents_portfolio a:hover img {
	margin: 6px; padding: 1px; border: 1px solid #ccc;
/*	margin: 8px;*/
}

#document_actif { margin-top: 1.5em; }

#document_actif img { /*margin-bottom: 10px;*/ margin: 5px; padding: 3px; border: 1px solid #efefef; }

/*#document_actif .spip_doc_titre {
	border-top: 1px solid #ddd;
	padding-top: 3px;
}*/

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

#navigation #documents_joints {
	border: 0;
	margin-top: 0;
}

#sw_blocs {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#sw_blocs h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#sw_blocs li { margin-bottom: 0.4em; }
#sw_blocs li .spip_doc_titre {}
#sw_blocs li .spip_doc_titre small { font-weight: normal; }
#sw_blocs li .spip_doc_descriptif {}

#navigation #sw_blocs {
	border: 0;
	margin-top: 0;
}


/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles li { margin-bottom: 1em; clear: both; }

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; }

.liste-articles .surtitre,
.liste-articles .soustitre { margin: 0.2em 0; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li .texte p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 0;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }

body.actualites .liste-articles li .texte p { margin: 0.5em 0; padding: 0; }
body.actualites .liste-articles li .texte { border: none; margin-bottom: 0; }
body.actualites .liste-articles li { clear: both; /*border-bottom: 1px solid #ccc;*/ padding-bottom: 4px; background: transparent url('img/border-dotted-gris.gif') bottom left repeat-x; }

body.mots .liste-articles li .texte p { margin: 0.5em 0; padding: 0; }
body.mots .liste-articles li .texte { border: none; margin-bottom: 0; }
body.mots .liste-articles li { clear: both; /*border-bottom: 1px solid #ccc;*/ padding-bottom: 4px; background: transparent url('img/border-dotted-gris.gif') bottom left repeat-x; }

/*body.actualites .liste-articles li ul li,*/
/*body.mots .liste-articles li ul li { background-image: none;}*/

body.actualites div.documents_joints ul { margin: 0; padding: 0; }
body.actualites div.documents_joints li { padding: 0 0 0 30px; background: transparent url('img/page_white_go.gif') 10px 2px no-repeat; }

body.actualites div.sw_blocs ul { margin: 0; padding: 0; }
body.actualites div.sw_blocs li { padding: 0 0 0 30px; background: transparent url('img/page_white_go.gif') 10px 2px no-repeat; }

.pagination { font-size: 0.84em; text-align: center; }

hr {
	height: 4px;
	width: 100%;
	background: transparent url('img/border-dotted-gris.gif') bottom left repeat-x;
	border: 0;
	margin: 1em 0;
}

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center; }

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-left: 1em;
	margin-bottom: 1em;
	list-style: square; }
.page_plan #contenu .contre-encart li { list-style: inherit; }

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

/* Correction des styles HTML par defaut */
.formulaire_spip form, .formulaire_spip fieldset, .formulaire_spip legend, .formulaire_spip label, .formulaire_spip input, .formulaire_spip textarea, .formulaire_spip select, .formulaire_spip option { margin: 0; padding: 0; border: none; background: none; }

/* Styles des formulaires de Spip */
.formulaire_spip {
	text-align: left;
	font-size: 0.77em;
}

.formulaire_spip p {
	margin: 0.5em 0;
	padding: 0; }

.formulaire_spip fieldset {
    display: block;
	margin: 0.77em 0;
	padding: 0.77em;
	border: 1px dotted; }
.formulaire_spip legend { 
	font-weight: bold; 
	padding: 3px;
	background: #FFF; /* Sinon, superposition dans MSIE */
}

.formulaire_spip label {}
.formulaire_spip .forml {
	width: 99%;
	padding: 1px;
	border: 1px inset;
	font-family: inherit;
	font-size: inherit; }

.spip_bouton { text-align: right; }
.spip_bouton input {
	margin: 3px 0;
	padding: 1px 2px;
	border: 2px outset;
	font-weight: bold;
	float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #F00; }
fieldset.reponse_formulaire { border: 1px dotted; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu {
	padding: 1em;
	border: 1px solid; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
.choix_mots { width: 47%; float: left; } 
.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { text-align: left; width: 12em; }
.formulaire_recherche label { display: none; }

/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	border-top: 2px solid #CCC;
	font-size: 0.88em;
	font-weight: bold; }

/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; font-size: 0.82em; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: none; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }

/*  ------------------------------------------
/*  Habillage des petitions
/*  ------------------------------------------ */

#signatures { clear: both; font-size: 0.77em; }

#signatures h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold; }

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */

#signatures td.signature-date {
	background: #E4F0F0;
	padding: 0.5em;
	white-space: nowrap; }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	text-align: center;
	font-weight: bold; }

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 0.96em; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #333; }

a.suite  { color: #f60;}

a:hover { text-decoration: underline; }


a.back {
	color: #f60;
	font-size: 0.77em;
	padding-left: 20px;
	background: transparent url('img/bul-up.gif') left top no-repeat;
}

#map {
	width: 495px;
	height: 500px;
	border: 1px solid #ccc;
}
