
/* Pour les liens, on desactive les couleurs
   et on affiche l'URL cible a la suite du lien (!) */

a { color: black; text-decoration: underline; }
a:visited { color: black; text-decoration: underline; }
a.spip_in { color: black; text-decoration: underline; }
a.spip_out { color: black; text-decoration: underline; }
a:after {
	display: inline;
	border: 1px solid dotted;
	content: " [" attr(href) "]";
}



html>body #righter, html>body #lefter, html>body #header, html>body #footer
{
	display: none;	/* for compliant browsers, hide this column entirely */
}
* html #righter *, * html #lefter *, * html #header *
{
	display: none;	/* ie's ghost-text bug is triggered by key elements
			   having display:none set. #rightColumn is one of those
			   key elements. so we display:none all child
			   elements (doesn't trigger the bug) and try to
			   make #rightColumn have no chance to affect
			   document flow. */
}
#righter, #lefter, #header, #footer, #pleinelargeur 
{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	border: none;	/* remove anything that'll give this elemnt width. */
}
#outercolonne, #innercolonne, div.inside
{
	border-right-width: 0;	/* to get from 3 to 2 columns, we must hide the right-side border */
	border-left-width: 0;				
}
#innercolonne
{
	margin-right: 0;
	margin-left: 0;
}

div.inside, div.position, div.bloctype3
{
	background-color: #fff;
	width: 600px;
	margin-left /**/: -180px;
	border: 0;
}

div.cadre
{
	background-color: #fff;
}

div.spip-admin-float
{
	display: none;
}

/******************************************************************************/
@import "police.css";
@import "espace.css";
@import "deco.css";