@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal; padding:0; margin:0}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
a, a:hover, a:visited {text-decoration: none;}
/*END OF YUI RESET*/


body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#000000;
	background-color:#58585A;
	
}

#site
{
	margin-left: auto;
	margin-right: auto;
	width:805px;
	background-image:url(images/fond_page_03.png);
	background-repeat:no-repeat;
}
#fond
{
	margin-left: auto;
	margin-right: auto;
	width:805px;
	background-image:url(images/fond_page_04.png);
	background-repeat:repeat-y;
}

#bas
{
	margin-left: auto;
	margin-right: auto;
	width:805px;
	background-image:url(images/fond_bas_04.png);
	background-position:130px bottom ;
	background-repeat:no-repeat;
	border-bottom:5px solid #e1007a;
}

a
{
	color:#FFFFFF;
}

a:hover
{
	color:#D9E247;
}

h3.partenaire
{
	color:#E1007A;
	font-weight:bold;
}

.lettrine_gauche
{
	position:relative;
	float: left; /* positionnement de la lettrine dans le conteneur*/
	font-size: 3em; /* 3 hauteurs de lignes pour la lettrine*/
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top:0px;
	padding: 1px;
	line-height: 1em;
}

.lettrine_droite
{
	position:relative;
	float: right; /* positionnement de la lettrine dans le conteneur*/
	font-size: 3em; /* 3 hauteurs de lignes pour la lettrine*/
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top:0px;
	padding: 1px;
	line-height: 1em;
}

#paragraphe
{
	overflow:hidden;
}

hr
{
	background-color:#07A8D2;
	height: 1px;
	border: 0;	
}

#contenu  
{
	overflow:hidden;
	width:805px;
	text-align:justify;
}


a.info_bulle span
{								   
    position       :  absolute;
    top            :  -2000em;
    left           :  -2000em;
    width          :  1px;
    height         :  130px;
    overflow       :  hidden;
	background-color:#FFFFFF;
	color:#000000;
    border:1px solid #6699FF; /* Définition des bordures */
}   



a.info_bulle
{				
  text-decoration : none;    /* Aucun soulignement du texte */
 /*Définition des marges intérieures de notre lien */
  /* Définition de l'arrière plan de notre lien */
   position : relative; /* Indispensable pour le bon positionnement de l'info-bulle */
}   

a.info_bulle:hover span 
{  
	top        :  -80px;
    left       :  -30px;
    width      :  180px;
    height     :  auto;
    overflow   :  visible;
	z-index:10;
	padding:5px;
}

a.info_bulle:hover 
{
  border : 0;  /* ligne qui corrige le bug d'IE6 et inférieur */
}      


/*Bandeau/**********************************************************************************************/

#bandeau  
{
	float:left;
	width:670px;	
	height:266px;
	background-image:url(images/bandeau.jpg);
	background-repeat:no-repeat;

}

#bandeau a
{
	width:250px;
	height:110px;
	float:right;
	margin:20px;
}

