@charset "utf-8";
/* CSS Document */


* {
margin: 0;
padding: 0;
border: 0;
font-size: 1em;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

/* TEXTE */

i{font-style: italic}
strong{font-weight: bold}
ul{margin-left: 10px;}
li{margin-left: 10px;}

p {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	margin-top: 10px;
	text-align: justify;
}

a:link,a:visited ,a:active{
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.signature{
	font-size: 11px;
	color: #800;	
	font-family: Verdana, Arial, sans-serif;
}
.signature a:link, .signature a:visited {
	text-decoration: underline;
	color: #800;	
}
.archives {
font-family: Georgia, Arial, sans-serif;
font-size: 12px;
}

.archives a:link, .archives a:visited {
	font-family: Georgia, Arial, sans-serif;
	font-size: 12px;
color: #ccc;}
.archives a:hover {color: #ccc;}

.presentation p {
	font-size: 12px;
	font-family: Georgia, Arial, sans-serif;
	margin-bottom: 10px;
}


/* CONTENANTS */
body {
	width: 980px;
	margin: 0px auto;
	background-color: #CCC;
	border: 1px solid black;
}

#page {
	clear: both;
	float: left;
	width: 950px;
	background-color : #FFF;
	padding: 15px;
	border-top : 5px solid #333;
}

.cellule {
	clear: right;
	margin-bottom: 10px;
	border-bottom: solid 1px #e5e5e5;
}

/* TITRES */
.rubrique_une {
	margin-bottom: 5px;
	padding-left: 15px;
	font: bold 26px Verdana, sans-serif;
}

#gazette .rubrique_une a:link, #gazette .rubrique_une a:visited {
	color: #C00;
	font: bold 26px Verdana, sans-serif;
}

#agenda .rubrique_une a:link, #agenda .rubrique_une a:visited {
	color: #963;
	font: bold 26px Verdana, sans-serif;
}

#rdm .rubrique_une a:link, #rdm .rubrique_une a:visited {
	color: #006666;
	font: bold 26px Verdana, sans-serif;
}

#supplement .rubrique_une a:link, #supplement .rubrique_une a:visited {
	color: #F60;
	font: bold 26px Verdana, sans-serif;
}

#ethique .rubrique_une a:link, #ethique .rubrique_une a:visited {
	color: #909;
	font: bold 26px Verdana, sans-serif;
}

#tresor .rubrique_une a:link, #tresor .rubrique_une a:visited {
	color: #993;
	font: bold 26px Verdana, sans-serif;
}

#societe .rubrique_une a:link, #societe .rubrique_une a:visited {
	color: #009;
	font: bold 26px Verdana, sans-serif;
}

#ecologie .rubrique_une a:link, #ecologie .rubrique_une a:visited {
	color: #399;
	font: bold 26px Verdana, sans-serif;
}

#doctrine .rubrique_une a:link, #doctrine .rubrique_une a:visited {
	color: #c0c;
	font: bold 26px Verdana, sans-serif;
}

#anthropo .rubrique_une a:link, #anthropo .rubrique_une a:visited {
	color: #930;
	font: bold 26px Verdana, sans-serif;
}

#psycha .rubrique_une a:link, #psycha .rubrique_une a:visited {
	color: #669;
	font: bold 26px Verdana, sans-serif;
}

#artlitt .rubrique_une a:link, #artlitt .rubrique_une a:visited {
	color: #693;
	font: bold 26px Verdana, sans-serif;
}

#lectures .rubrique_une a:link, #lectures .rubrique_une a:visited {
	color: #396;
	font: bold 26px Verdana, sans-serif;
}

.sousrubrique {
	font: bold 12px Arial, serif;
	text-transform: uppercase;
	color: #FFF;
	padding: 0 5px;
}
.sousrubrique a:link, .sousrubrique a:visited {color: #FFF; font-weight: bold;}


.lang  {
	color: #FFF; 
	font-weight: bold;
	font: bold 12px Arial, serif;
	text-transform: uppercase;
	color: #FFF;
	padding: 0 5px;	
	border : 1px solid #000;
	}




#gazette .sousrubrique {background-color: #C00;}
#supplement .sousrubrique {background-color: #F60;}
#ethique .sousrubrique {background-color: #909;}
#tresor .sousrubrique {background-color: #993;}
#societe .sousrubrique {background-color: #009;}
#ecologie .sousrubrique {background-color: #399;}
#doctrine .sousrubrique {background-color: #c0c;}
#anthropo .sousrubrique {background-color: #930;}
#psycha .sousrubrique {background-color: #669;}
#artlitt .sousrubrique {background-color: #693;}
#rdm .sousrubrique {background-color: #006666;}
#liens .sousrubrique {background-color: #000;}

.titre_une{
	font-size: 1.6em;
	font-weight: bold;
	font-family: Georgia, Times New Roman, serif;
}

.titre{
	font-size: 1.1em;
	font-weight: bold;
	font-family: Georgia, Times New Roman, serif;

}

.titre2{
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.8em;
	font-weight: bold;
}

.titre3, .titre3 a:link, .titre3 a:visited{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0,6em;
	font-weight: bold;
}



/* RUBRIQUES */

#col_gauche {
	float: left; 
	width: 625px;
}

