/* ***********************************************
****** css generale  *****************************
*********************************************** */
/*a:{
	text-decoration:none ;
}*/

/* classe dans thumbs.php correspondant au fond d'affichage 'lire le texte correspondant a ce folio' */
.filet {
	background-color: #333333;
}

.body {
	background-color: #000000;
	font-size: 12px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #AAAAAA;
	text-decoration: none;
	line-height: 13px;
}

/* classe dans thumbs.php correspondant au select du nombre d'image /page et de la case a cocher 'selectionner' sous les images */
.menupopup {
	font-size: 10px;
	font-weight: normal;
	font-family: "Trebuchet MS", arial, verdana;
	color: #D8D8D8;
	border: 1px solid #505050;
	background-color: #2B2B2B;
}


.form {
	font-size: 11px;
	font-weight: normal;
	font-family: "Trebuchet MS", arial, verdana;
	color: #D8D8D8;
	border: 1px solid #505050;
	background-color: #2B2B2B;
}

/* classe globale un cran sous le body. 900 en largeur 100% en hauteur*/
.maintable {
	background-color: #000000;
	border: 0px solid;
	padding: 0px;
	margin: 0px;
	height: 730px;
	width: 950px;
}

/* ****** FIN  ***********************************




/* ***********************************************
****** Page d'accueil  ***************************
*********************************************** */
.cadre_img_accueil {
	font-size: 12px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #C8C8C8;
	border: 1px solid #505050;
}

.tit01 {
	font-size: 15px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #FFFFFF;
}

.tit02 {
	font-size: 13px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #DADADA;
}
/* ****** FIN  ***********************************



/* ***********************************************
****** login TOP    *******************************
*********************************************** */
.formtop {
	font-size: 11px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #D8D8D8;
	border: 1px solid #505050;
	background-color: #2B2B2B;
}

.typo_login {
	font-size: 11px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #666666;
	text-decoration: none;
	font-style: normal;
	letter-spacing: 1px;
}

a.typo_login:hover {
	font-size: 11px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #2967CC;
	text-decoration: none;
	font-style: normal;
	letter-spacing: 1px;
}

.menusup_alert {
	font-size: 11px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #AF1F1F;
	text-decoration: none;
	font-style: normal;
	letter-spacing: 1px;
}
/* ****** FIN  ***********************************




/* ***********************************************
****** typo du menu horizontal  ******************
*********************************************** */
.fondmenusup {
	background-color: #000000;
}


.menusup {
	font-size: 12px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #C8C8C8;
	text-decoration: none;
	font-style: normal;
	letter-spacing: 1px;
}


.menusupOn {
	font-size: 12px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #2967CC;
	text-decoration: none;
	letter-spacing: 1px;
	font-style: normal;
}


a.menusup:hover {
	font-size: 12px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #2967CC;
	text-decoration: none;
	font-style: normal;
	letter-spacing: 1px;
}
/* ****** FIN  ***********************************






/* ***********************************************
****** typo du menu gauche  **********************
*********************************************** */


.menugauche_fond {
	background-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #505050;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #505050;
}


.menugauche_encadre {
	background-color: #000000;
}


.menugauche_bord {
	background-color: #000000;
}


.menugauche_bordOn {
	background-color: #2967CC;
}


.menugauche_alert {
	font-size: 12px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #2967CC;
	text-decoration: none;
	line-height: 12px;
}


.menugauche_typo_encadre {
	font-family: "Trebuchet MS", arial, verdana;
	font-size: 12px;
	color: #FFFFFF;
}


.menugauche_typo_titre {
	font-family: "Trebuchet MS", arial, verdana;
	font-size: 16px;
	color: #2967CC;
	font-weight: bold;
}


/*
attention encore utilise si aucun folio dans include_menu_gauche
*/
.folioson {
	font-size: 12px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #2967CC;
	text-decoration: none;
}


.menugauche_copyright {
	font-size: 10px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #999999;
	text-decoration: none;
	font-style: italic;
}


.menugauche_infos_bas {
	font-size: 11px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #999999;
	text-decoration: none;
	line-height: 14px;
}



dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}


#menu {
position:inherit;
/* couleur de separation entre les folios */
background-color:#000000;
top: 0;
left: 0;
width: 210px;
}


#menu dt {
font-size: 12px;
font-family: "Trebuchet MS", arial, verdana;
color: #C8C8C8;
line-height: 14px;
text-decoration: none;
cursor: pointer;
/* ligne de separation entre les folios */
margin-top: 1px;
/* espace entre la typo et le bord du TD */
padding-top: 3px;
padding-bottom: 3px;
/* espace gauche */
padding-left: 10px;
text-align: left;
background: url(images/puce_vide.gif) repeat-y #000000;
}


#menu dd {
padding: 0;
/*display:none; */
}


#menu li {
font-size: 12px;
font-family: "Trebuchet MS", arial, verdana;
color: #C8C8C8;
padding-left: 20px;
/* espace entre la typo et le bord du TD */
padding-bottom: 4px;
text-align: left;
background: url(images/puce_vide.gif) repeat-y #000000;
}


