@charset "utf-8";
/* CSS Document */

.table{
	display:table;
	border-collapse:collapse;/* Joindre les bords des cellules */
	width:100%; /* Forcer le tableau à prendre la largeur écran */
}
.ligne{
	display:table-row;
	*clear:both; /* IE only */
}
.cellule{
	display:table-cell;
	*float:left; /* IE only */
}

.grospointG {
	font-size:1em;
	padding:0 5px 0 0 ;
}
.grospointD {
	font-size:1em;
	padding:0 0 0 5px;
}


.document_photo {
	float:left;
	width:180px;
	height:190px;
	text-align:center;
}

.document_photo .legende{
	font-size:0.8em;
	line-height:0.9em;
}
#sjcycle_alea .legende{
	line-height:1em;
}

.page_login .cartouche .soustitre{
	display:none;
}
.page_login .formulaire_menu_lang {
    display:none;
}
.page_login .formulaire_login, .formulaire_lettres{
    border: thin solid;
    margin: 0 auto;
    padding: 10px;
    width: 320px;
}

/* Compositions                                                              */
/*---------------------------------------------------------------------------*/

.page_sommaire h1 {
    font-size: 1.3em;
	 font-weight:normal;
}

.article_infos .cartouche, .page_lettres .cartouche{
	text-align:center;
}

.article_infos .cartouche h1, .page_lettres .cartouche h1{
	margin-top:0;
}

.article_infos #contenu, .page_lettres #contenu{
	width:730px;
}
.article_infos #extra, .page_lettres #extra{
	display:none;
}


/* Pages Auteur                                                              */
/*---------------------------------------------------------------------------*/

.article_auteur #extra {
	text-align:center;
	margin-top:73px;
}
.article_auteur .document_photo {
	float:none;
	width:200px;
}
#nav_auteur {
	margin: 20px 0;
	height:40px;
}
#nav_auteur .item_menu_auteur{
	font-size:1.3em;
	font-family: Verdana, Geneva, sans-serif;
	height:20px;
   padding: 5px 5px 7px 10px;
	margin:0 10px;
}

#nav_auteur .item_menu_auteur.on {
	background-color:#999;
}

#nav_auteur .item_menu_auteur a.on:hover {
	color:#000;
}
#nav_auteur .item_menu_auteur a.on {
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
}

#nav_auteur .item_menu_auteur a {
	text-decoration:none;
}

#formulaire_contact{
	background-color:#CCC;
	padding:10px;
	margin-top:40px;
}

#formulaire_contact legend{
	background-color:transparent;
	font-size:1.2em;
}

#formulaire_contact label{
	font-weight:normal;
}

#formulaire_lettres legend{
	display:none;
}

.couv, .expo_element{
	width:500px;
	height:120px;
}

.couv .spip_documents, .expo_affiche{
	float:left;
	width:120px;
	text-align:right;
}
.cite_infos, .expo_infos{
	float:right;
	width:370px;
}
.cite_title, .expo_titre{
	font-size:1.4em;
	font-weight:bold;
	margin:10px 0 15px 0;
	display:block;
}

/* Navigation                                                                */
/*---------------------------------------------------------------------------*/

.premier_niveau{
	background-color:#CCC;
	padding:10px;
	margin:0 10px 20px 10px ;
}

.premier_niveau h2 {
	text-align:center;
	margin:5px 0 10px 0;
}
.premier_niveau li{
	list-style-type:none;
	line-height:1.5em;
}

.premier_niveau a, .premier_niveau a:visited {
	text-decoration: none;
	color: #000; 
}
.premier_niveau a:hover {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}

/* Extra                                                                     */
/*---------------------------------------------------------------------------*/

#extra h2, #extra h4 {
	text-align:center;
	margin-top:0;
}
#extra li{
	margin:0 0 10px 20px;
	list-style-type:none;
	line-height:1em;
}


/* Article photos                                                            */
/*---------------------------------------------------------------------------*/

.gdmere {
	font-size:0.8em;
	background-color:#CCCCCC;
	padding:5px;
	margin:10px 0;
}

.mere {
	margin:10px 0;
}



/* Treeview                                                                  */
/*---------------------------------------------------------------------------*/
#arborescence {
	margin-top:20px;
}

#arborescence li, #arborescence li ul {
	list-style : none;
}

#arborescence li {
	list-style-position: inside;
	margin-left:2em;	
	vertical-align : top;		
}

#arborescence .feuille {
	background: url(images/feuille.png) left no-repeat;
	padding-left:20px;
}
#arborescence .info {
	background: url(images/info.png) left no-repeat;
	padding-left:20px;
}

#arborescence .rubrique {
	margin-left:5px;
}

