/* ------------------------------------------------------------------------------------------- */
/* --------------------    BALISES HTML    --------------------------------------------------- */
body {
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #333;
}



/* ----------------------------------------------------------------------------------------- */
/* ----------------------     STRUCTURE  DU SITE   ----------------------------------------- */
#container {
	/*
	position: absolute;
   	left: 50%; 
   	top: 0px;
	margin: 0px 0px 0px -495px;
	*/
	width: 990px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
#header {
	width: 990px;
	margin: 0px;
	padding: 0px;
}
#content {
	clear: both;
	width: 100%;
	background-color: #EDEDED;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #CCC;
}
.spacer {
	clear: both;
	height: 20px;
	margin: 0px;
	padding: 0px;

}
#footer {
	background-image: url(../images/vague-gris.png);
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	font-size: 10px;
}


/* ------------------------         Colonnes        ------------------ */
#columcentrale {
	float: left;
	width: 730px;
	height: 610px; 
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 10px 5px;
	background-position: top left;
	background-repeat: no-repeat;
}
#columgauche {
	float: left;
	width: 340px;
	margin: 10px 0px 10px 10px;
	padding: 0px;
	display: inline;	
}
#petitecolumgauche {
	float: left;
	width: 230px;
	margin: 10px 0px 10px 10px;
	padding: 0px;
	display: inline;	
}
#columcentre {
	float: left;
	width: 363px;
	margin: 10px 0px 10px 20px;
	padding: 0px;	
}
#grandecolumcentre {
	float: left;
	width: 503px;
	margin: 10px 0px 10px 20px;
	padding: 0px;	
}
#columdroite {
	float: right;
	width: 200px;
	margin: 10px;
	padding: 10px 0px 0px 15px;
	background-image: url(../images/points-gris.png);
	background-position: top left;
	background-repeat: repeat-y;
}
.topvisuel, .bottomvisuel {
	margin: 0px;
	padding: 0px;
	height: 10px;
}
.middlevisuel {
	text-align: center;
	background-color: White;
	width: 363px;
	margin: 0px;
	padding: 10px 0px;
}


/* -------------------------------------------------------------------------------------- */
/* ------------------   BLOC  HEADER  --------------------------------------------------- */
#logo {
	width: 340px;
	padding: 0px;
	margin: 0px;
}
#logo h1 {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
}
#logo h1 img {
	border: 0px;
}
#logo h1 strong {
	margin: 2px 0px 0px 5px;
	padding: 0px;
	color: #7C7C7C;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#logo h1 strong a {
	text-decoration: none;
	color: #7C7C7C;
}
#navighaut {
	float: right;
   width: 590px;
   font-size:10px;
	background-color:#FFF;
	margin: 34px 10px 0px 0px;
}
#navighaut ul {
	margin:0;
   padding:0;
   list-style-type:none;
}
#navighaut li {
	float:right;
	background-image:url("../images/border-menu-gauche.png");
   background-repeat: no-repeat;
	background-position: left bottom;
   margin:0px 0px 0px 5px;
   padding:0;
}
#navighaut a {
	display:block;
	background-image:url("../images/border-menu-droit.png");
   background-repeat: no-repeat;
	background-position: right bottom;
   padding:13px 8px 10px 8px;
	text-decoration: none;
	font-weight: bold;
	color: #818181;
}
#listes_versions_sites {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-align: right;
}
#listes_versions_sites li {
	display: inline;
	padding: 0px 5px;
	margin: 0px;
}
#listes_versions_sites li a, #listes_versions_sites li a:visited {
	color: #999;
	text-decoration: none;
}
#listes_versions_sites li a strong, #listes_versions_sites li a:visited strong {
	color: #FF8C00;
	text-decoration: none;
}
#listes_versions_sites li.selected-site-item a:visited {
	font-weight: bold;
	color: #FF8C00;
}
#listes_versions_sites li a:hover {
	color: #000;
	text-decoration: underline;
}



/* ----------------------------------------------------------------------------------- */
/* ----------------  BLOC BANDEAU      -------------------------------------------------- */
#publicite {
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
}
#menuoutils {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
}
#menuoutils li {
	display: inline;
	padding-left: 10px;
}
#menuoutils li img {
	border: 0px;
}


