/*----------------------------*/
/*Struture g�n�rale de la page*/
/*----------------------------*/

body
{
	margin: auto;
	margin-top: 30px;
	width: 1020px;
	height: 500px;
	font-family: Calibri, Arial, serif;
	color: black;
	background-color: rgb(69,172,197);
}

.logo
{
	display: block;
	margin: auto;
	width: 110px;
	border: none;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	color: rgb(69,172,197);
}

.lien_utilise
{
	color: rgb(69,172,197);
	text-decoration: none;
}

#menu_page
{
	float: left;
	margin-right: 20px;
	width: 200px;
	height: 100%;
	border: 2px solid black;
	background-color: white;
	font-size: 20px;
	font-weight: bold;
}


.bas_menu
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 35px;
}

table
{
	margin: auto;
	border-collapse: collapse;
}


.normal_table
{
    border: 2px black solid;
}

td
{
	border-bottom: 2px solid black;
	text-align: center;
}

.premiere_cellule
{
	border-top: 2px solid black;
}


#corps
{
	height: 500px;
	background-color: white;
	border: 2px solid black;
	overflow: auto;
	padding-left: 10px;
}

.espace_bas_de_page
{
	height: 10px;
}

h1
{
	text-align: center;
	font-size: 40px;
}

#pied_de_page
{
	font-size: 14px;
	color: white;
	text-align: center;
	margin-top: -10px;
}


