/* Specif de la page rubrique et article ------------------------------------------------------ */

.titreGen{
	background-color: #154d99;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;

}


.InfoBase{
	padding-bottom: 5px;
	padding-left: 4px;
	padding-top: 5px;
	overflow: hidden;
}

.InfoBase:hover{
	background-color: #e1e8f2;
}



.TitreArtRub{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #154d99;
	text-decoration: none;
}


.liresuite{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #154d99;
	text-decoration: none;
}


.chapoArt{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0f4389;
	padding-top: 10px;
	padding-bottom: 15px;
	line-height: 18px;
}


.TexteArt h3{
	color: #0f4389;
	text-decoration: none;
	padding-bottom: 3px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	width: auto;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 4px;
}

.TexteRub h3{
	color: #0f4389;
	text-decoration: none;
	padding-bottom: 3px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	width: auto;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 4px;
}

.TexteRub h5{
	color:#0f4389;
	font-size: 11px;
	padding-bottom: 10px;
}


.TexteArt h5{
	color:#0f4389;
	font-size: 11px;
}


/* Spécifs article SPIP  ------------------------------------------------------ */


/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: 0; }
.spip_documents { text-align: center; line-height: normal; }
.spip_documents p { margin: 0.10em; padding: 0; }
.spip_documents_center { display: block; clear: both; width: 100%; margin: 1em auto; }
.spip_documents_left { float: left; margin-right: 25px; margin-top:5px; margin-bottom: 15px; }
.spip_documents_right { float: right; margin-left: 10px; margin-top:9px; margin-bottom: 5px; }
.spip_doc_titre { margin-right: auto; margin-left: auto; font-weight: bold; font-size: 0.90em; }
.spip_doc_descriptif { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; } 

/* tableau spip  */
table.spip { max-width: 99%; margin-right: auto; margin-left: auto; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0; line-height: normal;  }
table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin-right: auto; margin-left: auto; font-weight: bold; background: #96bf0d;  border:1px solid #FFFFFF    ;}
table.spip tr.row_first { background: #bdda5c; } /* ligne titre colonne */
table.spip tr.row_odd { background: #a7c447; }/* 2eme ligne */
table.spip tr.row_even { background: #ffffff; } /* 1ere ligne */
table.spip th, table.spip td { padding: 5px ; text-align: left; border:1px solid #FFFFFF;  }
table.spip th { vertical-align: bottom; font-weight: bold; }
table.spip td { vertical-align: top; } 


/* balise spetial article spip  */
.centreArticle h3{
	color: #769706;
	font-size: 16px;
	line-height: 5px;
	font-weight: bold;
}

.centreArticle h4{
	color: #4d9331;
	font-size: 14px;
}

.centreArticle h5{
	color: #4f86a9;
	font-weight: bold;
	font-size: 10px;
}


.centreArticle s, strike, del {
	color: #769706;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
	background-color: #c6d68e;
}

#documents_portfolio{
	background-color: #efefef;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	padding: 5px;
}