div#container1 {
	padding: 0px;
	margin: 0px;
	background-color: white; 
}

div#container2 {
	clear: both;
	padding: 0px;
	margin: 0px;
	background-color: white; 
}

div#page {
	width: 760px;
	margin: 0px auto;
	padding: 0px;

	/* Pour décentrer le texte (voir body) */
	text-align: left;
}

.dernier_pointdactu{
	/*clear: both;*/
	width: auto;
	margin: 1em 0;
	padding: 1em 0;
}

.dernier_dossier{	
	clear: none;
	width: auto;
	margin: 1em 0;
	padding: 1em 0;
}


body {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-align: center;
	background-color: #EFEFEF; 
}

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

a:hover {
	text-decoration: underline;
}

a:active {
	color: red;
}

h3 {
	font-weight: bolder;
	font-size: 1.2em;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
}

p {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
}

p.titre {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	font-weight: bolder;
}

img {
	border: 0;
}

.discret {
	color: #999;
	font-size: 0.8em;
}

.retourHautPage {
	font-size: smaller;
	font-weight: bolder;
	text-align: right;
}
/* Code pour mettre en page le formulaire de changement de mise en page */
.infoac {
  font-family: arial;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}

/* Bannière d'identité du site */

div#identite table {
	background-color: #336699;
	margin: 0;
	padding: 0;
	letter-spacing: 1em;
	text-align: center;
}

div#identite h1 {
	color: #f90;
	letter-spacing: 1em;
	font-size: 1.5em;
	font-weight: bolder;
	margin: 0;
	padding: 10px;
}

div#identite td a {
	color: black;
	text-align: right;
	letter-spacing: 0.1em;
	font-size: 0.6em;
	font-weight: bolder;
	margin: 0;
	padding: 10px;
}

/* Menu */
div#menu ul {
	padding: 2px;
	margin: 0;
	font-weight: normal;
	font-size: 1em;
	text-align: center;
}

div#menu ul li {
	list-style: none;
	margin: 0;
	display: inline;
}

div#menu ul li a {
	padding: 2px 15px 2px 15px;
	text-decoration: none;
}

/* Couleur du texte dans le menu*/ 
div#menu ul li a:link, div#menu ul li a:visited {
	color: #999999;
}

/* Rectangle de la rubrique visitée*/ 
div#menu ul li a:hover, div#menu ul li a:active {
	color: #336699;
}

/* Zone de navigation*/ 

div#navigation {
	font-size: 1em;
	border: solid 0px;

	/* Box Model Hack
	http://css-discuss.incutio.com/?page=BoxModelHack */
	/*width: 170px !important;*/
	width :170px;
	height : 100%;

	float: left;

	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;

	margin: 0px;
	background-position: right;
	background-repeat: repeat-y;
	background-image: url(../images/background_left.png);
}
/*
div#navigation input, div#navigation select {
	font-size: 0.8em;
}

div#navigation .chemin {
	font-size: smaller;
	letter-spacing: -0.9;
}

div#navigation .annotation {
	font-size: smaller;
	color: #999999;
	letter-spacing: -0.9;
}

div#navigation .rubrique {
	font-weight: bolder;
	color: #CC6600;
}
*/

div#navigation .secteuroff { font-weight: bold; font-size:0.8em; }
div#navigation .rubriqueoff { font-weight: normal; font-size:0.8em;}
div#navigation .secteuron, .rubriqueon { font-weight: bold; color: #ff9999; font-size:0.8em;}
div#navigation .secteur, .rubrique { font-weight: bold; color: #ff3333; font-size:0.8em; }
/*div#navigation .chemin { font-size: smaller; letter-spacing: -0.9; }*/
div#navigation .annotation { font-size: smaller; color: #999999; letter-spacing: -0.9; }

div#pointsacces { font-weight: bold; padding: 6px; text-align: left; background-image: url(../images/pointsacces.jpg); background-repeat: no-repeat; background-position: left; }
div#pointsacces .secteur2 { font-size:0.8em;}


/* Menu arborescent de navigation 

div#navigation .rubriqueoff {
	font-weight: normal;
}

div#navigation .rubriqueon {
	color: #666600;
}

div#navigation .rubrique {
	font-weight: bolder;
	color: #666600;
}*/

/* Zone "outils" */

div#outils {
	/*font-size: 0.8em;*/
	border: solid 0px;
	/*
	position: absolute;
	right:0;
	*/

	/* Box Model Hack
	http://css-discuss.incutio.com/?page=BoxModelHack */
	width: 180px;
	/*width :180px;*/
	height : 100%;

	float: right;

	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;

	margin: 0px;
	background-position: left;
	background-repeat: repeat-y;
    background-image: url(../images/background_right.png);
}


