body {
	bgcolor="#6C88B7"
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background: #6C88B7;
	height:100%;  /* Needed for full height coverage. */
	text-align: center;  /* Needed for div to be centered. */
}

/* affichage 800x600 centré */
#general {
	position: relative;
	width: 800px;
	background: #FFFFFF;
	border: 1px solid #5F5F5F;
	border-bottom: 0;
	border-top: 0;
	margin: 0 auto;
	text-align: left;
}

.topBgColor {
	background: #040720;
}

.menutop {
	background: #040720;
	width: 150px;
	height: 26px;
	text-align: center;
	color: #FFFFFF;
	padding: 3px;
	padding-left: 10px;
	padding-right: 3px;
}

.menutop a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
}

.menutop a:hover {
	color: #FFBA00;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
}

#contenu {
	width: 100%;
	height: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

.menuSecteur {
	font-size: x-small;
	font-weight: bold;
	line-height: 30px;
	list-style-type: none;
	padding-left: 10px;
}

.menuRubrique {
	font-size: x-small;
	font-weight: normal;
	list-style-type: square;
	line-height: 20px;
	list-style: inside;
	padding: 0 0 0 35px;
}

.menuLien {
	text-decoration:none;
	color:#000000;
}

.menuLien:hover {
	text-decoration:underline;
	color:#000000;
}

#menuBg {
	height: 100%;
	width: 100%;
	background: url(images/fond_grue.jpg);
	background-repeat: no-repeat;
}

.titreArticle {
	font-size: small;
	font-weight: bold;
	padding: 10px 5px 0px 0px;
}

.corpsArticle {
	font-size: xx-small;
	padding: 3px 5px 10px 0px;
	text-align: justify;
}

.lienArticle {
	font-size: xx-small;
	text-decoration:none;
	color:#6C88B7;
}

.pubsommaire {
	border: 1px solid #000000;
	padding: 1px;
	margin: 15px;
	font-size: xx-small;
	text-align: justify;
}

#pied {
	font-size: xx-small;
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 3px;
	padding-top: 10px;
	text-align: center;
}

.spip_documents img {
	margin: 3px;
}