/*  ---------------------------------------------- */
/*  Feuille de styles corrective de SPIP et UNIFR  */
/*  ---------------------------------------------- */


/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */


#menu h2 {
	font-family: "Trebuchet MS",Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #996633; /* #FCC917; */
	font-weight: bold;
	padding-top: 5px;
	margin: 0px;
}

#content h1 {
	font-family: "Trebuchet MS",Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: 18px;
	color: #996633; /* #FCC917; */
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
}

#content h2 {
	font-family: "Trebuchet MS",Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #996633;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCC917;
}

#content h3 {
	font-family: "Trebuchet MS",Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #996633;
	font-weight: bold;
	padding-top: 10px;
	margin: 0px;
}

#content #titre_site {
	text-align: center;
	font-size: 24px;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 40px;
}

.rubrique{
	color: red;
	font-style: italic;
}

/* Logos, documents et images */
img.spip_logos {
	margin: 0px; 
	padding: 15px; 
	border: 1px; 
}

.spip_documents { text-align: center; }
.spip_documents_center { clear: none; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 1em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: none; font-size: 0.8em; margin-left: auto; margin-right: auto; }


#clear {clear: both;}

.chapo_cours {font-style: italic;}

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: none;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 0px solid #CCC;
}


/*  Habillage des formulaires
---------------------------------------------- */

.formulaire_spip { margin-top: 2em; text-align: left; font-size: 1em; }

/*  ------------------------------------------
/*  Corrections ou ajouts des styles UNI
/*  ------------------------------------------ */

.box101 {
	background-image: url(http://unifr.ch/images/box/grey_180px_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 180px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.box101 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	/* background-image: url(http://unifr.ch/images/box/grey_180px_top.gif); */
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin: 0px 1px 1px 1px;
	border-top-width: 3px;
	border-top-style: solid;
	/* border-top-color: #FF9900; */
	border-top-color: #FCC917;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-transform: uppercase;
}

.box101 a:link, .box101 a:visited { text-decoration: none; color: #333333; }
.box101 a:hover { text-decoration: none; background-color: #FCC917; color: #FFFFFF; font-weight: bold; }
	