div#outils .titre {
	font-size: 1em;
	font-weight: bold;
	color: #21929E;
	letter-spacing: -0.001em;
}

div#outils .liste {
	font-size: 0.8em;
}

div#outils ul {
	margin: 0;
	padding: 0;
}

div#outils ul li {
	margin: 0 0 0 10px;
	padding: 0;
}

div#outils .pointnet {
	font-size: 1em;
	font-weight: bold;
}

/* Zone de contenu */

	/* Formatage du chemin en haut de page */
div#contenu {
	margin-left: 180px;
	margin-right: 195px;
	padding: 5px;
	background-color: white; 
}

div#contenu .chemin {
	font-size: smaller;
	letter-spacing: -0.9em;
}

div#contenu .phrase {
	font-size: 1em;
	color: white;
	font-weight: bold;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #999999;
	padding: 2px;
}

div#contenu .annotation {
	font-size: smaller;
	color: #999999;
	letter-spacing: -0.9;
}

div#contenu .surtitre {
	margin: 0;
	padding: 0.3em 0 0 0;
	font-size: smaller;
}

div#contenu h2 {
	font-size: larger;
	font-weight: bolder;
	margin: 0;
	padding: 0;
}

div#contenu .soustitre {
	margin: 0;
	padding: 0 0 0.3em 0;
}

div#contenu .chapo {
	font-size: smaller;
	font-weight: bolder;
	text-align: justified;
}

div#contenu .texte {
	font-size: smaller;
	text-align: justified;
}

div#contenu .ps {
	font-size: smaller;
}

div#contenu .notes {
	font-size: smaller;
	background-color: #eee;
	border: dashed 1px #ddd;
}

.actu {
	font-size: 1em;
	font-weight: bold;
	color: #6A2515;
}

.reperes {
	font-size: 1em;
	font-weight: bold;
	color: #CC6600;
}

.titre {
	font-size: 1.3em;
	font-weight: bold;
}

#accessibilite li {
	display: none;
}


/* Zone de complément du contenu */

div#spip_complement {
	background-color: #eee;
	border: solid 1px #ddd;
}

/* Pied de page */

div#bas ul {
	text-align: center;
	padding: 2px;
	margin: 0;
	font-weight: normal;
	font-size: smaller;
}

div#bas ul li {
	list-style: none;
	margin: 0;
	display: inline;
}

div#bas ul li:first-child {
	border-left: none;
}

div#bas ul li a {
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

div#bas img {
	border: 0;
}

/* Contenus générés par SPIP */

a.spip_url { }
a.spip_in { }
a.spip_out { }
a.spip_blank { }
a.spip_blank:after {
	content: url(../images/lien_ouvrant.gif);
}
a.spip_glossaire { }

.spip_code { }

p.spip_note { }

h3.spip { }

.spip_puce {
	list-style-position: inside;
}

acronym.spip_acronym {
	cursor: help;
	border-bottom: 1px dotted #369;
}

/* Images et documents attachés aux contenus */

div.spip_images img {
	border: 0;
	margin: 5px;
	padding: 5px;
}

div.spip_documents {
	/*border: dotted 1px #999;*/
	font-size: 1em;
	text-align: center;
	text-indent: 0;
	width: 40%;
	margin: 5px;
	padding: 5px;
}

div.spip_documents p.spip_vignette img {
	border: 0;
}

div.spip_documents p.spip_titre_document {
	font-weight: normal;
	font-size: 0.8em;
}