/* ----------------------------------------------------------------------------------- */
/* ----------------  BLOC HOME      -------------------------------------------------- */
.column {
	float: left;
	margin: 0px;
	padding: 0px 0px 15px 10px;
}
.column h2 {
	margin: 5px 0px;
	padding: 0px;
}
.column img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.column p {
	margin:10px;
	padding: 0px;
}
.column p a, .column p a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
.column p a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF6700;
}
/*
Balise supprim�e
.lienorange a, .lienorange a:visited, .lienorange a:hover {
	color: #FF6700;
	font-weight: bold;
	vertical-align: middle;
}
*/

/* -------------------------------------------------------------------------------- */
/* -------------   BLOC  LU DANS PRESSE   ---------------------------------------- */
/*
D�sactiv�
#lupresse {
	margin: 0px;
	padding: 0px 10px 10px 15px;
}
#lupresse dt {
	padding: 0px;
	margin: 15px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}
#lupresse dd {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
#lupresse dd p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.daterevue {
	font-style: italic;
	font-size: 10px;
}
*/


/* -------------------------------------------------------------------------------- */
/* -------------   BLOC  TITRE SECTION   ---------------------------------------- */
/*
#imgpartie {
	margin: 5px 0px 5px 10px;
	padding: 0px;
}
*/
#titrepartie {
	margin: 10px;
	padding: 0px;
	font-size: 20px;
	text-transform: lowercase;
	color: #587699; 
}

#filariane {
	margin: 10px 15px 5px 10px;
	padding: 5px;
}
#filariane a {
	color: #666;
	text-decoration: none;
}
#filariane a:hover {
	color: #FF6700;
}

/* -------------------------------------------------------------------------------- */
/* -------------   BLOC  BILLET           ---------------------------------------- */
#billet {
	margin: 0px 0px 30px 10px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333;
}
#billet h2 {
	color: #000;
	margin: 10px 0px 15px 0px;
	font-size: 16px;
	padding: 0px;
}
#billet p {
	font-weight: normal;
	margin: 10px 0px;
	padding: 0px;
}
#billet p strong {
	font-weight: bolder;
}
#billet div h3 {
	color: #FF8C00;
	margin: 15px 0px 0px 0px;
	font-size: 13px;
	padding: 0px;
}
#billet div h4 {
	font-weight: bold;
	font-size: 10px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#billet ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
#billet li {
	padding: 5px 0px 3px 10px;
}
#billet div a, #billet div a:visited, #billet div a:hover {
	color: #000;
	text-decoration: underline;
}



/* bandeau pub devis */
#bandeau_pub_devis {
	background-color: #FFF;
	background-image:url("../images/image-devis-stores-exterieu.jpg");
  background-repeat: no-repeat;
	background-position: top left;
	margin: 15px 20px 40px 20px;
	padding: 10px 20px 10px 105px;
	border: 1px solid #CCC;
}
#bandeau_pub_devis a, #bandeau_pub_devis p a:visited {
	color: #000;
	text-decoration: none;
}
#bandeau_pub_devis a:hover {
	color: #000;
	text-decoration: underline;
}



/* -------------------------------------------------------------------------------- */
/* -------------   BLOC  IMAGES BILLET     ---------------------------------------- */
.img_txt {
	border: 0px;
	margin: 5px auto;
	padding: 0px;
	text-align: center;
}
.credits_img {
	color: #999;
	font-size: 10px;
	margin: 0px;
	padding: 2px;
}
.legende_img {
	color: #000;
	margin: 0px;
	padding: 2px;
}
#columcentre p {
	margin: 0px;
	padding: 3px 0px 5px 0px;
}
#fonctions {
	margin: 15px 0px 10px 0px;
	padding: 0px;
	height: 45px;
	background-color: #EDEDED;
}
#fonctions div {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
#fonctions p a, #fonctions p a:visited, #fonctions p a:hover {
	color: #000;
	text-decoration: none;
}
#fonctions form, #fonctions fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#fonctions legend {
	display: none;
}
#fonctions img {
	border: 0px;
	margin: 0px 10px 0px 0px;
}

.bouton-menu {
	cursor: pointer;
}


