body {
	font-family : Arial;
	padding : 1em 4em 1em 4em;
	font-size : 1em;
}


a:link {

	color: blue;
} 

a:visited {

	color: blue;
	font-style : italic;
} 


a:active {
	text-decoration: none;
	color: blue;
}

#cadre {
	border: 2em solid #ff9900;
	-moz-border-radius : 3em 3em 0em 3em;
	-webkit-border-radius : 3em;
	margin-right : 10em;
	margin-bottom : 2em;
	
}

#pub {
	text-align : center;
	padding-top : 2em;
	padding-bottom : 1em;
}

#cadre legend {
	font-size : 2em;
	color : #ff9900;
	font-weight : bold;
	margin-left : 0.5em;
}

#cadre legend a{
	color : #ff9900;
	text-decoration : none;
}


#incadre {
	margin : 0em 1em 1em 1em;

}

#gauche {
	float : left;
	width : 60%;
}

#droite {
	float : left;
	width : 40%;
}

#droite-conteneur {
	margin : 1em;
}



#hierarchie {
	color : #666666;
	text-align : right;
	font-size : 0.8em;
	margin-bottom : 0.5em;
}

#hierarchie a{
	color : #666666;
	text-decoration : none;
}

#texte-article{
	padding : 1%;
	font-size : 0.9em;
	color : #444444;
	border : 1px dotted #555555;
	background : #EEEEEE;
}

#texte-article a:link{
	color : blue;
	font-style : none;
}

#texte-article a:visited{
	color : blue;
	font-style : italic;
}

a.spip_out { 
	background: url(../dist/images/spip_out.gif) no-repeat; 
	background-position: right; 
	padding-right: 10px; 
}


#titre-article{
	margin-bottom : 0.7em;
	font-size : 1em;
	color : #444444;
	font-weight : bold;
}

#next-article {
	margin-top : 1em;
	text-align : right;
	font-size : 1em;
	color : #444444;
	font-weight : bold;
}

#before-article {
	text-align : right;
	font-size : 0.8em;
	color : #444444;
}