 /*------------------------------------------------------*
  *-------------    ICARE-NET.COM ---  CSS DECO POLYMAT  ----*
  *------------------------------------------------------*/


body {
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	margin: 0px 0px 20px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}

#general {
width:100%;
height:100%;}

 #index{
	width: 800px;
	height: 505px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -400px;
	position: absolute;
	background-image: url(../images/home/Logos-Polymat-Finale.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#logo {
	left: 0px;
	top: 0px;
	width: 225px;
	height: 142px;
}

#menu_general {
	height: 20px;
	position: absolute;
	left: 265px;
	top: 98px;
	width: 700px;
	font-family: "Times New Roman", Times, serif;
}
#menu_vertical {
	width: 200px;
	position: absolute;
	top: 162px;
	left: 20px;
	font-family: "Times New Roman", Times, serif;
	}
	
#menu_vertical li {
list-style:none;
}
	
#deco {
	position:absolute;
	left: -236px;
	top: -6px;
}
#sous_rubriques 
{
	position: absolute;
	left: 265px;
	top: 148px;
	height: 38px;
	font-family: "Times New Roman", Times, serif;
}

#description
{
	position: absolute;
	left: 265px;
	top: 190px;
	width: 700px;
	border: 1px solid #4E371B;
	text-align: center;
	margin-bottom: 20px;
}
#description2
{
	position: absolute;
	left:265px;
	top: 190px;
	width: 700px;
	border: 1px solid #0099CC;
	text-align: center;
	bottom: 20px;
}
#description3
{
	position: absolute;
	left: 265px;
	top: 190px;
	width: 700px;
	border: 1px solid #936734;
	text-align: center;
}
#description4
{
	position: absolute;
	left: 265px;
	top: 190px;
	width: 700px;
	border: 1px solid #66CC33;
	text-align: center;
	bottom: 20px;
}
#description5
{
	position: absolute;
	left: 265px;
	top: 190px;
	width: 700px;
	border: 1px solid #BC8442;
	text-align: center;
	bottom: 20px;
}
#description6
{
	position: absolute;
	left: 265px;
	top: 190px;
	width: 700px;
	border: 1px solid ##E29F4F;
	text-align: center;
	bottom: 20px;
}
.test {
	color: #BC8442;
}




#adresse
{
	position: absolute;
    bottom: 0;

}


 /*------------------------------------------------------*
  *-----------------------------------     CSS BORD IMAGE     ----*
  *------------------------------------------------------*/


.bord_image {
border-top:5px solid #9B7221;
	border-bottom:2px solid #9B7221;
	border-left:2px solid #9B7221;
	border-right:2px solid #9B7221;
}

.bord_image_plan {
	border: 1px solid #000;
}



 /*------------------------------------------------------*
  *-----------------------------------     CSS EFFETS     ----*
  *------------------------------------------------------*/

#zone_defilante {
	margin-top:5px;
	margin-left:5px;
	width: 370px;
	height: 250px;
	margin-bottom:5px;
	overflow: auto;
	}




.transparence {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}


	
a.puce
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AF801B;
	text-decoration: none;
	padding-left: 15px;
}

a.puce:hover
{
	background-image: url(../images/deco/ma_puce.gif);
	background-repeat: no-repeat;
	background-position: -15px;
}
	
	
li {
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
	
}
a.li{color:#9B7221;}
a.li:hover{color:#FF3399;}


 /*---------------------------------------------------------*
  *----        CSS PAGE CONTACT  DEBUT                  ----*
  *---------------------------------------------------------*/
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_DEBUT */

/* DIV contenant l'ensemble du formulaire */
div.formulaire_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 300px;
	margin: 0 auto;

}
/* DIV général des erreurs de saisie */
div.formulaire_erreursSaisie {
	border: solid 1px #f00;
	background-color: #fee;
	color: #f00;
	padding: 5px;
	margin-bottom: 3px;
}
/* DIV pour chaque erreur de saisie */
div.formulaire_erreursSaisie_ligne {
}

/* DIV message une fois le message envoyé */
div.formulaire_msgRetour {
	background-color: #9cf;
	color: #000;
	text-align: center;	
	padding: 10px;
}
/* Lien "Retour" un fois le message envoyé */
a.formulaire_msgRetour_lien {
}
/* Tableau de champ général */
table.formulaire_table {
	width: 100%;
}
/* Regroupement de champs : ligne en-tête de table */
.formulaire_table th {
	background-color: #E29F4F;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
/* Regroupement de champs : en fielset */
.formulaire_table fieldset {
}
/* Légende du fielset ci-dessus */
.formulaire_table legend {
}
/* Lignes qui séparent les lignes avec les champs */
.formulaire_cell_espacement {
	height: 5px;
}
/* Libelle des champ dans le formulaires : dans tous les cas */
td.formulaire_nom_champ, td.formulaire_nom_champ_erreur {
	width: 100px;
	padding: 0px 5px 0px 10px;
	text-align: right;
}
/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ {
}
/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ_erreur {
	color: #f00;
	font-weight: bold;
}
/* Cellules qui contiennent les champs : dans tous les cas */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
	padding-right: 10px;
}
/* Cellules qui contiennent les champs : en cas d'erreur */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
}
/* Cellules qui contiennent les champs : sans erreur */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
}
/* Champs dans les formulaires (input, textarea) : dans tous les cas */
.formulaire_champ, .formulaire_champ_erreur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 100%;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* Champs dans les formulaires (input, textarea) : sans erreur */
.formulaire_champ {
	background-color: #E29F4F;
	border: solid #4E371B 1px;
}
/* Champs dans les formulaires (input, textarea) : en cas d'erreur */
.formulaire_champ_erreur {
	background-color: #fcc;
	border: solid 1px #f00;
}
/* Texte qui s'ajoute après les champ (€, kg, /jour...) */
span.formulaire_champ_suffixe, span.formulaire_champ_suffixe_erreur {
	font-style: italic;
}
/* Libelle des champ dans le formulaires : dans tous les cas */
td.formulaire_td_checkbox, td.formulaire_td_checkbox_erreur {
	padding: 0px 10px 0px 10px;
}
/* TD du Bouton "Envoyer" du formulaire */
td.formulaire_td_envoyer {
	padding-right: 5px;
	text-align: right;
}
/* Bouton "Envoyer" du formulaire */
input.formulaire_envoyer {
	background-color: #4E371B;
	border: solid 1px #4E371B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	margin: 5px;
}
/* Texte en bas du formulaire concernant les astérisques */
.formulaire_note {
	text-align: center;
	font-style: italic;
}
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_FIN */
 /*-------------------------------------------------------*
  *----        CSS PAGE CONTACT  FIN                  ----*
  *-------------------------------------------------------*