.redirect{
	height:35px;
	padding:15px;
	background-color:white;
	text-align:center;
	font-size:22px;
	color:#5A5A5A;
	box-shadow: 3px 3px 2px #006C73;}


.redirect a{
	color:rgb(69,172,197);
	font-weight:bold;
	text-decoration:underline;}


.redirect img{
	width:60px;
	vertical-align:middle;}


/*----------------------*/
/* Rajout page d'acceuil*/
/*----------------------*/

.dwa
{
	display: block;
	border: none;
	margin: auto;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.texte_acceuil
{
	text-align: center;
	font-size: 30px;
}

.service
{
	font-size: 16px;
	text-align: right;
	margin-top: 100px;
	margin-right: 5px;
}

.logo_jac
{
	height: 30px;
	position: relative;
	top: 10px;
}


/*--------------------*/
/*Page en construction*/
/*--------------------*/

.construction_texte
{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-top: 70px;
}

.construction
{
	width: 150px;
	margin-top: 50px;
}


/*-------------*/
/*Page produits*/
/*-------------*/

.texte_produit
{
	text-align: center;
}

.tableau_produit
{
	border-collapse: collapse;
	margin: auto;
}

.td_produit
{
	border: 2px black solid;
	font-size: 20px;
	font-weight: bold;
	height: 100px;
	width: 200px;
}


/*------------------------------------------*/
/*Impression Num�rique Solvant et Ecosolvant*/
/*------------------------------------------*/

.tableau_in
{
	border-collapse: collapse;
	width: 98%;
	margin-top: 15px;
}

.rowspan_in
{
	width: 15px;
	border: none;
	font-weight: bold;
	font-size: 15px;
}

.ecosolvant
{
	width: 15px;
	border: none;
	font-weight: bold;
	font-size: 15px;
	padding-right: 15px;
}

.th_in
{
	border: 2px solid black;
	font-weight: bold;
	font-size: 20px;
	height: 40px;
	width: 150px;
}

.td_in
{
	border: 2px black solid;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 18px;
}

.th_ina
{
	border: 2px solid black;
	font-weight: bold;
	font-size: 20px;
	height: 40px;
	width: 200px;
}


/*-------------------------------*/
/*-------------Bande haut de page*/
/*-------------------------------*/

.tableau_bande
{
	width: 750px;
	border-collapse: collapse;
	position: fixed;
	background-color: white;
        margin-top: 2px;
	font-size: 12px;
}

.tableau_bande_principal
{
    width: 250px;
    border-collapse: collapse;
    position: fixed;
    background-color: white;
    margin-top: 2px;
    font-size: 12px;
}

.indication
{
	border: none;
}

.element
{
	border: 2px solid black;
}


/*-------------------------------*/
/*-------------Adh�sifs monom�res*/
/*-------------------------------*/


.les_monomeres
{
	text-align: center;
	font-size: 40px;
	font-style: italic;
}

.monomere_in
{
	border-collapse: collapse;
	width: 98%;
	margin-top: 15px;
}

.th_monomere_in_1
{
	border: 2px solid black;
	width: 80px;
}

.th_monomere_in_2
{
	border: 2px solid black;
	width: 140px;
}

.th_monomere_in_3
{
	border: 2px solid black;
	width: 80px;
}

.th_monomere_in_4
{
	border: 2px solid black;
	width: 100px;
}

.th_monomere_in_5
{
	border: 2px solid black;
	width: 80px;
}

.th_monomere_in_6
{
	border: 2px solid black;
	width: 120px;
}

.td_monomere_in
{
	border: 2px solid black;
}


/*-------------------------------*/
/*--------------Films de laminage*/
/*-------------------------------*/

.laminage
{
	border-collapse: collapse;
	width: 98%;
	margin-top: 15px;
}

.th_laminage_1
{
	border: 2px solid black;
	width: 80px;
}

.th_laminage_2
{
	border: 2px solid black;
	width: 120px;
}

.th_laminage_3
{
	border: 2px solid black;
	width: 80px;
}

.th_laminage_4
{
	border: 2px solid black;
	width: 80px;
}

.th_laminage_5
{
	border: 2px solid black;
	width: 120px;
}

.td_laminage
{
	border: 2px solid black;
}


/*-------------------------------*/
/*-------------------------Encres*/
/*-------------------------------*/

.th_encre_1
{
	width: 140px;
	border: 2px solid black;
}

.th_encre_2
{
	width: 80px;
	border: 2px solid black;
}

.th_encre_3
{
	width: 120px;
	border: 2px solid black;
}


/*-------------------*/
/*Adh�sifs de d�coupe*/
/*-------------------*/

.tableau_adec
{
	border: 2px solid black;
	border-collapse: collapse;
	margin: auto;
	margin-top: 50px;
}

.th_adec
{
	border: 2px solid black;
	font-size: 20px;
	font-weight: bold;
	width: 200px;
	height: 40px;
}

.td_adec
{
	border: 2px black solid;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	height: 60px;
}


/*-------------------------------*/
/*-----------------------Monom�re*/
/*-------------------------------*/

.th_monomere_adec_1
{
	border: 2px solid black;
	width: 80px;
}

.th_monomere_adec_2
{
	border: 2px solid black;
	width: 140px;
}

.th_monomere_adec_3
{
	border: 2px solid black;
	width: 80px;
}

.th_monomere_adec_4
{
	border: 2px solid black;
	font-weight: bold;
	width: 80px;
}

.th_monomere_adec_5
{
	border: 2px solid black;
	font-weight: bold;
	width: 80px;
}

.th_monomere_adec_6
{
	border: 2px solid black;
	width: 100px;
}

.th_monomere_adec_7
{
	border: 2px solid black;
}

.td_monomere_adec
{
	border: 2px solid black;
}


/*-----------*/
/*S�rigraphie*/
/*-----------*/

.tableau_seri
{
	border: 2px solid black;
	border-collapse: collapse;
	margin: auto;
	margin-top: 20px;
}

.th_seri
{
	border: 2px solid black;
	font-size: 20px;
	font-weight: bold;
	width: 200px;
	height: 40px;
}

.td_seri
{
	border: 2px black solid;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	height: 60px;
}


/*-------------------------------*/
/*---------------Application tape*/
/*-------------------------------*/

.th_monomere_adec_ap1
{
	border: 2px solid black;
	width: 220px;
}

.th_monomere_adec_ap2
{
	border: 2px solid black;
	width: 80px;
}

.th_monomere_adec_ap3
{
	border: 2px solid black;
	width: 80px;
}

.th_monomere_adec_ap4
{
	border: 2px solid black;
	font-weight: bold;
	width: 80px;
}

.th_monomere_adec_ap5
{
	border: 2px solid black;
	font-weight: bold;
	width: 80px;
}

.th_monomere_adec_ap6
{
	border: 2px solid black;
	width: 100px;
}


/*-----------------*/
/*Adh�sifs sp�ciaux*/
/*-----------------*/

.h1_aspe
{
	margin-top: 0px;
}

.tableau_aspe
{
	border: 2px solid black;
	border-collapse: collapse;
	margin: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.th_aspe
{
	border: 2px solid black;
	font-size: 20px;
	font-weight: bold;
	width: 250px;
	height: 40px;
}

.td_aspe
{
	border: 2px black solid;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	height: 60px;
}


/*-----------------------------------*/
/*Films thermo-soudables pour textile*/
/*-----------------------------------*/

.tableau_ftpt
{
	border: 2px solid black;
	border-collapse: collapse;
	margin: auto;
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
}

.th_ftpt
{
	border: 2px solid black;
	font-size: 20px;
	font-weight: bold;
	width: 230px;
	height: 40px;
}

.td_ftpt
{
	border: 2px black solid;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	height: 60px;
}

.th_flex_1
{
    border: 2px solid black;
    width: 200px;
}

.th_flex_2
{
    border: 2px solid black;
    width: 100px;
}

.th_flex_3
{
    border: 2px solid black;
    width: 300px;
}

.th_flex_4, .th_flex_5, .th_flex_6
{
    border: 2px solid black;
    width: 100px;
    font-weight: bold;
}

.th_flex_7
{
    border: 2px solid black;
    width: 150px;
}

.td_flex
{
    border: 2px solid black;
}


/*-----------------------------------*/
/*---------------------- Flex pour in*/
/*-----------------------------------*/

.th_flex_in1
{
    border: 2px black solid;
    font-weight: bold;
    width: 250px;
}

.th_flex_in2
{
    border: 2px black solid;
    font-weight: bold;
    width: 50px;
}

.th_flex_in3
{
    border: 2px black solid;
    font-weight: bold;
    width: 100px;
}

.th_flex_in4
{
    border: 2px black solid;
    font-weight: bold;
    width: 100px;
}

.th_flex_in5
{
    border: 2px black solid;
    font-weight: bold;
    width: 100px;
}

.table_flex_in
{
    border-collapse: collapse;
    width : 98%;
}


/*--------*/
/*Supports*/
/*--------*/

.tableau_sup
{
	border: 2px solid black;
	border-collapse: collapse;
	margin: auto;
	margin-top: 80px;
	margin-right: 40px;
	margin-left: 40px;
}

.th_sup
{
	border: 2px solid black;
	font-size: 20px;
	font-weight: bold;
	width: 200px;
	height: 40px;
}

.td_sup
{
	border: 2px black solid;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	height: 60px;
}


/*--------*/
/*Machines*/
/*--------*/

.tableau_m
{
	border: 2px solid black;
	border-collapse: collapse;
	margin: auto;
	margin-top: 80px;
	margin-right: 40px;
	margin-left: 40px;
}

.th_m
{
	border: 2px solid black;
	font-size: 20px;
	font-weight: bold;
	width: 200px;
	height: 40px;
}

.td_m
{
	border: 2px black solid;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	height: 60px;
}


/*---------*/
/*Peintures*/
/*---------*/

.tableau_p
{
	border: 2px solid black;
	border-collapse: collapse;
	margin: auto;
	margin-top: 80px;
	margin-right: 40px;
	margin-left: 40px;
}

.th_p
{
	border: 2px solid black;
	font-size: 20px;
	font-weight: bold;
	width: 200px;
	height: 40px;
}

.td_p
{
	border: 2px black solid;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	height: 60px;
}


/*---------------------*/
/*Outils et accessoires*/
/*---------------------*/

.tableau_oea
{
	border: 2px solid black;
	border-collapse: collapse;
	margin: auto;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
}

.th_oea
{
	border: 2px solid black;
	font-size: 20px;
	font-weight: bold;
	width: 200px;
	height: 40px;
}

.td_oea
{
	border: 2px black solid;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	height: 60px;
}


/*-------*/
/*Contact*/
/*-------*/

.titre_secteur
{
	font-weight: bold;
	height: 25px;
}

.secteur_gne
{
	float: left;
}

.secteur_os
{
	margin-left: 400px;
	position: relative;
	top: 15px;
}

.stop_flottant_formulaire
{
	clear: left;
}


/*----------------*/
/*Mentions l�gales*/
/*----------------*/

.mail
{
	position: relative;
	top: 4px;
	height: 16px;
}