#col_droite {
	float: right; 
	width: 295px;	
}

#gazette {
	float: left; 
	border-bottom : 3px solid #333;
	width: 100%;
	padding: 0 0 10px 10px;
	background: #FFF
}

#livremois {
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: none;
}

#dossier {
	background-image: url(images/05original.png);
	padding: 10px;
	float: right;
	width: 45%;
}


#agenda {
	float: left; 
	width: 45%;
	padding: 0;
	border : 1px solid #999;
	background: url(images/plus.png) bottom right no-repeat;
}

#debats {
	float: left; 
	width: 45%;
	margin-top: 10px;
	padding: 0;
}

#lectures{
	clear: both;
	float: left;
	border-left : 1px solid #999;
	border-bottom : 1px solid #999;
	border-right : 1px solid #999;
	border-top : 1px solid #000;
	padding: 10px;
}

#supplement, #societe, #ethique, #tresor, #ecologie, #doctrine, #anthropo, #psycha, #artlitt{
	float: left;
	border-bottom : 3px solid #333;
	width: 615px;
	padding:10px;
	background-color: #FFF;
	margin-top: 10px;
}

#publications {
	clear: both;
	float: left;
	border : 1px solid #909;
	background-color: #FFF;
}

#rdm {
	padding: 10px;
	background-image: url(images/05original.png);
	margin-bottom: 10px;
}


#liens{
	padding: 10px;
	margin-bottom: 20px;
	font-family: verdana, serif;
}

/* PIED */
#pied {
	clear: both;
	font-family: georgia, serif;
	font-size: 0.8em;
	padding: 10px 20px;
	text-align: center;
	background-color: #333;
	color: #999;
	margin-bottom: 20px;
}
#pied img { vertical-align: bottom; }
#pied a:link, #pied a:visited { color: #FFF}



/* ENTETE  */
#entete {
	background: #FFF url(images/marcelmauss.png) right bottom no-repeat;
}

#top {
	padding-left: 20px;
	background-color: #333;
	height: 36px;
}

#top_left {
	float: left;
}

#top_right {
	float: right;
}

.top_cellule {
	float: left;
	margin: 10px 10px 0px 0px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	text-align: center;
	font-family: georgia, serif;
	font-size: 0.8em;
}
.top_cellule a:link, .top_cellule a:visited, .top_cellule_fin a:link, .top_cellule_fin a:visited {color: #ccc;}
.top_cellule a:hover, .top_cellule_fin a:hover {color: #fff; text-decoration: underline;}

.top_cellule_fin {
	float: left;
	margin: 10px 0px 0px 0px;
	text-align: center;
	font-family: georgia, serif;
	font-size: 0.8em;
}

.top_cellule_recherche {
	float: right;
	margin: 12px 10px;
	font-size: 0.7em;
}

#entete #recherche {
	width: 200px;
	font-weight: bold;	
	font-family: georgia, serif;
}



/* MENU */
#menu {
	clear: left;
	height: 35px;
	margin-top : -5px;
	padding-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	font-family: verdana, sans-serif;
}

.menu_cellule {
	float: left; 
	border-right: 1px solid #CCC;
	padding : 3px 13px;
}
.menu_cellule a:link, .menu_cellule a:visited{
	font-weight: bold;
}

.menu_cellule_droite {
	float: left; 
	padding : 3px 13px;
}
.menu_cellule_droite a:link, .menu_cellule_droite a:visited{
	font-weight: bold;
}

/* SPIP */
.spip_logos {margin: 0; padding: 0; border: none; float: left; line-height: 0px;}

#dossier .spip_logos {margin-right: 10px; margin-bottom: 0;}
#gazette .cellule .spip_logos {float: right; margin: 10px;}
#lectures .spip_logos {margin-right: 10px;}
#livremois .spip_logos {margin-bottom: 10px;}

/* Divers */

.descriptif {
	display: none;
}
.rubrique_entete {background: url(images/fleche.png) no-repeat;}
.rubrique_entete:hover {background: url(images/flecheb.png) no-repeat;}
.rubrique_entete:hover .descriptif {display: block;}

.couv {display: inline}
.couv .spip_logos {
	border: thin solid #AAA;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: normal;
}

.carre {
	float: left;
	height: 10px;
	width: 10px;
	margin: 5px 5px 0px 0px;
	background-color: #963;
}

.img {
	margin-right: 10px;
}

.clear {	clear: left;}
