

/*
 * Caracteres
 */
body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul,li {   
	font-family: Verdana, Arial, Helvetica, sans-serif }

/*
* Formulaire Quickjump sur le catalogue et taille de police
*/
select {
	font-size: 11px; 
	background-color: #eeeeee;
}

/*
 * Cadre autour des blocs
 */

.grey_border {
	border-style:solid; 
	border-width:2px; 
	border-color:#EBEBEB; 
}




/*
 * Pour les URL
 */



a.acl_url { 
	text-decoration: none; 
	color: none; 
}


a { 
	text-decoration: none;
}

a:hover { 
	text-decoration: none; color: #990000; background: #D8D8D8; 
}




/*
 * si logo tient plus de place que le texte
 */

hr.spacer {
	clear: both;
} 

.spip_logo {
	border: 1px solid #000000;
	margin: 8px;
	float: left;

}


/*
 * Bordure autour des images
 */

.spip_documents img { border: 1px solid #666; }

/*
 * listes mots-cle
 */

ul.mots {
font-size: x-small;
font-weight: bold;
color: #990000;
list-style-image: url(prouge.gif);
}

li.mots {
font-size: xx-small;
font-weight: normal;
list-style-image: url(pgris_s.gif);
}

/*
 * code
 */
.spip_code {
font-family: "Trebuchet MS", Tahoma, helvetica, arial, sans-serif; 
font-style: bold;
font-size: 140%; 
color: #990000;
}


/*
 * Habillage des forums
 */

ul.forum-total {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.forum-fil {
	margin-top: 3em;
}
.forum-fil ul {
	display: block;
	margin: 0px;
	margin-left: 2em;
	padding: 0px;
	list-style: none;
}
.forum-titre {
	font-weight: bold;
	font-size: small;
}
.forum-item {
	margin: 0px;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	text-align: justify;
	color: #303030;
	font-size: x-small;
}
.forum-repondre-message {
	text-align: right;
}

/* Boite d'un forum : eclaircissement progressif des bords */

ul .forum {
	border: 1px solid #909090;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}
ul ul .forum {
	border: 1px solid #a4a4a4;
}
ul ul ul .forum {
	border: 1px solid #b8b8b8;
}
ul ul ul ul .forum {
	border: 1px solid #cccccc;
}
ul ul ul ul ul .forum {
	border: 1px solid #e0e0e0;
}
ul ul ul ul ul ul .forum {
	border: 1px dashed #e0e0e0;
}

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */

ul .forum-chapo {
	border: 0px;
	border-bottom: 1px dashed #b8b8b8;
	margin: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
	background: #c4e0e0;
}
ul ul .forum-chapo {
	background: #d4e8e8;
}
ul ul ul .forum-chapo {
	background: #e4f0f0;
}
ul ul ul ul .forum-chapo {
	background: #f4f8f8;
}
ul ul ul ul ul .forum-chapo {
	background: #ffffff;
}


/*
 * Ici les styles pour le contenu (utilise dans forum)
 */

.ra-extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
}
/*
 * Ici les styles pour les tables
 */


table.spip {
}

table.spip tr.row_first {
	text-align: center;
	font-size: medium;
	font-weight: bold;
	color:  #FFFFFF;
	margin-top : 20px;
	margin-bottom : 20px;
	background-color: #000000;
}

table.spip tr.row_odd {
	font-size: x-small;
	background-color: #C0C0C0;
}

table.spip tr.row_even {
	font-size: x-small;
	background-color: #F0F0F0;
}

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

/*
 * 
 */
.spip_encadrer {

	font-size: small;
	width : 100%;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px #666666 solid;
}

h3.spip {
	font-weight: bold;
	font-size: medium;
	text-align: center;
	margin-top : 20px;
	margin-bottom : 20px;
	padding: 0em;
}





