
/* General functions */

.invisible {
	display: none;
}

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

/* fonts */

body {
	font-family: Verdana, Sans, Arial, Sans-Serif;
}

p, div {
	font-size: 12px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
}

/* not used */
h2 {
	font-size: 15px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0; margin-bottom: 0;
}

a, a:link, a:visited {
	color: #060;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Specific items */

body {
	background: #ddd;
	color: #000;
	text-align: center; /* ms ie does not support "auto" of "container" for center */
}

#cadre {
    margin: 14px auto; /* outside the border, removed if small screen */
    margin-top: 2px; /* auto; */
    padding: 2px 4px 0 4px; /* inside the border */

	width: 750px;
	background: #fff;
	color: #000;
	text-align: left;
	-moz-border-radius: 1.0em;
}

#titresite {
	font-size: 16px;
	background: url("/squels-perso/images/baniere_top_autochtone-1.jpg") center no-repeat;
	height: 175px;
	width: 100%;
}

#titresite a, #titresite a:link, #titresite a:visited {
	text-decoration: none;

	color: #fff;
	font-size: 140%;
	margin-left: 4em;
	display: block;
	/* height: 175px; */
	padding-top: 140px;
}

#titresite a:hover {
	text-decoration: underline;
}

ul#sitelangs {
	float: right;
	clear: both;
	text-align: right;
	width: 300px;
	list-style: none;
	padding: 0.5em 0 0 0;
	margin: 0;
}

ul#sitelangs li {
	display: inline;
}

ul#sitenav {
	float: right;
	width: 400px;
	text-align: right;
	border-bottom: 1px solid #ccc;
	margin: 1em 0 0 0;
	padding: 0;
}

ul#sitenav:hover {
	border-bottom: 1px solid #aaa;
}

ul#sitenav li {
	display: inline;
	margin-left: 10px;
}

ul#sitenav li a, #sitenav li a:visited, #sitenav li a:link {
	text-decoration: none;
	color: #000;
}

ul#sitenav li a:hover {
	text-decoration: underline;
	color: #060;
}

h3 img {
	border-bottom: 1px solid #fff;
}

h3 img:hover {
	border-bottom: 1px solid #060;
}

.postminiinfo {
	font-size: 80%;
}

/* Dans le sommaire, cote' droit */
.leftbox {
	float: right;
	width: 200px;
	border: 1px solid #ccc;
	margin-top: 2em;
}

.leftbox div {
	padding-left: 5px;
}


.leftbox ul {
	padding-left: 1em;
	list-style: none;
	text-indent: -1em;
}

.leftbox ul li:before {
	content: "\00BB \0020"; /* quote + space */
}

/* Forms (forum) */

.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;
}

.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;
}

/* ********************************
 * Forum messages 
 * ******************************** */
.forum-repondre, .forum-decompte {
	clear: both;
	width: 500px; /* [ML] */
	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; list-style: none; }
.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: inline; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #fff;
}
.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: #060; color: #fff; }
ul ul .forum-chapo { background: #363; }
ul ul ul .forum-chapo { background: #464; }
ul ul ul ul .forum-chapo { background: #565; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #000; }

