/* ######### 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: verdana,arial,sans-serif;
font-size:small;
color:black;
}

/* style des cellules de titre */
th {
font-family: arial,verdana,sans-serif;
padding-left: 5px;
background-color: #b3c9e0;
border-top-width: 1px;
border-style: solid;
border-left: 0px;
border-right-width: 0px;
text-align: center;
border-bottom: 1px solid;
color: #555457;
font: normal 600;
font-size:small;
line-height: 15px;
margin-left: 2px;
margin-right: 2px;
margin-top: 2px;
border-color: #778899;
}

/* 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:#890407;
font-weight: none;
}

a:visited {
text-decoration:none;
color:#890407;
}

a:hover {
text-decoration:none;
background:#CCCCCC;
color:black;
}

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: #E9E9E9;
	border-color: #FFBD32;
	border-style: ridge;
}

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.***/
}

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;

}
h1 {
font-family: arial,verdana,sans-serif;
padding-left: 5px;
background-color: #b3c9e0;
border-top-width: 1px;
border-style: solid;
border-left: 0px;
border-right-width: 0px;
text-align: center;
border-bottom: 1px solid;
color: #555457;
font: normal 600;
font-size:small;
line-height: 21px;
margin-left: 2px;
margin-right: 2px;
margin-top: 2px;
border-color: #778899;      
}
h2 {
	padding-left: 5px;
	font-size: medium;
}

h3 {
	font-family: arial,verdana,sans-serif;
	color: #546475;
	font-weight: bold;
	border-bottom: 1px solid #131313;
	font-size: small;
}

h4 {
	color: #F0F8FF;
	font-family: arial,verdana,sans-serif;
	background: #cc2f25;
	font-weight: bold;
	text-align: center;
	background-image: url(etoile.gif);
	background-repeat: no-repeat;
	background-position: left;
}
h5 {
font-variant:small-caps;
color:#7A7C7F;
}


/* 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_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;
}

 .alternate_backgroundr {
/* utiliser ici une couleur proche mais légèrement différente
du background de page : voir forum pour tester pour les jours à rendez-vous dans le minicalendrier.*/
background:#ff0000;
}

.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------------*/

/* liste de liens */
.list_link {
	color: #D98D00;
	font-weight: bold;
}
/* news */
.news_history{ 
display:block;
width:100%;
font-size:4px;
display:block;
padding-left: 5px;
}

.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/news_icon.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/news_icon_new.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/news_icon_new2.gif );
}
.news_bouton{
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	color: #797F83;
}
/* Faq */
.faqbox{
background: #F6F7FD;
color: Black;
}
.faqtitle{
font-size: 14px;
font-family: verdana;
font-weight: bold;
color: #797F83;
}
message_lu{
	background: #EFECF0;
}
/* Avatar */
.vignette
{ float: left ;
width: 80px ;
height: 50px ;
padding: 6px ;
margin: 5px ;
border: 2px solid #424262 ;
background-color: #f5f5f5 ;
text-align: center ;
 }
.vignette_lucida
{
	font-size: 10px;
	font-family: "Lucida Handwriting";
	color: #D98D00;
	margin-left: -5px;
}
/* recherche */

#zwo_search {
display:inline;
}

#zwo_search input{
font:10px verdana;
display:inline;width:140px;
border:#ccc inset 1px;
}
.nons{
	font-size: 9px;
	font-family: verdana;
	font-weight: bold;
	color: #797F83;
        letter-spacing: -1px;
}
/* + -----------------------------------------------------
	Styles appliqués au Calendrier
+ ----------------------------------------------------- */

#calendrier {
	font-family: Verdana, Helvetica, sans serif;
	font-size: 11px;
	background: #ECEEE5;
	padding: 0 0 1px 1px;
	margin : 0;
	width: 148px; 
	/*height: 112px */
	}
#calendrier ul {
	clear: left;
	list-style: none;
	margin: 0;
	padding: 0
	}
#calendrier li {
        font-size: 11px; 
	float: left;
	width: 20px;
	line-height: 15px;
	vertical-align: middle;
	background: #FFF;
	text-align: center;
	margin: 1px 1px 0 0;
        list-style-type : none;
	}
#calendrier .mois li {
	background: #CDD6E0;
	}
#calendrier .cemois {
	width: 104px;
	/*font-weight: bold*/
	}
#calendrier .horsmois {
	background: #EFEFEF;
	color: #BBB;
	}
#calendrier .danslemois {
        background: #f4f9ff;
        }
#calendrier .jours  li{
	background: #555457;
	color: #FFF;
	}
#calendrier .cejour {
	background: #ff0307;
	color: #FFF;
	font-weight: bold
	}
#calendrier a {
	text-decoration: none;
	color: #163860;
	display: block;
	}
#calendrier .cemois a {
	display: inline;
	}
#calendrier a:hover {
	background: #1124ff;
	color: #F0F8FF;
	}
#calendrier .cejour a {
	background: #88AADD;
	color: #FFF;
	}
#calendrier .cejour a:hover {
	background: #1124ff;
	color: #F0F8FF;
}	
#calendrier .rdv {
	background: #00FF7F;
	color: #FFF;
	font-weight: bold
	}
.txt_defilant{
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	color: #FF4500;
}
