/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
}

img, table { margin: 0; padding: 0; border: none; }
ul, ol, li { margin: 0; padding: 0; }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

/* ======== */
/*  Divers  */
/* ======== */

.pngalpha
{
	behavior: url(../win_png.htc);
}

table .doc img
{
	behavior: url(../win_png.htc);
}

.spip a 
{
	color: #880000;
}

/* ============= */
/*  Typographie  */
/* ============= */

body
{
	font-family: Verdana, "Bitstream Vera Sans", Tahoma, Arial, sans-serif;
}

.texte
{
	font-family: "Bitstream Vera Serif", Georgia, Times, serif;
}

#zone_principale
{
  font-size:10pt;
}

/* ======== */
/*  Layout  */
/* ======== */

body
{
  margin:0;
  padding:0;
  width:100%;
  text-align: center;
  font-size:15px;
  background:#888888;
  color: #aaa;
}

#bodyacc {
   background:#000000;
}

#page
{
  margin:0 auto;
  padding:0;
  width:55em;
  text-align:left;
  border:1px solid black;
  background:white;
}

#zone_principale
{
  background:black;
  color:#aaa;
  padding-bottom:1em;
  clear:both;
  padding-top:0.5em;
}

#navigation
{
  width:18em;
  float:right;
  display:block;
  overflow:hidden;
}

#resume
{
  margin-right:21em;
  margin-left:1em;
  padding-top:0.5em;
}

#livre
{
  margin-right:1em;
  margin-left:1em;
  padding-top:0.5em;
}



/* ============ */
/*  Navigation  */
/* ============ */
#navigation
{
/*  border:#111 solid 1px;
  background:#222;*/
  margin-right:1em;
  padding:0.5em;
}


#navigation .titre-rubrique
{
	font-size:125%;
	font-weight:bold;
	text-align:center;
	color:red;
	padding:0.8em 0;
	border-top:1px solid red;
	border-bottom:1px solid red;
   background:#222;
}

#navigation .liste-rubriques
{
  border:#422 solid 1px;
  border-bottom:#422 dashed 1px;
  text-align:left;
}
#navigation .liste-rubriques ul
{
  margin-left:50px;
}
#navigation .liste-rubriques li
{
  font-size:1.1em;
  font-weight:bold;
}
#navigation .liste-rubriques li a
{
  color:#A00;
}
#navigation .liste-rubriques li a:hover
{
  color:#F00;
}

#navigation .liste-rubriques .selon
{ 
  color:#F00;
  text-decoration:underline;
}

#navigation .liste-articles .selon
{
  font-weight:bold;
  color:white;
}

/* ========== */
/*  Rubrique  */
/* ========== */

#rubrique 
{
}

#rubrique > .cartouche
{
  color:red;
  margin-top:2em;
  padding:1em 0 1em 0;
  border-bottom:1px solid red;
  border-top:1px solid red;
  background:#222;
  text-align:center;
}

#rubrique  .cartouche .titre_principal
{
  padding:0;
  margin:0;
  font-size:1.5em;
  font-weight:bold;
}

#rubrique  .cartouche .description
{
}

#rubrique .logo-rubrique
{
	width:300px;
	overflow:hidden;
	float:right;
}

#rubrique .contenu-rubrique
{
    padding-left:2em;
    padding-top:2em;
}

/* ========= */
/*  Article  */
/* ========= */
#article
{
  background:white;
  color:#111;
}

#article a
{
  color:#911;
}

#article .cartouche
{
  padding-top:5.1em;
  text-align:center;
  margin-bottom:7em;
 }
#article .titre
{
  font-size:1.5em;
 }

#article .contenu
{ 
  width:40em;
  margin-left:auto;
  margin-right:auto;
 }

/* ======== */
/*  Resume  */
/* ======== */

#resume .contenu .cartouche
{
  padding-bottom:2em;
  color:white;
}

#resume .contenu .cartouche a
{ 
  color:white;
}

