/*  ----------------------------------------------------------- */
/*  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-color:#ECEFF4;
	color: #000000;
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
}

img, table { margin: 0; padding: 0; border: 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 {
	background-color:#FFFFFF;
	border:1px solid #000000;
	border-collapse:collapse;
	border-spacing:0px;
	margin:0px auto;
	padding:0px;
	width:990px;
}

#conteneur { 
	float: left;
	margin: 0px;
	width: 100%; 
}

#contenu {
	margin: 0px;
	overflow: hidden;
	padding: 5px;
	vertical-align: top;
    text-align: left;
}

/* --------------------------------
/* Styles pour la colonne de gauche
/* -------------------------------- */

#left {
	background-color:#333333;
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	vertical-align: top;
	width: 180px;
}
#left div.categorie {
	margin-left:15px;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 0px;
}
#left div.categorie h1 {
	clear:both;
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	font-variant:small-caps;
	margin-bottom: 2px;
}
#left div.categorie p {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 0px;
}
#left div.categorie a:link {
	color: #FFFFFF;
}
#left div.categorie a:visited {
	color: #FFFFFF;
}
#left div.categorie a:hover {
	color: #FF6600;
}
#left img.iconeLien {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin: 0px;
}
#left a:hover img {
	border-color: #FF6600;
}

/* --------------------------------
/* Styles pour la colonne de droite
/* -------------------------------- */

#right {
	float: right;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 0px;
	vertical-align: top;
	width:  230px;
}
#right div.cartouche {
	width: 210px;
	text-align: center;
}


/* --------------------------------
/* Styles pour la WebTV
/* -------------------------------- */

#webtv {
	float: right;
	margin-top: 5px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
	width: 420px;
}

#webtv img {
	margin-bottom : -4px;
}

#mediaspace {
	text-align: center;
}


/* --------------------------------
/* Styles pour la colonne du milieu
/* -------------------------------- */

#half {
	float: right;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 0px;
	vertical-align: top;
	width: 190px;
}
#half div.cartouche {
	width: 180px;
}

/* --------------------------------------------
/* Styles sp�cifiques pour certaines cartouches
/* -------------------------------------------- */

#phototheque {
	background-color: #FFFFFF;
	text-align: center;
}
#dossiers {
	background-color: #FFFFFF;
	text-align: center;
}
#effectif {
	background-color: #FFFFFF;
	text-align: left;
}

/* 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;
}

/* ---------------------
/* Styles pour l'en-t�te
/* --------------------- */

#entete {
	background-color:#000000;
	width: 990px;
	height: 364px;
/* 	height: 93px;*/
}
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; 
}
#entete a { 
	text-decoration: none; 
}
#logo {
	float:left;
}
#logo img {
    margin-bottom: -10px;
}
#pub {
	float:right;
}
#iconePub {
	float:right;
	clear:right;
}
#bandeau {
	clear:left;
	background-image: url('../images/bandeau.jpg'); 
	background-repeat: no-repeat; 
	background-position: left center; 
	float:left;
	height: 301px;
	width: 990px;
}

/* -------------------------------------- 
/* Styles pour le formulaire de recherche
/* -------------------------------------- */

div.formulaire_recherche { 
	background-color: #999999;
	background-image: url('images/bord_rechercher.gif');
	background-repeat: no-repeat;
	background-position: left;
	float: right; 
	margin: 0px;
	padding-left: 19px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 20px;
	vertical-align: middle;
}
div.formulaire_recherche input { 
	background-color: #CCCCCC;
	color: #FF6600;
	border-style: solid;
	border-width: 1px;
	border-color: #FF6600;
	font-size: 10px;
	width: 120px;
}

/* -------------------
/* Styles pour le menu
/* -------------------*/

#bandeauMenu {
	background-color: #999999;
/* 	width: 100%; */
	height: 30px;
}
#menu {
	float:left;
	height: 25px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 5px;
}
#menu h1 {
	background-color: #999999;
	display: inline;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	color: #333333;
	height: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#menu a:link {
	color: #FFFFFF;
}
#menu a:visited {
	color: #FFFFFF;
}
#menu a:hover {
	color: #FF6600;
}

/* --------------------------
/* Styles pour le fil d'infos
/* -------------------------- */

#filinfos {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 380px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
#filinfos img {
	margin-bottom : -3px;
}
#filinfos ul {
	border-color: #FF6600;
	border-style: solid;
	border-width: 1px;
	border-top-style: none;
	font-size: 0.65em;
	height: 130px;
	overflow: auto;
	margin: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	text-align: left;
}
#filinfos li {
	border-bottom-color: #FF6600;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 1px;
}
#piedFilInfos {
	height: 20px;
	background-color: #FF6600;
	padding-right: 5px;
	text-align: right;
}

