body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0;border:1px solid #6A6A6A; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body
{
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center;
background: #E5E5E5 ;/*grey;*/
}

/* Intro centrée */
#introCentre
{
position:absolute;
left: 50%;
top: 50%;
width: 960px;
height: 520px;
margin-top: -380px; /* moitié de la hauteur + perso*/
margin-left: -480px; /* moitié de la largeur */
}

/* links  */

a {
color: #7C90A1;
text-decoration: underline;
}
a:hover { color: #234466; }

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

.error { color: red; }

/* page structure & layout */

#page {
background: White;

margin: 0 auto;
text-align: left;
width:960px;
}





#nav {
bottom: 0;
font-size: 1.1em;
position: absolute;
background:White;
/*right: 25px;*/	
}
.breadcrumb {
float:left;
font-size: 13px;
line-height:23px;
}


#info {
background: #76AAC9; 
border-bottom: 3px solid #93CCEA;
color: #E4EEF4; 	
font-size: 1.2em;
line-height: 2.0em;	
position: relative;
padding: 20px 230px 20px 30px;
}

/* CONTENU */
#content {
width: 960px;
margin: auto;
padding: 0;
font-size: 1.2em;
line-height: 1.5em;
background-color: white;
text-align: left;
padding-top:20px;
color:#666666;
font-size:13px;
text-align:justify;
}

#contentNews
{
padding:50px;
padding-top:10px;
font-weight:bold;
}

#contentPresentation
{
padding:50px;
padding-top:10px;
font-weight:bold;
}

#contentJobs
{
padding:50px;
padding-top:10px;
font-weight:normal;
}

#sidebar {
color: #4B798B;
float: right;
font-size: 1.1em;
line-height: 1.4em;
padding: 10px 30px 20px 20px;
width: 206px;
}




#footer {
padding:0;
margin:0;
padding-top:10px;
clear: both;
color: #aaa;
height: 50px;
background-color:white;
}

/* header */

#header h1 {
font-size: 4.0em;
position: absolute;
margin: 30px 0 0 45px;
}
#header h1 a {
color: #9ca9b7;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: normal;
letter-spacing: -1px;
text-decoration: none;
}
#header h1 a:hover {color: #fff;}
#header h1 span {
color: #fff;
font-size: 18px;
}

/* navigation */

#nav ul {
display: inline;

}
#nav li {
display: block;
float: left;
list-style: none;
}
#nav li a {
background: Red;
color: #fff;
display: block;
margin: 0 1px 0 1px;
line-height: 1.6em;
padding: 7px 20px 7px 20px;
text-align: center;
text-decoration: none;
}
#nav li a:hover,
#nav li a.current { background-color: gray; }

/* breadcrumb */

#breadcrumb a {
color: #4c7897;
text-decoration: none;
}

/* info */

#info a {
color: #E4EEF4;
}

/* content */
#content h2 {
color: Red;
font-size: 22px;
font-weight: bold;
letter-spacing: -1px;
padding: 0 0 17px 0;
padding:10px;
}

#content h2 a {
color: #76aac9;
text-decoration: none;
}

#content h2 a:hover {
color: #7C90A1;
}
#content h1,#content h3, #content h4 {
background: none;
border-bottom: 1px solid #dfe3e4;
font-size: 1.2em;
font-weight: bold;
margin-bottom: 10px;
padding: 5px;
}

#content p {
line-height: 1.5em;
margin: 0 0 20px 0;
}

#content ol {
line-height: 1.8em;
margin: 0 30px 20px 50px;
}

#content ul {
line-height: 1.8em;
margin: 0 30px 0 40px;
}

#content ul li {
line-height: 1.8em;
list-style-type: circle;
}

/* secondary content */

#sidebar h2, #sidebar h3 {
color: #444;
font-size: 1.5em;
font-weight: normal;
margin: 20px 0 5px 0;
padding: 7px 0 7px 0;
}
#sidebar p { margin: 0; }
#sidebar ul {
margin: 7px 0 20px 20px;
}
#sidebar ul li {
line-height: 18px;
list-style: square;
}	
#sidebar a {
color: #4B798B;
}
#sidebar a:hover { color: #231f20; }


/* footer */

#footer p {
line-height: 1.5em;
text-align: center;
}
#footer a {
color: #aaa;
text-decoration: underline;
}

/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
color: #76aac9;
border-left: 2px solid #76aac9;
line-height: 1.5em;
margin: 0 10px 20px 10px;	
padding: 0 10px 0 10px;
}
hr, .hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

/* classes */

.right, .left {
background: #fff;
border: 1px solid #e3e7e8;
float: left;
margin: .5em 12px 6px 0;
padding: 6px;
}
.right {
float: right;
margin: .5em 0  6px 12px;
}
.left {
float: left;
margin: .5em 12px 6px 0;
}

/* comment */
.comment-form-body {
width: 450px;
}





/* GLOBAL */
#conteneurISASWISS
{
padding:0;
margin:auto;
width:960px;
}

h1.cache,p.cache
{
visibility:hidden;
position: absolute; 
}

.langueActive
{
color:Red;
}

.langueChoix
{
float:right;
font-size: 12px;
line-height:23px;
}

.important, .important a
{
color:red;
}

.isaMEF
{
color:Red;
font-style:italic;
text-transform:uppercase;	
}


/* NAVIGATION HAUT */
#navMenuHaut 
{
margin: 0 ;
padding: 0 ;
height: 30px;
list-style: none ;
overflow: hidden ;		
}

#navMenuHaut li 
{
margin:0;
border: 0;
float: left;
}

#navMenuHaut li a {
padding-left: 20px;
padding-right: 20px;
display: block;
color: gray;
font: bold 14px sans-serif,Helvetica,Arial;
line-height: 30px;
text-align: center;
text-decoration: none;
}

