
BODY, FRAMESET {
	/* colors and background */
	color: black;	
	background-color: white;  		/* NH */
	background-image: url("/sites/SPIP/squelettes/deco2.jpg") ;    /* NH */
	background-repeat: repeat;   		  /* NH */
	background-attachment: fixed;    	    /* NH */
	background-position: top left;    	  /* NH */

	/* fonts */
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;

	/* margins */
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	} /* BODY, FRAMESET */

TABLE, TD {
		margin-left=0;
	}

.ligne_separatrice { margin: 4px 0px 0px 0px; font: 4px verdana, sans-serif; border-top: 2px solid #DDDDDD }

/* menu de navigation principale */
#left_menu {
	position : 	relative;
	left: 		0px;
	top: 		0px;
	width: 		153px;
	height: 	283px;
	z-index:	2;
}

#main_table_content {
	position: 	relative;
	left: 		0px;
	top: 		0px;
	width: 		810px;
	/* height:		70%; */
	background-image: url("deco2.jpg") ;
	padding:	3px;
	text-indent:	0%;
	text-align:	justify;
	z-index: 	1;
}

#top_banner {
	position: 	relative;
	left: 		0px;
	top: 		0px;
	width: 		715px;
	height:		136px;
	z-index:	2;
}


H1 {
	color : white;
	background-color: rgb(40,100,255); /* NH */
	font-variant: normal;
	font-size: 22px;
	text-align: center;
	} 

H2, H3, H4, H5, H6 {
	background-color: rgb(190,210,235); /* NH */
	font-size: 21px;
	font-weight: bold;
        margin-top: 9px;
        margin-bottom: 9px;
	} 

H3, H4, H5,H6 {
	   font-size : 19px;
	   } 

H5,H6 {
	font-size: 16px;
	} 

H6 {
	color: rgb(90,190,235); /* NH */
	background-color: white;
	} 
	
/* ANCHORS */
A:link    { 
	color: rgb(200,60,60);  
	font-weight: normal;
	font-style: normal;
	}
	
A:active  { 	
	color: rgb(255,50,50);  
	font-weight: normal;
	font-style: normal;
	}
A:visited { 
	color: rgb(110,70,70);
	font-weight: normal; 
	font-style: normal;
	}

/*
 *
 * styles specifiques SPIP 
 *
 */

table.spip {
}

table.spip tr.row_first {
        background-color: #DDDDDD;
}

table.spip tr.row_odd {
        background-color: #EFEFF2;
}

table.spip tr.row_even {
        background-color: #F2F2F2;
}

table.spip td {
        padding: 1px;
        text-align: left;
        vertical-align: middle;
}

table.subcategory {
	border-spacing: 5;
	padding-top: 4;
	padding-bottom: 4;
	padding-right: 10;
	padding-left: 10;	
}

td.subcategory {
	background-color: #F2F2F2;
	text-align: center;
	vertical-align: middle;
}

.spip_encadrer {
        font-family: helvetica, arial, sans-serif;
        width : 100%;
        background-color: #FFFFFF;
        padding: 5px;
        border: 1px #666666 solid;

.spip_cadre {
        width : 100%;
        background-color: #FFFFFF;
        padding: 5px;
}

div.spip_poesie {
        margin-left: 10px;
.spip_encadrer {
        font-family: helvetica, arial, sans-serif;
        width : 100%;
        background-color: #FFFFFF;
        padding: 5px;
        border: 1px #666666 solid;

        padding-left: 10px;
        border-left: 1px solid #999999;
}


.spip_bouton { background-color: #FFCC00;}

.formrecherche { width: 100% ; background-color: #FFDDAA;}

.reponse_formulaire {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-weight: bold;
        font-size: 110%;
        color: red;
}

.spip_surligne { background-color: #FFFF66; }

a.spip_barre:hover img {
        border: 1px solid #808080;
        padding: 3px;
        background-color: #f8f8f4;
}

	

