@charset "UTF-8";

/* Réalisé par Althéa Studio - www.althea-groupe.com */

/* @override 
	http://footdev.althea-groupe.com/squelettes/css/althea_style.css
	http://foot.althea-groupe.com/squelettes/css/althea_style.css
*/

@import url("reset.css");

/* @group LAYOUT */

html {
}

body {
	background: url(../images/layout/bg_html.jpg) repeat-x center top;
	text-align: center;
}

div#page {
	width: 960px;
	text-align: left;	
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
	background: url(../images/layout/bg_page_rubrique.gif) repeat-y left top;
}

div#entete {
	height: 92px;
	background: url(../images/layout/bg_html.jpg) repeat-x;
	/* Masque les filets de l'image de fond dans id=page */
}

div#visuel {
	clear: both;
	z-index: 0;
}

div#navigation {
	position: absolute;
	top: 0px;
	left: 130px;
	width: 830px;
	height: 92px;
	font-size: 9px;
	/*background: url(../images/layout/bg_html.jpg) repeat-x left top;*/
	z-index: 100;
}

div#extra {
	float: right;
	width: 300px;
	margin-right: 10px;
}

div#conteneur {
	text-align: left;
	overflow: hidden;
	float: left;
	margin-top: -15px;
	width: 650px;
	padding: 0 0 20px;
	position: relative;	
}

div#contenu {
	padding-left: 20px;
	padding-right: 40px;
}

div#hierarchie {
	font-size: 10px;
	position: relative;
}

div#pied {
	font-size: 10px;
	line-height: 12px;
	clear: both;
	position: relative;
	font-size: 11px;
	color: #e6e6e6;
	letter-spacing: 0;
	z-index: 100;
	text-align: right;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	background-color: white;
	border-top: 1px solid #e5e4e1;
	overflow: hidden;
}

div#pied span.credits {
	float: left;
}

div#pied span.credits, div#pied span.credits a {
	color: #bfbfbf;
}
/* @group SPIP-ADMIN */

/* Emplacment des boutons admin après connexion */

div.spip-admin-float {
	/*position: fixed;
	top: 5px;
	right: 5px;*/
}

/* @end */

/* @group Divers */

#pied img {
	vertical-align: middle;
}

/* Espaceur de blocs */

.nettoyeur {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1px;
	font-size: 1px;
}

/* Non visible a l'ecran */

.invisible {
	position: absolute;
	top: -3000em;
	height: 1%;
}

/* Selection du texte avec le moteur de rendu Gecko */

/**::-moz-selection {
	background-color: #4e459e;
	color:white;
}*/

/* Supression des pointillés */

:focus, :active { outline: 0; }


/* @end */

/* @end */

/* @group TYPOGRAPHIE */

html {
	font-size: 100%;
}

/* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */

body {
	font-size: 0.8125em;
	font-family: "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
	color: #333;
}

/* Titraille / Intertitres */

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
}

h1 {
	color: #c41d21;
	margin-top: 20px;
	font-size: 2.2em;
	margin-bottom: 20px;
}

h2 {
	font-size: 10px;
	text-transform: none;
	letter-spacing: 0.10em;
	margin-top: 5px;
	display: block;
}

h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active {
	color: #a72525;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0.5em;
	line-height: 22px;
	margin-bottom: 0.2em;
}

h3, h3 a {
	color: #111;
}

h3 a:focus, h3 a:hover, h3 a:active {
	color: #4c3995;
}

h3.spip {
	margin-bottom: 0.3em;
	margin-top: 1em;
}

hr.spip {
	
}

/* Cf.: spip_style.css */

/* Autres enrichissements typo */

strong {
	font-weight: bold;
	color: #c51f23;
}

em {
	font-style: italic;
}

abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

small {
	font-size: 0.90em;
	color: #666;
}

dfn {
	font-weight: bold;
	color: #666;
}

del {
	text-decoration: line-through;
}

ins {
	color: red !important;
	text-decoration: none;
}

sup, sub {
	font-size: .8em;
	font-variant: normal;
}

/* Listes */

ul.spip {
	
}

/* Cf.: spip_style.css */

ol.spip {
	
}

/* Cf.: spip_style.css */

dl {
	
}

dt {
	line-height: 1em;
}

dd {
	font-size: 10px;
	/*line-height: 12px;*/
	font-style: italic;
	color: gray;
}

/* Citations, code et poesie */

cite {
	
}

q {
	
}

blockquote  {
}

blockquote.spip {
	
}

