/* -----------------------------------------------
sghc.org Base style
authors:   Philippe DURET
version:  octobre 2004
----------------------------------------------- */
body, div, #x-access, #x-access ul, #x-logo, #x-pos li {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
}

a img {
	border: none;
	display: block; /* correctif bug opera 6 (drapeau non visible)  */    
}

p.small {
	font-size: 80%;
}
li.current a {
	text-decoration: none;
}

hr.invisible {
	visibility: hidden;
}

h1.top-title {
	padding-top: 0.5em; 
	margin-top: 0;
}

pre {
    margin:auto;
    overflow: auto;
    width:95%; /* correctif pour ie */
}


table {
    width:100%;
	margin:auto;
	/*border-collapse: collapse;
    border-spacing:0px; /* pour Ns 6.x qui ne prend pas le collapse */     
}

th, td {

	padding: 1em;
}
 
div#content dt {
	font-weight: bold;
}

div#content dd {
	margin-bottom: 0.5em;
}

/*----------------------------------------------
Feuille de style des formulaires
-----------------------------------------------*/

input, textarea, option, select
{
    background-color: rgb(238, 243, 245);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    -x-background-x-position: 0%;
    -x-background-y-position: 0%;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    color: rgb(0, 0, 0);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1em;
    margin-top: 2px;
}

input, textarea    
{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(153, 153, 153);
    border-right-color: rgb(153, 153, 153);
    border-bottom-color: rgb(153, 153, 153);
    border-left-color: rgb(153, 153, 153);
}

input.submit {
	border-style: solid;
	border-color: #999;
	font-size: small;
	background: #d2e0e6 url("degrade_bleu.png") repeat-x 0 100%;
	font-weight: bold;
}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */
input, select, textarea { font-size: 100%; font-family: inherit; }


/* Structure generale des formulaires
----------------------------------------------- */
.formulaire_spip { clear: both; margin-bottom: 2em; padding: 0; border: 0; text-align: left; font-size: 1em; }
.formulaire_spip form { margin: 0; padding: 0; } /* Bug IE/Win */

