/* $Id: habillage.css,v 1.11 2004/09/06 18:16:12 bgm Exp $ */

/**********************************************/
/*                GENERAL                     */
/**********************************************/

body {
	/* MS IE does not support "auto" of "container" for center */
	text-align: center;
	margin: 0;
	padding: 0;
}

/* Hide navigation for text-mode users (ex: blind/lynx) */
.invisible, .invisible a {
	display: none;
	background: #fff;
	color: #fff;
}

/* Was used to identify the structure of the page for lynx users, 
 * but not used very often */
.structure {
	display: none;
}

/* Allows to hide sections when printing */
@media print {
	.noprint {
		display: none;
	}
}

/* Shows URLs as text when printing */
@media print {
	a.spip_out:after {
		content: " (" attr(href) ")";
	}
}

img {
	border: 0;
}

a {
	color: #000088;
	text-decoration: none;
}

a:hover {
	color: #000088;
	text-decoration: underline;
}

/**********************************************/
/*               STRUCTURE                    */
/**********************************************/

#container {
	margin: 14px auto; /* outside the border, removed if small screen */
	margin-top: 3px auto;
	width: 800px;
	padding: 4px 4px 0 4px; /* inside the border */
	-moz-border-radius: 10px;
	text-align: left;
	font-size: 90%; /* global font size */
	background: #ffffff;
}

#header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

#headerlogo {
	float: left;
	position: relative;
	width: 20%;
	margin: 0;
	padding: 0;
}

#headertitle {
	float: right;
	position: relative;
	width: 79%;
	margin: 0;
	padding: 0;
}

#headertitle h1 {
	font-size: 32px;
	text-align: center;
	color: #000;
	/* border-bottom: 1px solid #efefef; */
}

#headertitle h3 {
	font-size: 11px;
	text-align: center;
}

#headerdate {
	font-size: 11px;
	text-align: right;
}

#principal {
	float: right;
	position: relative;
	width: 78%;
	margin: 0;
	padding: 0;
}

#cartouche {
	padding-top: 0.5em;
	margin-bottom: 0.5em;
}

#cartouche .spip_logos {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0.8em;
}

#cartouche h1 {
	font-size: 140%;
}

#cartouche h3 {
	font-size: 120%;
}

#navigation {
	float: left;
	position: relative;
	width: 20%;
	padding: 0;
	margin: 0;
}

#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #a0a0a0;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 80%;
	text-align: center;
	color: #555;
}

/**********************************************/
/* VARIOUS MESSY ELEMENTS                     */
/**********************************************/

#footer a {
	color: #555;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;
}

.youarehere {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 2px 0px 2px 0px;
}

.chapo {
	line-height: 1.4em;
	margin-top: 1em;
	font-weight: bold;
	text-align: left;
	font-size: 105%;
}

.texte, .texte p.spip {
}

.ps {
	padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed #404040;
	text-align: left;
	font-size: 85%;
}

.notes {
	border: 1px solid #a0a0a0;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	padding: 1.5em;
	-moz-border-radius: 0.5em;
	text-align: left;
	font-size: 80%;
}

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


/**********************************************/
/* FORMS                                      */
/**********************************************/

.formrecherche {
	color: #505030;
	background-color: #f2f2f2;
	border: solid 1px #909090;
	margin: 0px;
	padding: 0px;
	width: 10em;
	font-size: 80%;
	font-weight: normal;
}
.formrechercheok {
	/* border: 1px solid #000000; */
	margin: 0px;
	padding: 0px;
	padding-left: 1px;
	padding-right: 1px;
	font-size: 80%;
	font-weight: normal;
}

.formulaire {
	color: black;
	margin: 0px;
	margin-bottom: 0px;
	padding: 4px;
	border: 1px solid #a0a0a0;
	background-color: #f6f6f6;
	font-size: 80%;
	font-weight: normal;
}

.forml {
	background-color: #ececec;
	margin: 4px;
	padding: 1px;
	border: dashed 1px #909090;
	font-size: 90%;
}

/**********************************************/
/* MENU STYLES                                */
/**********************************************/