/* Cf.: spip_style.css */

blockquote.spip_poesie {
	
}

/* Cf.: spip_style.css */

.spip_code {
	
}

/* Cf.: spip_style.css */

.spip_cadre {
	
}

/* Cf.: spip_style.css */

address {
	
}

/* Tableaux */

table.spip {
	
}

/* Cf.: spip_style.css */

/* Logos, documents et images */

img {
	margin: 0;
	padding: 0;
	border: 0;
}

.spip_logos {
	
}

a img {
	border: none;
}

/* @end */

/* @group NAVIGATION  */

#navigation .rubriques h2 {
	display: none;
}

#navigation .rubriques  {
	height: 90px;
	overflow: hidden;
}

#navigation .rubriques ul {
	z-index: 50;
	margin-top: 19px;
}

#navigation .rubriques ul li {
	float: left;
	width: 150px;
	margin-top: 10px;
}

#navigation .rubriques ul li span {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 15px;
	display: block;
}

#navigation .rubriques ul li a {
	display: block;
	color: white;
	border-left: 1px solid #878173;
	margin: 0;
	padding: 5px 0 5px 10px;
}

#navigation .rubriques ul li a.on, 
#navigation .rubriques ul li a.on:hover {
	color: #5294ce;
}

#navigation .rubriques ul li a:focus,
#navigation .rubriques ul li a:hover,
#navigation .rubriques ul li a:active {
	text-decoration: none;
	color: #ececec !important;
}



/* @group Recherche */

.formulaire_recherche {
	width: 220px;
	float: right;
	margin-top: 15px;
}

.formulaire_recherche form {
	background-color: transparent;
}

.formulaire_recherche form label {
	float: left;
	line-height: 15px;
	text-transform: none;
}

.formulaire_recherche input.text { 
	width: 130px; 
	background: #FFF url(rechercher.gif) no-repeat left center;
	padding: 0;
	font-size: 10px;
	line-height: 13px;
	color: #322a8f;
}

#formulaire_recherche.formulaire_recherche form p.boutons {
	text-align: left !important;
}


.formulaire_recherche input#btn-rechercher {
	line-height: 13px;
	background-color: transparent;
	border-style: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	cursor: pointer;
	color: #2f363e;
	width: 80px;
}

.formulaire_recherche input#btn-rechercher:hover {
	color: white;
}



/* @end */

/* @end */

/* @group VISUEL */

#visuel {
	height: 328px;
	position: relative;
}

#visuel blockquote {
	position: absolute;
	top: 100px;
	left: 125px;
	text-align: justify;
	margin: 0;
	padding: 0 !important;
	font-size: 12px;
}

#visuel blockquote img {
	float: right;
}

#visuel blockquote p {
	padding-left: 35px;
	padding-right: 35px;
	font-size: 15px;
	letter-spacing: 0 !important;	
}


body.rh #visuel blockquote p,
body.architecture #visuel blockquote p,
body.webdesign #visuel blockquote p  {
	color: #f8f7f5;
}

#visuel blockquote p span.auteur {
	font-weight: bold;
	display: block;
	text-align: right;
	margin-top: 5px;
}


/* @end */

/* @group EXTRA */

div#extra {
	font-size: 0.90em;
	color: #555;
}

img.coupes {
	margin-top: 10px;
}

/* @group Services */

div#extra #services {
	width: 100%;
	background-color: #5394ce;
	text-align: left;
	overflow: hidden;
	padding-bottom: 0;
	padding: 0;
}

div#extra #services img {
	float: left;
	margin-left: 10px;
	margin-top: -10px;
	margin-right: 10px;
}

div#extra #services ol {
	padding: 20px 20px 0 110px;
}

div#extra #services ol li {
	margin-bottom: 10px;
	float: left;
	width: 80px;
}

div#extra #services ol li a {
	color: white;
	font-size: 14px;
	padding: 3px;
}

div#extra #services ol li a.on {
	color: #fefffe;
	font-weight: bold;
	background-color: #c41d21;
	
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

/* @end */

/* @group Menu */

/* Habillage general des menus de navigation */

div#extra .menu {
	text-align: left;
	border-bottom: 1px solid #e5e4e1;
	padding: 10px 0;
	margin-bottom: -1px;
}

div#extra .menu h2 {
	color: #a72525;
	text-transform: none;
	letter-spacing: 0.10em;
	margin: 0 20px 5px;
	clear: both;
}

div#extra .menu h3 {
	/*margin: 0 20px;*/
}