/* Fieldset */
.formulaire_spip fieldset { clear: both; margin: 0 0 1em 0; padding: 0; border: 0; }
.formulaire_spip fieldset legend { margin: 0; padding: 0; font-size: 1.05em; font-weight: bold; background-color: #fff; color: #333; } /* Preciser la couleur des legend et du fond pour IE/Win */
.formulaire_spip fieldset fieldset { margin-top: 1em; }
.formulaire_spip fieldset fieldset legend { font-size: 1em; font-weight: normal; }

/* Explications */
.formulaire_spip .explication { margin: 0.50em 0; color: #444; }

/* Lignes */
.formulaire_spip ul { margin: 0; padding: 0; list-style: none; }
.formulaire_spip ul li { clear: both; margin: 0; padding: 0.50em 0; }

/* Labels */
.formulaire_spip label { display: block; text-align: left; color: #444; font-weight: bold; /* pour IE/Win */ position: relative;  }
.formulaire_spip li p { margin-top: 0; margin-bottom: 0; }

.formulaire_spip .choix label{display:inline;font-weight:normal;}
.formulaire_spip .choix input.radio,
.formulaire_spip .choix input.checkbox {width:auto;}


/* Champs de saisie */
.formulaire_spip input.text { width: 15em; border: 1px inset; }
.formulaire_spip textarea { width: 99%; border: 1px inset; }
.formulaire_spip select { width: 99%; }

/* Boutons */
.formulaire_spip .boutons { clear: both; margin: 0; padding: 0; text-align: right; }
.formulaire_spip .boutons input { margin-left: 1em; }
.formulaire_spip .boutons input, input.submit {}


/* Reponses, previsu et erreurs
----------------------------------------------- */

/* Champs obligatoires */
.formulaire_spip li.obligatoire {}
.formulaire_spip li.obligatoire label {}

/* Previsualisation du message */
.formulaire_spip fieldset.previsu { margin-bottom: 2em; padding: 1em; border: 2px dashed #F57900; }
.formulaire_spip fieldset.previsu legend { padding: 0 0.50em; font-weight: bold; color: #F57900; }
.formulaire_spip fieldset.previsu li { padding: 3px; border: none; }
.formulaire_spip fieldset.previsu p { margin: 1em 0; } 

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; font-size: 1.20em; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }
fieldset.reponse_formulaire.reponse_formulaire legend { color: #F57900; } /* Preciser la couleur des legend et du fond pour IE/Win */

/* * Erreurs */
.formulaire_spip li.erreur .erreur_message { display: block; color: #C30; font-weight: bold; }
.formulaire_spip li.erreur input.text, .formulaire_spip li.erreur textarea { background-color: #FCC; border-style: solid; border-color: #C30; }
.reponse_formulaire_erreur { margin: 0; color: #C30; font-weight: bold; }

/* * OK */
.reponse_formulaire_ok { margin: 0; color: #53AD20; font-weight: bold; }


/* Variantes et cas particuliers
----------------------------------------------- */

/* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; }
table.spip_barre a img { background: #FDA; padding: 3px; border: 1px outset #CC9; }
table.spip_barre a:focus img,
table.spip_barre a:hover img,
table.spip_barre a:active img { background: #FFF; border: 1px solid #CC9; }
table.spip_barre input.barre { width: 99%; background: transparent; border: 0; }

/* Formulaire de forum */
.formulaire_forum .saisie_titre input.text, .formulaire_forum .saisie_titre textarea { width: 98%; }

/* Selection des langues */
.formulaire_menu_lang { margin: 0; padding: 0; background: none; }

/* Formulaires de recherche (site / petitions) */
.formulaire_recherche { margin: 0; padding: 0; background: none; }
.formulaire_recherche * { display: inline; vertical-align: middle; }
.formulaire_recherche label {}
.formulaire_recherche input.text { width: 10em; padding-left: 25px; background: #FFF url(rechercher.gif) no-repeat left center; }
.formulaire_recherche input.submit {}

.spip_surligne {} /* Cf.: spip_style.css */

/* Choix des mots-clefs */
ul.choix_mots { display: block; margin: 0; padding: 0; list-style: none; }
ul.choix_mots li { clear: none; float: left; display: block; width: 30%; padding: 1%; }
ul.choix_mots li label { display: inline; font-weight: normal; }

.formulaire_spip .bugajaxie { display: none; } /* Bug IE/Win */

/* Formulaire de login dans une page */
.formulaire_login ul li {clear:left;}
.formulaire_login .editer_password .details {display:block;}
.formulaire_login #spip_logo_auteur {float:right;}




/* -----------------------------------------------
Accessibility bar
----------------------------------------------- */
div#x-access li {
	display: inline;
	margin-right: 1em;
}

div#x-access a {
	text-decoration: none;
}

div#x-access li.flag a {
	position:relative;
    float: right;
	margin: -1em  0em 0em 0; 
}

/* -----------------------------------------------
Main logo
----------------------------------------------- */
div#x-logo img {
    display: block; /* correctif bug espacement sur Gecko */
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 1px solid ;
}

/* -----------------------------------------------
Météo
----------------------------------------------- */
div#meteo {
    display: block; /* correctif bug espacement sur Gecko */
	position: relative;
  	float: right ;
	top: 5px; 
	right : 10px;
  	/*left: 635px;*/
}


/* -----------------------------------------------
logo de page
----------------------------------------------- */
div#logopage {
    display: block; /* correctif bug espacement sur Gecko */
	position: relative;
  	float: right ;
	top: 2px; 
	right : 2px;
	height: 93px;
	width: 85px;
	background: url("hockeyeur.png") no-repeat;
  	
}



/* -----------------------------------------------
Navigation bar
----------------------------------------------- */
div#x-pos ul {
	margin:  0 0 0 20px;
	padding: 0;
	border-left: 1px solid ;
	list-style-type: none;
	height: 1.5em;
}
div#x-pos li {
    height: 1.5em;
	float: left;
}
div#x-pos li a {
	display: block;
	padding: 0 1em;
	border-right: solid 1px;
	font-weight: bold;
	text-decoration: none;
    line-height: 1.5em; 
	margin-bottom: 0;
}

/* -----------------------------------------------
Definitions of the main blocks
----------------------------------------------- */
div#x-header {/* a definir */}

div#x-logo {
    border-bottom: 1px solid ;
    border-top: 1px solid ;
}

