@charset "ISO-8859-1";
/* CSS Document */

body {
	width:100%;
	margin:0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	font-size:12pt;
	color:#000;
	background:transparent;
}

.clear { clear:both; }

/************ STYLES *************/
.petit_texte { font-size:0.917em; line-height:1.25em; }
.moyen_texte { font-size:1.167em; line-height:1.5em; }
.gros_texte { font-size:1.333em; line-height:1.667em; }

.orange,
.bleu,
.rouge,
.gris,
.blanc { color:#000; }

h1, .gros_titre { font-size:2.5em; line-height:1em; margin:5px 0; font-family: "Times New Roman", Times, serif; font-weight:normal; text-transform:uppercase;}
h2, .moyen_titre { font-size:2em; line-height:1em; margin:0; font-family: "Times New Roman", Times, serif; font-weight:normal; }
h3, .titre { font-size:1.833em; line-height:1em; margin:5px 0; font-family: "Times New Roman", Times, serif; font-weight:normal; }
h4, .petit_titre { font-size:1.5em; line-height:1em; margin:5px 0; font-family: "Times New Roman", Times, serif; font-weight:normal; }

/* Dans le fichier editeur.css dans "intranet/css", il y a un changement pour .titre_special et .titre_special2. */
/* Un float:none est ajouté. */
.titre_special {
	font-family: "Times New Roman", Times, serif;
	color:#000;
	font-size:2.333em;
	background:transparent;
	padding:5px 30px;
	text-transform:uppercase;
	display:block;
	float:none;
	margin-bottom:20px;
}
.titre_special2 {
	background:transparent;
	padding:3px 20px 3px 30px;
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	display:block;
	float:none;
	margin:20px 0 10px 0;
}

a { color:#000; text-decoration:none; }
a:hover { color:#000; text-decoration:underline; }

/**********************************/
#wrapper {
	width:100%;
	-webkit-box-shadow: none;
	box-shadow: none;  
}

#header {
	position:relative;
	width:100%;
}

#logo {
	display:none;
}

#logo_print {
	display:block;
	text-align:center;
}

/********** MENU UTILITAIRE ***********/

#menuutilitaire {
	display:none;
}

/***************************************/

#entete {
	display:none;
}

/********* MENU PRINCIPAL ************/
#menuprincipal {
	display:none;
}

/************************************/
#container {
	width:100%;
	position:relative;
	background:transparent;
	padding-bottom:0;
}

#content {
	width:100%;
	float:none;
	margin-right:0;
	background:transparent;
	padding-bottom:0;
}

#content p {
	margin:0;
	display:block;
	float:none;
}

#content-page {
	width:100%;
	background:transparent;
	padding:0;
}

#content-page img { border:1px solid #000; }

#derniers_commercants {
	display:none;
}

/********* NOUVELLES ACCUEIL ***********/

#nouvelles {
	display:none;
}

.date {
	font-size:1.333em;
	font-family: "Times New Roman", Times, serif;
	color:#000;
	margin:0;
}

.lien_article {
	font-size:1.667em;
	font-family: "Times New Roman", Times, serif;
	line-height:1.667em;
	color:#000;
}

/********** FOOTER ***************/
#footer {
	display:none;
}

/********** ARTICLE ET ARCHIVE *************/
#lien_archive {
	display:none;
}

#archive .acc_article {
	margin:0;	
}

.gestion_pages {
	display:none;
}