div#extra .menu p {
	margin: 0 20px 10px 0;
	font-size: 11px;
}

div#extra .menu ul {
	margin: 0 20px;
}

div#extra .menu div.article {
	margin-bottom: 20px;
	margin-left: 20px;
}

div#extra .menu div.article .bord {
	margin-bottom: 20px;
	margin-left: 20px;
}

div#extra .menu li p {
	margin: 0;
}

div#extra .menu ul li ul {
}

div#extra .menu ul li li {
}

/* @end */

/* @end */

/* @group ENTETE */

#entete a.accueil {
	/*display: block;
	float: left;
	height: 92px;*/
}

#entete a.accueil img.spip_logos {
	vertical-align: bottom;
	line-height: 1em;
}

#entete a.accueil #nom_site_spip {
	vertical-align: bottom;
	font-size: 2.2em;
	font-weight: normal;
	margin-left: -999999px;
}

#entete .formulaire_menu_lang {
	position: absolute;
	right: 0;
	top: 0.90em;
	display: block;
	width: 30%;
}

/*Cf.: spip_formulaires.css*/

/* @end */

/* @group CONTENU */

div#contenu .chapo {
	clear: both;
}

div#contenu .chapo p {
	text-align: left;
	margin: 0;
}

div#contenu .chapo ul {
	font-weight: normal;
	list-style-position: inside;
	list-style-type: circle;
}

div#contenu p {
	margin: 0 0 10px;
	text-align: justify;
	color: #555;
}

div#contenu small  {
	font-size: 10px;
}

div#contenu ul {
	margin-bottom: 15px;
}

/* @group Mot */

small.mot {
	display: block;
	color: #d7d7d7;
}

small.mot a {

}

/* @end */


/* @group Decoupe */


div.onglets_bloc {	
}

div.onglets_bloc .onglets_liste {
	overflow: hidden;
	border-bottom: 4px solid #4e459e;
	margin-bottom: 10px;
}

div.onglets_bloc .onglets_contenu {
	top: 10px !important;
	padding: 0 !important;
	border-style: none !important;
}

/* @group Onglets */

/* Css decoupe.css du plugin couteau suisse modifiée */

div.onglets_bloc .onglets_liste {
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

div.onglets_bloc .onglets_liste h2 {
	display: inline;
	text-transform:uppercase;
}

div.onglets_bloc .onglets_liste h2 a {
	float: left;
	color: white !important;
	padding: 1px 10px;
	background-color: #242930;
	border-left: 1px solid white !important;
	border-bottom: 1px solid white;
	text-decoration: none;
}

div.onglets_bloc .onglets_liste h2 a:hover{
	background-color: gray; /*Menu hover bgcolor*/
}

div.onglets_bloc .onglets_liste h2.onglets_titre.selected a, 
div.onglets_bloc .onglets_liste h2.onglets_titre.selected a:hover { /*currently selected tab*/
	background-color: #4e459e;
	border-style: none !important;
	border-bottom: 1px solid #4e459e !important;
	border-left: 1px solid white !important;
	margin-left: -1px;
}

/* @end */


/* @end */

/* @group Spip */

/* ------------------------------------------
/* Habillage des elements du contenu
/* ------------------------------------------ */

#hierarchie {
	/*clear: both;
	margin-bottom: 2em;
	font-size: 0.90em;*/
}

#hierarchie, #hierarchie a {
	line-height: 16px;
	color: #919191;
}

#hierarchie a:hover {
	color: #c41d55;
}

.cartouche {
	margin-top: 1em;
}

.cartouche .spip_logos {
	float: left;
	background-color: #e1ded5;
	padding: 5px !important;
	border-style: none;
	border-right: 10px solid #fff;
	margin-bottom: 10px;
}

.cartouche p {
	margin: 0;
	padding: 0;
}

.surtitre, .soustitre {
	color: #a72525;
	text-transform: none;
	letter-spacing: 0.10em;
	/*margin-bottom: 10px;*/
}

.cartouche .surtitre {
	margin-bottom: -15px !important;
}

.cartouche .soustitre {
	margin-top: 0.50em;
	margin-bottom: 0.30em;
}

.cartouche .traductions {
	font-size: 0.90em;
}

.chapo {
	margin-bottom: 1.50em;
	line-height: 1.40em;
	font-weight: bold;
	border: 1px solid #e5e4e1;
	border-right-style: none;
	border-left-style: none;
	padding: 5px 0;
	font-size: 1.1em;
}