.menu {
	border: 1px solid #a0a0a0;
	padding: 1px;
	margin: 0px;
	margin-bottom: 16px;
	-moz-border-radius: 0.3em;
}
.menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 1px;
	list-style: none;
}
.menu ol {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu-titre {
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
	overflow: hidden;
}
.menu-titre a {
	color: #505050;
	text-decoration: none;
	overflow: hidden;
}
.menu-titre a:hover {
	color: #303030;
	text-decoration: underline;
	overflow: hidden;
}
/* used in sommaire_boxes.html, ex socialrights.org/fr */
.menu-titre h3 a {
	color: #0000aa;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}
.menu-titre h3 a:hover {
	color: #0000aa;
	text-decoration: underline;
	overflow: hidden;
}

.menu-item {
	border-top: 1px dashed #d0d0d0;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 80%;
	overflow: hidden;
}
.menu-item a {
	color: #505050;
	text-decoration: none;
	overflow: hidden;
}
.menu-item a:hover {
	color: #303030;
	text-decoration: underline;
	overflow: hidden;
}
.menu-bigitem {
	border-top: 1px dashed #d0d0d0;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 90%;
	overflow: hidden;
}
.menu-bigitem a {
	color: #505050;
	text-decoration: none;
	overflow: hidden;
}
.menu-bigitem a:hover {
	color: #303030;
	text-decoration: underline;
	overflow: hidden;
}
.menu-bigitem h3 a {
	color: #0000aa;
	text-decoration: none;
	overflow: hidden;
}
.menu-bigitem h3 a:hover {
	color: #303030;
	text-decoration: underline;
	overflow: hidden;
}
.menu-bigitem .date {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 80%;
}
.menu-bigitem p {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1em;
}
.menu-footer {
	border-top: 1px solid #a0a0a0;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 80%;
}
.menu-footer a {
	color: #505050;
	text-decoration: none;
	overflow: hidden;
}
.menu-footer a:hover {
	color: #303030;
	text-decoration: underline;
	overflow: hidden;
}

/*
 * topmenu is used for a navigation bar at the top of screen
 * for example: www.socialrights.org
 */
.topmenu {
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	padding: 0;
	margin: 0;
}

.topmenu ul {
	display: block;
	margin: 0;
	padding: 1px;
	list-style: none;
}

.topmenu li {
	display: inline;
	font-size: 80%; 
	margin: 0; 
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0;
	padding-bottom: 0;
}

.topmenu li a {
	color: #505050;
	text-decoration: none;
	overflow: hidden;
}

.topmenu li a:hover {
	color: #303030;
	text-decoration: underline;
	overflow: hidden;
}


/* 
 * The only difference with other menus are the font sizes.
 * They are only used in sommaire_irbf.html
 */
.news-title {
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
}
.breves .news-title a {
	color: #000000;
	text-decoration: none;
}
.news-title a:hover {
	color: #000000;
	text-decoration: underline;
}
.news-date {
	font-size: 80%;
}
.news-item {
	border-top: 1px dashed #d0d0d0;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 100%;
}
.news-content {
	margin: 0px;
	padding-left: 25px;
	padding-right: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 100%;
}

/*
 * Styles for the (sub)section list in "rubrique_*.html"
 */
.sectionslist {
	/* this is the box itself and everything in it unless specified below */
	border: 0px;
	border-top: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
}
.sectionslist ul {
	/* called every time we have a new level of list (subsection) */
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.sectionslist ol {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.sectionslist-title {
	/* Title of a menu */
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px dashed #d0d0d0;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
}
.sectionslist-item {
	/* Item of a menu */
	border-bottom: 1px dashed #d0d0d0;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 80%;
}
.sectionslist a {
	font-size: 130%;
	color: #000000;
	background: #FFFFFF;
	text-decoration: none;
}
.sectionslist a:hover {
	font-size: 130%;
	color: #000000;
	background: #FFFFFF;
	text-decoration: underline;
}


/* ****************************************************** *
 * Specific colors depending on the type of menu 
 * ****************************************************** */

.general				{ background-color: #f8f8e8; text-align:center; }
.general .menu-titre 	{ background-color: #fcfcf0; }

/* Colors for the section list on the left side of the page */
.rubriques				{ background-color: #eaffea; text-align:center; }
.rubriques .menu-titre	{ background-color: #f2fff2; }

/* FIXME: this changed and placed only in sommaire? */
/* Colors for the recent news list on the left side of the page */
.breves                 { background-color: #ffffff; }
.breves .menu-titre	    { background-color: #f2fff2; text-align:center; }

/*
 * Color and font-align for the header of the boxes for the
 * recent news/articles in sommaire.html
 */
/* .breves                 { background-color: #ffffff; } */
.breves .news-title	    { background-color: #e0ffe0; 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; }


/* Allows the whole menu items to be clickable, not just the text */
.menu li.menu-titre a {
	display: block;
	text-decoration: none;
}

.menu li.menu-titre a:hover {
	text-decoration: underline;
}

.menu li.menu-item a {
	display: block;
	text-decoration: none;
}

.menu li.menu-item a:hover {
	text-decoration: underline;
}

.menu li.menu-footer a {
	display: block;
	text-decoration: none;
}

.menu li.menu-footer a:hover {
	text-decoration: underline;
}



/*
 * Styles pour le contenu
 */

/* Hyperlink style inside the content (i.e. all except the navigation
 * links on the left side of the screen)
 */
/*
.contenu a {
	text-decoration: none;
	color: #0000AA;
}

.contenu a:hover {
	text-decoration: underline;
	color: #0000AA;
}
*/

.contenu h2.titre-extrait {
}

.contenu h2.titre-texte {
}

.contenu .surtitre {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .soustitre {
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	margin-left: 2em;
	font-size: 80%;
	color: #303030;
}

.contenu .date {
	font-size: 80%;
}
.contenu .trad {
	font-size: 80%;
}

.reference {
	font-size: 80%;
}

.contenu .detail .important {
	color: #a02020;
}

.extrait {
	border: 1px solid #a0a0a0;
	padding: 0.5em;
	margin: 0.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 0.1em;
	line-height: 1.4em;
	font-size: 85%;
}
.liste-articles {
	margin-top: 1em;
	margin-bottom: 1em;
	clear: left;
}
.contenu .forum-repondre {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	margin-top: 0.6em;
}




/*
 * Habillage des forums
 */
ul.forum-total {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.forum-fil {
	margin-top: 3em;
}
.forum-fil ul {
	display: block;
	margin: 0px;
	margin-left: 2em;
	padding: 0px;
	list-style: none;
}
.forum-titre {
	font-weight: bold;
	font-size: 120%;
}
.forum-item {
	margin: 0px;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	text-align: left;
	color: #303030;
	font-size: 80%;
}
.forum-repondre-message {
	text-align: right;
}

/* Boite d'un forum : eclaircissement progressif des bords */

ul .forum {
	border: 1px solid #909090;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}
ul ul .forum {
	border: 1px solid #a4a4a4;
}
ul ul ul .forum {
	border: 1px solid #b8b8b8;
}
ul ul ul ul .forum {
	border: 1px solid #cccccc;
}
ul ul ul ul ul .forum {
	border: 1px solid #e0e0e0;
}
ul ul ul ul ul ul .forum {
	border: 1px dashed #e0e0e0;
}

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */

ul .forum-chapo {
	border: 0px;
	border-bottom: 1px dashed #b8b8b8;
	margin: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
	background: #c4e0e0;
}
ul ul .forum-chapo {
	background: #d4e8e8;
}
ul ul ul .forum-chapo {
	background: #e4f0f0;
}
ul ul ul ul .forum-chapo {
	background: #f4f8f8;
}
ul ul ul ul ul .forum-chapo {
	background: #ffffff;
}


/*
 * Habillage des petitions
 */

.signatures {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}
/* .signatures td {
	-moz-border-radius: 0.4em;
} */
.signatures-titre {
	clear: right;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding: 0.5em;
	margin: 0px;
}
.signature-date {
	white-space: nowrap;
	background: #e4f0f0;
	padding: 0.5em;
}
.signature-nom {
	font-weight: bold;
	background: #ecf4f4;
	padding: 0.2em;
	text-align: center;
}
.signature-message {
	font-size: 85%;
	background: #f4f8f8;
	padding: 0.4em;
	text-align: left;
}



/* used in the administrative form buttons */
.spip_bouton {
	border: 2px solid #404040;
	padding: 3px;
	background: #d0d0d0;
}

/* for the floating buttons shown when admins and editors are logged in */
.spip-admin {
	position: fixed;
	bottom: 0px;
	right: 5px;
	font-size: 90%;
	padding: 2px;
	line-height: 1.4em;
}

@media print {
	.spip-admin {
		display: none;
	}
}
