html {
	padding: 0;
	margin: 0;
}

body{
	padding: 0;
	margin: 0;
	height: 100%;  /* Needed for full height coverage in IE. */
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:  #fff;
	background: #fff;
}

h1 {
	font-size: 14pt;
}

/* Cadre permettant un affichage 800x600 centré */
#general{
	width: 930px;
	min-height: 100%; /* works only if parent container is assigned a height value */
	border: 1px solid #ffffff;
	background-color: #03286F;
	border-bottom: 0;
	border-top: 0;
	margin: auto;
}

/* Cadre contenant le bandeau du haut */
#bandeau {
	background: url(/squelettes/images/top.jpg) no-repeat top center;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 121px;
}

/* Cadre contenant les articles à gauche et les menus à droite */
#contenu {
	background: #03286F url(/squelettes/images/fond.jpg) no-repeat top center;
	padding: 0px;
	height: 423px;
	width: 930px;
	margin: auto;
}

#menu {
	background: #03286F;
	width: 930px;
	margin: auto;
	font-size: 60%;
	border-bottom: #ffffff 3px solid;
	text-align: left;
}

.lien {	/* "lien" sera notre conteneur, ici la balise div */
	float: left;
	width: 105px;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
	background: url(/squelettes/images/menuOn.jpg) top left no-repeat;	/* placement de l'image 2 au second plan */
}

.lien a {	/* définition du lien qui occupera toute la place du conteneur */
	display: block;
	width: 100%;
	height: 100%;
	background: white url(/squelettes/images/menuOff.jpg) top left no-repeat;	/* placement de l'image 1 au premier plan */
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight:bold;
	text-decoration: none;
}

.lien a:hover {	/* masquage de l'image1 au survol */
	background: transparent none;
}

.menuItem {
	float: left;
	width: 190px;
	padding: 5px;
}

.titreHaut {
	font-weight: bold;
}

.chapoHaut {
	padding-top: 3px;
	padding-bottom: 3px;
}

.savoirHaut {
	color: #D2F3FF;
	text-decoration: none;
	font-weight: bold;
}

.menuItem ul {
	margin-top: 5px;
}

.menuItem li {
	list-style-type: square;
	margin-left: -20px;
}

.menuItem li a, .articleCentre li a {
	text-decoration: none;
	color: #ffffff;
}

#gauche {
	float: left;
	width: 175px;
	margin: 50px 10px 60px 10px;
	padding: 0px;
}

.titre {
	margin: 10px 6px 10px 0px;
	background: url(/squelettes/images/gaucheOn.jpg);
	font-size: 70%;
	text-align: center;
}

.titre a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 10px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	color: #D2F3FF;
	background: url(/squelettes/images/gaucheOff.jpg);
}

.titre a:hover {
	color: #D2F3FF;
	background: transparent none;
}

.liste {
	margin: 0px 6px 20px 6px;
	font-size: 70%;
	color: #D2F3FF;
}

.liste ul {
	margin-top: 0px;
}

.liste a {
	text-decoration: none;
	color: #D2F3FF;
}

.liste a:hover {
	text-decoration: underline;
	color: #D2F3FF;
}

.liste li, .articleCentre li {
	list-style-type: square;
	margin-left: -20px;
}

#centre {
	float: left;
	width: 500px;
	margin: 50px 8px 60px 8px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: #FAE006 1px solid;
	border-right: #FAE006 1px solid;
}

#centre a {
	color: #ffffff;
}

.titreCentre {
	text-decoration: none;
	font-weight: bold;
	color:  #fff;
}

.articleCentre {
	float: left;
	width: 220px;
	margin: 5px 10px 5px 5px;
	text-align: left;
	font-size: 80%;
}

.articleCentre ul {
	margin-top: 2px;
}

#droite {
	float: left;
	width: 175px;
	margin: 50px 5px 60px 10px;
	padding: 0px;
}

.formulaire_recherche label {
	display: none;
}

#pied {
	width: 930px;
	margin: auto;
	background-color: #ffffff;
	font-size: 60%;
	color: #03286F;
}

#pied a, #pied a:hover {
	font-weight: bold;
	color: #03286F;
	text-decoration: none;
}

.TitreRub {
	margin: 0px;
	padding: 0px 0px 5px 5px;
	font-size: 80%;
}

.RubGauche {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 5px;
	border-bottom: #104DA5 1px solid;
	font-size: 80%;
}

.RubGauche a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#listeArt {
	font-weight: bold;
	font-size: 65%;
	padding-left: 5px;
}

#listeArt a {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#listeArt a:hover {
	font-weight: bold;
	text-decoration: none;
	color: yellow;
}

.chapo, #chapo {
	font-size: 80%;
	color: #CCCCCC;
	padding: 0px 0px 8px 0px;
}

.savoir {
	color: yellow;
	text-decoration: none;
	font-size: 80%;
}

#texte {
	font-size: 80%;
}

#searchPage {
	float: left;
	width: 600px;
	margin: 50px 10px 60px 10px;
	text-align: left;
	padding: 0px;
	font-size: 80%;
}

#searchPage a {
	text-decoration: none;
	color: #cccccc;
	font-weight: bold;
}

#searchPage a:hover {
	text-decoration: underline;
	color: #cccccc;
	font-weight: bold;
}


/* SPIP classes overriding */

.spip_surligne {
	 background-color: #CCCCCC;
	 color: black;
}

.spip_documents_left {
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0px;
}

.spip_documents_right {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}