/*                              */
/* ---------------------------- */
/* redefinition de balises HTML */
/* ---------------------------- */
/*                              */

/* couleurs de l'ascenceur */
BODY {
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #323D4E;
	SCROLLBAR-SHADOW-COLOR: #666666;
	SCROLLBAR-DARKSHADOW-COLOR: #3A3A3A;
	SCROLLBAR-3DLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #3273BA;
}
/* titre bandeau */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	line-height: 24px;
	text-align: right;
	vertical-align: bottom;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 35px;
}
/* titre entrée gauche home */
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #CCFFFF;
	font-weight: normal;
}
/* titre rubrique */
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #3273BA;
}
/* titre sous-rubrique */
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #CCFFFF;
	background-image: url(images_design_produit_industriel/puce.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
/* titre sous-categorie */
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	margin-left: 10px;
	margin-bottom: 5px;
	background-image: url(images_design_produit_industriel/puce2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-top: 25px;
}
/* balise gras */
strong {
	color: #FFFFFF;
}
/* lien */
a {
	text-decoration: none;
	color: #FFB366}
a:hover {
	color: #FF9900
}
/* champs formulaire */
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #A5A398;
	border: 1px solid #000000;
	padding: 3px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #A5A398;
	border: 1px solid #000000;
	padding: 5px;
}


/*                              */
/* ---------------------------- */
/*  definition des navigations  */
/* ---------------------------- */
/*                              */

/* nav haut */
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3273BA;
	text-decoration: none;
	padding-right: 16px;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #3273BA;
}
.nav_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3273BA;
	text-decoration: none;
	padding-right: 16px;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #3273BA;
}
.nav_on:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5892D1;
	text-decoration: none;
	padding-right: 16px;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #3273BA;
}
/* nav entrée gauche home */
.navhome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #CCFFFF;
	font-weight: normal;
	text-decoration: none;
}
.navhome:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #3273BA;
	font-weight: normal;
	text-decoration: none;
}
/* nav secondaire */
.navgche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CCFFFF;
	text-decoration: none;
	line-height: 12px;
}
.navgche:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12px;
}
.navgche_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
	line-height: 12px;
}
/* nav sous-catégorie */
.navg3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
	line-height: 18px;
}
.navg3:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC33;
	text-decoration: none;
	line-height: 18px;
}
/* nav bas */
.nav-bas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	line-height: 15px;
}
.nav-bas:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
	text-align: right;
	line-height: 15px;
}
/* retour haut de page */
.retour_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*                              */
/* ---------------------------- */
/* definition des styles de bloc */
/* ---------------------------- */
/*                              */

/* filet extérieur */
.filet {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 30px;
}
/* fond bandeau */
.bandeau {
	background-image:  url(images_design_produit_industriel/bandeau_agence_design_industriel.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	vertical-align: bottom;
}
/* nav bas */
.bloc-bas {
	font-size: 9px;
	width: 750px;
	text-align: right;
	padding-bottom: 20px;
	padding-top: 10px;
}
/* fond nav secondaire */
.td-gauche {
	background-image: url(images_design_produit_industriel/coin_filet.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 30px 10px 10px;
}
/* bloc de home page */
.home-gauche {
	width: 270px;
}
.home-droite {
	width: 450px;
	float: right;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 10px;
}
/* marge bloc droit */
.contenu {
	padding: 35px 20px 15px;
}
/* fond page du plan */
.plan {
	padding: 35px 20px 10px;
	background-image: url(images_design_produit_industriel/fond_home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* définition des styles de texte */
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
	text-decoration:none;
	cursor:text;
}
.texte:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: justify;
	text-decoration:none;
	cursor:text;
}
.titre-produit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #3273BA;
	text-decoration:none;
	cursor:text;
}
.titre-produit:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #3273BA;
	text-decoration:none;
	cursor:text;
}
/* marges sur logos */
.logo {
	margin-left: 10px;
}
.logo-ref {
	margin-bottom: 10px;
	margin-right: 10px;
}
/* marges sur images */
.img-home {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img-actu1 {
	margin-right: 10px;
	margin-bottom: 10px;
}
.img-actu2 {
	margin-left: 10px;
	margin-bottom: 10px;
}
.img-galerie {
	margin-right: 10px;
	margin-bottom: 10px;
}
.img-phi {
	margin-left: 20px;
	margin-bottom: 10px;
}
/* bloc filet bleu */
.galerie {
	padding: 10px;
	border: 1px solid #3273BA;
	margin-bottom: 10px;
}
.reference {
	padding: 15px;
	border: 1px solid #3273BA;
	margin-bottom: 10px;
}
/* blocs savoir-faire */
.savoir-faire1 {
	background-image: url(images_design_produit_industriel/savoir_faire01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.savoir-faire1 {
	background-image: url(images_design_produit_industriel/savoir_faire01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 30px;

}
.savoir-faire2 {
	background-image: url(images_design_produit_industriel/savoir_faire02.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 30px;

}
.savoir-faire3 {
	background-image: url(images_design_produit_industriel/savoir_faire03.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/* bloc home_actualité */
.actualite {
	text-decoration: blink;
	height: 50px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: baseline;
	padding: 10px 20px 10px 5px;
	border: 1px dashed #336699;
}
.phi-home {
	font-size: 24px;
	font-weight: normal;
	vertical-align: baseline;
	font-style: normal;
	font-variant: normal;
}
/* paragraphe adresse */
.contact {
	text-align: left;
	vertical-align: middle;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 100px;
}
.savoir-faire {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;


}
.img-savoir-faire {
	margin-bottom: 10px;
	margin-left: 5px;
	float: right;

}