/* -------------------------------------------------------------------------------- */
/* -------------   BLOC  MENU ARTICLES     ---------------------------------------- */
#columdroite {
	float: right;
	width: 200px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../images/points-gris.png);
	background-position: top left;
	background-repeat: repeat-y;
}
#columdroite h3 {
	margin: 20px 15px 0px 0px;
	padding: 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	border-bottom: 1px solid #CCC;
}
#columdroite h3 a {
	color: #333;
	text-decoration: none;
}
#columdroite ul {
	color: #F93;
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px 10px 15px 0px;
	padding: 0px;
}
#columdroite li {
	margin: 0px;
	padding: 3px 0px 1px 0px;
}
#columdroite li a, #columdroite li a:visited {
	color: #333;
	text-decoration: none;
}
#columdroite li a:hover {
	color: #FFA500;
	text-decoration: underline;
}
#columdroite div {
	margin: 15px 0px 5px 0px;
	padding: 0px;
}
#columdroite div img {
	border: 0px;
}


/* -------------------------------------------------------------------------------- */
/* -------------   BLOC  RECHERCHE  ANNUAIRE   ------------------------------------ */
#recherchestoriste {
	margin: 0px 10px;
	padding: 0px;
}
/*
#recherchestoriste h1 {
	font-size: 12px;
	font-family: Arial, Verdana;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-transform: uppercase;	
}
*/

.background_carte {
	background-color: #FFF;
	padding: 10px;
	margin: 0px 0px 15px 0px;
}
#carte {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#carte img {
	border: 0px;
}
#recherchestoriste p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.fleche_orange {
	margin: 0px 3px;
	padding: 0px 4px;
	width: 20px;
	height: 19px;
	font-weight: normal;
	background-image: url(../images/fleche-devis.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#recherchestoriste p a, #recherchestoriste p a:visited {
	color: #333;
	text-decoration: none;
	padding: 0px 15px 0px 0px;
}
#recherchestoriste p a:hover {
	color: #F90;
	text-decoration: underline;
	padding: 0px 15px 0px 0px;
}
#recherchestoriste ul {
	list-style-position: inside;
	list-style-type: disc;
	color: #F90;
	margin: 5px 0px;
	padding: 0px;
}
#recherchestoriste li {
	padding: 5px 0px 2px 0px;
	margin: 0px;
}
#recherchestoriste li a, #recherchestoriste li a:visited {
	text-decoration: none;
	color: #333;
}
#recherchestoriste li a:hover {
	color: #F90;
	text-decoration: underline;
}
.nom_pays {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.aucun_storiste {
	color: #AAAAAA;
}
#recherchestoriste li.aucun_storiste a {
	color: #AAAAAA;
}

.orange {
	color: #ff7d01;
}

#recherchestoriste input.text {
	margin: 5px 0px 0px 5px;
	border: 1px solid #333333;
}

#recherchestoriste p.pays {
	font-weight: bold;
	margin: 0 0 0 5px;
}

#recherchestoriste p.pays input.text {
	width: 105px;
}

#recherchestoriste ul.liste_pays li {
	padding: 0px 0px 0px 15px;
	color: #333333;
}

#map_annuaire_fond  {
	background-color:#fff;
	width: 479px;
	height: 500px;
	padding: 11px 0px 0px 12px;
}

#map_annuaire  {
	width: 469px;
	height: 490px;
}

/* -------------------------------------------------------------------------------- */
/* -------------   BLOC  LISTE STORISTES    ------------------------------------ */
.intro_annuaire {
	margin: 15px 0px;
}
.resultListe {
	width: 300px;
	text-align: right;
	margin: 5px 20px 0px 5px;
	padding: 0px;
}
.adressePC {
	text-align: left;
	margin: 20px 5px 0px 5px;
	padding: 5px;
}
.adressePC dt {
	width: 250px;
	color: #F93;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	margin: 0px 15px;
	border-top: 1px solid #EDEDED;
}
.adressePC dd {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	background-position: 0px 130px;
	background-repeat: no-repeat;
	height:190px;
}
.adressePC dd p {
	margin: 2px;
	padding: 1px;
}
.adressePC dd p a, .adressePC dd p a:visited, .adressePC dd p a:hover {
	color: #333;
	text-decoration: underline;
}
.adresseDPD {
	width: 250px;
	text-align: left;
	margin: 20px 5px 5px 5px;
	padding: 5px;
}
.adresseDPD dt {
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	margin: 0px 15px;
	border-top: 1px solid #EDEDED;
	color: #F93;
}
.adresseDPD dd {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	background-position: 0px 90px;
	background-repeat: no-repeat;
	height: 150px;
}
.adresseDPD dd p {
	margin: 2px;
	padding: 1px;
}
.adresseDPD dd p a, .adresseDPD dd p a:visited, .adresseDPD dd p a:hover {
	color: #333;
	text-decoration: underline;
}
.aucunstoriste {
	margin: 10px;
	padding: 5px;
	text-align: center;
}
.aucunstoriste a, .aucunstoriste a:visited, .aucunstoriste a:hover {
	color: #333;
	text-decoration: underline;
}



