/* ######### redéfinitions de tags ######## */

td {
/* Changer ici les couleurs, familles et tailles 
de fontes par défaut pour tout le site */
font-family: verdana,arial,sans-serif;
font-size:10px;
color:black;
}

/* style des cellules de titre */
th {
font-family: verdana,arial,sans-serif;
font-size:11px;
color:#000000;
border-bottom:1px solid #bfc0f8;
border-top:0px solid #8cacbb;
background:#fffe62;
}

/* Style des liens */
div#fond_banniere a,div#fond_banniere a:link,div#fond_banniere a:hover,div#fond_banniere a:visited, {
   background:#cc6666 !importante;   
}
a:link {
text-decoration:none;
color:#163860;
}

a:visited {
text-decoration:none;
color:#22255B;
}

a:hover {
text-decoration:none;
background:#dee7ec;
color:#546475;
}

em {
color:#131313;
}

h4 em, h4 a, h5 a, h4 a:visited, h5 a:visited {
color:#131313;
}

h5 em {
color:black;
}

/* Style des traits */
hr {
color:transparent;
border-bottom:thin solid black;
}

/* Style des éléments de formulaire */
input, textarea {
background: #dee7ec;
color:#131313;
border: 0px solid #131313;
}

fieldset { /*** Mise en forme des commentaires ds un formulaire ***/ 
} 

label { /*** Mise en forme des intitulés de champs ***/ 
float: left; /*** Très important, ne pas suprimer ! ***/ 
width: 37%; /*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/ 
font-size: 85%;
text-align: right; /*** ... et ils sont alignés à droite... ***/ 
line-height: 1.6;
margin: 0; 
padding: 0; 
} 

label:hover, input { 
cursor: pointer; /*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/ 
} 


/* Style des niveaux de titre */
h1, h2, h2 a, h2 a:visited  {
font-family:arial,verdana,sans-serif;

color:#546475;
font-weight:bold;
}
h1 {
color:black;
font-size:16px;
padding-left:12px;
border-bottom :1px solid #bfc0f8;
padding-bottom:1px;
padding-left:0px;
marging-bottom:1px;
}

h3 {
font-family:arial,verdana,sans-serif;
color:#990066;
font-weight:bold;
border-bottom:1px solid #cc99cc;
background-color:#f5f5f5;
}
h3 a,h3 a:visited{
font-family:arial,verdana,sans-serif;
color:black !important;
font-weight:bold;
}
h3 a:hover{
font-family:arial,verdana,sans-serif;
color:#330000;
font-weight:bold;
}
strong.plone {
width:80px;
padding: 0px 3px;
font-family:arial,verdana,sans-serif;
font-size:10px;
color:#546475;
background-color:#dee7ec;
font-weight:bold;
border-bottom:0px  #8cacbb;
border-left:1px solid #8cacbb;
border-right:1px solid #8cacbb;
border-top:1px solid #8cacbb;
}

h4 {
color:#546475;
font-variant:small-caps;
background:#CED2D7;
border-bottom:1px solid #131313;
}

h5 {
font-variant:small-caps;
color:#7A7C7F;
}

/* Style des listes */
li {
list-style-type:square;
}

/* Style des footnotes */
fn, sup {
color:#131313;
}

/* Style des légendes pour images */

strong {
color:black;
font-size:12px;
}

strong h3 {
border-bottom:0px solid #131313;
page-break-after: avoid;
}

/* ######### classes génériques ######## */
.error_message {
font-size:large;
color:red;
text-align:center;
}

.alternate_background {
/* utiliser ici une couleur proche mais légèrement différente 
du background de page : voir forum pour tester */
background:#f5f5f5;
}

.alternate_background2 {
/* utiliser ici une couleur proche mais légèrement différente 
du alternate_background : voir calendrier pour tester */
background:#CDD6E0;
}

.alternate_background3 {
/* utiliser ici une couleur proche mais légèrement différente 
du alternate_background2 : voir calendrier pour tester */
background:#f4f9ff;
}

.flashy_background a {
color:black;
}

.flashy_background {
/* utiliser ici une couleur qui tranche sur le background 
de page : voir calendrier pour tester */
background:#cc99cc;
}

/* Style alternatif des éléments de formulaire : 
voir speedblog pour test */
.alternate_form {
background:#ffffff;
color:black;
border: 0px solid black;
}


.news_history{ 
  width: 100%;
  display: block;
}
.news_history a ,.news_history a:link ,.news_history a:visited {
  display: block;
  clear: both;
  padding-left: 20px;
  width: auto;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* images de fonds*/
.news_history a ,.news_history a:link ,.news_history a:visited {
  background-image: url(zwo_info/css/images/fl-bleu.gif );
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.news_history a.ad_mes ,.news_history a.ad_mes:link ,.news_history a.ad_mes:visited {
  background-image: url(zwo_info/css/images/fl-bleu_ad.gif );
}
.news_history a.new_mes ,.news_history a.new_mes:link ,.news_history a.new_mes:visited {
  background-image: url(zwo_info/css/images/fl-bleu_new.gif );
}