/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }

p, ul, td, ol
{
	font-size: 12px;
	font-weight: normal;
	color : #333; 
	text-decoration : none; 
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
} 


img
{
	border: none; 
}
.descriptif
{
	font-size: 12px;
	font-weight: normal;
	color : #333;
	text-decoration : none; 
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
}

a:link, a:visited 
{
	font-size: 12px;
	font-weight: normal;
	color : #333399; 
	text-decoration : none; 
} 

a:hover 
{
	font-size: 12px;
	font-weight: normal;
	color : #339999; 
	text-decoration : underline; 
} 

.chemin a
{
	font-size: 11px;
	font-weight: bold;
	color : #000; 
	text-decoration : none; 
}

.chemin a:hover
{
	color : #fff; 
	text-decoration : none;
}

.suite a
{
	font: italic normal 11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
} 

.date_article
{
	font-size: 11px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

/* Titres et sous-titres */

.titre_rubrique
{
	font-size: 14px;
	font-weight: bold;
	color : #333; 
	text-decoration : none; 
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
} 

.titre_article
{
	font-size: 13px;
	font-weight: bold;
	color : #003366; 
	text-decoration : unerline; 
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
}

a.titre_article
{
	font-size: 13px;
	font-weight: bold;
	color : #003366; 
	text-decoration : none; 
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
}

ul.titre_article
{
	list-style: disc inside url(fleche-droite.gif);
}

ul.spip
{
	list-style: square inside;
}

.soustitre, h3.spip
{
	font-size: 12px;
	font-weight: bold;
	color : #336699; 
	text-decoration : none; 
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
} 

.titrenotes
{
	font-size: 12px;
	font-weight: bold;
	color : #660000; 
	text-decoration : none; 
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
} 

.intertitre
{
	font: italic normal 12px;
	font-family:Arial, Helvetica, sans-serif;
	color : #336699; 
	text-decoration : none; 
	text-align: left;
} 


/* Liste liens */

ul.liste-liens 
{
  margin: 0; 
  padding: 5px; 
  width: 100%; 
}

ul.liste-liens li 
{
position: relative;
list-style-position : outside; 
list-style-type: none; 
list-style-image: none;
}

ul.liste-liens li a
{
font-size: 11px;
}

ul.liste-liens li:hover
{ 
  text-decoration: underline;
} 


/* Tables */

td
{
	padding: 5px;
}

table.spip
{
	border-spacing: 0;
	empty-cells: hide;
}

.row_first th
{
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color : #003366;
}

table.meme_rubrique
{
	border-spacing: 10px;
}

table.meme_rubrique tr td
{
	background: silver;
	padding: 5px;
	text-align: center;
}

table.meme_rubrique tr td a
{
	font-size: 10px;
}

table.logos tr td
{
	padding: 0;
}

table.anoter
{
	border-top: 1px solid;
	margin-top: 20px;
}

/* Logos, documents et images */
.spip_logos {
	border: none; 
	vertical-align: middle;
}
.spip_documents {
	text-align: left;
}
.spip_documents_center {
	text-align: center;
	clear: both; 
	width: 100%; 
	margin-left: auto; 
	margin-right: auto;
}
.documents_portfolio {
	clear: both; 
	width: 80%;
}
span.spip_documents_center {
	display: block; 
	margin-top:1em;
}

.spip_documents_left {
	float: left; 
	margin: 0 10px 5px 0;
}
.spip_documents_right {
	float: right; 
	margin: 5px 10px 5px 10px;
}

dt.spip_doc_titre {
	font-size: 12px;
	font-weight: normal;
	color : #333; 
	text-decoration : none; 
	font-family:Arial, Helvetica, sans-serif;
	margin-left: auto; 
	margin-right: auto;
}
.spip_doc_descriptif {
	clear: both; 
	font-size: 0.8em; 
	margin-left: auto; 
	margin-right: auto;
}



