/* contenu de l'article "proprement dit" */

.article {
  border: 1px solid #369 ;
  margin:0px 10px 0px 0px;
  padding:10px;
}

.article a {
	color: #990000;
	text-decoration: none;
}

.article a:hover {
	color: #990000;
	text-decoration: underline;
}

.article .image .spip_logos {
	display:inline;
	float: right;
	margin: 10px;
}

.article .surtitre {
	color: #369;
	font-size: 120%;
	font-weight: bold;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
}

.article .titre {
	margin:0px;
	background: url('../images/quote.gif') no-repeat top right;
	/*background:#FFF;*/
	border:1px solid #369 ;
	color:#369;
	font-size: large;
 	padding: 5px;			
 	font-weight:bold;
  	/*background-color: #eaeaea;*/
  	/*color: #286ea0;*/
  	border-left: 4px solid #286ea0;
	/*width:100%;*/
}

.article .soustitre {
	color: #369;
	font-size: 130%;
	font-weight: bold;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
}

.article .contenu {
	background: transparent;
	margin: 0px 0px 0px 0px; /*Sarka-SPIP 1.8.2*/
	padding: 0px 0px 10px 0px; /*Sarka-SPIP 1.8.2*/
}

.article .detail {
	color: #369;
	font-size: 85%; /*Sarka-SPIP 1.8.2*/
	font-weight: bold;
	text-align: center;
	margin: 0px 55% 10px 0px;
	padding: 1px 5px 1px 5px;
	border-bottom: 1px solid #369;
}

.article .texte {
	color: #000000;
	margin: 0px 10px 0px 10px;
}

.article .chapo {
	color: #369;
	margin: 10px 10px 0px 10px;
	font-weight: bold;
}

.article .post-scriptum {
	color: #000000;
	margin: 10px 0px 10px 0px;
	padding-top: 10px;
	font-size: 100%;
	border-top: 2px solid #369;
}

.article .post-scriptum .annonce {
	font-weight: bold;
	color:#369;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.article .notes {
	color: #000000;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	border-top: 2px solid #369;
	font-size: 90%;
}

.article .en-tete {
	color: #369;
	font-size: 130%;
	font-weight: bold;
	margin: 10px 0px 10px 0px; /*Sarka-SPIP 1.8.2*/
}

.article h3 {
	color: #369;
	font-weight: bold;
	font-size: 140%;
	margin: 1.5em 0em 0.5em 0em;
}

.article blockquote {
	border: 1px solid #808080;
	background: #EEEEEE;
	padding: 0px 15px 0px 15px;
}

.article table {
	font-size: 90%;
	border-color: #FFFFFF;
}

.article tr.row_first {
	background: #808080;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}

.article tr.row_odd {
	background: #DDDDDD;
	color: #000000;
}

.article tr.row_even {
	background: #DDDDDD;
	color: #000000;
}

.article td {
	border: 1px solid #FFFFFF;
	padding: 1px 5px 1px 5px;
}

.article a.imprimer {
	display:inline;
	background-image: url('../puces/printer.gif');
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	float: right;
	margin-right: 10px; 
}
.article a.imprimer:hover {
	border: 1px solid #369 ;
	background-color: #DDD
}

/* mise en forme des documents ins?s dans le texte de l'article */

.article .spip_documents {
	display: block;
	font-size: 95%;
	border: 1px solid #369;
	margin: 10px 5px 10px 5px;
	padding: 5px;
	background: #F0F0FA;
	width: 200px !important;
	text-align: center;
}

.article .spip_documents_center {
	margin-left: auto;
	margin-right: auto;
}

.article .spip_doc_titre {
	text-align: left;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

.article .spip_doc_descriptif {
	font-size: 90%;
	color: #808080;
	text-align: left;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

.article .texte img {
  width:200px;
  height:200px;
  float:right;
	display:inline;
}

