/* ================================ */
/* body */
html,body {
	    background-color: white;
        /* background-image: white url(/img/gradient.png); */
        /*background-attachment: fixed;*/
        margin-left: 1%;
        margin-top: 0%;
       /* overflow:scroll; */
}

table.smalltab { 
    width: 300px; 
}
table { width: 1300px; }


/* ================================ */
/* font */

* {
        font-size: 12pt;
        font-family: Tahoma, Verdana, Arial, serif;
}

/* ================================ */
/* cadre Entete */
td#entete {

       /*background: #6495ED;*/
/*	background: LightSteelBlue; 23/08/17 */
        background-color: white ;
        font-size:24pt;
        text-align:center;
        vertical-align:middle;
        font-weight: bold;
        color: #3b568d ;
        height: 90px ;
        width:800px; 
/*        text-shadow: darkblue 2px 2px,darkblue 2px 2px, darkblue 2px 2px, darkblue 2px 2px ; */ 

        background-image: url(../img/logoBIPM-RB.jpg);
        background-repeat: no-repeat;
        background-size: 10%;
        background-position: 2% center;
}

a.entete {
        font-size: 15pt;
        font-weight: bold;
        color: black;
	 text-decoration: none;
}


/* ================================ */

/* cadre Pied page */
.menu_pied {
        font-size:3pt;
        position : relative; bottom:10px;left:0; right:10px;
	    background-color: white;
        text-align: right; 

}

/* ================================ */

/* cadre page */


	/* --- BLOC CONTENEUR GLOBAL --- */
	div#page {
		position: relative;
		/* width: 1280px; */
		margin: 0 auto;
		min-height: 100%;
	}

	div#page #premier-element {
		margin-top: 0; /* Ã©vite tout risque de fusion des marges */
	}

	div#page #dernier-element {
			margin-bottom: 0; /* Ã©vite tout risque de fusion des marges */
			padding-bottom: 4em;
	}

	/* --- PIED DE PAGE --- */
	div#piedpage {
		position: relative;
		bottom: 0; left: 0;
		width: 100%;
		height: 3em;
	}

    div#toolbox {
       float:top;
       background-color: #ffffff;
       width: 300px;
       border:thin solid black; 
       margin-right:200px; 
       margin-left:300px; 
       text-align:center;     
    }

.hdtoolbox {
    text-decoration : underline ;
}


a:link { 
	text-decoration:none ;
    color: #000080 ;
}

/* cadre page */

/* NEWS */
.news {
	    background:  #ebc714 ;
        text-align: center;
        color: black;
}

my-email::after {
	content: attr(data-domain);
	}
my-email::before {
	content: attr(data-user) "\0040";
	}
.domain::before {
	content: "\0040";
	}

b.index {
	text-decoration:underline;
    font-size:16px; 
  }
b.sousindex {
	margin-left: 30px;
       list-style-type: square; 
    font-size:14px; 
  }

h1,h3 {
    font-size:13pt; 
    color:#193B7F;
}

h2 {
    display:inline;
    font-size:13pt; 
    color:#193B7F;
}
table.mailing {
    border: 3px solid grey;
    background:  lightgrey ;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 14px;
    padding-right: 5px;
    color: black;
    text-align: left ;
    width: 600px ; 
}
table.sitemap{
    width: 700px ; 
    border-right-style: solid;
    border-color: black;
}
td.sitemap{
    border-left-style: solid;
    border-bottom-style: none;
    width: 128px ;
    text-align: center
}
a.sitemap {
    font-family: Garamond ;
    font-size: 14pt;
 }
iframe.news {
    width: 300px ;
    height: 220px ;  
}