#resume .titre
{
  font-size:1.5em;
  font-weight:bold;
  
}

#resume .soustitre
{
  font-size:1.1em;
  font-style:italic;
}

#resume .contenu
{
  color:#040404;
  padding:2em;
}

#resume .contenu a
{
  color:#040404;
}

/* ======== */
/*  Livre   */
/* ======== */

#livre .contenu .cartouche
{
  padding-bottom:1em;
  color:white;
}

#livre .contenu .cartouche a
{ 
  color:white;
}

#livre .titre
{
  font-size:1.5em;
  font-weight:bold;
  
}

#livre .soustitre
{
  font-size:1.1em;
  font-style:italic;
}

#livre .contenu
{
  color:#040404;
  padding:3em 5em 2em 8em;
  margin:2em auto;
  width:40em;
  position:relative;
}

#livre .contenu dl
{
    position:absolute;
    top:-3em;
    left:-4em;
}

#livre .contenu a
{
  color:#040404;
}

/* ================== */
/*  Documents joints  */
/* ================== */

.lecture_article
{
  margin-top:2em;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.lecture_article table
{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.lecture_article table td
{
  vertical-align:top;
}


/* ========= */
/*  Couleur  */
/* ========= */

.coul_1 { background-color: #ee008e; }
.coul_2 { background-color: #993399; }
.coul_3 { background-color: #99CC00; }
.coul_4 { background-color: #0099FF; }
.coul_5 { background-color: #88b0b0; }
.coul_6 { background-color: #ea0000; }
.coul_7 { background-color: #ff9900; }
.coul_8 { background-color: #d39b00; }

/* ========= */
/*  Bandeau  */
/* ========= */


#bandeau
{
  z-index:20;	
  width:100%;
  background:#000000;
  color:#EEEEEE;
  display:block;
  vertical-align:middle;  
  overflow:auto;
}

#bandeau .logo
{
	vertical-align:middle;
	display:block;
	float:left;
}

#bandeau #bandeau-droite
{
  display:block;
  float:right;
  width:8em;
  padding:0.25em 0;
  line-height:125%;
  margin-right:1em;
}

#bandeau .formrecherche
{
}

#bandeau #bandeau-droite li
{
	font-size:0.75em;
	font-weight:bold;
}
#bandeau .formrecherche form
{
  padding:0;
  margin:0;
}

#bandeau .formrecherche .submit,
#bandeau .formrecherche label
{
	display:none;
}

#bandeau .formrecherche input
{
  background:#888888;
  border:solid #885555 1px;
  padding:2px;
  width:9em;
}

#bandeau .liste a
{
  color:#888888;
  font-size:1em;
  font-weight:bold; 
  text-decoration:none;
  border-bottom:1px solid black;
}

#bandeau .liste a.sel
{ 
  color:#FFFFFF;
}

#bandeau .liste a:hover
{
  text-decoration:none;
  border-bottom-color:white;
  color:#FFFFFF;
}
/* ============ */
/*  Ou suis je  */
/* ============ */

#ousuisje
{
	font-size:10pt;
	padding-top:1em;
	margin-left:180px;
}

#ousuisje a,
#ousuisje
{
	font-weight:bold;
	color:#766;
}
#ousuisje a:hover
{
	color:white;
}


/* ======== */
/*  Divers  */
/* ======== */

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

small a
{
  color:inherit;
}

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


img.pngalpha
{
	behavior: url("../win_png.htc");
}

.titre_principal
{
	padding-top:0.8em;
	text-align:center;
	vertical-align:middle;
	font-size:2em;
}

.titre_principal img
{
	vertical-align:middle;
}

.spip_surligne { background-color: #FFFF66; }

.invisible { display:none; }

small 
{
  font-size:80%;
}

/* ================== */
/*  Liste d'articles  */
/* ================== */

.liste-articles li
{
  list-style:url("../images/puce.png") outside;
  margin-left:2em;
  vertical-align:middle;
  margin-top:0.75em;
}

.liste-articles .titre
{
  font-weight:bold;
}

/* ========== */
/*  Sommaire  */
/* ========== */

#sommaire_gauche
{
  float:left;
  width:35px;
  display:inline;
  position: relative;
}

#sommaire_droite
{
  float:right;
  width:220px;
  display:inline;
  position: relative;
  height:600px;
}

#sommaire
{
  padding-top:1px;
  margin-left:36px;
  margin-right:221px;
  padding-left:1em;
  padding-right:1em;
  position: relative;
}

#resultats h1,
#sommaire h1
{
	margin:1.5em 0 1em 0;
	padding:0.25em;
	text-align:center;
	font-size:125%;
	font-weight:bold;
	color:red;
	/*
	font-variant:small-caps;
	border:1px solid #555;
	background:#222;
	*/
}

#sommaire .liste-articles
{
  padding:0;
  padding-left:1.5em;
  margin:0;
}

#sommaire .liste-articles ul
{
  margin:0;
  padding:0;
}
#sommaire .liste-articles li
{
	line-height:1em;
	margin-bottom:1.25em;
}


#nav-rubrique
{
  margin:0;
  text-align:left;
  padding-top:0.4em;
  overflow:auto;
}

#nav-rubrique li
{
  display:inline;
  font-size:0.95em;
  margin-left:0em;
  margin-right:0em;
}

#nav-rubrique li a
{
	float:left;
	width:11em;
	padding:0.2em 0.05em;
	margin:0.2em 0.3em;
	text-decoration:none;
	color:#aa0000;
	font-weight:bold;
	text-align:center;
	border:1px solid #333;
	border-radius:10px;
	-moz-border-radius:10px;
	background:#111;
}

#nav-rubrique li.rubrique_8 a
{
    width:23em;
}

#nav-rubrique li a:hover
{
	color:black;
	border-color:red;
	background:red;
}

#presentation
{
  margin:0em 0em 0em 0em;
  padding:1em;
  text-align:justify;
/*  border:1px solid #555;
  background:#333;*/
}

#presentation:first-letter,
#presentation p.spip:first-letter
{
  font-size:200%;
  font-weight:bold;
  float:left;
  margin-top:0.15em;
  margin-right:0.15em;
}


/* ======== */
/*  Reagir  */
/* ======== */

#reagir
{
	padding:2em;
}

#reagir label,
#reagir textarea,
#reagir input
{
	float:left;
	display:block;
	position:relative;
}

#reagir label
{
	margin:0.5em;
	clear:left;
	display:block;
	width:13em;
	text-align:right;
	
}

#reagir div.spip_bouton input
{
	float:right;
	color:#880000;
	display:block;
	font-weight:bold;
}

#reagir input[type=submit]
{
	float:right;
	padding-left:50px;
	padding-top:20px;
	padding-bottom:20px;
	color:#880000;
	font-weight:bold;
	display:block;
	border:none;
	background: url(../images/cleS.png) no-repeat;
}

#reagir input[type=submit]:hover
{
	color:#FF0000;
	background: url(../images/cleOverS.png) no-repeat;
    cursor:pointer;
}

#reagir input[type=text],
#reagir textarea
{
	margin:0.5em;
	width:30em;
	font-family:sans;
	font-size:1em;	
	
	border:1px solid #444;
	background:#111;
	color:#aaa;
	padding:0.2em;
}

#reagir .forml
{
	margin:0.5em;
	width:30em;
	font-family:sans;
	font-size:1em;	
	
	border:1px solid #444;
	background:#111;
	color:#aaa;
	padding:0.2em;
}

#reagir textarea
{
	height:15em;
}

#reagir fieldset
{
	border:1px solid #444;
	background:#222;
	margin:1em;
	padding:0.75em;
}

#reagir fieldset legend
{
	display:none;
}

/* ==================== */
/*  Liste de diffusion  */
/* ==================== */

#liste-de-diffusion
{
	padding:5em 10em;
}

