
body {
	color  :  black;
	width : 20cm;
	margin  :  0;
	padding : 0;
	 /* pour ce IE qui ne sait pas lire les CSS selon les standards - penser  a remetre els textes dans l'allignement voulu*/

}
img { margin : 4px;
	padding : 0; 
}
.cache { /* liens vides a masquer ou pas, presence suffit */
	display : none; /* parce que MSIE est truffe de bugs */
}
.nowrap {
	white-space : nowrap;
}
 #noprint {
	 display : none;
	top : 0;
	 left : 0;
	 width : 0;
 }
 .print {display : visible;
 }
/* meme fonctions */ 
.hrhidden { /* plus court a ecrire */
	clear : both;
	visibility : hidden;
}
.espacer {
	display : none;
  clear :  both;
}
/* //////////////////////////////// */
#enhaut { /* positionnement en haut */
	height : 0;
	width : 0;
	visibility : hidden;
	display : none;
	/* margin :   auto; */ /* incompris par MSIE, m�me la version 6 */
 }

.largeurA {
	width : 20em;
}
.largeurB {
	width : 25em;
}
.margeHaut { /* marge en haut de certains blocks */
	margin-top : 0.4em;
}
.margeGA { /* petite marge gauche */
	margin-left : 10px;
}
.margeGB { /* marge plus large */
	margin-left : 50px;
}

/* ***** */
.placeFlCl { /* generale, a ecraser ou completer */
	float : left;
	clear : left;
}
.placeFr { /* positionnement Flottant droite */
	float : right;
}
.placeFl {
	float :left;
}
.placeFCr {
	clear : right;
}
.placeFCb { /* pour tout separer : clear : both */
	clear : both;
}
.texteD {
	text-align : right;
}


 .ordre { /* A3  */
	 display  :  none;
	 width  :  0;
 }
 
.conteneur { /* R3 */
	text-align : left; /* on retablit l'alignement des textes */
		margin : 0;
		padding : 0;
}

.contenu {
	margin : 0;
	padding : 0;
}

/* ************ */
.flot a, .floton a, .flotC a, .flotonC a{
	display : none;
}
.flot , .floton , .flotC , .flotonC {
	display : none;
}
/* **************************
*****************************
****************************/


.contenu .spip, .texte { /*  R2 R3 (A3)-->art_block_G* */
	text-align : justify;
	padding : 0;
	text-indent : 5mm;
	width : 10cm;

}
.marge { /* complement  */
		margin-left : 6cm;
}
 .texteM { /*  M  */ 
	text-align : left;
	margin : 0;
	padding : 0;
	width : 20cm;
	clear : left;
}

/* section messages pour l'auteur */
.mailauteur {	/* R2 R3 A2 A3 */
	margin-top : 10px;
	text-align : right;	
}
.serre {
	text-align : left;
	margin : 0;
	padding : 0;
}
.nom a{ /* (R3) --> art_block_G* */
	color :  #99a;
}

.detail { /* (R3) --> art_block_G* */
	margin-left :  0;
}



/*
 * Disposition  :  on elimine les elements de navigation (display :  none)
 * et on choisit un affichage de base pour le principal
 */

 
#principal {
	margin :  0px;
}

#navigation {
	display :  none;
}

.encart {
	display :  none;
}




#ours { /* sgn */
	border : none;
	padding  :  0 ;
	margin  :  0 ;
	 text-align : left;
	 clear : left;
}
#ours a{ /* sgn */
  padding  :  0.1em 0.9em 0.1em 0.9em;
}

 
#webours { /* sgn */
	text-align : center;
	padding  :   0 ;
	margin  :  5px 0 0 0 ;
	 font-size : small;
	 font-style : italic;
	 text-align : center;
}
#webours a{ /* sgn */
  background-color  :  transparent; 
  padding  :  0.1em 0.1em 0.1em 0.1em;
  color : black;
}



/*
 * Forums
 */

.forum-repondre {
	display :  none;
}
.forum-repondre-message {
	display :  none;
}

/* *******************************************************/
/*
 * Feuille de style specifique a l'impression
 */
 
/* Pour les liens, on desactive les couleurs
   et on affiche l'URL cible a la suite du lien (!) */

a { color :  black; text-decoration :  none; 
}
a:visited { color :  black; text-decoration :  none; }
a.spip_in { color :  black; text-decoration :  none; }
a.spip_out { color :  black; text-decoration :  none; }
a:after {
	/*display :  inline;*/
	/*border :  1px solid dotted;*/
	/*content :  " [" attr(href) "]";*/
}


.structure {
	display :  none;
}
.spip-admin {
	display :  none;
}


