/*
CSS Document - PB-Web Concept
Tous droits réservés
media = print
*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 125%;
}

/*  Définition des zones
    ----------------------------------------------------------------------------------------
*/

#page {
	padding: 0;
	border: 0;
	margin: 0;
}

#logo {
	margin: 0;
	text-align: left;
	width: 209px;
}

#home {
	display: none;
}

#menus {
	display: none;
}

#sous-menu-distributeurs {
	display: none;
}

#logo-eau {
	display: none;
}

#brochure {
	display: none;
}

#fin-page {
	display: none;
}

#contenu {
	clear: both;
}

#textes {
	clear: both;
	text-align: left;
	background: #fff;
}

#textes p {
	text-indent: 0em;
}

#textes a {
	color: #000;
}

.texte-photo {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#textes h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}

#textes h1 {
	font-size:16pt;
	line-height: 110%;
}

#textes h2 {
	font-size:13pt;
}

#textes h3 {
	font-size:12pt;
}

#textes h4, h5 {
	font-size:10pt;
}

table, td {
	padding: 3pt;
	border: 1pt solid #666666;
	border-collapse: collapse;
}

#baspage {
	clear: both;
	color: #FFFFFF;
	margin-top: 20px;
	padding-top: 0px;
}

#liens-standards {
	display: none;
}

/*  Définition générales
    ----------------------------------------------------------------------------------------
*/

img {
	border: 0;
}

hr {
	clear: both;
	visibility: hidden;
}

/*  Définition des classes
    ----------------------------------------------------------------------------------------
*/

.clear-both {
	clear: both;
}

.texte-gras {
	font-weight: bold;
}

.texte-italique {
	font-style: italic;
}

