﻿/*DEBUT- ELEMENT MASQUE*/

	body{
		background-color:#FFFFFF;
		background-image:none;
	}
	.spip-admin-float{
		display:none;
	}
	
	#preload
	{
		display:none;
	}
	#main {
		margin:auto;
	}
	#container
	{
		
		background-image:none;
	}
	
	#Logo
	{
		display:none;
	}
	
	#Logo IMG
	{
		display:none;
	}
	
	#image_rubrique IMG{
			display:none;
	}
	
	.header
	{
		display:none;
	}
	
	.footer
	{
			display:none;
	}
	
	#tools
	{
		display:none;
	}
	
	#links
	{
		display:none;
	}
	
	#AGSE
	{
		display:none;
	}
	
	#AGSE a
	{
		color : #fff;
	}
	
	#BottomLinks
	{
		display:none;
	}
	
	#arrow{
		display:inline;
		margin-left:0.3em;
		margin-right:0.3em;
	}
	#arianne
	{
		display:block;
		margin-top: 0px;
		margin-bottom: 10px;
		min-height:40px;
	}
	
	#aide_outils {
		display:none;
	}
	
	h2.forum-repondre{
		display:none;
	}
	
	h1{
		display:none;
	}
	
	#classification{
		display:none;
	}
	
	#titre_tools{
		display:none;
	}
	
	.frmLeft{
		display:none;
	}
	
	.frmRight {
		width:100%;
	}
	
/*FIN - ELEMENT MASQUE*/


#titre{
	display:block;
}

#ArticleBody
{
	width : 600px;
	display : block;
	
}
#ArticleBody #titre{
	padding: 0px;
	margin: 0px;
	padding-right:15px;
	margin-bottom: 10px;
	background : none;
}

#ArticleContent
{
	height:auto;
	/*height : 600px;*/
	/*overflow : scroll;*/
	white-space:normal;	
	word-break : all;
	line-break : strict;
	display : block;
	padding-right:20px;
}

#auteur {
	margin-top:1.5em;
	font-weight:bold;
}

#publication {
	margin-bottom:1.5em;
	font-weight:bold;
}
#ArticleContent p
{
	line-break : strict;
	display :run-in;
}
.article {
	text-align:justify;
	font: 13px Arial, Helvetica, sans-serif;
	line-height:140%;
}

.article .spip{

	text-align:justify;
	font: 13px Arial, Helvetica, sans-serif;
	line-height:140%;
}

.article li {
	margin-left: 40px;
	}

.article .spip li {
	margin-left: 40px;
	}

.article .spip h3{
	font-weight:bold;
}

.article .spip a{
	color:#006600;
}
.article .spip strong{
	font-weight:bold;
	margin:0px;
}
.spip strong{
	font-weight:bold;
	margin:0px;
}
.article .spip i{
	font-style:italic;
}
.article .spip hr{
color:#FFFFFF;
background-color:#FFFFFF;
border-color:#FFFFFF;
}

.article a {
	color:#76805E;
	text-decoration:none;
}
.article a:hover {
	color:#7C8764;
	text-decoration:underline;
}

#chapo_article {
	margin: 0px;
	padding: 0px 2em 0px 2em;
}

#chapo_article li {
	margin-left: 40px;
}

#chapo_article_haut {
	background : url(Images/chapo_haut.gif) no-repeat;
	height: 21px;
}

#chapo_article_bas {
	background : url(Images/chapo_bas.gif) no-repeat;
	height: 21px;
}
.frmRight {
	padding-left: 15px;
}
#Links div .titre_extrait {
 	width:50px;
 	float:left;
 	height:20px;
 	line-height:20px;
 	text-align:left;
 	vertical-align:middle;
}
#Links div .son_extrait {
	margin-left:60px;
	width:150px;
}
#titre_tools{
	float: right; 
	width:107px;
}
#titre_toold_left{
	background-image:url(Images/titre_tools_left.gif);
	background-repeat:no-repeat;
	height:45px;
	width:20px;
	margin:0px;
	padding:0px;
	float:left;
	clear:left;
}
#titre_toold_mid{
	background-image:url(Images/titre_tools_mid.gif);
	background-repeat:repeat-x;
	height:45px;
	margin:0px;
	padding:0px;
}
#titre_toold_mid_content{
	padding-top:1px;
	padding-bottom:2px;
	padding-right:5px;
	padding-left:2px;
}
#titre_toold_right{
	background-image:url(Images/titre_tools_right.gif);
	background-repeat:no-repeat;
    height:45px;
	width:19px;
	margin:0px;
	padding:0px;
	float:right;
	clear:right;
	
}
.clear {
	display:block;
	clear:both;
}




