/* Feuille de style CSS par défaut pour un nouveau projet d'application Web */

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    MARGIN: 0px;
}
hr {
  clear: both;
  visibility: hidden;
}
IMG 	{
  text-decoration: none;
  border: 0px;
}
A:link	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:hover	{	
	text-decoration:	underline;
	font-weight: bold;
	color:	#FFFFFF;
	}
	
/*Div principale*/
.divmainrouge {
	border-width: 0px;
	border: 0px ;
	width: 100%;
	height: 100%;
	margin: 0px;	
	background-image:url(graphics/img_fondcotecarrelagerouge.jpg);
	background-repeat: repeat-x;
	background-color: #962E33;
	min-height: 768px;
	text-align: center;
}
/*Div principale*/
.divmainbleu {
	border-width: 0px;
	border: 0px ;
	width: 100%;
	height: 100%;
	margin: 0px;	
	background-image:url(graphics/img_fondcotecarrelagebleu.jpg);
	background-repeat: repeat-x;
	background-color: #00707F;
	min-height: 768px;
	text-align: center;
}
/*Div principale*/
.divmainjaune {
	border-width: 0px;
	border: 0px ;
	width: 100%;
	height: 100%;
	margin: 0px;	
	background-image:url(graphics/img_fondcotecarrelagejaune.jpg);
	background-repeat: repeat-x;
	background-color: #F7931D;
	min-height: 768px;
	text-align: center;
}
/*Div de la partie haute, en fond jaune*/
.divhautpagejaune {
	width: 800px;
	height: 94px;
	background-color: #F7931D;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*Div du haut de page, première ligne en fond jaune*/
.divhautpagepremierelignejaune {
	width: 800px;
	height: 40px;
	background-color: #F7931D;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	float: none;
}
/*Div du haut de page, en fond rouge*/
.divhautpagerouge {
	width: 800px;
	height: 94px;
	background-color: #962E33;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*Div du haut de page, première ligne en fond rouge*/
.divhautpagepremierelignerouge {
	width: 800px;
	height: 40px;
	background-color: #962E33;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	float: none;
}

/*Div du haut de page, en fond bleu*/
.divhautpagebleu {
	width: 800px;
	height: 94px;
	background-color: #00707F;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*Div du haut de page, première ligne en fond bleu*/
.divhautpagepremierelignebleu {
	width: 800px;
	height: 40px;
	background-color: #00707F;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	float: none;
}
/*Div du haut de page, seconde ligne , colonne de gauche (commune à toutes les couleurs)*/
.divhautpagesecondelignecolonnegauche {
	width: 370px;
	height: 24px;
	background-color: #F7931D;
	margin-left: auto;
	margin-right: auto;
	float: left;
	border-left: 2px;
	border-top: 2px;
	border-bottom: 2px;
	border-right: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	line-height: 24px;
	color: #000000;
	text-align: center;
}
/*Div du haut de page, seconde ligne , colonne de droite (commune à toutes les couleurs)*/
.divhautpagesecondelignecolonnedroite {
	width: 424px;
	height: 24px;
	background-color: #962E33;
	background-image: url(graphics/img_decotitre1.jpg);
	margin-left: auto;
	margin-right: auto;
	float: left;
	border-left: 0px;
	border-top: 2px;
	border-bottom: 2px;
	border-right: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	text-align: center;
}
/*Div du haut de page, troisieme ligne , colonne de gauche (commune à toutes les couleurs)*/
.divhautpagetroisiemelignecolonnegauche {
	width: 194px;
	height: 24px;
	background-color: #962E33;
/*	background-image: url(graphics/img_decotitre2.jpg);*/
	margin-left: auto;
	margin-right: auto;
	float: left;
	border-left: 2px;
	border-top: 0px;
	border-bottom: 2px;
	border-right: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	text-align: center;
	line-height: 24px;
}
/*Div du haut de page, troisieme ligne , colonne de droite (commune à toutes les couleurs)*/
.divhautpagetroisiemelignecolonnedroite {
	width: 600px;
	height: 24px;
	background-color: #00707F;
	margin-left: auto;
	margin-right: auto;
	float: left;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 2px;
	border-right: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
}
/*Div du haut de page, élément de menu (commune aux lignes deux et trois)*/
.divhautpageelementmenu {
	width: auto;
	height: inherit;
	float: left;
	padding-left: 4px;
	margin-left: auto;
	margin-right: auto;
}
/*Div du contenu, pour l'accueil*/
.divcontenuaccueil {
	width: 796px;
	height: 499px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px;
	border-bottom: 2px;
	border-right: 0px;
	border-top: 0px;
	border-color: #FFFFFF;
	border-style: solid;
	padding-right: 2px;
}
/*Div du contenu pour la rubrique cuisine*/
.divcontenurubriquecuisine {
	width: 796px;
	height: 546px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px;
	border-bottom: 2px;
	border-right: 0px;
	border-top: 0px;
	border-color: #FFFFFF;
	border-style: solid;
	padding-right: 2px;
	text-align: center;
}
/*Div du contenu pour la rubrique salle de bain*/
.divcontenurubriquesalledebain {
	width: 796px;
	height: 815px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px;
	border-bottom: 2px;
	border-right: 0px;
	border-top: 0px;
	border-color: #FFFFFF;
	border-style: solid;
	padding-right: 2px;
	text-align: center;
}
/*Div du contenu pour la rubrique votre interieur*/
.divcontenurubriquevotreinterieur {
	width: 796px;
	height: 867px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px;
	border-bottom: 2px;
	border-right: 0px;
	border-top: 0px;
	border-color: #FFFFFF;
	border-style: solid;
	padding-right: 2px;
	text-align: center;
}
/*Div du contenu pour la rubrique piscine et extérieur*/
.divcontenurubriquepiscineexterieur {
	width: 796px;
	height: 895px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px;
	border-bottom: 2px;
	border-right: 0px;
	border-top: 0px;
	border-color: #FFFFFF;
	border-style: solid;
	padding-right: 2px;
	text-align: center;
}
/*Div du contenu pour la rubrique presentation*/
.divcontenurubriquepresentation {
	width: 796px;
	height: 670px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px;
	border-bottom: 2px;
	border-right: 0px;
	border-top: 0px;
	border-color: #FFFFFF;
	border-style: solid;
	padding-right: 2px;
	text-align: center;
}
/*Div du contenu pour la rubrique coordonnées*/
.divcontenurubriquecoordonnees {
	width: 796px;
	height: 555px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px;
	border-bottom: 2px;
	border-right: 0px;
	border-top: 0px;
	border-color: #FFFFFF;
	border-style: solid;
	padding-right: 2px;
	text-align: center;
}
/*Div du contenu pour la rubrique showroom*/
.divcontenurubriqueshowroom {
	width: 796px;
	height: 1285px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px;
	border-bottom: 2px;
	border-right: 0px;
	border-top: 0px;
	border-color: #FFFFFF;
	border-style: solid;
	padding-right: 2px;
	text-align: center;
}

/*Div du contenu pour la rubrique contact*/
.divcontenurubriquecontact {
	width: 796px;
	height: 408px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px;
	border-bottom: 2px;
	border-right: 0px;
	border-top: 0px;
	border-color: #FFFFFF;
	border-style: solid;
	padding-right: 2px;
	text-align: center;
}

/*Div du contenu pour la rubrique article à la une*/
.divcontenurubriquearticlealaune {
	width: 796px;
	height: 6005px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px;
	border-bottom: 2px;
	border-right: 0px;
	border-top: 0px;
	border-color: #FFFFFF;
	border-style: solid;
	padding-right: 2px;
	text-align: center;
}
/*Div du contenu pour la fenêtre accueil, colonne de gauche*/
.divcontenuaccueilgauche {
	width: 621px;
	height: 497px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	border-color: #FFFFFF;
	border-style: solid;
	float: left;
}
/*Div du contenu pour la fenêtre accueil, colonne de gauche : zone "contenu"*/
.divcontenuaccueilgauchehaut {
	width: 621px;
	height: 406px;
	background-color: #FFFFFF;
	border: 0px;
	border-color: #FFFFFF;
	border-style: solid;
	float: none;
}
/*Div du contenu pour la fenêtre accueil, colonne de gauche : zone "pied de page"*/
.divcontenuaccueilgauchepiedpage {
	width: 617px;
	height: 91px;
	background-image:url(graphics/img_fondcontenuaccueilpied.jpg);
	margin-left: auto;
	margin-right: auto;
	border-left: 0px;
	border-top: 2px;
	border-bottom: 2px;
	border-right: 0px;
	border-color: #FFFFFF;
	border-style: solid;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
}
/*Div du contenu pour la fenêtre accueil, colonne de droite*/
.divcontenuaccueildroite {
	width: 175px;
	height: 497px;
	background-color: #FFFFFF;
	border: 0px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-bottom: auto;
	margin-top: auto;
}
/*Div du contenu pour la fenêtre accueil, colonne de droite, pour les images*/
.divcontenuaccueildroiteimage {
	width: 175px;
	height: auto;
	background-color: #FFFFFF;
	border: 0px;
	float: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	vertical-align: middle;
	margin-bottom: auto;
	margin-top: auto;
}

/*Div du contenu pour les rubriques, colonne de gauche*/
.divcontenurubriquegauche {
	width: 150px;
	height: 408px;
	float: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

/*Div du contenu pour les rubriques, colonne de droite*/
.divcontenurubriquedroite {
	width: 630px;
	height: 394px;
	float: left;
	background-color: #FFFFFF;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding : 8px;
}
/*Div du contenu pour les rubriques, ligne du bas*/
.divcontenurubriquebas {
	width: 796px;
	height: auto;
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/*Div du contenu pour les rubriques, conteneur d'images d'illustration*/
.divcontenurubriqueconteneurimage {
	width: auto;
	height: auto;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	padding: 4px;
}
/*Div du contenu pour les rubriques, conteneur de texte*/
.divcontenurubriqueconteneurtexte {
	width: auto;
	height: auto;
	float: left;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 10px;
}
/*Div du contenu pour les rubriques, conteneur de description de produits*/
.divcontenurubriqueconteneurproduit {
	width: 390px;
	height: 200px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	padding: 4px;
}
/*Div du contenu des conteneurs de description de produits, colonne de gauche*/
.divcontenurubriqueconteneurproduitgauche {
	width: 160px;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

/*Div du contenu des conteneurs de description de produits, colonne de droite*/
.divcontenurubriqueconteneurproduitdroite {
	width: 195px;
	height: auto;
	float: left;
	background-color: #00707F;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding : 4px;
}

/*Div du pied de page, couleur bleue*/
.divpiedpagebleu {
	width: 796px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px;
	border-top: 2px;
	border-bottom: 2px;
	border-right: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #4F848A;
}

/*Div du pied de page, couleur jaune*/
.divpiedpagejaune {
	width: 796px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px;
	border-top: 2px;
	border-bottom: 2px;
	border-right: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #FFBC75;
}

/*Div du pied de page, couleur rouge*/
.divpiedpagerouge {
	width: 796px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px;
	border-top: 2px;
	border-bottom: 2px;
	border-right: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #B93830;
}