#navMenuHaut li a:hover, #navMenuHaut li a:focus, #navMenuHaut li a:active
{
color: White;
background-color: Red;
text-decoration: none ;

}

#navMenuHaut li a.current
{
background-color: white; 
color: Red;
}


/* NAVIGATION BAS */
#navMenuBas
{
margin: 0 ;
padding: 0 ;
height: 20px;
list-style: none ;
clear:both;
background-color:#F5F5F5;   
}

#navMenuBas li 
{
margin:0;
border: 0;
float: left;   list-style:none;
}

#navMenuBas li a
{
padding-left: 20px;
padding-right: 20px;
display: block;
color: gray;
font: normal 12px sans-serif,Helvetica,Arial;
line-height: 20px;
text-align: center;
text-decoration: none;
}

#navMenuBas li a:hover, #navMenuBas li a:focus, #navMenuBas li a:active
{
background-color: Red;
text-decoration: none ;
color: white;
}

#navMenuBas li a.current
{
background-color: white; 
color: Red;
}


/* ACCUEIL */
#accueilIntro
{
margin:0;
padding:0;
padding-top:0px;
float:left;
width:640px;
}



/* NEWS */
.newsTitre
{
color:Red;
font-weight:bold;
}

a.effetSurvolNews img
{
border:2px solid White;
padding:2px;
cursor:pointer;
}

a.effetSurvolNews:hover img
{
padding:2px;
border:2px solid Red;
cursor:pointer;
}



/* NEWS COMPLETE */
#newsHeader
{
margin:0px;
margin-top:5px;
padding:10px;
padding-left:50px;  
height:80px;
}

#newsHeader img
{
float: left; 
margin-right: 30px; 
}

#newsHeader h1
{
margin-top:10px;
color:Red;
font-weight:bold;
font-size:22px;
border:none;
}

/* NEWS ARCHIVES */
#newsArchives
{
margin:0px;
padding:0px;
padding-top:20px;
background-color:#E5E5E5;
}

.newsArchivePresentation
{
margin:0px;
margin-bottom:20px;
padding:10px;
padding-left:80px;
height:80px;
background: url(../images/newsBandeauDegrade.png) repeat;
}

.newsArchivePresentation img
{
float: left; 
margin-right: 30px; 
}


.newsArchivePresentation span
{
display:block;
margin:0;
padding:0;
margin-top:10px;
}



/* NEWS ACCUEIL */
#newsAccueil
{
padding:0px;
margin:0px;
float:right;
width:320px;
background-color:#E5E5E5;
}

.newsAccueilPresentation
{
margin:0px;
margin-top:7px;
margin-bottom:7px;
padding:10px;
height:80px;
border-top:1px dashed #CCCCCC;
border-bottom:1px dashed #CCCCCC;
background-color:White;
overflow:hidden;
}

.newsAccueilPresentation:hover
{
background-color:#E5E5E5;
cursor: pointer;
}

.newsAccueilVignette
{
float: left; 
margin-right:10px; 
}

.newsAccueilTitre
{
color:Red;
font-weight:bold;
}


/* PRODUCT LINE */
.catalogueFamilleBoite
{
margin : 0;
margin-bottom:10px;
padding : 0;
float : left;
width : 320px;
text-align : center;
}

.familleImage
{
border:2px solid white;
}

.familleImage:hover,.familleImageSelectionne
{
border:2px solid red;
}

.versionTexte
{
text-decoration:none;
}

.versionTexte:hover,.versionTexteSelectionne
{
color:red;
text-decoration:underline;
}


/* Table recherche du catalogue*/
table.catalogueRecherche,table.rechercheSmartSearch
{ 
margin-left:auto;
margin-right:auto;
margin-top:5px;
margin-bottom:30px;
background-color:White;
width:95%;
}

table.catalogueRecherche caption
{
margin-top:15px;
text-align:right;
font-style:italic;
color:Red;
}

table.rechercheSmartSearch tr td
{
padding:10px;
}

table.rechercheSmartSearch select
{
background-color:#E5E5E5;
}

table.catalogueRecherche tr.enteteRecherche
{ 
background-color: Gray;
color:White;
}

table.catalogueRecherche tr.survolRechercheOn
{ 
background-color: #E5E5E5;   
cursor :pointer;  
}

table.catalogueRecherche tr.survolRechercheOff
{ 
background-color: White;
cursor :default;
}

table.catalogueRecherche td, table.rechercheSmartSearch td
{
border:1px solid Gray;
padding:6px;
text-align:left;
}

table.catalogueRecherche td.infosTechniques
{
width:300px;
}

/* Recherche référence - liste */
select.rechercheReference
{
background-color:white;
margin:auto;
width:300px;   
text-align:left;

}

.rechercheReferenceNiveau1
{
background-color: Gray;
color:White;
}

.rechercheReferenceNiveau2
{
background-color:#E5E5E5;
color:Black;
cursor:pointer; 
}

.rechercheSelectionne
{
color:Red;
text-decoration:underline;
}

input.recherche
{
padding:6px;
background-color:Gray;
color:White;
border:1px solid Black;
cursor:pointer;
}

input.recherche:hover
{
border:1px solid Red;
}


/* FICHE PRODUIT */
#norme
{
width: 300px;
font-size:13px;
vertical-align:bottom;
float: right;
text-align:right;
margin-right:15px;
}

#norme img
{
vertical-align:middle;
}

#informationsTechniques
{
height:20px;
line-height:20px;
font-size:13px;
vertical-align:baseline;
}


/* VIP */
#connexionVIP
{
margin:auto;
width:270px;
border:1px solid gray;
padding:20px;
background-color:#E5E5E5;
}

#login-username-div, #login-password-div, #login_submit
{
text-align:right;
}
