/**********************************************/
/* SF2Astyle.css  - Commencé le 13 février 2007
/**********************************************/

/***BODY***/
body {
	margin: 0 auto;
	padding: .5em;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	/*color:#030303;*/
/*	background: black url(../img/fondbodyblack.jpg); */
	background: black;
	background-repeat: repeat;}

/***PAGE***/
#page {
	background: #FFF url(../img/fondpages.jpg);
	background-repeat: no-repeat;
	background-position: right bottom; 
	width: 820px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-top:1px solid #000;
	border-left:0px solid #000;
	border-right:0px solid #000;
	border-bottom:4px solid #000; }

/*  CORRECTION DES STYLES HTML PAR DEFAUT
/*  ---------------------------------- */
img, table {
	margin: 0px;
	padding: 0px;}
	
ul {
	margin: 0;
	padding: 0;}
ul { list-style: none; }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal; }

/*  STYLE DES LIENS  */
/*  ---------------  */
a {
	text-decoration:none;
	color:#009;
	background-color:inherit; }

a:hover {
	text-decoration:underline;
	color:#03f;
	background-color:inherit; }

a img {border:0;}

/*  ------------------------------------------- */
/*  DISPOSITION DES BLOCS PRINCIPAUX            */
/*  ------------------------------------------- */

/***EN-TETE***/
#entete {
	float: right;
	padding: 0;
	width: 820px;
	height: 143px;
	background-color: #fff;}

/***NAVIGATION***/
/**Fil d'Ariane**/
#hierarchie {
	clear: both;
	width:807px;
	background: #FFF;
	padding: .3em .1em .3em 1em;
	margin-bottom: 1em;
	font-size: .9em;
	font-weight:bold;
	color: #009;
	background-color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;}

#pied {
	border-top: 1px solid #000;
	padding: 4px 5px 5px 10px;
	text-align: center;
	font-size: .9em;
	color: #009;
	vertical align: bottom; }

/*  ------------------------------------------- */
/*  TYPOGRAPHIE GENERALE DU SITE
/*  ------------------------------------------- */
/* Typo pour les menus et la navigation */
body, #navigation, {
font-family: Verdana, "Bitstream Vera Sans", Tahoma, Arial, sans-serif; }

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

/*  ------------------------------------------- */
/*  STYLE DES OBJETS DANS LES BLOCS PRINCIPAUX  */
/*  ------------------------------------------- */

/**FIL D'ARIANE**/
#hierarchie a {color: #000;}

/***CONTENU PRINCIPAL***/
#conteneur #contenu {
	float: left;
	display: inline;
	width: 780px; 
	padding: .4em 1.8em 1em 1.5em; 
	min-height: 30em;
	font-size: 1.3em; }
#contenu h2 {
	font-size:1.3em;
	margin:0 15px 0 3px;
	color: #009;}
#contenu h3 {
	font-size:1.15em;
	line-height:1.3em;
	margin:0 0 5px;}
#contenu h4 {
	font-size:1.1em;
	margin:0 0 10px;}
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }
#contenu img {display:inline;}
#contenu .imgsom {
	display:inline; 
	padding: 2em 1.2em 1.2em 1.2em; 
	vertical-align: bottom;}
#contenu ul, #contenu ol {
	margin:0 0 16px 20px;
	padding:0;}
#contenu li {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 1em;}
#contenu ul ul, #contenu ol ol{margin:0 0 0 16px; padding:0;}

/***PIED***/
#pied a {
	color:#009;
	background-color:inherit;
	text-decoration:none;}
#pied a:hover {text-decoration:underline; font-style: italic;}

/*  ------------------------------------------- */
/*  STYLE DES CLASSES                           */
/*  ------------------------------------------- */

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


/*  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 DU PLAN DU SITE***/
.page_plan .cartouche { display: inline; }

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

.page_plan #contenu .contre-encart ul {
	padding: 0 0 0 .5em;
	display: block;
	float: left;
	margin-left: 1em;
	margin-bottom: 1em; list-style: none; }

.page_plan #contenu .contre-encart li { list-style: inherit; }

/***********************************************************************/