#bandeau h1
{
	float:left;
	padding-left:40px;
	padding-top:90px;
	font-size:17px;
	font-weight:bold;
	color:#58585A;
	font-style:italic;
}
#bandeau h2
{
	float:left;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

/*Menu/**********************************************************************************************/

#menu a.lien_devis
{
	height:40px;
	width:100px;
	display:block;
	margin-left:30px;
	margin-bottom:80px;
	background:none;
}

#menu  
{
	position:relative;
	float:left;
	margin-left: auto;
	margin-right: auto;
	left:31px;
	padding:0;
    overflow:hidden;/* ceci pour etirer */
	padding-bottom:15px;
	padding-top:50px;	
}

#menu li
{
	margin-top:40px;
}

#menu  a 
{
    color:#FFFFFF;
	text-decoration:none;
	height:19px;
	font-size:12px;
	font-weight:bold;
	background-image:url(images/menu_05.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	text-align:center;
}

#menu  a:hover
{
	color:#EBE000;
}

#menu  a.accueil
{
	padding-right:20px;
} 

#menu  a.coussins
{
	padding-right:25px;
} 

#menu  a.rideaux
{
	padding-right:50px;
} 

#menu  a.dessus
{
	padding-right:10px;
} 

#menu  a.produit_jetable
{
	padding-right:10px;
} 

#menu  a.realisations
{
	padding-right:20px;
} 

#menu  a.partenaires
{
	padding-right:30px;
} 

#menu  a.contact
{
	padding-right:40px;
} 



#menu  a.accueil_actif
{
	background-image:url(images/menu2_05.png);
	border-left:1px #e1007a solid;
	padding-right:20px;
} 

#menu  a.coussins_actif
{
	background-image:url(images/menu2_05.png);
	border-left:1px #e1007a solid;
	padding-right:25px;
} 

#menu  a.rideaux_actif
{
	background-image:url(images/menu2_05.png);
	border-left:1px #e1007a solid;
	padding-right:50px;
} 

#menu  a.dessus_actif
{
	background-image:url(images/menu2_05.png);
	border-left:1px #e1007a solid;
	padding-right:10px;
} 

#menu  a.produit_jetable_actif
{
	background-image:url(images/menu2_05.png);
	border-left:1px #e1007a solid;
	padding-right:10px;
} 

#menu  a.realisations_actif
{
	background-image:url(images/menu2_05.png);
	border-left:1px #e1007a solid;
	padding-right:20px;	
} 

#menu  a.partenaires_actif
{
	background-image:url(images/menu2_05.png);
	border-left:1px #e1007a solid;
	padding-right:30px;	
} 

#menu  a.contact_actif
{
	background-image:url(images/menu2_05.png);
	border-left:1px #e1007a solid;
	padding-right:40px;	
} 


/*Contenu/**********************************************************************************************/


#texte
{
	float:left;
	overflow:hidden;
	color:#000000;
	width:520px;
	margin-left:34px;
	text-align:justify;
	padding:20px;
	padding-right:30px;
	padding-left:30px;
}

#texte a
{
	color:#E1007A;
}

#texte a:hover
{
	text-decoration:underline;
}

#texte h1
{
	color:#00B0D0;
	font-size:25px;
	font-weight:bold;
	background-image:url(images/titre_03.png);
	background-repeat:no-repeat;
	height:54px;
	width:520px;
	text-align:center;
	padding-top:10px;
}

#texte h2
{
	color:#E1007A;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:20px;
}


#texte table.categorie
{
	border:#00B0D0 1px solid;
}

#texte table h2
{
	background-color:#00B0D0;
	color:#FFFFFF;
	padding:5px;
	padding-left:20px;
}

#texte table img
{
	margin:5px;
	border:1px solid #000000;
}



input.contact_petit
{
	width:100px;
	margin:10px;
	border:#E1007A 1px solid;
}

input.contact_petit:hover
{
	border:#00AECE 1px solid;
}
input.contact
{
	width:300px;
	margin:10px;
	border:#E1007A 1px solid;
}

input.devis
{
	width:200px;
	padding:0px;
	margin : 2px;	
	text-align:left;
	border:#E1007A 1px solid;
}

input.contact:hover
{
	border:#00AECE 1px solid;
}

input.contact:focus
{
	width:300px;
	margin:10px;
	border:#00AECE 1px solid;
}

input.bouton
{
	margin:10px;
	border:#E1007A 1px solid;
}

textarea.contact
{
	width:300px;
	height:200px;
	margin:10px;
	border:#E1007A 1px solid;
}




#texte_produit_complet
{	
	float:left;
	overflow:hidden;
	color:#000000;
	width:580px;
	margin-left:34px;
	text-align:justify;
	padding:20px;
	padding-right:30px;
	padding-left:20px;
}

#texte_produit
{	
	font-size:11px;
	float:left;
	overflow:hidden;
	color:#000000;
	width:356px;
	height:160px;
	margin-left:0px;
	text-align:justify;
	padding:10px;
	margin-left:00px;
	margin-top:8px;
	border:#000000 1px solid;
	margin-bottom:20px;
}

#texte_produit_haut
{	
	float:left;
	overflow:hidden;
	width:100%;
	height:210px;
}

#texte_produit_bas
{	
	float:left;
	overflow:hidden;
	width:100%;
	padding:1px;
}

#texte_produit a
{	
	color:#000000;
}

#texte_produit h2
{
	color:#00B6C4;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
}

#texte_produit h3
{
	color:#E1007A;
	font-size:14px;
	font-weight:bold;
	padding:0;
	padding-bottom:10px;
}

#texte_produit p
{
	color:#000000;
	font-size:12px;
}

#texte_produit select
{
	border:#E1007A 1px solid;
	font-size:12px;
	width:150px;
}

#img_produit
{	
	font-size:11px;
	float:right;
	overflow:hidden;
	text-align:justify;
	border:#000000 1px solid;
	margin-right:0px;
	margin-top:8px;
	height:180px;
	width:180px;
	background-color:#FFF;
}

#texte_produit_complet table.categorie
{
	border:#00B0D0 1px solid;
	margin-bottom:20px;
}

#texte_produit_complet strong
{
	color:#E1007A;
	font-weight:100;
}


#texte_produit_complet table h2
{
	background-color:#00B0D0;
	color:#FFFFFF;
	padding:5px;
	padding-left:20px;
	font-weight:bold;
	font-size:14px;
}

#texte_produit_complet table img
{
	border:#000000 1px solid;
	margin:10px;
}

/*Footer**********************************************************************************************************************/

#footer 
{
	margin-left: auto;
	margin-right: auto;
	width:805px;
	height:70px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}

#footer h1
{
	font-size:16px;
	padding-left:77px;
	padding-top:17px;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
}

#footer p
{
	font-size:11px;
	padding-left:70px;
	padding-top:15px;
	color:#FFFFFF;
}

#lien_footer
{
	font-size:11px;
	padding-top:10px;
	float:left;
	width:400px;
	color:#FFFFFF;	
}

#lien_footer a
{
	color:#FFFFFF;
}

#footer a:hover
{
	color:#999999;
}

#signature
{
	padding-top:10px;
	float:right;
}


