.tarif p {
font-size:11px;margin-top:3px;margin-bottom:3px;
padding:0px;}

.tarif  strong {
color:#3e0909;
}

.tarif li {
font-size:11px;list-style:none;margin:0px;padding:0px;
}
.tarif ul {
margin:0px;padding:0px;
}
.tarif ul li.toggleSubMenu{
margin-top:4px;}

ul.navigation a {font-weight:bold;}

.tarif ul#navigation .open a:link,
.tarif ul#navigation .open a:visited,
.tarif ul#navigation .open a:hover,
.tarif ul#navigation .open a:focus,
.tarif ul#navigation .open a {
color:#000;
}
.open a,.open a:link,.open a:hover,.open a:focus,.open a:active {
color:#000;outline: none;}

/* ######## logo ######## */


#contain {
border:0px solid #FFFFFF;
left:50%;
margin:0pt auto 0pt -123px;
padding-left:0px;
position:absolute;
text-align:left;
top:130px ;
width:247px;
z-index:100;
}

/* ##### footer ##### */
a.norfooter,a.norfooter:link,a.norfooter:visited,a.norfooter:hover {
font-size:11px;
font-family:Helevetica,arial,sans-serif;
color:#DB9283;
}

a.norfooter:hover{

color: #B05D4D;

}

a.selfooter,a.selfooter:link,a.selfooter:visited,a.selfooter:hover {
font-size:11px;
font-family:Helevetica,arial,sans-serif;
color:#DB9283;
}

a.selfooter:hover{

color: #B05D4D;

}

/* ##### navdossiers ###### */


a.nordossiers_2,a.nordossiers_2:link,a.nordossiers_2:visited,a.nordossiers_2:hover {
font-size:11px;
font-family:Helevetica,arial,sans-serif;
color:#B05D4D;
display:block;
height:15px;
font-weight:bold;
background-image:url(zwo_info/css/images/arrow.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:16px;
}

a.nordossiers_2:hover{

background-image:url(zwo_info/css/images/arrow_on.gif);
color: #3E0A08;

}

a.seldossiers_2,a.seldossiers_2:link,a.seldossiers_2:visited,a.seldossiers_2:hover {
font-size:11px;
font-family:Helevetica,arial,sans-serif;
color:#3E0A08;
display:block;
height:15px;
font-weight:bold;
background-image:url(zwo_info/css/images/arrow_on.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:16px;
}

a.seldossiers_2:hover{

color: #3E0A08;

}
/* ##### contact ##### */
a.contact,a.contact:link,a.contact:visited,a.contact:hover {
display:block;
height:15px;
background-image:url(zwo_info/css/images/dossier.gif);
background-repeat:no-repeat;
background-position:right;
color:#DB9283;
font-size:11px;
padding-right:30px;
float:right;
}
a.contact:hover{
background-image:url(zwo_info/css/images/dossier_in.gif);

color: #B05D4D;

}
a.english,a.english:link,a.english:visited,a.english:hover {
display:block;
height:15px;
background-image:url();
background-repeat:no-repeat;
background-position:right;
color:#DB9283;
font-size:11px;
padding-right:30px;
float:right;margin-left:15px;
}
a.english:hover{
background-image:url();

color: #B05D4D;

}
a.go_photo ,a.go_photo:visited ,a.go_photo:link {
display:block;
height:15px;
background-image:url(zwo_info/css/images/photo_ico.gif);
background-repeat:no-repeat;
background-position:right;
color:#DB9283;
font-size:11px;
padding-right:30px;
float:right;
margin-right:10px;
}

a.go_photo:hover{

background-image:url(zwo_info/css/images/photo_ico.gif);
color:#DB9283;

}

/* ######### redéfinitions de tags ######## */
td {
/* Changer ici les couleurs, familles et tailles 
de fontes par défaut pour tout le site */
/* dans zwook tous les textes apparaissent systématiquement
dans des tableaux, c'est donc ici qu'il faut modifier les
couleurs, font, tailles des polices : */
font-family:Helevetica,arial,verdana,sans-serif;
font-size:13px;
color:#38394B;
}
p {
display:block;
margin-right:5px;
padding-right:10px;
}


/* style des cellules de titre */
th {
font-family: verdana,arial,sans-serif;
font-size:small;
color:black;
border-bottom:1px solid #131313;
border-top:0px solid #131313;
#background:#B3C9E0;
}

/* Style des liens */
div#fond_banniere a,div#fond_banniere a:link,div#fond_banniere a:hover,div#fond_banniere a:visited {
   background:#cc6666; /*important!*/   
}
a:link {
text-decoration:none;
color:#B05D4D;
}

a:visited {
text-decoration:none;
color:#B05D4D;
}

a:hover {
text-decoration:none;
color:#3E0A08;
}

a:focus,a:active{
text-decoration:none;
color:#3E0A08;
}

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:#131313;
border-bottom:thin solid black;
}

