/*Feuille de style de l'éditeur*/
body,html {
	background-color: #FFFFFF;
	background-image: url('/images/bg.gif');
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

/*div.apercu {
	margin: auto;
	text-align: center;
	width: 600px;
}*/

div.editeur {
	margin: auto;
	width: 90%;
	padding: 6px;
}

/*div.content {
	height: 350px;
	overflow: auto;
	margin: 6px;
	padding: 6px;
}*/
	

/*Le fond d'abord*/
.apercu { background: #EFEFEF; }
/*Par dessus lequel on dessine dans l'ordre les lignes*/
.t {background: url(/images/dot.gif) 0 0 repeat-x}
.b {background: url(/images/dot.gif) 0 100% repeat-x}
.l {background: url(/images/dot.gif) 0 0 repeat-y}
.r {background: url(/images/dot.gif) 100% 0 repeat-y}
/*Puis les coins*/
.bl {background: url(/images/bl.gif) 0 100% no-repeat}
.br {background: url(/images/br.gif) 100% 100% no-repeat}
.tl {background: url(/images/tl.gif) 0 0 no-repeat}
.tr {background: url(/images/tr.gif) 100% 0 no-repeat}