#menu li a, #menu dt a {
	font-size: 12px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #C8C8C8;
	height: 100%;
	text-decoration: none;
	display: block;
	border: 0 none;
	background: #000000;
}


/* classe lien gauche crée pour le survol des td
avec ajout d'un <a>....</a> dans le code*/
a.on_off:hover {
color: #2967CC;
background: #000000;
}


#menu li a:hover, #menu dt a:hover, #menu a.selected {
	color: #2967CC;
	background: #000000;
}
#menu li.selected, #menu dt.selected {
	color: #2967CC;
	background: url(images/puce.gif) repeat-y #000000;
}


/* Uniquement pour lien "See all reports" */
#allreports {
position:inherit;
/* couleur de separation entre les folios */
background-color:#000000;
top: 0;
left: 0;
width: 210px;
}


#allreports dt {
font-size: 16px;
font-family: "Trebuchet MS", arial, verdana;
color: #C8C8C8;
line-height: 14px;
text-decoration: none;
cursor: pointer;
/* ligne de separation entre les folios */
margin-top: 1px;
/* espace entre la typo et le bord du TD */
padding-top: 3px;
padding-bottom: 3px;
/* espace gauche */
padding-left: 10px;
text-align: left;
background: url(images/puce_vide.gif) repeat-y #000000;
}

#allreports li {
font-size: 16px;
font-family: "Trebuchet MS", arial, verdana;
color: #C8C8C8;
padding-left: 20px;
/* espace entre la typo et le bord du TD */
padding-bottom: 4px;
text-align: left;
background: url(images/puce_vide.gif) repeat-y #000000;
}

#allreports li a, #allreports dt a {
	font-size: 16px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #C8C8C8;
	height: 100%;
	text-decoration: none;
	display: block;
	border: 0 none;
	background: #000000;
}

#allreports dd {
padding: 0;
/*display:none; */
}



#allreports li a:hover, #allreports dt a:hover, #allreports a.selected {
	font-family: "Trebuchet MS", arial, verdana;
	color: #2967CC;
}
#allreports li.selected, #allreports dt.selected {
	color: #2967CC;
	background: url(images/puce.gif) repeat-y #000000;
}
/* ****** FIN  ***********************************






/* ***********************************************
****** typo frame centrale  **********************
*********************************************** */
.centrebody {
	background-color: #000000;
	font-size: 12px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #999797;
	text-decoration: none;
	line-height: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #505050;
}


/* + ou - 5% de luminosite par rapport a centrebody  classe de fond du formulaire dans caddie_log*/
.centreFondTR01 {
	background-color: #121212;
}


/* + ou - 10% de luminosite par rapport a centrebody  classe de fond de l'affichage des proprietes images dans img.php*/
.centreFondTR02 {
	background-color: #212121; 
}


/* classe utilisée en javascript du survol des images dans thums.php */
.overlib {
	font-family: Helvetica, Verdana, Arial;
	font-size: 11px;
	color: #373737;
	background-color: #D9D9D9;
	text-decoration: none;
}


/* cadre des images */
.cadreimage {
	font-family: "Trebuchet MS", arial, verdana;
	font-size: 11px;
	color: #999999;
}


/* cadre et fond des encadres */
.cadreimg {
	font-family: "Trebuchet MS", arial, verdana;
	font-size: 11px;
	color: #999999;
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #212121;
}



/* message d'erreur ou alerte utilisateur */
.centreAlert {
	font-size: 12px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #AF1F1F;
	text-decoration: none;
	line-height: 14px;
}




/* classe d'ecriture dans table centrale */
.centre12 {
	font-size: 12px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #999797;
	text-decoration: none;
	line-height: 14px;
}


.centre12lien {
	font-size: 12px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #999797;
	text-decoration: underline;
	line-height: 14px;
}


a.centre12lien:hover {
	font-size: 12px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #2967CC;
	text-decoration: none;
	line-height: 14px;
}


.centre12On {
	font-size: 12px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #2967CC;
	text-decoration: none;
	line-height: 14px;
}



/* classe pour les formulaire table centrale */
.centre11 {
	font-size: 11px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #999797;
	text-decoration: none;
	line-height: 12px;
}



/*classe des titres page centrale */
.centre13bold {
	font-size: 13px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #999797;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
}


.centre13boldOn {
	font-size: 13px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #2967CC;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
}


.centre13boldOnLien {
	font-size: 13px;
	font-family: "Trebuchet MS", arial, verdana;
	color: #2967CC;
	font-weight: bold;
	text-decoration: underline;
	line-height: 14px;
}


a.centre13boldOnLien:hover {
	text-decoration: none;
}




/* survol imagette par la souris dans thumbs.php */
tr.menuthumbs_off {
background-color:#000000;
}
tr.menuthumbs_on {
background-color:#333333;
}
.bordhaut {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
	border-right-color: #C8C8C8;
	border-bottom-color: #C8C8C8;
	border-left-color: #C8C8C8;
}