/* -------------------------------------------------------------------------------- */
/* -------------   BLOC  CATALOGUE  ----------------------------------------------- */
#col_intro_cata {
	float: left;
	width: 725px;
	margin: 20px 0px 10px 25px;
	padding: 0px;
	background-color: #FFF;
}
#col_cata {
	background-color: #999;
	padding: 20px;
}
#col_content_cata, #col_content_outils {
	background-color: #FFF;
	padding: 15px 10px;
}

/* intro catalogue */
#col_content_cata h2 {
	margin: 15px 0px 5px 15px;
	padding: 0px;
	font-size: 18px;
	color: #666;	
}
#col_content_cata dl {
	float: left;
	margin: 10px 0px;
	padding: 0px 15px;
	width: 130px;
}
#col_content_cata dt {
	margin: 5px 0px;
	padding: 5px 0px;
	border-bottom: 1px dotted #CCC;
	font-weight: bold;
}
#col_content_cata dd {
	margin: 5px 0px;
	padding: 0px;
}
#col_content_cata dd a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#col_content_cata dd a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF8C00;
}

/* Affichage catalogue */
#nomcatalogue {
	margin: 5px 20px 5px 15px;
	padding: 0px;
}
.lien_entre_cata {
	margin: 5px 20px 10px 15px;
	padding: 0px;
}
.lien_entre_cata a {
	color: #FF8C00;
	text-decoration: none;
}
.lien_entre_cata a:hover {
	text-decoration: underline;
}

#colmotif {
	float: left;
	padding: 0px;
	width: 160px;
	margin: 0px 0px 0px 10px;
	display: inline;
	height: 400px;
	border-right: 1px solid #F90;
}
#colmotif h3, #colcolor h3, #coltoiles h3 {
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	border-top: 1px solid #F90;
	border-bottom: 1px solid #F90;
	font-size: 10px;
	font-weight: normal;
}
#colmotif div {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	
}
#colmotif div ul {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	height: 60px;
	list-style-type: none;
	list-style-position: inside;
}
#colmotif div li {
	height: 65px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	background-repeat: no-repeat;
}
#colmotif div li a {
	padding: 10px 0px 0px 70px;
	color: #666;
	text-decoration: none;
}
#colmotif div li a:hover {
	color: #000;
	text-decoration: underline;
}

	
#colcolor {
	float: left;
	padding: 0px;
	width: 160px;
	margin: 0px;
	border-right: 1px solid #F90;
	height: 400px;
}
#colcolor div {
	margin: 0px;
	padding: 15px 0px 0px 10px;
	
	
}
#colcolor div ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
}
#colcolor div ul li {
	float: left;
	margin: 0px;
}
#colcolor img {
	margin: 3px;
}
.color_normal {
	border-color: #666;
}
.color_selected {
	border-color: #F90;
	
}



/* tableau des �chantillons */
#liste_toiles {
	padding: 5px 15px;
	margin: 0px;
}

#coltoiles {
	float: left;
	padding: 0px;
	width: 330px;
	margin: 0px;
	
}
#coltoiles div {
	margin: 0px;
	padding: 10px;
	height: 400px;
	overflow: auto;
}
#coltoiles caption, #liste_toiles caption {
	text-align: left;
	margin: 5px 15px;
	padding: 0px;
	color: #999;
}
#coltoiles dl, #liste_toiles dl {
	margin: 0px;
	padding: 5px;
	width: 110px;
	text-align: center;
}
#coltoiles dt, #liste_toiles dt {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#coltoiles dt img, #liste_toiles dt img {
	border: 0px;
}
#coltoiles dd, #liste_toiles dd {
	margin: 5px 0px;
	padding: 0px;
	color: #666;
}




/* -------------------------------------------------------------------------------- */
/* -------------   BLOC  FICHE TISSU  -------------------------------------------- */
#retourcata {
	margin: 5px 50px 10px 15px;
	padding: 5px 0px 5px 0px;
}
#retourcata a, #retourcata a:visited {
	color: #FF7F50;
	text-decoration: none;
}
#retourcata a:hover {
	color: #333;
	text-decoration: underline;
}

