/* Mettre tout nouveau style dans header pour aperçu si $apercu_style=1 */

/*      style du texte standard (body et table)      */
/* dans le site aster, on est souvent dans une table */

table {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #0D4789;
}
.black {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: black;
}
.red {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: red;
}

.verbatim {
   font-family: Courier, Courier New, monospace;
   font-size: 12px;
}
.verbatim1 {
   font-family: Courier, Courier New, monospace;
   font-size: 16px;
   font-weight: bold;
}

/* titre de paragraphe */
.titpar {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-style: italic;
   font-weight: bold;
   text-transform: uppercase;
}

/* taille de texte */
.size-2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
}
.size-1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
}
.size0 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
}
.size1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
}
.size2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 19px;
}
.size3 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 24px;
}

a:link, a:visited {
/*    color: #0D4789; */
}

a.flash:link, a.flash:visited {
   color: black;
/*   font-weight: bold;*/
   background-color: #FFEB8C;
   text-decoration: none;
   text-transform: uppercase;
}

/* styles du header */
.titreheader {
   font-family: Arial, Helvetica, sans-serif;
   color: #0D4789;
   font-size: 21px;
   font-weight: bold;
}

a.menuheader:link, a.menuheader:visited {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: white;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: none;
}
a.menuheader:hover {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: white;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: underline;
   background-color: #999999;
}
a.homebutton:link, a.homebutton:visited {
   font-family: Comic Sans, Helvetica, sans-serif;
   font-size: 24px;
   color: #2D77BE;
   font-weight: bold;
   text-decoration: none;
}

/* style des tables :
   ligne d'entete,
   ligne "selectionnee",
   ligne normale,
   ligne normale légèrement plus foncée (pour alterner),
   ligne normale de couleur jaune (alternative 2),
   ligne normale de couleur orange (alternative 3) */
tr.smart_entete {
   background-color: #2D77BE;
   bgcolor: #2D77BE;
   color: #FFFFFF;
}
tr.smart_active {
   background-color: pink;
   bgcolor: pink;
}
tr.smart {
   background-color: #EAECEF;
   bgcolor: #EAECEF;
}
/* alternative : gris */
tr.smart_alt {
   background-color: #DADCDF;
   bgcolor: #DADCDF;
}
/* alternative : jaune */
tr.smart_alt2 {
   background-color: #FFEB8C;
   bgcolor: #FFEB8C;
}
/* alternative : orange */
tr.smart_alt3 {
   background-color: #F79E31;
   bgcolor: #F79E31;
}
/* backgrounds particuliers pour le header */
td.bckgblanc {
   background-image: url(images/bg_blanc.gif);
}
td.bckgdegrade {
   background-image: url(images/bg1g.jpg);
}



/* pour les pages de la doc */
a.menudoc:link, a.menudoc:visited {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #0D4789;
}
a.menumanuel:link, a.menumanuel:visited {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: white;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: none;
}
a.menumanuel:hover {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: white;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: underline;
   background-color: #999999;
}

.vdoc {
   font-family: Courier, Courier New, monospace;
   font-size: 12px;
   font-weight: bold;
   color: #333333;
}
.date_doc {
   font-family: Courier, Courier New, monospace;
   font-size: 12px;
   color: #333333;
}

/* pour l'integration dans le site spip */
/*
#conteneur {
    clear: both;
}*/

#conteneur #contenu {
        margin-left: 25em;
}

#conteneur #navigation {
	width: 22em;
}

.titre {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
        margin-bottom: 1em;
        margin-top: 1em; }

        
/*div#select_langue{
    display: none ;
}*/