div#x-pos {
	border-bottom: 1px solid ;
} 

div#page, div#hppage {
    position:static; /*  Correctif bug Home IE6 */
	border-left: solid 1px ;
	border-top: solid 1px transparent !important;    /* correctif bug espacement  sur firebird 0.6 */
	border-top: solid 1px white; /* correctif bug espacement sur ie6 */
	margin: 0 0 0 20px;
	
}

div#page {
	border-left: none;
}

div#hpleft  {
	width: 48%;
	padding: 0 1em;
	float: left;
}

div#content {
    position:relative; /* correctif bug ie6 (liens non cliquables)  */
	float: left;
	width: 66%;  
	padding: 0 1em;
	margin-top: -1px; /* dû au correctif bug ie6 (espacement)  */
	margin-bottom: 0px;
    border:1px solid;
    border-top:none;
/*    border-bottom: solid 1px; */
}

div.description {/* a definir */}
div.ressource {/* a definir */}

div#hpright {
	margin-left: 52%;
	padding: 1em 1em;
}

div#x-deco-1 {
	border-top: solid 1px;
	margin: 4em -1em 0px -1em;
/*	border-bottom: solid 1px; */
	padding: 0;
	z-index: 100;
	position: relative;
}

div#menu {
    border-top:1px solid;
    border-bottom:1px solid;    /* correctif bug IE6 (decalage footer) */
    margin: -1px 0 0 68% !important;
	margin: -1px 0 0 67%; /* pour IE */
}

div#footer {
    clear:both;
	border-top: solid 1px;
	border-bottom: solid 1px;
	margin-bottom: 10px;
	padding: 3px 2em;
    margin-top: -1px; /* cache la bordure de #content, celle-ci étant utile si #menu > #content */
}

/* -----------------------------------------------
News on the homepage
----------------------------------------------- */
div.hpnews {
	border: solid 1px;
	padding: 0 1em 0.2em 1em;
	margin: 0 1em 0 0;
	-moz-border-radius: 6px;
}

div.hpnews h2 {
	border-bottom: solid 1px;
	font-size: 1em;
}

div.hpnews h2.news-title {
	font-weight: 600; 
    padding:0 0 4px 14px; 
}

div.hpnews div.resource p {
	padding-left: 1em;
}

div.hpnews span.date {
	font-weight: 600;
}

/* -----------------------------------------------
Menu
----------------------------------------------- */
div#menu h2, div#menu h3 {
	font-size: 1.2em;
	border: solid 1px;
	border-left:none;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	text-align: right;
	margin-right: 2em;
	padding-right: 0.5em;
}

div#menu p {
	padding-left: 1em;
}

div#menu ul.resources {
    margin: 0 0 0 10px;
    padding:0;
}

div#menu ul.resources li {
    padding-bottom: 2px;
}

div#menu ul.resources li a {
    padding-left: 13px;
}

/* -----------------------------------------------
Description of an article
----------------------------------------------- */

div#menu div.art-description {
	border: solid 1px;
	padding: 0 1em 0.2em 1em;
	margin: 0.5em 0.5em 0.5em 1em;
	-moz-border-radius: 6px;
}

div#menu div.art-description h1 {
	font-size: 1.2em;
	border-bottom: solid 1px;
}

div#menu div.art-description h2 {
	border: none;
	border-bottom: solid 1px;
	font-size: 1em;
	text-align: left;
}

div#menu div.art-description p {
	padding-left: 1em;
}

/* -----------------------------------------------
Footer
----------------------------------------------- */
div#footer p {
	text-align: right;
	font-size: 80%;
	margin: 0 0 2px 0;
}


/* -----------------------------------------------
Category
----------------------------------------------- */
p.resource-info {
	float: right;
	width: 30%;
	font-size: 80%;
	padding: 0 5px;
	margin: 0 0 0 5px;
	border-left: solid 1px;
}