#fiche_tissu {
	margin: 5px 0px;
	padding: 0px;
}
#fiche_tissu h3 {
	margin: 5px 15px;
	padding: 5px 0px;
}
.col_produit1 {
	float: left;
	width: 360px;
	margin: 0px 20px 10px 15px;
	padding: 0px;
}
.col_produit1 img {
	border: 1px solid #333;
}
.col_produit1 p {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
.col_produit1 p a {
	color: #000;
	text-decoration: none;
}
.col_produit1 form, .col_produit1 fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.col_produit2 {
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px;
}
.col_produit2 ul {
	margin: 5px 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
}
.col_produit2 li {
	margin: 0px;
	padding: 5px 0px;
}
.col_produit2 p a {
	color: #333;
}




/* -------------------------------------------------------------------------------- */
/* -------------   BLOC  DESIGNER SYSTEM   -------------------------------------- */
/* -------------   BLOC  IDEAL SHADE   -------------------------------------- */
#col_designer {
	float: left;
	width: 725px;
	margin: 20px 0px 10px 25px;
	padding: 0px;
	background-color: #FFF;
}
#col_designer_centrale {
	background-color: #999;
	padding: 20px;
}
#col_designer_content {
	background-color: #FFF;
	padding: 15px 10px;
}
.titreconsigne {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 20px 5px 20px;
	padding: 0px;
}
#col_designer_content ul {
	margin: 5px 20px 10px 40px;
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;
}
#col_designer_content li {
	padding: 2px;
	margin: 0px;
}


/* -------------------------------------------------------------------------------- */
/* -------------   BLOC  LOGIN BLOC NOTES   -------------------------------------- */
#loginbloc {
	margin: 0px;
	padding: 0px;
	width: 168px;
}
#loginbloc div {
	margin: 0px;
	padding: 0px;
}
#loginbloc div ul {
	margin: 0 10px 0 10px;
}

#loginbloc .error_message {
	color: #F90;
	font-weight: bold;
}

div.loginbloc-userinfos p {
	padding: 0 10px 0 10px;
}
#loginbloc form {
	margin: -2px 0px 0px 0px;
	padding: 0px;
	background-color: #FFF;
}
#loginbloc fieldset {
	margin: 0px;
	padding: 0 5px 0 5px;
	border: 0px;
}
#loginbloc legend {
	display: none;
}
#loginbloc p {
	margin: 0;
	padding-top: 5px;
	background-color: #FFF;
}
#loginbloc > p {
	padding: 5px;
}
div.loginbloc-actions, div.loginbloc-userinfos {
	background-color: #FFF;
}
#loginbloc p img {
	border: 0px;
}
.loginblocnotes {
	width: 110px;
	color: #F90;
	padding: 1px;
	border: 1px solid #333;
	margin-right: 5px;
}
.submitlogin {
	background-color: #E37D1D;
	color: #FFF;
	padding: 2px;
	border: 1px solid #FFF;
}


/* -------------------------------------------------------------------------------- */
/* -------------   BLOC  QUESTIONS   ------------------------------------------------- */
#blocFAQ {
	margin: 5px 0px 30px 10px;
	padding: 0px;
}
#blocFAQ h2 {
	font-size: 16px;
	font-family: Arial, Verdana;
	margin: 0px 0px 10px 0px;
	padding: 0px;	
}
#blocFAQ h3 {
	font-size: 12px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
#blocFAQ ul {
	list-style-position: inside;
	list-style-type: disc;
	color: #F90;
	margin: 0px 10px 10px 10px;
	padding: 0px;
}
#blocFAQ li {
	padding-top: 5px;
}
#blocFAQ li a, #blocFAQ li a:visited {
	color: #333;
	text-decoration: none;
}
#blocFAQ li a:hover {
	color: #333;
	text-decoration: underline;
}
#blocFAQ p {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}
#blocFAQ p a, #blocFAQ a:visited, #blocFAQ p a:hover {
	color: #333;
	text-decoration: underline;
}
#reponse {
	margin: 5px 15px 20px 10px;
	padding: 0px;
	text-align: left;
}
#reponse dt {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 5px;
	padding: 0px;
}
#reponse dd {
	margin: 5px;
	padding: 0px;
}
#reponse dd a, #reponse dd a:visited, #reponse dd a:hover {
	color: #000;
	text-decoration: underline;
}


