/* Table des matières */

#tdm {
	float: right;
	width: 25%;
	border: 1px solid #ccc;
	padding: 0.5em;
	margin-left: 2em;
	background: white;
	}

#tdm h2 {
	font-size: 1.2em;
	}

/* Paragraphes */

p.spip {
	text-align: justify;
	}

p.spip_note {
	}

/* Liens */

a.spip_in {
	border-bottom: 1px dotted #ccc;
	}

a.spip_out {
	background-image: url(../../img/out.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 12px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	}

/* Documents */

figure {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0.5em;
	max-width: 100% !important;
	}

figcaption {
	color: #555;
	padding: 0;
	margin: 0;
	}

figcaption strong {
	font-weight: 400;
	}

.spip_doc_descriptif {
	font-size: 85%;
	margin-left: 0;
	color: #555;
	clear: both;
	margin: auto;
	font-size: 0.80em;
	line-height: 105%;
	text-align: left;
	}

.spip_documents_center .spip_doc_titre,
.spip_documents_center .spip_doc_descriptif {
	text-align: center;
	}

.spip_documents_left {
	margin-right: 1.8em;
	}

.spip_documents_right {
	margin-left: 1.8em;
	}

.spip_doc_titre,
.spip_doc_descriptif {
	max-width: 500px;
	}

/* Formulaires */

.forml {
	width: 95%;
	padding: 1px;
	border: 1px solid #ccc;
	}

/* Détails typographiques */

sup.spip {
	font-size: 60%;
	}

.spip_surligne {
	background-color: #feecb8;
	}

hr, hr.spip {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0;
	text-align: left;
	margin-top: 3em;
	margin-bottom: 3em;
	}


/* Habillage des portfolios
---------------------------------------------- */
.documents_portfolio li {display:inline;margin:0;padding:0;}
.documents_portfolio a {display:inline-block;padding:10px;margin:5px;border:1px solid #ccc !important;color:#EED;background:#fff;box-shadow: 5px 7px 5px 2px rgba(85,85,85,0.3);}
.documents_portfolio a:hover {color:#999;opacity:0.8;}
.documents_portfolio img {margin:0;}

.documents_joints .descriptif p {margin:0;}


