﻿/************************************/
/* Couleurs utilisées :             */
/*   bleu :  #0071B5                */
/*   jaune : #FDCE06                */
/*   ocre :  #E36C0A                */
/*   gris :  #EEECE1                */
/*   brique: #984806				*/
/************************************/

/* LA PAGE EN GÉNÉRAL */

body {
	background:		white;
	font :			normal 12px/17px Verdana,Helvetica,Arial,Sans-Serif;
	margin:			0px;
	padding:		0px;
}

p {
	font :			normal 12px/17px Verdana,Helvetica,Arial,Sans-Serif;	
	text-align:		justify;
	text-indent:	1em;
	margin :		0px 0px 0px 0px;
	color:			black;
}

h1 {
	font:			bold 16px Verdana, Helvetica,Arial,Sans-Serif;
	text-align:		left;
	text-indent:	0px;
	clear:			left;
	color:			black;
	margin:			5px 0px 5px 0px;
}

a:link, a:visited {
	color:				black;
	text-decoration:	none;
}

a:hover, a:active {
	color:				black;
	text-decoration:	none;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

/* UTILITAIRES UNIVERSELS */

div.hr  {
	background:		black;
	height:			2px;
	padding:		0px;
	margin:			0px;
	width:			5cm;
}

.petit {
	font:			normal 10px/12px Verdana,Helvetica,Arial,Sans-Serif;
}

.lourd {
	font-weight:	bold;
}

.ocre, .bleu, .jaune, .noir {
	color:			black;
}

.pagination{
	font:			normal 10px/12px Verdana,Helvetica,Arial,Sans-Serif;
	margin:			5px 0px 0px 0px;
}

/* CLASSES TRÈS PARTICULIÈRES DANS LE BANDEAU SUPÉRIEUR */

p.logo {
	display:		none;
}

input.recherche {
	display:		none;
}

/* SPIP */

.spip {}

.spip_surligne {
	background:		#444444;
}

/* L'ENTÊTE */

#entete {
	display:		none;
}

#entete form {
	display:		none;
}

#entete .ariane{
	display:		none;
}

/* LES CLASSES DES DIVISIONS STRUCTURANT LA PAGE */

#contenu {
	clear:		 	both;
	width:			95%;
	background:		white;
}

#contenu .colonne {
	width:			100%;
	background:		white;
}

#principal {
	width:			100%;
	margin: 		0px;
	padding:		0px;
	background:		white;
}

#droite {
	display:		none;
}

#pied {
	clear: 			both;
	display:		none;
}

/* LES IMAGES */

img {
	border: 			none;
	vertical-align: 	middle;
	float: 				left;
	margin-right: 		.5em
}

img.motcle {
	display:		none;
}

/* CLASSES PARTICULIÈRES */

/* Les amas */

.amasRubriques {
	display:		none;
}

.amasAuteurs {
	display:		none;
}

/* Le grand cadre de gauche */

div.grandCadre {
	border:			none;
	margin-bottom:	5px;
	background:		white;
}

.grandCadre p.surtitre {
	text-align:		left;
	text-indent:	0px;
	font-weight:	bold;
	margin:			0px;
}

.grandCadre p.titre {
	font:			bold 15px Verdana, Helvetica,Arial,Sans-Serif;
	text-align:		left;
	text-indent:	0px;
	font-weight:	bold;
	margin:			0px;
}

.grandCadre p.soustitre {
	text-align:		left;
	text-indent:	0px;
	font-style:		italic;
	margin:			0px;
}

.grandCadre p.soustitre i {
	font-style:		normal;
}

.grandCadre .introduction {
	text-align:		justify;
	text-indent:	0px;
	font-style:		normal;
	margin:			0px;
}

.grandCadre p.detail {
	font:			normal 10px/12px Verdana,Helvetica,Arial,Sans-Serif;
	margin:			0px 0px 10px 0px;
	text-align:		left;
	text-indent:	0px;
}

.grandCadre .chapo {
	text-align:		left;
	font-style:		italic;
	text-indent:	1em;
	margin:			0px 0px 5px 0px;
}

.grandCadre .chapo i {
	font-style:		normal;
}

.grandCadre .texte {
	text-align:		justify;
	font-style:		normal;
	text-indent:	1em;
	margin:			0px;
}

.grandCadre .ps {
	text-align:		left;
	text-indent:	0px;
	font-style:		normal;
	margin:			0px 0px 5px 0px;
	width:			10cm
	border:			1px solid black;
	padding:		2px;
}

.grandCadre .lien {
	color:			black;
	text-align:		left;
	margin:			0px 0px 10px 0px;
}

.grandCadre .notes {
	text-align:		justify;
	font:			normal 10px/12px Verdana,Helvetica,Arial,Sans-Serif;
	margin-top: 	5px;
	padding-top: 	5px;
	border-top: 	1px solid black;
}

.grandCadre .spip_note {
	text-align:		justify;
	font:			normal 10px/12px Verdana,Helvetica,Arial,Sans-Serif;
	margin:			0px;
	border:			0px;
}

/* Un petit cadre d'actualités (news) */

div.cadreNews {
	display:	none;
}

/* Un petit cadre à droite */

div.petitCadre {
	display:		none;
}

/* LES FORUMS */

h2.forum-repondre {
	display:		none;
}

h2.forum-decompte{
	font :			normal 10px/12px Verdana,Helvetica,Arial,Sans-Serif;
	text-align:		left;
}

ul.forum, ul.forum ul { 
	list-style: 	none;
}

.forum-fil {
	margin-top: 	1.5em;
}

.forum-fil ul {
	margin: 		0;
	padding: 		0;
	margin-left: 	1em;
}

.forum-chapo .forum-titre, .forum-chapo .forum-titre a {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