/* -------------------------------------------------------------------------------- */
/* -------------   BLOC  FOOTER   ------------------------------------------------- */
#dickson {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 350px;
}
#dickson img {
	border: 0px;
}
#dickson a, #dickson a:visited {
	text-decoration: none;
	color: #333;
}
#dickson a:hover {
	text-decoration: underline;
}
#mentions {
	float: left;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	width: 580px;
	list-style-type: none;
	text-align: left;
}
#mentions li {
	display: inline;
	padding: 0px 8px; 
	border-right: 1px solid #CCC;
}
#mentions li a, #mentions li a:visited {
	color: #333;
	text-decoration: none;
}
#mentions li a:hover {
	text-decoration: underline;
}
#signature {
	clear: both;
	text-align: center;
	margin: 0px;
	padding: 20px;
	color: #999;
}
#signature a, #signature a:visited, #signature a:hover {
	color: #999;
	text-decoration: none;
}


/* ----------------------------------------------------------------------------------------- */
/* ----------------------     FICHE STORISTE       ----------------------------------------- */
#fondstoriste {
	width: 300px;
	margin: 0px;
	padding: 10px 0px;
	background-color: White;
}
#topfiche, #bottomfiche {
	margin: 0px;
	padding: 0px;
	height: 10px;
}
#logoentreprise {
	margin: 0px;
	padding: 0px 10px 5px 30px;
}
#logoentreprise img {
	border: 0px;
}
#fondstoriste dl {
	margin: 5px 15px 0px 30px;
	padding: 0px 0px 5px 0px;
}
#fondstoriste dt {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
#fondstoriste dt strong {
	color: #F90;
}
#fondstoriste dd {
	margin: 0px 15px 0px 30px;
	padding: 0px;
}
#fondstoriste dd p {
	margin: 3px 0px 1px 0px;
	padding: 0px;
}
#fondstoriste dd p a, #fondstoriste dd p a:visited, #fondstoriste dd p a:hover {
	color: #333;
	text-decoration: underline;
}
#fondstoriste hr {
	width: 200px;
	margin: 5px 10px 5px 50px;
	padding: 0px;
	height: 1px;
	border: 0px;
	background-color: #CCC;
	color: #CCC;
}
#imageentreprise {
	margin: 5px 5px 5px 55px;
	padding: 0px;
}
#blocstoriste {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
#blocstoriste dl {
	margin: 20px 0px 10px 0px;
	padding: 0px;
}
#blocstoriste dt {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
#blocstoriste dd {
	margin: 0px;
	padding: 0px;
}
#blocstoriste dd ul {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
	list-style-position: inside;
	color: #F90;
}
#blocstoriste dd li span {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	color: #333;
}
#boutonsfiche {
	margin: 25px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}
#boutonsfiche ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
#boutonsfiche li {
	margin: 0px;
	padding: 0px;
}
#boutonsfiche li img {
	border: 0px;
}
#boutonsfiche li form, #boutonsfiche li fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#boutonsfiche li form legend {
	display: none;
}
#logostoriste {
	margin: 10px;
	padding: 0px;
}
#logostoriste img {
	border: 0px;
	padding-left: 5px;
}