div.spip_documents p.spip_descriptif {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

div.spip_documents p.spip_complement {
	margin: 0;
	padding: 0;
}

table.spip {
	border: dotted 1px #c0c0c0;
}

table.spip caption {
	color: #999;
}

table.spip tr.row_first {
	background-color: #333;
	color: white;
}

table.spip tr.row_odd {
	background-color: #c0c0c0;
}

table.spip tr.row_even {
	background-color: #f0f0f0;
}

table.spip td {
	padding: 2px;
	text-align: left;
	vertical-align: center;
}

hr.spip { }
b.spip { }
i.spip { }

blockquote.spip {
	margin-left : 40px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-right: 0;
	border : solid 1px #aaaaaa;
	background-color: #ffffff;
	padding: 5px;
}

.spip_encadrer {
	background-color: #EFEFEF;
	padding: 5px;
}

.spip_cadre {
	background-color: #fff;
	padding: 5px;
}

.spip_bouton {
	background-color: #EFEFEF;
	color: #336699;
	font-size: 1em;
}

.formrecherche {
	width: 100%;
	background-color: #FFDDAA;
}

.reponse_formulaire {
	font-weight: bold;
	color: red;
}

.spip_surligne {
	background-color: #ff6;
}

/* Couleur du texte des encadrés : Recommander cette page */
.spip_form_legend {
	color: black;
	font-size: 0.9em;
}

/* Listes d'éléments */

ul.secteurs li {
	list-style-image: url(ecrire/img_pack/secteur-24.gif);
}
ul.rubriques li {
	list-style-image: url(ecrire/img_pack/rubrique-24.gif);
}

ul.articles li {
	list-style-image: url(ecrire/img_pack/article-24.gif);
}

ul.breves li {
	list-style-image: url(ecrire/img_pack/breve-24.gif);
}

ul.sites li {
	list-style-image: url(ecrire/img_pack/site-24.gif);
}

p.spip_descriptif {
	margin: 0 0 0.2em 1em;
	font-size: 0.8em;
}

/* Habillage des sondages */

ul.sondage {
	font-size: 0.8em;
}

p.sondage {
	font-size: 0.8em;
}

/* Habillage des forums */

div.forum {
	font-size: 0.8em;
}

div.forum ul {
	-moz-border-radius: 1em;
	border: 1px solid #909090;
	background-color: #a1a1a1;
	display: block;
	padding: 0;
	margin: 0.5em 0 0 1em;
	list-style: none;
}

div.forum ul ul {
	border: 1px solid #a4a4a4;
	background-color: #b5b5b5;
}

div.forum ul ul ul {
	border: 1px solid #b8b8b8;
	background-color: #c9c9c9;
}

div.forum ul ul ul ul {
	border: 1px solid #ccc;
	background-color: #ddd;
}

div.forum ul ul ul ul ul {
	border: 1px solid #e0e0e0;
	background-color: #f1f1f1;
}

div.forum ul ul ul ul ul ul {
	border: 1px dashed #e0e0e0;
	background-color: #f1f1f1;
}

div.forum ul li p.spip_titre_document {
	font-weight: bold;
}

/* Habillage des messages d'un forum */

div.message {
	font-size: 0.8em;
	background-color: #f1f1f1;
	border: 1px solid #e0e0e0;
}

div.message p.titre {
	font-weight: bold;
}

/* Habillage d'un thread*/

div.thread {
	font-size: 0.8em;
	background-color: #a1a1a1;
	border: 1px solid #e0e0e0;
}

div.thread p.titre {
	font-weight: bold;
}

div.thread p.titreMessageCourant {
	font-weight: bold;
	color: red;
}


/* Petitions */

.signatures {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}
.signatures td {
	-moz-border-radius: 0.4em;
}
.signatures-titre {
	clear: right;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding: 0.5em;
	margin: 0px;
}
.signature-date {
	white-space: nowrap;
	background: #e4f0f0;
	padding: 0.5em;
}
.signature-nom {
	font-weight: bold;
	background: #ecf4f4;
	padding: 0.2em;
	text-align: center;
}
.signature-message {
	font-size: 85%;
	background: #f4f8f8;
	padding: 0.4em;
	text-align: justify;
}

/* Formulaires */

.formrecherche {
	background-color: #f2f2f2;
	color: #505030;
	margin: 0px;
	padding: 2px;
	border: solid 1px #909090;
	font-size: 80%;
	font-weight: normal;
}

.formulaire {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 4px;
	border: 1px solid #a0a0a0;
	background-color: #f6f6f6;
	font-size: 0.8em;
	font-weight: normal;
	width: 90%;
}

.formulaire select, .formulaire input {
	width: 90%;
}

.forml {
	background-color: #EFEFEF;
	margin: 2px;
	font-size: 0.9em;
	width: 90%;
}

.spip_bouton {
	padding: 2px;
}

.spip-admin {
	line-height: 0.2em;
	font-size: 0.8em;
	padding: 2px;
}

/* Personnalisation */

a.agora_favoris_ajout {
	color: darkgreen;
}

a.agora_favoris_supp {
	color: red;
}

.cm_ok {
	color: red;
}
.cm_error {
	color: red;
	font-weight : bold;
}


ul.rubriques a.agora_favoris_supp,
ul.articles a.agora_favoris_supp,
ul.breves a.agora_favoris_supp {
	font-size: 0.8em;
}

table.spip_perso {
	font-size: 0.8em;
}

table.spip_perso td {
	white-space: no-wrap;
}

img.spip_logos {

}

div.spip_logos {

}

div#bas {
	clear: both;
	padding: 3px;
	background-color: #EFEFEF;	
}

.nuage {
	top :	326px;
	left : 393px;
	float:left;
}

.datehome {
	top : 426px;
	left : 564px;
	float:right;
}