.texte {
	line-height: 1.60em;
}

.hyperlien {
	display: block;
	background: #EEE;
	padding: 0.50em 1em;
	font-weight: bold;
	color: #8B6F92;
}

.ps, .notes {
	margin-bottom: 2em;
	line-height: 1.40em;
}

.notes {
	clear: both;
	font-size: 0.90em;
}

abbr.published {
	border: 0;
}

/* Portfolio */

#documents_portfolio {
}

#documents_portfolio div {
}

#documents_portfolio .spip_logos {
}

#documents_portfolio a.on .spip_logos {
	
}

#documents_portfolio a:focus .spip_logos,
#documents_portfolio a:hover .spip_logos,
#documents_portfolio a:active .spip_logos {
}

/* Habillage des forums
---------------------------------------------- */

.repondre {
	clear: both;
	text-align: center !important;		
	display: block;
	float: right;
}

/* @group Repondre */

.repondre a {
	background-image: url(../images/icons/btn_repondre.png);
	display: block;
	width: 195px;
	height: 40px;
	color: white !important;
	line-height: 36px;
}

.repondre a:hover {
	background: url(../images/icons/btn_repondre.png) 0 -40px;
	text-decoration: none;
}

.repondre a:active {
	background: url(../images/icons/btn_repondre.png) 0 -80px;
}

/* @end */

/* Habillage des forums */

ul.forum {
	display: block;
	clear: both;
	padding: 0;
	margin: 0 0 0 -10px;
}

ul.forum, ul.forum ul {
	list-style: none;
}

.forum-fil {
	margin-top: 1.50em;
}

.forum-fil ul {
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 1em;
}

.forum-chapo .forum-titre, .forum-chapo .forum-titre a {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #333;
}

.forum-texte {
	margin: 0;
	color: #333;
	border: 1px solid #e5e4e1;
	padding: 10px 10px 0;
	background-color: #faf9f9;
	border-bottom-color: #f8f7f6;
}

.forum-texte .hyperlien {
	
}

.forum-texte .repondre {
	margin: 0;
	padding: 0.10em 0;
	text-align: right;
}

/* Boite d'un forum : eclaircissement progressif des bords */

ul .forum-message {
	padding: 0;
	width: 178px;
	float: left;
	border-bottom-style: none;
	margin: 0 10px 10px;
}

ul .forum-message p {
	text-align: left !important;
	font-size: 11px;
	color: gray;
}

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */

ul .forum-chapo {
	margin: 0;
	background: transparent url(../images/icons/forum_comments_fin.png) no-repeat left 0;
	border-style: none !important;
	padding: 12px 6px 2px;
}

ul .forum-chapo strong {
	color: #222;
}

/* ------------------------------------------
/* Sous-navigation et autres menus
/* ------------------------------------------ */

/* Habillage general des menus de navigation */

.menu {
}

.menu p {
}

.menu ul {
}

.menu ul li {
}

.menu ul li ul {
}

.menu ul li li {
}

/* Pagination */

.pagination {
	clear: both;
	/*text-align: center !important ;*/
	color: white !important;
	font-size: 10px;
	margin-right: 20px;
}

.pagination a  {
	padding: 2px;
	color: #bbbab7;
}

.pagination .on {
	font-weight: bold;
	color: #666;
	font-size: 13px;	
}

.pagination .page {
	font-weight: bold;
	color: #666;
	font-size: 13px;
	margin-right: 10px;
}

/* Rubriques */

.rubriques ul {
}

.rubriques ul li {
}

/*Cf.: spip_formulaires.css*/

/* Listes d'articles et extraits introductifs */

.articles ul li {
	clear: both;
	/*padding: 0.40em 0.20em;*/
}

.articles ul li h3 {
	margin: 0.30em 0;
}

.articles .spip_logos {
	float: left;
	/*clear: right;*/
	margin: 0 10px 0 0;
}

.articles ul li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0;
}

.articles ul li .introduction {
	margin-top: 0.30em;
	line-height: 1.40em;
}

/* Couleurs des liens
---------------------------------------------- */

a {
	color: #4c3995;
	text-decoration: none;
}

a:focus,a:hover,a:active {
	/*color: #F57900;*/
	text-decoration: underline;
}

div#contenu a:visited, 
div#extra a:visited {
	color: #4e459e;
}

/* Nouveaux styles */

a.plus {
	margin-top: 20px;
	display: block;
	background: url(../images/icons/plus.gif) no-repeat left 5px;
	padding-left: 22px;
	font-size: 10px;
	line-height: 24px;
	border-top: 1px solid #d7d7d7;
}

