/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/

/* COLORS */

a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: underline;}
a:active, a:focus { text-decoration: none;}
code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */
table { border-top: 0px solid #ccc;  border-left: 0px solid #ccc; }
th, td { border-bottom: 0px solid #ddd; border-right: 0px solid #ccc; }

a .spip_logos{border:black 1px solid;}
a:visited .spip_logos{border:gray 1px solid}



a.spip_in:link {
color:#483d8b;
text-decoration:underline;
}
a.spip_in:visited {
color:#696969;
border-bottom:1px dashed;}

a.spip_in:hover {
color:#E6AE28;
text-decoration:none
}
/* surcharge pour les blocs depliés du plugin couteau suisse */
h4 a {color:#696969 !important;text-decoration:underline !important}h4 a:hover {color:black !important;}
a img{border:0px solid red !important}


/**************************************/
/*              GLOBALS               */
/**************************************/


/**************************************/
/*              HEADER                */
/**************************************/



/**************************************/
/*             NAVIGATION             */
/**************************************/
a.lien_pagination {color:white}
#systeme_pagination {color:white}
#systeme_pagination.on{color:red}
#systeme_pagination .on{color:red}
a.lien_pagination:on{color:red}
a.lien_pagination.on{color:yellow}
a:link .spip_logos{border:black 1px  solid}
a:visited .spip_logos{border:black 1px  solid}
a:hover .spip_logos{border:#DFDFDF 1px  solid}


/* surcharge pour le menu automatique voir plugin menus */
ul .menu-entree a{font-size:0.8em !important}
.horizontal {text-align:center}

/**************************************/

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
td {vertical-align:top;padding:0 15px 0 0 }
.blocs_replie {	background:transparent url([(#EVAL{_DIR_IMG_PACK}|url_absolue)]triangle.gif) no-repeat scroll left top !important;}


/**************************************/
/*               FOOTER               */
/**************************************/