/* ----------------------------------------------------------------------------------------- */
/* ----------------------     FORMULAIRE CONTACT STORISTE     ------------------------------ */
#contactstoriste {
	margin: 10px;
	padding: 0px;
}
#contactstoriste h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bolder;
}
#contactstoriste fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#contactstoriste legend {
	display: none;
}
#contactstoriste p {
	margin: 10px 0px;
	padding: 0px;
}
#contactstoriste p strong {
	color: #F90;
}
.champcontactstoriste {
	border: 1px solid #56AFCB;
	width: 240px;
	margin: 0px;
	padding: 2px 4px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.submitcontactstoriste {
	background-color: #E37D1D;
	color: #FFF;
	padding: 2px;
	border: 1px solid #FFF;
}

/* ----------------------------------------------------------------------------------------- */
/* ----------------------     DEMANDE DE DEVIS     ----------------------------------------- */
#col_devis {
	float: left;
	width: 690px; 
	margin: 30px 0px 10px 30px;
	padding: 0px;
	background-color: #FFF;
}
#col_devis_centrale {
	background-color: #999;
	padding: 15px;
}
#col_devis_gauche {
	float: left;
	width: 325px;
	background-color: #FFF;
	padding: 0px;
	height: 760px;
}
.intro_devis {
	margin: 10px 5px 15px 10px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
}
#col_devis_droite {
	float: right;
	width: 325px;
	background-color: #FFF;
	height: 760px;
}
#col_devis_droite fieldset, #col_devis_gauche fieldset {
	border: 0px;
	margin: 0px;
	padding: 10px;
}
#col_devis_droite legend, #col_devis_gauche legend {
	display: none;
}
#col_devis_droite fieldset h2, #col_devis_gauche fieldset h2 {
	background-color: #E37D1D;
	margin: 10px 0px 20px 5px;
	padding: 5px;
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
}
#col_devis_droite span.faux_bouton, #col_devis_gauche span.faux_bouton {
	background-color: #E37D1D;
	color: #FFF;
	padding: 1px 5px 2px 5px;
	cursor: pointer;
}
#recherchestoriste h2 {
	font-size: 16px;
}
#recherchestoriste span.faux_bouton {
	background-color: #E37D1D;
	color: #FFF;
	margin-left: 5px;
	padding: 4px 5px 3px 5px;
	cursor: pointer;
}
#liste_envoi {
	margin: 10px;
	padding: 0px;
}
#liste_envoi ol {
	margin: 10px;
	padding: 0px;
}
#liste_envoi li {
	margin: 5px;
	padding: 3px;
}
.erreurdevis {
	margin: 20px;
	padding: 5px;
	background-color: #FFA500;
	color: #FFF;
	text-align: center;
	font-size: 13px;
}
.msg_envoye {
	margin: 50px 20px;
	padding: 10px;
	background-color: #CCC;
	color: #333;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.collignechamps1, .devis-form-label {
	margin: 2px 5px 0px 5px;
	padding: 0px 0px 0px 15px;
	background-image: url(../images/fleche-devis.png);
	background-repeat: no-repeat;
}
.collignechamps2 {
	margin: 15px 5px 3px 5px;
	padding: 0px 0px 0px 15px;
	background-image: url(../images/fleche-devis.png);
	background-repeat: no-repeat;
}
.colligneinput {
	margin: 3px 5px 10px 5px;
	padding: 0px 0px 0px 15px;
}
.champsdevis {
	color: #000;
	padding: 1px 3px;
	margin-right: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	border: 1px solid #666;
}

.champsdevispays {
	color: #000;
	padding: 1px 3px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 154px;
	border: 1px solid #666;
}

.submitdevis {
	background-color: #E37D1D;
	margin: 0px 30px 5px 30px;
	padding: 5px;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
}
.radiodevis {
	color: #3693AF;
}
.introdevis {
	margin: 15px;
	padding: 0px;
	font-weight: bold;
}
.textedevis {
	margin: 0px 10px 0px 30px;
	padding: 0px;
}
.textedevis2 {
	margin: 10px 15px 2px 30px;
	padding: 4px;
	background-color: #E37D1D;
	color: #FFF;
	font-weight: bold;
}
.validationform {
	margin: 5px 30px 10px 70px;
}
.validationform input {
	border: 0px;
}
#etape3 {
	margin: 0px;
	padding: 0px;
	overflow: auto;
	height: 470px;
}
.tablestoristes {
	margin: 0px 0px 10px 15px;
	width: 300px;
	border-top: 1px solid #EDEDED;
}
.tablestoristes caption {
	display: none;
}
.tablestoristes td {
	border-bottom: 1px solid #EDEDED;
	padding: 10px 1px;
}
.tablestoristes td dt, .tablestoristes td dl, .tablestoristes td dd {
	margin: 0px;
	padding: 0px;
}
.tablestoristes td dt {
	text-transform: uppercase;
	font-weight: bold;
}
.case_storiste {
	border: 3px solid #CCC;
}
.bloc_reponse_suivi_devis {
	background-color: #E37D1D;
	margin: 10px 5px;
	padding: 10px;
}	

