/************************************************/
/* Feuille de style pour l'affichage des objets */
/************************************************/

a{
	text-decoration: underline;
	color: #e1e1e1;
}
a:visited{
	color: #d1d1d1;
}
a:hover{
	text-decoration: none;
	color:#CC66FF; 
}

a.occupe {
	border-style: solid;   
        /* auront une bordure solide, c'est à dire un trait continu*/
	color:#CC66FF; 
	
}


div.lesTitres h2,
h2.titre {
	background:url('../images/sous-titre/sous-titre-2.jpg') no-repeat scroll left top;
	color:white;
	font-size:110%;
	font-weight:900;
	/*opacity:0.8;*/
	text-align:center;
	height:25px;
	width:550px;
	padding:1px 1px 1px 1px;
	padding-bottom:5px;
	margin: 0px auto 10px auto;
}

h2.titre_sommaire {

	color:white;
	font-size:100%;
	font-weight:800;
	/*opacity:0.8;*/
	text-align:center;
/*	height:25px;*/
	width:300px;
	/*padding:1px 1px 1px 1px;
	padding-bottom:5px;*/
	margin: 30px auto 10px auto;
	font-style:italic;
	
	border-style: solid;   
        /* auront une bordure solide, c'est à dire un trait continu*/
               
        border-color: #fff;  
        /*la couleur de cette bordure sera bleue*/
        
        border-width: 2px 2px 2px 2px;
        /*la bordure sera de 4 pixels, sauf la bordure gauche qui sera de 8 pixels */
	
	background-color: #230922;

}

/********************/
/* Pour le sommaire */
/********************/

/* article d'acceuil */
div.images h3{
	display: none;
}

div.images {
	float: right;
	margin: 10px;
	margin-right: -100px;
	margin-top: 60px;
}

/* les autres articles */
div.news div.lesTitres h2{
	margin-top: 25px;
}

div.aNews a{
	display: block;
	text-align: right;
}


/**********************/
/* Pour les rubriques */
/**********************/
div.lesArticles{
	margin: 9px 6px;
	text-indent: 19px;
	text-align: justify;

}

/*********************/
/* Pour les articles */
/*********************/
p,
div.texte,
div.intro {
	margin: 9px 6px;
	text-indent: 19px;
	text-align: justify;

     /*   border-style: solid;*/   
        /* auront une bordure solide, c'est à dire un trait continu*/

               
        /*border-color: #230922;*/  
        /*la couleur de cette bordure sera bleue*/
        
        /*border-width: 2px 2px 2px 2px;*/
        /*la bordure sera de 4 pixels, sauf la bordure gauche qui sera de 8 pixels */
	
	/*background-color: #230922;*/
}

div.chapo {
	text-decoration : underline;
}

/*****************/
/* Pour l'agenda */
/*****************/


div.Futur div.lesTitres h2 {
	margin-top: 15px;
	background:url('../images/sous-titre/sous-titre-11.gif') no-repeat scroll center top;
	padding: 5px;
}

div.Futur div.lesTitres h3 {
	font-style: italic;
}

div.Futur div.lesTitres h2 a {
	display: block;
	text-decoration: none;
}

div.info a {
	display: block;
	text-align: right;
}

div.note {
	font-size: 80%;
	font-style: italic;
}

div.Passe annee {
	display: block;
	color: white;
	font-size: 120%;
	font-weight: 500;
	margin-left: 35px;
}

div.Passe mois {
	display: block;
	font-size: 110%;
	font-weight: 300;
	margin-left: 100px;
}

div.Passe evt {
	display: block;
	margin-left: 200px;
}

/*************************/
/* Mise en forme de SPIP */
/*************************/

/* Texte */
/* ----- */

/* Raccourcis typographiques de SPIP */
i.spip {}
strong.spip {}
hr.spip {}

/* Puces */
.spip_puce { list-style-position: outside; }

ul.spip { list-style: disc; }
ol.spip { list-style: decimal; }

ul.spip li,
ol.spip li { list-style: inherit; }

li.spip {
	margin: 0.3em 0 0.3em 0.8em;
	list-style-position: outside;
	padding-left: 10px;
	text-indent: -9px;
}

h3.spip {
	text-align: center; 
	font-size: 1em; 
	font-weight: bold;
	color:#fbe2e3; 
	margin-top: 1.2em; 
	margin-bottom: 1em; 
	margin-left: 170px;
	margin-right: 170px;
	padding-bottom: 3px;
	border-bottom: 2px solid #fbe2e3;
}

/* Paragraphes, citations, code et poesie */
p.spip {}
p.spip a{ display: inline; }

a.spip_note {
	color: #ccc;
	text-decoration: none;
	font-size: 80%;
}

a.spip_note:hover {
	text-decoration: underline overline;
}

blockquote.spip,
.spip_serif { font-family: "Bitstream Vera Serif", Georgia, Times, serif; }

blockquote.spip { 
	margin: 1em; 
	padding-left: 1em;
	padding-right: 1em;
	border: 1px dotted; }

div.spip_poesie { 
	margin: 1em; 
	padding-left: 1em; 
	border-left: 1px solid;
	font-family: Garamond, Georgia, Times, serif; }
	
div.spip_poesie div { text-indent: -60px; margin-left: 60px; }

.spip_code,
.spip_cadre { font-family: monospace; font-style: normal; font-size: 1.1em; }
.spip_cadre { width: 99%; border: 1px solid; }

.spip_surligne { background: #FF6; }


/* Tableaux */
/* -------- */
table.spip {
	width: 100%;
	text-align:center;
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; 
}
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold;
}
table.spip tr{
	opacity: 0.8;
}
table.spip tr.row_first { 
	background: #FFC;
}

table.spip tr.row_odd {
	background: #ccc;
	color: #111;
}
table.spip tr.row_even {
	background: #EEE;
	color: #222;
}
table.spip th, table.spip td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}


/* Logos, documents et images */
/* -------------------------- */
img,
.spip_logos { margin: 0; padding: 0; border: none; }

.spip_documents { 
	text-align: center;
	margin:7px;
}

.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left:auto; margin-right:auto; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left:auto; margin-right:auto; }


#documents_portfolio {}

#documents_portfolio div.miniature{
	float: left;
	margin: 8px;
	width: 140px;
	height: 155px;
	text-align: center;
}

#documents_portfolio div.miniature a{
	display: block;
	font-size: 12px;
	text-decoration : none;
}

/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(win_png.htc); }

/* modeles par defaut */
.spip_modele {float:right; display:block; border:1px dotted gray; width:180px;}

/* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; }

table.spip_barre a img {
	background: #FDA;
	padding: 3px;
	border: 1px outset #999; }
table.spip_barre a:hover img {
	background: #FFF;
	border: 1px solid #999; }

table.spip_barre input.barre { width: 100%; background: #EEE; }

/* Couleurs des liens de Spip */
/* -------------------------- */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_in {} /* liens internes */
a.spip_out {} /* liens sortants */
a.spip_url {} /* url sortants */
a.spip_glossaire {} /* liens vers encyclopedie */


