/* CSS Document */
@import url(style.css);

* { 
	outline: none;
	margin:0px;
	padding:0px;
	color:#990000;
	font-size:15px;
	font-family:'Trebuchet MS', Verdana, sans-serif;

}

body {
	margin: 0;

	margin-top:0px;

	padding-top:0px;

	text-align: center;
	
	color:#000;
	
	background-image:url(../images/fond.jpg);
	
	background-repeat:repeat-x;
	
	background-position:center;
	
	background-position:top;
	
	background-color:#ff6699; /* bf3a3b */
	
	
	}
	
#global{
	position:relative;
	z-index:50;
	width:800px;
	padding:5px;
	margin: 0 auto;
	margin-bottom:0px;
	padding-bottom:0px;
	min-height: 400px;
	height: auto !important;
	height: 400px; 
	margin-top:10px;
	/* border:1px solid #666666; */
}

/* Corps */
#global #contenu{
	margin-top:0px;
	width:800px;
	margin: 0 auto;

}

#contenu #cadrun{
	width:800px;}
	
#cadrun #ho{
	background-image:url(../images/ho_un.jpg);
	background-repeat:no-repeat; 
	height:15px;
}

#cadrun #contenun{
	background-image:url(../images/contenun.jpg);
	background-repeat:repeat-y;
	padding-left:4px;
	min-height: 500px;
	height: auto !important;
	height: 500px; 
} 

#contenun #gauche{
	text-align:justify;
	float:left;
	width:500px;
	margin-left:10px;}
	
#contenun #gauche #go{
	border:1px solid #330000;
	padding:5px;
	text-align:center;
	float:left;
	width:220px;
	margin-left:10px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	}
	
#contenun #gauche #do{
	padding: 5px;
	text-align:center;
	float:right;
	width:220px;
	border:1px solid #330000;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	margin-left:10px;}
	
#contenun #droite{
	text-align:justify;
	float:right;
	width:270px;
	margin-right:10px;}

#cadrun #bas{
	background-image:url(../images/bas_un.jpg);
	background-repeat:no-repeat; 
	height:16px;
}

.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

div#texte{
	text-align:justify;
	padding:5px;
}

div#hierarchie{
	text-align:justify;
	padding-left:5px;
	margin-bottom:7px;
	}


div#texte p.spip{
	text-align:justify;
	margin-bottom:12px;
}

div#corps ul{
	text-align:justify;
	padding-left:3px;
	padding-right:5px;
	list-style:none;
	}
	
div#corps ul a{
	text-decoration:none
	}
	
div#contenun #corps{
	padding-left:5px;
	padding-right:5px;

}

div#contenu p.spip{
	margin-bottom:12px;}
	
div#gauche h3.spip{
	text-align:center;
	margin-top:12px;}
	
