.spip_surligne{
	background: #FFFF00;
}

#content h2 {
	background: transparent url(/images/hr2.gif) repeat-x 0 100%;
	color: #000000;
	font-family: "Georgia", "Helvetica", "Arial", "Verdana", sans-serif;
	font-size: 2.1em;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 7px 0 7px 0;
}

#content h2 span.sTitle{
	font-size: 0.7em;
	display: block;
}


#content h3 {
	color: #000000;
	font-family: "Georgia", "Helvetica", "Arial", "Verdana", sans-serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 5px 0 0 0;
}


#content ol,
#content ul,
#content p {
	color: #000000;
	font-family: "Georgia", "Helvetica", "Arial", "Verdana", sans-serif;
	font-weight: normal;
	font-size: 1em;
}

#content ol ol,
#content ul ul{
	
}

#content p {
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
}

#content .spip_documents{
	display: block;
}

#content .spip_documents_left{
	margin: 0 10px 0px 0;
}

#content .spip_documents_right{
	margin: 0 0 10px 10px;
}

#content .spip_documents_center{
	text-align: center;
	width: 100%;
}

#content .spip_documents img{
	/*border: 1px solid #000;
	border-top-color: #7D7D7D;
	border-left-color: #7D7D7D;*/
}

#content a{
	text-decoration: underline;
}

#content a:focus,
#content a:hover{
	text-decoration: none;
}

#content ul,
#content ol{
	margin: 0 0 15px 30px;
}

#content ul li,
#content ol li{
	color: #000;
	margin-bottom: 3px;
}

#content blockquote.spip{
	margin-left: 30px;
}

div.spip_hr{
	background: transparent url(/images/hr.gif) repeat-x 0 5px;
	height: 10px;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
}
div.spip_hr hr,{
	display:none
}


#content .top{
	background: transparent url(/images/haut.gif) no-repeat 28px 0;
	display: block;
	float: right;
	height: 14px;
	margin: 2px 0 27px 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 50px;
}

#content .top:hover,
#content .top:focus{
	background-position: 28px -14px;
}

/* Tableaux */
table.spip {
	border: 1px solid;
	border-collapse: collapse;
	margin: 15px 0 20px 0;
	width: 100%;
}
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	color: #000;
	text-align: center;
	margin: auto;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

table.spip tr.row_first { background-color: #BEBEBE; }
table.spip tr.row_first th{
	border-right: 1px solid #9D9D9D;
	border-bottom: 1px solid #9D9D9D;
	text-align: center;
}

table.spip tr.row_odd { background-color: #d0d0d0; }
table.spip tr.row_even { background-color: #f0f0f0; }

table.spip th,
table.spip td {
	border-right: 1px solid #9D9D9D;
	border-bottom: 1px solid #9D9D9D;
	color: #000;
	/*font-family: Verdana,Arial,Sans,sans-serif;*/
	font-family: "Georgia", "Helvetica", "Arial", "Verdana", sans-serif;
	font-size: 0.85em;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

#content table.spip td ul.spip,
#content table.spip td ol.spip{
	font-family: Verdana,Arial,Sans,sans-serif;
	font-size: 1.0em;
}

/* NoBG*/
#content table.spip_nobg,
#content table.spip_nobg th,
#content table.spip_nobg td,
#content table.spip_nobg tr.row_odd,
#content table.spip_nobg tr.row_even,
#content table.spip_nobg tr.row_first
#content table.spip_nobg tr.row_first th{
	background: transparent;
	border: 0;
	vertical-align: top;
}


/* Notes */
#content .spip_notes{
	margin: 30px 0 0 0;
}


#content a.link_pdf{
	background: transparent url(/images/icons/icon_pdf_001.gif) no-repeat 100% 100%;
	padding-right: 16px;
}
