body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FCFFFA;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0;
}
h1, h2, h3, h4 {
	clear: both;
}

h1 {
	color:#36C;
	font-size: 160%;
	margin: 30px 0 16px 0;
}
#top h1 {
	color:#ABD;
	margin: 0;
	font-size: 16px;
	padding: 20px 0 0 260px;
}
h2 {
	color:#039;
	font-size: 130%;
	margin: 22px 0 10px 0;
}
h3{
	color:#039;
	font-size: 112%;
	margin: 16px 0 8px 0;
}
a {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	color: #990000
}
#page {
	background-image: url(deco/S_bg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto auto auto;
	text-align: justify;
	padding: 0 5px;
	width: 750px;
}
#top {
/*
	background-image: url(deco/S_bg.jpg);
	background-repeat: no-repeat;
*/
	height: 85px;
	color: #FFF;
	padding: 0 0 0 175px;
}
.comander {
	font-size: 75%;
	margin: 5px auto;
	text-align: center;
}
.message {
	font-weight: bold;
	color: #900;
	padding: 12px 0;
	margin: 5px;
	text-align: center;
	background-color:#FFC;
	border: 1px solid #CC0000;
}
.section {
	margin: 9px 0;
	clear: both;
}
.ctrl, .noctrl {
	height: 16px;
	font-size: 75%;
	text-align: right;
	border-top: 1px solid #EEE;
	padding: 0;
	margin: 0 0 24px 0;
	clear: both;
}
.ctrl {
	color: #888;
	position: relative;
	padding: 0 140px 0 0;
}
.noctrl {
	color: #AAA;
}
/* Boutons d'admin*/
.del, .up, .edit, .addsec, .nodel, .noup, .noedit, .noaddsec {
	background-image: url(deco/xolo_btns.gif);
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	bottom: 2px;
}
.del, .nodel {
	background-position: -123px 0px;
	right: 0;
	width: 18px;
}
.del:hover {
	background-position: -123px -20px;
}
.up, .noup {
	background-position: -107px 0px;
	right: 12px;
	width: 18px;
}
.up:hover {
	background-position: -107px -20px;
}
.edit, .noedit {
	background-position: -61px 0px;
	right: 32px;
	width: 43px;
}
.edit:hover {
	background-position: -61px -20px;
}
.addsec, .noaddsec {
	background-position: 0px 0px;
	right: 79px;
	width: 54px;
}
.addsec:hover {
	background-position: 0px -20px;
}
.nodel, .noup, .noedit, .noaddsec {
	background-image: url(deco/xolo_nobtns.gif);
}
/* Classes de formulaire*/
.xform {
	width: 570px;
}
.xform .short {
	width: 30px;
}
.fr {
	background-image: url(deco/xolo_fbg.png);
	background-repeat: no-repeat;
	padding: 5px 0 0 7px;
	margin: 8px 0 0 0;
	width: 100%;
}
.ft {
	font-weight: bold;
	color:#06C;
	padding: 0 0 3px 0;
}
.short {
	margin: 5px 0;
	font-size: 80%;
}
.shorttitle {
	font-weight: bold;
	color: #003366;
	font-size: 120%;
}
/* Pour le plugin commentaires */
.commentaire {
	background-color: #EEEEEE;
	font-size: 11px;
	border: solid 1px #AAAAAA;
}
.commentaire h1 {
	margin: 0;
	padding: 2px;
	background-color: #DDDDDD;
	font-size: 11px;
	font-weight: normal;
}
.commentaire span {
	padding: 3px;
}
/* Pour le plugin sommaire */
.sommaire {
	color: #555;
	display: block;
	margin: 8px 0 0 0;
}
.sommaire h1 {
	margin: 0;
	padding: 0;
	font-size: 110%;
}



