html,body {
	background-color : #1b78b2;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 14px;
	color : #0d4e76;
	padding: 0;
}

h1 {
	padding-top: 8px;
	margin : 0;
	font-size : 18px;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #c8e9fe; /*#0d4e76;*/
	border-bottom: 3px solid #c8e9fe;
	padding-left: 60px;
	margin-left: 35px;
}

h3 {
	font-size : 16px;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #0d4e76;
	margin-left:10px;
	padding-left: 20px;
	background: url("http://lesgivres.chezdavid.ath.cx/dist/favicon.ico") no-repeat left bottom;
	
}

#article td {
/* Couleur exterieur des bordures d'un tableau */
	border: 0px solid;		
}
#article table {
/* Couleur interieur des bordures d'un tableau */
	border: 0px solid;	
/* Border-collapse fusionne (collapse) ou dissocie (separate) les bordures interieur et exteieur d'un tableau */		
	border-collapse: collapse;
}

.texteencadre-spip {
	background: #c8e9fe;
	border-bottom: 2px solid #c8e9fe;
	border-left: 1px solid #c8e9fe;
	border-right: 2px solid #c8e9fe;
	border-top: 1px solid #c8e9fe;
	margin: 1em 0;	
	padding: .25em;	
	position: relative;
}

a:link {
	color : #0d4e76;
	text-decoration : none;
	font-weight : bold;
}

a:visited {
	color : #1b78b2;
	text-decoration : none;
	font-weight : bold;
}

a:hover {
	color : #1b78b2;
	text-decoration : none;
	font-weight : bold;
}

#conteneur {
	background-color : #c8e9fe;
	width : 800px;
	margin : 0 auto;
}

#header {
	height : 200px;
}

#menu {
	height : 20px;
	margin-left : 2px;
	margin-right : 2px;
}

#centre {
	text-align: justify;
	background-color : #72c4f7;
	margin-left : 2px;
	margin-right : 2px;
	/* Ne pas coller le text au cadre */
	padding-left : 7px;
	padding-right : 7px;
	padding-bottom: 1px;
}
#article img{
	border: 3px solid #c8e9fe;
	margin-left : 0px;
	margin-bottom: 0px;
}

#pied {
	text-align: center;
	height : 40px;
	background-image : url(../26-11-08/spip/images/pied.jpg);
}

/* Pour les messages d'erreures du formulaire de contact */
.red {
		color : red;
		text-align: center;
		font-weight : bold;
}

/* Les boutons d'admin survolent la page (sauf #FORMULAIRE_ADMIN) */
.spip-admin-float {
	text-align : right;
	color: #FFF;
}
.spip-admin-float a{
	color: #FFF;
}