/* -------------------------------------------------------------------------------- */
/* -------------   BLOC  BLOC NOTES   ------------------------------------------------- */
#TexteBlocNotes {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-position: top left;
	background-repeat: no-repeat;
}
#TexteBlocNotes p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 150px;
}
.messageErreur {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #E37D1D;
	padding: 10px 20px;
	margin: 0px;
}
#TexteBlocNotes form {
	margin: 0px;
	padding: 0px;
}
#dejamembre {
	border: 0px;
	text-align: right;
	padding: 10px 15px 5px 5px;
}
#dejamembre legend {
	display: none;
}
#ouvrebloc {
	margin: 10px;
	padding: 0px;
	text-align: right;
}
#ouvrebloc img {
	border: 0px;
}
#creabloc {
	border: 0px;
	margin: 5px;
	padding: 0px;
}
#creabloc legend {
	display: none;
}
.error {
	margin: 5px;
	padding: 5px;
	color: #F90;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

/* -------------------------------------------------------------------------------- */
/* -------------   BLOC  GESTION NOTES   ------------------------------------------------- */
#blocgauche {
	position: relative;
	top: 50px;
	left: 30px;
	width: 320px;
	height: 500px;
}
#blocgauche h1 {
	font-size: 12px;
	color: #F93;
	margin: 5px 15px 10px 0px;
	padding: 0px;
}
#blocgauche h2, #blocgauche h2 a, #blocgauche h2 a:visited, #blocgauche h2 a:hover, #blocgauche h2 a:active {
	font-size: 10px;
	color: #333;
	font-weight: bold;
	margin: 5px 10px 5px 0px;
	padding: 0px;
	text-decoration: none;
}
#blocgauche p, #blocdroite p {
	margin: 10px 10px 5px 0px;
	padding: 0px;
}
#blocgauche p a, #blocdroite p a, #blocgauche p a:visited, #blocdroite p a:visited, #blocgauche p a:hover, #blocdroite p a:hover  {
	color: #56AFCB;
	text-decoration: underline;
}
#resultatsnotes {
	margin: 10px 0px;
	padding: 0px;
	width: 300px;
	overflow: auto;
	height: 350px;
}
#blocdroite {
	position: relative;
	top: -500px;
	left: 380px;
	width: 320px;
}
#blocdroite fieldset {
	border: 0px;
	margin: 25px 0px 0px 0px;
	padding: 10px;
}
#blocdroite legend {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.champnotes {
	border: 1px solid #56AFCB;
	width: 250px;
	padding: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.submitnotes {
	background-color: #E37D1D;
	color: #FFF;
	padding: 2px;
	border: 1px solid #FFF;	
}
#blocgauche hr {
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	border: 0px;
	width: 290px;
	margin: 10px 0px;
}
.blocemail {
	color: #56AFCB;
}
.bloctable {
	border-collapse: collapse;
	border: 0px;
	border-top: 1px solid #CCC;
	width: 280px;
	margin: 15px 0px 10px 0px;
}
.bloctable caption {
	display: none;
}
.bloctable td {
	padding: 5px;
	border-bottom: 1px solid #FFF;
}
.bloctable td a, #bloctable td a:visited, #bloctable td a:hover {
	color: #56AFCB;
	text-decoration: underline;
}
.radio {
	width: auto;
}
a.submitdevis {
	text-decoration : none;
}
#lightbox-villes-importantes {
	height: 440px;
	overflow: auto;
}


/* pub nettoyant 303 */
.text-pub-nettoyant {
	margin: 10px 15px 45px 15px;
	padding: 0px;
	color: #000;
}
.text-pub-nettoyant a, .text-pub-nettoyant a:visited {
	color: #000;
	text-decoration: none;
}
.text-pub-nettoyant a:hover {
	color: #000;
	text-decoration: underline;
}

/* google map */
#map {
	width: 280px;
	height: 210px;
	border: 1px solid black;
	margin-bottom: 10px;
}


/* -------------------------------------------------------------------------------- */
/* -------------   PLAN DU SITE   ------------------------------------------------- */
#plan_site {
	margin: 15px;
	padding: 0px;
}
#plan_site h3 {
	margin: 5px 0px;
	padding: 0px;
	font-size: 12px;
}
#plan_site ul {
	margin: 5px 0px 25px 0px;
	padding: 0px;
	list-style-type: disc;
	list-style-position: inside;
	color: #F90;
}
#plan_site li {
	padding: 3px 0px;
}
#plan_site li a {
	color: #666;
	text-decoration: none;
}
#plan_site li a:hover {
	color: #000;
	text-decoration: underline;
}


.message_pub_outils {
	margin: 10px 15px;
	padding: 0px;
	text-align: left;
	color: #666;
}
.message_pub_outils h3 {
	margin: 5px 0px;
	padding: 0px;
	font-size: 14px;
}
.message_pub_outils p {
	margin: 10px 0px;
	padding: 0px;
	font-size: 11px;
}
.message_pub_outils ul {
	margin: 5px 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
}
.message_pub_outils li {
	padding: 5px 0px;
}
.message_pub_outils li strong {
	color: #F90;
	text-decoration: none;
}
	