/*
*	+----------------------------------+
*	Nom de l'Outil : Filets de Separation
*	Version : 1.3
*	Date : 27/12/2006
*	Auteur : FredoMkb
*	Adaptation et ameliorations pour le plugin
*	 "Couteau Suisse" : Patrice Vanneufville
*	+-------------------------------------+
*	Cette feuille de style est specialement dediee 
*	au formatage des filets produits par l'outil 
*	"Filets de Separation" ("filets_sep.php").
*	+----------------------------------+
*	Pour toute remarque ou suggestion, reportez-vous a l'article :
*	<http://contrib.spip.net/> 
*	+-------------------------------------+ 
*/

.filet_sep {
	font-size:1px;
	text-align:center;
	padding:0; 
	margin:0;
}

/******************************************/
/** ESPACEMENT **/


#content .filet_sep_0 {margin: 5px;}
#content .filet_sep_1 {height: 10px; margin: 10px 0;}
#content .filet_sep_2 {height: 10px;margin: 20px 0;}
#content .filet_sep_3 {height: 10px;margin: 40px 0;}


/******************************************/
/** FILETS **/

/* ligne entière*/
.filet_sep_4 { 
	height: 40px;
	margin-bottom: 40px;
	background-color: none;
	border-bottom: 1px solid #666;
}

.filet_sep_5 { 
	height: 40px;
	margin-bottom: 40px;
	background-color: none;
	border-bottom: 1px solid #CCC;
}
/* demi ligne*/
.filet_sep_6 { 
	margin: 0px 33% 40px;
	height: 40px;
	background-color: none;
	border-bottom: 1px solid #666;
}
.filet_sep_7 { 
	margin: 0px 33% 40px;
	height: 40px;
	background-color: none;
	border-bottom: 1px solid #CCC;
}

/* Exemple de filet pour surcharge */
.filet_sep_7 {
	border-bottom: 1px solid #999;
}
/*****************************
* Clear
*****************************/
.filet_sep_10{clear:both}

/******************************************/
/** Images **/

.filet_sep_image {
	height: 10px; /* hauteur par defaut */
	background-position: center;
	background-repeat: no-repeat;
	border-style: none;
	margin: 50px 0;
}