/* -----------------------------------------------
Breadcrumb nav
----------------------------------------------- */
ol.tree {
	display: inline;
	margin: 0;
	padding: 0;
}

ol.tree li {
	display: inline;
	list-style-type: none;
	padding-left: 0;
}

ol.tree li:before {
	content: '\00bb  ';
}

/* -----------------------------------------------
Couleurs de base
----------------------------------------------- */
body.c-grey {
	background-color: #d5d5d5;
	color: #3C3C3C;
}

.c-grey #x-logo, .c-grey #hppage  {
	/*background-color: #fff;*/
	background: #d2e0e6 url("bandeau-europe2010.gif") repeat-x 0 100%;
	/* background-color:#007B52; */
}

.c-grey #footer, .c-grey #content  {
	background-color: #fff;
	
}

.c-grey div#x-deco-1, .c-grey div#x-pos {
    background :#0E1B51;
}

.c-grey li.current a {
	color: #555;
}

.c-grey div#content img {
	border: #b5b5b5 solid 1px;
	padding: 5px;
	margin: 5px;
}

.c-grey div#content pre {
	border: #b5b5b5 solid 1px;
	background-color: #d5d5d5;
	padding: 0.5em 1em;
	overflow: auto;
}

/* -----------------------------------------------
Accessibility bar
----------------------------------------------- */
.c-grey div#x-access a {
	color:  #a5a5a5;
}

/* -----------------------------------------------
Navigation bar
----------------------------------------------- */

.c-grey div#x-pos li a {
	background-color: #0E1B51;
	border-right-color: #555;
	color: #FFF;
}
.c-grey div#x-pos li a:hover {
	background-color: #555;
}
/* -----------------------------------------------
News on the homepage
----------------------------------------------- */
.c-grey div.hpnews {
	border-color: #E5E1A9;
	background-color: #FFFDE3;
}

.c-grey div.hpnews h2 {
	border-bottom-color: #E5E1A9;
}

.c-grey div.hpnews h2.news-title {
	border-bottom-color: #E5E1A9;
	background: url("icon_pg.gif") no-repeat 0% 40%;
}

/* -----------------------------------------------
Description of an article
----------------------------------------------- */
.c-grey div#menu div.art-description{
	border-color: #E5E1A9;
	background-color: #FFFDE3;
}

.c-grey div#menu div.art-description h2, .c-grey div#menu div.art-description h1 {
	border-color: #E5E1A9;
	background-color: #FFFDE3;
	color: #555;
}

/* -----------------------------------------------
Menu
----------------------------------------------- */
.c-grey div#menu {
    border-color: #d5d5d5;
}    
 
.c-grey div#menu h2, div#menu h3 {
	background-color: #0E1B51;
	color: #fff;
	border-color: #555;
}

.c-grey div#menu ul.resources {
    list-style: none;
}

.c-grey div#menu ul.resources li {
    padding-bottom: 2px;
    background: url("icon_pg.gif") no-repeat center left;
}

/*------------------------------------------------------
Forum
------------------------------------------------------*/
.Niveau1Forum 
{
	font-family: Verdana,Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	FONT-WEIGHT: bold;
	color: black;
}

.Niveau2Forum 
{
	font-family: Verdana,Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

.DateListeForum 
{
	font-family: Verdana,Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

/*------------------------------------------------------
Menu de news sur la home page
------------------------------------------------------*/
.news_home 
{
	font-family: Verdana,Arial, Geneva, Helvetica, sans-serif;
	font-size: 80%;
	
}

/*------------------------------------------------------
Liste des articles dans la page rubrique
------------------------------------------------------*/

.datepetit
{
	font-family: Verdana,Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #007B52;
}

/*---------------------------------------------------
 * 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: justify;
	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: #D5D5D5;
}
ul ul .forum-chapo {
	background: #E5E5E5;
}
ul ul ul .forum-chapo {
	background: #E7E7E7;
}
ul ul ul ul .forum-chapo {
	background: #E9E9E9;
}
ul ul ul ul ul .forum-chapo {
	background: #FFFFFF;
}