/* Style des éléments de formulaire */
input, textarea {
background: #e0efff;
color:#131313;
border: 1px solid #131313;
}

/*
strong {
color:black;
font-size:medium;
}
*/

strong h3 {
border-bottom:0px solid #131313;
page-break-after: avoid;
}

fieldset { /*** Mise en forme des commentaires ds un formulaire (je le laisse pour qu'on puisse l'agrémenter si on veut, bordures, etc.***/
background: #ffffff;
padding: 2px;
margin: 3px;
border-width: 2px;
border-color: lightgray;

-moz-border-radius: 12px;
border-radius: 12px;
}

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.6px;
margin: 0px;
padding: 0px;
}

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:#571F1C;
font-family:Helevetica,arial,verdana,sans-serif;
font-size:17pt;
font-weight:normal;
padding-bottom:12px;
padding-left:2px;
margin-top:5px;
}

h1 strong {
font-size:85%;
}

h3 {
font-family:arial,verdana,sans-serif;
color:#3e0909;
font-weight:bold;font-size:14px;
margin-top:12px;margin-bottom:8px;
}

h4 {
font-variant:small-caps;

}

h5 {
font-variant:small-caps;
color:#7A7C7F;
}

/* Style des listes */
li {
list-style-type:square;
}

/* Style des footnotes */
fn, sup {
color:#131313;
}

/* ######### 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:#eaf4ff;
}
.alternate_backgroundr {
	/* utiliser ici une couleur proche mais l?g?rement diff?rente 
du background de page : voir forum pour tester */
	background: Green;
}
.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:white;
}

.flashy_background {
/* utiliser ici une couleur qui tranche sur le background 
de page : voir calendrier pour tester */
background:#88AADD;
}

/* Style alternatif des éléments de formulaire : 
voir speedblog pour test */
.alternate_form {
background:#CCCCCC;
color:black;
border: 1px solid black;
}

/*-----------------modules------------*/
.news_history{ 
display:block;
width:100%;
font-size:4px;
display:block;
}

.news_history a ,.news_history a:link ,.news_history a:visited {
display:block;
clear:both;
font-size:10px;
font-family:verdana;
font-weight:bold;
color:#797F83;
background-image:url(zwo_info/css/images/fl-bleu.gif );
background-repeat: no-repeat;
background-position: 0px 3px;
padding-left: 20px;
width:auto;
padding-top:3px;
padding-bottom:3px;
text-align:left;
}

.news_history a:hover{
text-decoration:none;
color:#73144A;
}

.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 );
}

/* recherche */

#zwo_search {
display:inline;
}

#zwo_search input{
font:10px verdana;
display:inline;width:140px;
border:#ccc inset 1px;
}

/* ######## SCROOLLER JQUERRY ############# */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #f6f6f6;
}
.jScrollPaneDrag {
	position: absolute;
	background: #78797b;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #78797b;
	height: 15px;
}
a.jScrollArrowUp:hover {
	background-color: #666;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #78797b;
	height: 15px;
}
a.jScrollArrowDown:hover {
	background-color: #666;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #666;
}
/* #####################"" */

div.scrollholder{
    position: relative;
    width: 545px; height: 200px;
    overflow: auto;
    z-index: 1;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #F2F2F2;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #E1A8A6;
}  
div.scrollholder {
   scrollbar-face-color: #E1A8A6;
    scrollbar-shadow-color: #E1A8A6;
    scrollbar-highlight-color: #E1A8A6;
    scrollbar-3dlight-color: #E1A8A6;
    scrollbar-darkshadow-color: #E1A8A6;
    scrollbar-track-color: #F2F2F2;
    scrollbar-arrow-color: #E1A8A6;
}