a.plus:focus,a.plus:hover,a.plus:active {
	color: #4c3995 !important;
	background: url(../images/icons/plus.gif) no-repeat left -11px !important;
}


/* @end */

/* @group Form */

/* Partie commune */

form {
	/*background-color: #e8e8e8;*/
	padding: 10px;

}

legend {
	text-transform: uppercase;
	text-indent: -500000px;
	position: absolute;
}

label {
	vertical-align: top;
	font-size: 12px;
	/*text-transform: uppercase;*/
	line-height: 18px;
	display: block;
	color: #111;
}

 fieldset {
	clear: both;
}

 fieldset ol,
  fieldset ul {
}


fieldset li {
	list-style: none !important;
	margin-bottom: 10px;
	width: 42%;
	float: left;
}

fieldset li.clear {
	clear: both;
}

em {
	padding-left: 3px;
	color: #bf1c1f;
	font-size: 14px;
	line-height: 8px;
	font-weight: bold;
}

fieldset input {
	font-weight: normal;
	padding: 3px !important;
	font-size: 12px;
	border: 1px solid #a7a7a7;
	/*background-color: #f1f1f1;*/
	color: #322a8f;
	font-style: normal;
	/*width: 400px;*/
	margin-top: 3px;
	margin-bottom: 3px;
}

 fieldset select {
	/*font-size: 11px;
	border: 1px solid #dcdcdc;
	font-weight: normal;
	padding: 3px !important;*/
}

fieldset li.textearea {
	width: 90%;
	clear: both;
}

fieldset textarea {
	border: 1px solid #a7a7a7;
	font: normal 12px lucida grande, Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #bf1c1f;
	width: 415px;
	overflow: hidden;
	/*background-color: #f1f1f1;*/
}

fieldset textarea:hover, fieldset textarea:focus, 
fieldset input:focus, fieldset input:hover {
	border: 1px solid #222;
	color: black;
	/*background-color: #f7f4ee;*/
}

/* @group file */

fieldset li.file {
	width: 90%;
	clear: both;
}

fieldset li.file label {
	width: 90%;
}

fieldset li.file input {
	width: 90%;
	background-color: transparent;
	border-style: none;
}

/* @end */

div#contenu p.boutons {
	/*text-align: right !important;*/
	margin-left: 25px;
}

div#contenu p.boutons input, 
div#contenu p.spip_bouton input {
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;

	font-size: 11px;
	text-transform: uppercase;
	color: white;
	line-height: 36px;
	border-style: none;
	width: 115px;
	height: 40px;
	background: transparent url(../images/icons/btn_envoyer.jpg) left top;
}

div#contenu p.boutons input:hover {
	background: url(../images/icons/btn_envoyer.jpg) 0 -40px;
}

div#contenu p.boutons input:active {
	background: url(../images/icons/btn_envoyer.jpg) 0 -80px;
}

/* @group Indications */

.formulaire_erreur, .formulaire_ok   {
	display: block;
	text-align: left;
	color: white;
	font-weight: bold;
	padding: 10px;
	background-color: #bf1c1f;
}

.erreur {
	display: block;
	color: #bf1c1f !important;
	font-weight: bold;
}

.formulaire_ok {
	font-weight: bold;
	background-color: #73b4ff;
	color: white !important;
}

/* @end */

/* @end */

/* @group Tableau */



div#contenu table {
	font-size: 1em;
	margin-bottom: 1em;
	text-align: left;
	margin-top: 2em;
}

div#contenu caption {
	margin-bottom: 0.4em;
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
	font-size: 1.2em;
}

div#contenu th {
	color: #333;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #ccc url(../IMAGES/layout/fd_table_th.jpg) no-repeat;
	border: 1px solid #C1DAD7;
	font-weight: bold;
	border-right-style: none;
	border-left-style: none;
}

div#contenu td {
	border: 1px dotted #ccc;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	border-right-style: none;
	border-left-style: none;
}

div#contenu tr.bureau-annexe td {
	/*background-color: transparent !important;*/
}

div#contenu tr.alt.bureau-annexe td {
	
}

div#contenu tr.bureau-annexe td.spec {
	padding-left: 10px;
	background-color: transparent;
}

div#contenu tr td.lignePaire {
	padding-left: 10px;
	background-color: #f6f6f6;
}

div#contenu td.texte-align-centre {
	text-align: center;
}

