* {
	margin: 0;
	padding: 0;
}

/*-----------Corps----------------
---------------------------------*/
body {
	font-family: verdana, arial;
	font-size: 1em;
	background-color: #fff;
	text-align: center;
}
img {
	border: none;
}
/*---------Accessibilité----------
---------------------------------*/
p#prelude, p#prelude a {
	display: none;
}

/*-----------Conteneur-------------
---------------------------------*/
div#container {
	margin: 0 auto;
	width: 55.3em;
	background-color: #fff;
	text-align: left;
}

/*-----------Entête---------------
---------------------------------*/
#header h1 {

}

#header h1 span {
	display: none;
}
#header h1 img {
	padding: 0.2em 0 0 0;
}
#header h2 {
	color: #504e53;
	font-size: 1.2em;
	text-align: right;
	font-weight: normal;
}
ul#menu {
	display: none;
}

/*--------blocs contenu------------
---------------------------------*/
div#contenu {
	margin: 0 0 0.6em 0;
}
#contenu img {
	display: none;
}
/*-home page-*/
div#bloc1accueil {
}
div#bloc2accueil {
}
div#bloc1accueil, div#bloc2accueil {
	padding: 2em;
	border: none;
}
#bloc1accueil h1, #bloc2accueil h1 {
	color: #000;
	font-size: 1.6em;
	font-weight: normal;
}
#bloc1accueil h2, #bloc2accueil h2 {
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
}
#bloc1accueil p.info, #bloc2accueil p.info, #blocInfo p.info {
	display: none;
}

#bloc1accueil ul, #bloc2accueil ul {
	margin: 1em 0 0 0;
	font-size: 0.9em;
}
#bloc1accueil li, #bloc2accueil li {
	padding-left: 1em;
	color: #504e53;
	line-height: 2em;
	list-style: circle;
}
/*-Rubrique-*/
div.blocRubrique, .dernierBloc, div.blocRubrique2, .dernierBloc2 {
	color: #504e53;
	line-height: 1.5em;
}
div.blocRubrique {
	margin: 1em 3.9em 0 0;
}
.dernierBloc {
	margin: 1em 0 0 0;	
}

div.blocRubrique2 {
	margin: 0.6em 4.7em 0 0;
}
.dernierBloc2 {
	margin: 0.6em 0 0 0;
}
.blocRubrique h1 span, .dernierBloc h1 span, .blocRubrique2 h1 span, .dernierBloc2 h1 span {
	display: none;
}
.blocRubrique h2, .dernierBloc h2, .blocRubrique2 h2, .dernierBloc2 h2 {
	padding: 0.3em 0;
	font-size: 1em;
}
.blocRubrique p, .dernierBloc p, .blocRubrique2 p, .dernierBloc2 p {
	font-size: 0.8em;
}
/*-Article-*/
div#blocArticleMenu {
	display: none;
}

div#blocArticleContenu {
	margin: 0 0 0.6em 0;
	color: #504e53;
	line-height: 1.3em;
}
#blocArticleContenu h1 {
	padding-top: 0.4em;
	font-size: 1.1em;
}
#blocArticleContenu p {
	font-size: 0.8em;
}
/*----------footer----------------
---------------------------------*/
div#footer {
	display: none;
}






















