/* Styles xxx.ch - PB @ grafix.ch - 15.12.05 */


/* BASE */
/* FOND */
body {
 background:#fff;
 margin:0 0 0 0px;
 text-align:center;
 font-family:arial, helvetica, verdana, sans-serif;
 color:#000;
}

/* MARGES */
#marg {
 width:1px;
}

/* IMAGES */
img {
 border:none;
}

.visuel  {
 margin:3px 0px 0px 0px;
 border:none;
 float:left;
}



/* STRUCTURE */
/* TABLE PRINCIPALE */
.conteneur {
 margin:0 auto;
 width:100%;
 height:100%;
 text-align:left;
}

/* BANNIÈRE */
.haut {
 display:none;
 height:10px;
}

/* ZONE TEXTE (pseudo frame) */
.frame {
 padding-right:10px;
 font-size:9pt;
 overflow:visible;
 width:auto;
 height:100%;
}

/* PIED */
.bas {
 display:none;
}

.bas2 {
 font-size:8pt;
 padding-left:2px;
 height:30px; 
}

/* NAVIGATION */
.gauche {
 display:none;
 width:1%;
}

.niveau1 {
 font-weight:bold;
 font-size:9pt;
 color:#000;
 text-decoration:none;
}

.niveau2 {
 font-weight:bold;
 font-size:9pt;
 color:#000;
 text-decoration:none
}

.niveau3 {
 font-weight:bold;
 font-size:9pt;
 color:#000;;
 text-decoration:none
}



/* TEXTES */
.titre {
 font-weight:bold;
 font-size:12pt;
 text-transform:uppercase;
}

.titre2 {
 font-weight:bold;
 font-size:9pt;
 text-transform:uppercase;
}

.entete {
 font-size:12pt;
 text-transform:uppercase;
}

.entete2 {
 font-size:12pt;
 text-transform:uppercase;
}

.entetenav {
 font-size:9pt;
 text-transform:uppercase;
}

.texte {
 font-family:arial, helvetica, verdana, sans-serif;
 font-size:9pt;
 text-align:left;
 color:#000;
}

.gras {
 font-weight:bold;
}

.commentaire {
 font-size:8pt;
}



/* LIENS */
A {
 color:#5b5a5a;
 text-decoration:none;
}

A:link {
 color:#5b5a5a;
}

A:visited {
 color:#5b5a5a;
 text-decoration:none;
}

A:hover {
 color:#5b5a5a;
 text-decoration:none;
}