div#contenu td em {
	font-weight: bold;
	font-size: 1.3em;
}


/* @end */

/* @group Texte */


div#contenu div.texte {
	overflow: hidden;
	clear: both;
}

div#contenu div.texte hr.clear {
	clear: both;
	visibility: hidden;
}

div#contenu div.texte li {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 30px;
	margin-bottom: 7px;
}

/* doc dans le texte */

.spip_documents_left {
	margin: 10px 10px 10px 0;
}

.spip_documents_right {
	margin: 10px 0 10px 10px;
}

.spip_documents_center {
	text-align: center;
	padding: 10px;
	width: 590px !important;
	border-bottom: 1px solid #e5e4e1;
	margin-bottom: 20px;
	display: block;
}

.page_sommaire .spip_documents_center {
	border-bottom: 1px solid #e5e4e1;
	border-style: none;
}


.spip_documents_center .spip_doc_titre {
	width: 590px !important;
	padding: 10px 0 0;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}

/* @end */

/* @group Object */

div#contenu div.texte object,
div#contenu div.texte embed {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
}

/* @end */

/* @group Documents joints */



/* Portfolio */

#documents_portfolio {
	width: 630px;

	overflow: hidden;
	margin-top: 20px;
}

#documents_portfolio a .spip_logos {
	margin: 0 10px 10px 0;
	overflow: hidden;
	border-style: none;
}

#documents_portfolio a:hover .spip_logos {
	border-style: none;
}

#documents_portfolio a {

	overflow: hidden;
	height: 120px;
	display: block;
	float: left;
	margin-bottom: 10px;
	border-style: none;
}



/* @end */



/* @end */

/* @group PAGES */

/* @group Article */

p.auteur {
	margin-top: 20px;
	border-top: 1px solid #e5e4e1;
	padding-top: 10px;
	text-align: right !important;
}

p.auteur small {
	color: #999;	
}


/* @end */

/* @group Sommaire */

/* @group Layout */

body.page_sommaire div#visuel blockquote p {
	/*padding : 0 !important;
	color: white;
	letter-spacing: 1px;*/
}

body.page_sommaire .intro {
	margin-top: 20px;
}

body.page_sommaire .intro {
	margin-top: 20px;
}


/* @end */

/* @end */

/* @group Recherche */

body.page_recherche div#visuel blockquote p {
	padding : 0 !important;
	color: white;
	letter-spacing: 1px;
}

.spip_surligne { background: #FF6; }



/* @end */

/* @group Rubrique */

/* Menu.article */

#contenu div.menu.articles ul li {
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e4e1;
	padding-bottom: 5px;
	/*padding-left: 100px;*/
}

#contenu p.date  {
	font-size: 11px;
	text-transform: capitalize;
	text-align: right;
	float: right;
	color: gray;
}

/* Menu.rubrique */

#contenu div.menu.rubriques ul {
}

#contenu div.menu.rubriques ul li {
	width: 290px;
	float: left;
	height: 120px;
	margin-right: 5px;
	margin-top: 10px;
}

#contenu div.menu.rubriques ul li p {
	font-size: 11px;
	color: gray;
	text-align: left !important;
	padding-right: 10px;
}

#contenu div.menu.rubriques ul li img {
	float: left;
	border: 5px solid #e0e0d6;
	margin-right: 15px;
	/*margin-left: 5px;*/
}

#contenu div.menu.rubriques p.plus {
	font-size: 10px;
	line-height: 16px;
	margin-top: 5px;
}

/* Ps */

#contenu div.ps {
	clear: both;
	border-style: solid;
	font-size: 11px;
	background-color: #f2f1f0;
	border: 1px solid #e5e4e1;
	border-right-style: none;
	border-left-style: none;
	padding: 0 10px;	
}

#contenu div.ps h3 {
	margin-top: 0.5em;
}


/* @end */

/* @group Plan */



div.bloc-rubrique {
	padding-left: 10px;
	border-left: 4px solid #e5e4e1;
	margin-bottom: 30px;
}


div.bloc-rubrique h2 {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

div.bloc-rubrique p {
	color: gray;
}

/* @end */
/* @end */

.participants {
	background: url(../images/participants.jpg);
	height: 180px;
	color: white;
	padding-top: 330px;
	font-size: 20px;
}

.participants  ul {
	float: left;
	padding-left: 90px;
}

.participants  ul, .participants  li  {
	list-style-type: none !important;
	list-style-image: none !important;
	margin-bottom: 8px;
}

