/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
	text-decoration: none;
	list-style: none;
}
body {
	background: none;
	font-family: "Myriad Pro", Arial, sans-serif;
}
.message_erreur {
	color: red;
}


/***************************/
/*         BANDEAU         */
/***************************/
div#bandeau {
	color: #000;
	height: auto;
}
div#bandeau div.zoneUtile {
	overflow: auto;
}
div#entete,
div#bandeau ul {
	display: none;
}


/***************************/
/*  STRUCTURE DE LA PAGE   */
/***************************/
div#contenu {
    background: none;
	height: auto;
	overflow: auto;
	display: inline;
}


/* colonne de gauche */
div#menu,
div#page div#menuMonStGregoire {
	display: none;
}



/*----------------------*/
/*         page         */
/*----------------------*/
div#page {
	float: none;
	width: auto;
	height: auto;
	min-height: none;
}
div#page div#ariane {
	font-size: 12px;
	color: #000;
	margin: 50px 6% 0 6%;
}
div.complet {
	overflow: auto;
	margin: 0;
	height: auto;
	display: inline;
}
div.complet div.images {
    float: right;
    margin: 0 20px;
    padding: 0;
	height: 250px;
	width: 250px;
}
div.complet div.images img {
    display: block;
    margin: 0;
	width: 100%;
}
div#listeCommentaires a.repondreCommentaire,
div.diaporama,
div#page div.outilsAccess, div.complet a.retour {
	display: none;
}


/* page d'accueil */
div#page div#centre {
    width: 60%;
	float: left;
	margin: 0 0 0 3%;
}
div#page div#centre li {
    clear: both;
    height: auto;
    overflow: auto;
    padding-bottom: 10px;
}
div#page div#centre ul {
	page-break-inside: auto;
}
div#page div#flash {
    float: right;
    padding: 0;
    width: 30%;
}
div#page div#centre hr,
div#hebdo {
	display: none;
	clear: none;
}


/*----------------------*/
/*     pied de page     */
/*----------------------*/
div#piedepage {
	clear: both;
	background: #fff;
	width: 100%;
	border-top: solid 3px #ccc;
}
div#piedepage p {
	color: #000;
}
div#piedepage ul {
	display: none;
}