/* Cartouche pour les matchs */

#pointChampionnat {
	background-color: #000000;
	margin-top: 0px;
	background-image:url('images/bas_point_championnat.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom: 15px;
	padding-top: 10px;
}
.cartoucheMatch {
	margin-bottom: 5px;
}
.cartoucheMatch p {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.encadreMatch {
    background-color: #FFFFFF;
    width: 158px;
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	border-color: #FF6000;
	border-style: solid;
    margin: 0 auto; 
}


/* Encadr�s de type menu */

.encadre {
	background-color:#ECEFF4;
	border-color: #FF6600;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	padding: 0px;
}
.encadre p {
	font-size: 0.65em;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	text-align: left;
}

/* ---------------------------
/* Styles pour le pied de page
/* --------------------------- */

#pied {
	clear: both;
	width: 100%;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: center; }
#pied small { 
	font-size: 0.77em; 
}
#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%; 
}


/*  ------------------------------------------
/*  Couteau Suisse
/*  ------------------------------------------ */

/* Nombre visiteurs */
.cs_nb_visiteurs { 
	font-size: 0.71em;
	color: #FF6600;
	font-weight: bold;
}
.cs_visiteurs {
	font-size: 0.71em;
}


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

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: Verdana; }

/* Typo pour le contenu */
#contenu {
	font-family: Verdana; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Verdana; }


/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */
/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { 
	margin-bottom: 5px; 
	margin-left:auto;
	margin-right:auto;
}

#contenu h1 {
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	border-bottom-width: thin;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF6600; 
}

#contenu .surtitre, #contenu .soustitre { 
	font-size: 0.8em; 
	font-weight: bold;
	margin: 0px;
}

.cartouche img {
	margin-bottom: -3px;
}
.cartouche .spip_logos {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin-top: 10px;
	margin-bottom: 10px; 
}
.cartouche p { 
	border-width: 1px;
	border-color: #FF6600;
	border-style: solid;
	border-top-style: none;
	clear: left; 
	margin: 0; 
	padding-bottom: 5px; 
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
}
.cartouche p img {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin: 5px;
}
.cartouche p a:hover img {
	border-color: #FF6600;
}
.cartouche ul { 
	border-width: 1px;
	border-color: #FF6600;
	border-style: solid;
	border-top-style: none;
	clear: left; 
	margin: 0; 
	padding-bottom: 5px; 
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
}
.cartouche li {
	list-style-type: none;
	font-size: 12px;
}

/*  Formulaires de la partie rétro
---------------------------------------------- */
.formulaire_retro ul { 
	clear: left; 
	margin: 0; 
	padding-bottom: 5px; 
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
}
.formulaire_retro li {
	list-style-type: none;
	padding-bottom: 5px; 
}


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 0.5em;
	font-size: 0.77em;
	font-weight: bold;
	line-height: 1.1em; 
	min-height: 140px;
	text-align: justify;
}

.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; 
	text-align: justify;
}

.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.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  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 ul { margin: 0; padding: 0; list-style: none; }
#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 {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles {
	margin-top: 2px;
}
.liste-articles ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
.liste-articles li { 
	border: 1px solid #FF6600;
	margin-bottom: 10px; 
/* 	min-height: 160px; */
	padding: 5px;
	clear: both; 
}

.liste-articles li .titre {
	font-size: 0.91em;
	font-weight: bold; 
	margin-left: 2px;
}

.liste-articles li .spip_logos {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 5px;
	clear: right; 
}

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

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

.liste-articles li small {
	display: block;
	color: #999999;
	font-size: 0.65em; 
	margin-bottom: 1px;
}

.liste-articles li .texte {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.71em;
	line-height: 1.1em; }

a.suite:link {
	color: red;
}
a.suite:visited {
	color: red;
}
a.suite:hover {
	color: #FF6600;
}
.liste-articles-simple {
	margin-top: 5px;
	margin-bottom: 5px;
}
.liste-articles-simple ul { 
	border: 1px solid #FF6600;
	font-size: 0.71em;
	margin: 0px; 
	padding-bottom: 3px; 
	padding-top: 3px; 
	padding-left: 3px;
/* 	list-style-image: url('../images/bouton2.gif'); */
	list-style-position: inside;
}
.liste-articles-simple li { 
	padding: 0px;
	clear: both; 
	list-style-type: none;	
}
.liste-articles-simple .titre {
	font-weight: bold;
}

.pagination { font-size: 0.90em; }

/*  ------------------------------------------
/*  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-top: 0;
	margin-bottom: 1em;
	padding-top: 0; }
.page_plan #contenu .contre-encart li {}

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

.formulaire_spip { text-align: left; font-size: 0.77em; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 99%; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

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

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

/* 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 */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

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

