/****************************************************************************/
/*                                                                          */
/* Styles généraux applicables à toutes les pages et indépendants des skins */
/*                                                                          */
/****************************************************************************/

/* Pour centrer horizontalement une table dans la page avec CSS, utiliser : */
/*                                                                          */
/* <div class="center">                                                     */
/* <table>                                                                  */
/* ...                                                                      */
/* </table>                                                                 */
/* </div>                                                                   */
/*                                                                          */
/* Cela permet un fonctionnement correct avec certains navigateurs anciens  */
/* qui interprètent mal le centrage de table avec CSS (MSIE 5, Netscape 4)  */
body {margin: 0px}

div.center
{
  text-align: center;
}

div.center table
{
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* Uniformise les marges par défaut des différents navigateurs */

form {
  margin-top: 00px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

/* Ligne de séparation des formulaires (en noir par défaut) */

hr.separation_formulaire {
  height: 1px; border-bottom: 1px dashed black;
  border-top: 0; border-right: 0; border-left: 0; width: 100%;
}
#navcontainer {width: 198px; border-right: 0px solid silver; padding: 0 0 0em 0; margin-bottom: 0em; font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; background-color: white; color: #333}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li {border-bottom: 1px solid #F1FFA3; margin: 0; background: white}

#navcontainer li a {display: block; padding: 5px 3px 6px 3px; border-left: 0px solid silver; background-color: #ADCB35; color: #FDFFE5; text-decoration: none; width: 100%; font-size: 11px; font-weight: bold}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover {border-left: 0px solid white; background-color: #EAF29C; color: #3399FF}

.tablo {border: 0 solid #006699; height: 100%}
.tablo-titre {background-color: green}
.otexte {font-family: Verdana, Arial, Times; font-size: 12px; color: white}
.texte-titre {
	font-family: Verdana, Arial, Times;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;

}
.texte-pied {

	font-family: Verdana, Arial, Times;
	font-size: 10px;
	color: #666666;
}
a.pied {
	font-family: Verdana, Arial, Times;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;

}
a.pied:hover {
	font-family: Verdana, Arial, Times;
	font-size: 10px;
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
a.lien-titre {
	font-family: Verdana, Arial, Times;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.lien-titre:hover {
	font-family: Verdana, Arial, Times;
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}
a.lien {
	font-family: Verdana, Arial, Times;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.lien:hover {

	font-family: Verdana, Arial, Times;
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
}
.texte-photo {font-family: Verdana, Arial, Times; font-size: 10px; color: white}
.liste_ligne{
position:relative;
height:2.4em;
font-size:14px;
font-family: Verdana, Arial, Times;
}
.liste_checkbox{
margin-top:1ex;
}
.liste_img{
position:absolute;
left:1.5em;
border:0;
height:2.3em;
}
.liste_name{
position:absolute;
left:5em;
margin-top:1ex;
}
.liste_reso{
position:absolute;
right:12em;
width:8em;
margin-top:1ex;
}
.liste_size{
position:absolute;
right:6em;
width:6em;
margin-top:1ex;
}
.liste_action{
position:absolute;
right:0;
width:6em;
margin-top:1ex;
}
.liste_logo{
height:1.2em;
}
img{
border:0;
}
#diapo{
margin:0;
text-align:center;
}



.Style1 {font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none; font-family: Verdana}
a.Style1 {text-decoration: none; color: blue}
a.Style1:hover {
	text-decoration: none;
}
.Style2 {font-size: small; color: #FFFFFF}
a.Style2 {
	text-decoration: underline;
}
a.Style2:hover {
	text-decoration: none;
}
.txtrouge {
	font-size: xx-small;
	color: #FF0000;
	font-weight: bold;
}

}
td.tdover {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
td.tdover:hover {border: 1px solid #99CC00}
.fdgris {background-color: #C1F15C; padding: 4px}
.fdcolor1 {background-color: white; padding: 4px}


.imageborder {border: 1px solid #669933}
