body {
	background: #FCFCFC url("/IMG/fond.jpg") no-repeat top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-right: 100px;
}

a {
	text-decoration: none;
	color: #060;
}

a:hover {
	color: #060;
	text-decoration: underline;
}

img {
	padding: 0 5px;
}

#bandeau {
	padding: 6px;
	margin: 0 16px 12px 16px;
	text-align:center;
}

#menu {
	margin: 0 0 0 16px;
	float: left;
	width: 220px;
	background-color: #FFF;
/* pour IE */
	filter:alpha(opacity=60);
/* CSS standard */
	opacity:0.6;
/* pour Mozilla */
	-moz-opacity:0.6;
}

#menu ul {
	font-weight: bold;
	margin-left: 0;
	padding: 5px;
}

#menu ul li {
	list-style-type: none;
}

#menu ul ul {
	font-weight: normal;
	padding: 0 0 10px 20px;
}

#menu ul ul li {
	list-style-type: square;
}

#contenu {
	margin-left: 260px;
	padding: 0 10px 0 0;
}

#contenu li {
	list-style-type: square;
}

.exergue {
	float: left;
	position: inherit;
/*	top:160px; left:0; */
	width: 150px;
	border: 1px dashed #060;
	margin: 0 10px 5px 0;
	padding: 0.5em;
	font-family: Times, Garamond, serif;
	font-style: italic;
	background-color: #9F9;
/* pour IE */
	filter:alpha(opacity=60);
/* CSS standard */
	opacity:0.6;
/* pour Mozilla */
	-moz-opacity:0.6;
}

table.spip {
	border: 1px solid #999;
}

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

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

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

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

table.spip img {
	padding: 1px;
	border: none;
}

/* Styles SPIP */

.spip_logos {
	border: 0;
}

#contenu img.spip_logos {
	float: right;
	padding-left: 20px;
	padding-bottom: 5px;
}

#documents_portfolio img.spip_logos {
	float: none;
	padding: 0;
}

dl.spip_documents img {
	padding: 0;
}

dl.spip_documents dd {
	visibility: hidden;
}

#document_actif img {
	padding: 0;
	border: 5px solid #060;
}

.spip_documents_left {
	padding-right: 20px;
}

.spip_documents_right {
	padding-left: 10px;
}

#notes {
	font-size: 0.8em;
	margin: 3px;
	padding: 0 10px;
	border: 1px solid #666;
	-moz-border-radius: 8px;
}