/*DEBUT- SPIP STYLES*/

	i.spip {
	font-style:italic;
	}
	strong.spip {
	font-weight:bold;
	}
	h3.spip {
		font-size:14px;
		text-align:center;
		margin-top:2em;
		margin-bottom:1em;
	}
	hr.spip {
	color:#FFFFFF;
	background-color:#FFFFFF;
	border-color:#FFFFFF;
	}
	
	.spip_puce { list-style-position: outside; }
	
	ul.spip {
		margin-left:20px;
		text-align:justify;
	}
	
	ul li.spip {
		list-style-type:disc;
		padding-right: 20px;
		margin-top:0.5em;
		margin-bottom:0.5em;
		/*list-style-image:url(images/triangle-droite.gif);*/
	}
	
	ol.spip {
		margin-left:2em;
		margin-top:0.5em;
		margin-bottom:0.5em;
	}
	
	ol li.spip {
		margin-left:1em;
		margin-top:0.5em;
		margin-bottom:0.5em;
		list-style-type:decimal;
	}
	
	.article h3.spip {
		margin-top: 2em; 
		margin-bottom: 1.4em; 
		font-size: 1.15em; 
		font-weight: bold; }
	
	/* Paragraphes, citations, code et poesie */
	p.spip {
	padding-top:0px;
	margin-top:5px;
	text-align:justify;
	}
	p.spip_note {}
	
	blockquote.spip, .spip_serif { font-family: Georgia, Times, serif; }
	
	blockquote.spip { 
		margin: 1em; 
		padding-left: 1em;
		padding-right: 1em;
		border: 1px dotted; }
	
	div.spip_poesie { 
		margin: 1em; 
		padding-left: 1em; 
		border-left: 1px solid;
		font-family: Garamond, Georgia, Times, serif; }
	div.spip_poesie div { text-indent: -60px; margin-left: 60px; }
	
	.spip_code, .spip_cadre { font-family: monospace; font-style: normal; font-size: 1.2em; }
	.spip_cadre { width: 99%; border: 1px inset; }
	
	.spip_surligne { background: #FF6; }
	
	/* Tableaux */
	table.spip {
		margin: auto;
		margin-bottom: 1em;
		border: 1px solid;
		border-collapse: collapse; }
	table.spip caption {
		caption-side: top; /* bottom pas pris en compte par IE */
		text-align: center;
		margin: auto;
		padding: 3px;
		font-weight: bold; }
	table.spip tr.row_first { background: #FFC; }
	table.spip tr.row_odd { background: #DDD; }
	table.spip tr.row_even { background: #EEE; }
	table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }
	
	/* Logos, documents et images */
	img, .spip_logos { margin: 0; padding: 0; border: none; }
	
	.spip_documents { 
		text-align: center; 
	}
	
	.spip_documents_center { 
	/*clear: both;*/
	width: 100%; 
	margin: auto; 
	}
	
	span.spip_documents_center { display: block; margin-top:1em; }
	.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
	.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
	.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
	.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }
	
	.spip_doc_mp3_block{
	height:20px;
	line-height:2Opx;
	margin-top:4px;
	margin-bottom:4px;
	}
	.spip_doc_mp3_titre{
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:20px;
	line-height:20px;
	color:#333333;
	}
	.spip_doc_mp3_descriptif{
	display:block;
	height:20px;
	line-height:20px;
	}
	
	/* Images typographiques (via image_typo), URL a revoir... */
	.format_png { behavior: url(win_png.htc); }
	
	/* modeles par defaut */
	.spip_modele { float: right; display: block; border: 1px dotted #666; width: 180px; }
	
	/* Barre de raccourcis typographiques */
	table.spip_barre { width: 100%; }
	
	table.spip_barre a img {
		background: #FDA;
		padding: 3px;
		border: 1px outset #999; }
	table.spip_barre a:hover img {
		background: #FFF;
		border: 1px solid #999; }
	
	table.spip_barre input.barre { width: 100%; background: #EEE; }
	
	/* * Couleurs des liens de Spip */
	a.spip_note {} /* liens vers notes de bas de page */
	a.spip_in { color: #900; } /* liens internes */
	/*a.spip_out { color: #009; }  liens sortants */
	a.spip_url { color: #009; } /* liens url sortants */
	a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
	.on { font-weight: bold; color: #000; } /* liens exposes */
	
	#chapo_article {
		font-weight: normal;
	}
	
	#chapo_article p.spip {
		font-weight: normal;
		margin: 0px;
		padding: 0px;
	}
	
	#chapo_article a{
		text-decoration:none;
	}

/*FIN - SPIP STYLES*/