/* Définition générale de la page */
html body {
	margin: 0;
	padding: 0;
	background: white; /* fond blanc */
	font: small Verdana, Arial, Helvetica, Sans-serif;
	color: #333; /* écriture noire */

  }
html>body {
	font-size:small;
  }

img { border: 0; }

/* Fenêtre principale du site */
#cadre {
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 43px;
	padding: 0px;
	text-align: left;
  }


#clima {
	width: 748px;
	padding:0px;
	float:left;
	background: #ffffff url(images/Clima_bg.jpg) no-repeat;
}
#bria {
	width: 748px;
	padding:0px;
	float:left;
	background: #ffffff url(images/Bria_bg.jpg) no-repeat;
}
#optima {
	width: 748px;
	padding:0px;
	float:left;
	background: #ffffff url(images/Optima_bg.jpg) no-repeat;
}
#viva {
	width: 748px;
	padding:0px;
	float:left;
	background: #ffffff url(images/Viva_bg.jpg) no-repeat;
}
#harmonia {
	width: 748px;
	padding:0px;
	float:left;
	background: #ffffff url(images/Harmonia_bg.jpg) no-repeat;
}
#dual {
	width: 748px;
	padding:0px;
	float:left;
	background: #ffffff url(images/Dual_bg.jpg) no-repeat;
}
#maxima {
	width: 748px;
	padding:0px;
	float:left;
	background: #ffffff url(images/Maxima_bg.jpg) no-repeat;
}
#frn {
	width: 748px;
	padding:0px;
	float:left;
	background: #ffffff url(images/bg2.jpg) no-repeat;
}
#rea {
	width: 748px;
	padding:0px;
	float:left;
	background: #ffffff url(images/bg4.jpg) no-repeat;
}
#dis {
	width: 748px;
	padding:0px;
	float:left;
	background: #ffffff url(images/bg3.jpg) no-repeat;
}
#frn a:link { color: #25315b; }
#frn a:hover { color: #7581bb; }
#frn a:active { color: #25315b; }
#frn a:visited { color: #25315b; }

/* Section du texte */
#texte {
	width:451px;
	float: right;
	margin-top: 40px;
	padding-right: 90px; /* padding au lieu de margin parce que IE calcule mal */
	font-size: 90%;
	line-height: 160%;
	text-align: justify;
	padding-bottom: 73px; /* espacement en bas de page... déplacer */
}
.photo {
	position: relative;
	float: left;
	margin: 17px 0 0 -207px;
}

#accueil #fenetre {
	width:190px;
	padding:0px;
	float:left;
	margin-top: 57px;
}
#accueil #texte {
	width:331px;
	padding:0px;
	float:left;
	padding-left: 17px;
}
#accueil #adresse {
	width:451px;
/*	float: right;*/
	margin-top: 0;
	padding-left: 207px;
	padding-right: 90px; /* padding au lieu de margin parce que IE calcule mal */
	font-size: 90%;
	line-height: 160%;
	text-align: justify;
	padding-bottom: 73px; /* espacement en bas de page... déplacer */
}
#accueil #quoiDeNeuf {
	width:177px;
	padding:0px;
	margin-top: 144px;
	float:left;
	margin-left: 20px;
	padding-left:10px;

	font-size: 85%;
	line-height: 130%;
	color: #444;
	background: #f8f8f8;
	padding-bottom: 25px;
}

#accueil #quoiDeNeuf a:link, #accueil #quoiDeNeuf a:visited {
	font-weight: bold;
	color: #45517b;
	}

#accueil #quoiDeNeuf a:hover, #accueil #quoiDeNeuf a:active {
	font-weight: bold;
	color: #7581ab;
	}

#accueil #quoiDeNeuf #tNeuf {
	margin-left: -10px;
}

#produits #texte {
	padding-right: 21px; /* padding au lieu de margin parce que IE calcule mal */
}

/* Titres */
#texte H2 {
	font: 15px Arial, Helvetica, Sans-serif;
	font-weight: bold;
	color: #474747;
	text-transform: uppercase;
	margin-top: 25px;
}
#texte H3 {
	font: 13px Arial, Helvetica, Sans-serif;
	font-weight: bold;
	color: #474747;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 0; padding-bottom: 0; 
}

#produits #texte h2 {
	color: #5f6fa6;
	border-bottom: 1px solid #8f9fd6;;
}

#produits ul {  
	margin:.6em 0 1em;
	padding:0;
	list-style-type:none; 
 }
#produits ul li {   
    background:url('images/tiret.gif') no-repeat 14px .4em;
	margin:0;
	line-height:1.7em; padding-left:32px; padding-right:0; padding-top:0; padding-bottom:2px
} 


.logo {
	margin-top: 8px;
	margin-right: 25px;
	align: top;
}
.slogan {
	font-weight: bold;
	color: #666;
	line-height: 150%;
}
#listeProduits a:link { color: #45517b; font-weight: bold; }
/* #produits a:hover { color: #ffffff; }
#produits a:active { color: #ffffef; }
#produits a:visited { color: #ddddcc; } */


#listeProduits {
	font-size: 95%;
	line-height: 140%;
}

#listeProduits .titre {
	color: #45517b; 
	font-weight: bold;
	font-size: 110%;
	line-height: 160%;
}

.vedette {
	position: relative;
	float: left;
	margin: 7px 0 0 -255px;
}



.ligne {   /* ligne séparatrice dans la liste des produits */
	margin: 10px 0 10px 0;
}
/*#listeProduits .produit {
	width:284px;
	float: right;
	margin-bottom: 10px;

}
#listeProduits .logo {
	position: relative;
	float: left;
	margin: 0 0 0 -167px;
}*/

.st {  /* sous-titre utilisé dans les produits */
	font-weight: bold;
	color: #666;
	font-size: 110%;
	line-height: 150%;
}

b i { color: #e3262d; }