Team:Paris Bettencourt/Templates/css/default

From 2011.igem.org

(Difference between revisions)
(Undo revision 113548 by BaptisteCouly (talk))
 
(550 intermediate revisions not shown)
Line 1: Line 1:
-
*{
+
body{
-
padding: 0px;
+
    width: auto;
-
margin: 0px;
+
    color: #333333;
 +
    background-repeat:repeat;*/
 +
    background-color:#ebebeb;
 +
    margin:20px 0px 0px 0px;
}
}
-
 
+
#globalWrapper {/* le wiki */
-
body
+
    background-color: transparent;
-
{
+
-
background: #F9F9F7 url('https://static.igem.org/mediawiki/2011/c/c9/Igem_jhu_a1.gif') repeat-x;
+
-
font-size: 11px;
+
-
font-family: "trebuchet ms", helvetica, sans-serif;
+
-
color: #EEEEEE;
+
-
line-height: 18px;
+
}
}
-
 
+
#top-section{/* la barre titre (baniere igem+ menu haut)*/
-
a
+
    height: auto;
-
{
+
    margin-top: 0 px;
-
color: #FF7800;
+
    margin-left: 0 px;
 +
    margin-right: auto;
 +
    margin-bottom: 0 !important;
 +
  /* margin-bottom: 10px; */
 +
    padding:0;
 +
    border: none;
 +
    display: display;
}
}
-
 
+
#p-logo{/*le conteneur de la banière igem avec un lien vers igem*/
-
a:hover
+
  display:none;
-
{
+
  border:none;
-
text-decoration: none;
+
  margin:none;
}
}
-
 
+
#menubar{/* la barre de menu du haut */
-
sup
+
    /*display:none;*/
-
{
+
background-color:transparent;
-
font-size: 0.5em;
+
}
}
-
 
+
#menubar a{/*les lien de la barre de menu du haut */
-
 
+
  text-decoration:none;
-
p
+
  color:#FFFFFF;
-
{
+
-
margin-bottom: 14px;
+
-
text-align: justify;
+
-
color: red;
+
}
}
-
 
+
.left-menu{/* le menu de haut gauche */
-
img.picA
+
  background-color:transparent;
-
{
+
/*display:none;*/
-
position: relative;
+
-
top: -2px;
+
-
background: url('images/a47.gif') no-repeat;
+
-
width: 76px;
+
-
height: 74px;
+
-
padding: 8px;
+
}
}
-
img.picB
+
.right-menu{/* le menu de login haut droite*/
-
{
+
color:#ffffff;
-
position: relative;
+
text-decoration:none;
-
top: -2px;
+
background-color:none;
-
background: url('images/a26.gif') no-repeat;
+
-
width: 146px;
+
-
height: 75px;
+
-
padding: 7px;
+
}
}
-
 
+
.right-menu a{/* les lien du login */
-
img.floatleft
+
color:#ffffff;
-
{
+
text-decoration:transparent;
-
float: left;
+
background-color:none;
-
margin: 0px 14px 3px 0px;
+
}
}
-
 
+
#search-controls{/* la barre de recherche*/
-
 
+
  display:none;
-
ul.linklist
+
-
{
+
-
list-style: none;
+
}
}
 +
#content{/* le body de la page*/
 +
    background-color: transparent;
 +
  border:none;
 +
    padding:none;
 +
    margin:none;
-
ul.linklist li
 
-
{
 
-
border-top: solid 1px #EEEEEE;
 
-
padding-top: 5px;
 
-
margin: 5px 0px 0px 0px;
 
}
}
-
 
+
.firstHeading {/*titre de page */
-
ul.linklist li.first
+
  display:none;
-
{
+
  border: none;
-
border-top: 0px;
+
-
margin-top: 0px;
+
-
padding-top: 0px;
+
}
}
-
 
+
#bodyContent{/* contenu de page*/
-
#upbg
+
    background-color: #ffffff;
-
{
+
    border:2px;
-
position: absolute;
+
    boder-color:#000000;
-
top: 0px;
+
    padding:none;
-
left: 0px;
+
    margin:none;
-
background: #fff no-repeat;
+
    margin-bottom: 10px;
-
width: 965px;
+
-
height: 264px;
+
-
z-index: 1;
+
}
}
-
#outer
+
#footer-wrapper{
-
{
+
position: absolute;
-
position: relative;
+
width: 941px;
-
width: 100%;
+
left: -1px;
-
margin: 0 auto;
+
margin-top:20px;
-
background: #fff repeat-y;
+
margin-bottom:30px;
 +
padding: 7px 15px 7px 15px;
 +
background-color:#ffffff;
 +
border: 1px solid black;
}
}
-
#inner
+
#footer-box{/* la boite en bas de page*/
-
{
+
display: none;
-
position: relative;
+
    margin-bottom: 10px;
-
padding: 13px 30px 13px 30px;
+
-
z-index: 2;
+
}
}
-
#header
+
#catlinks{/* le cadre sous le body useless */
-
{
+
  display: none;
-
position: absolute;
+
-
 
+
-
width: 25%;
+
-
height: 92px;
+
-
color: #fff;
+
-
padding-left: 20px;
+
-
 
+
-
background: #f6e6b4; /* Old browsers */
+
-
background: -moz-linear-gradient(top, #eeeeee 0%, #ed9017 100%); /* FF3.6+ */
+
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6e6b4), color-stop(100%,#ed9017)); /* Chrome,Safari4+ */
+
-
background: -webkit-linear-gradient(top, #feeeeee 0%,#ed9017 100%); /* Chrome10+,Safari5.1+ */
+
-
background: -o-linear-gradient(top, #eeeeee 0%,#ed9017 100%); /* Opera11.10+ */
+
-
background: -ms-linear-gradient(top, #eeeeee 0%,#ed9017 100%); /* IE10+ */
+
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 ); /* IE6-9 */
+
-
background: linear-gradient(top, #f6e6b4 0%,#ed9017 100%); /* W3C */
+
}
}
 +
/* fin du wiki hack */
-
#header span
 
-
{
 
-
font-weight: normal;
 
-
}
 
-
#header h1
 
-
{
 
-
position: absolute;
 
-
font-size: 23px;
 
-
letter-spacing: 5px;
 
-
font-weight: bold;
 
-
height: 80px;
 
-
border: none;
 
-
padding-top: 1.3em;
 
-
}
 
-
#header h2
+
#main_paris2011{/* notre page !*/
-
{
+
    position:absolute;
-
position: absolute;
+
    top:0px;
-
font-size: 10px;
+
    left:50%;
-
font-weight: normal;
+
    margin-left:-486px;
-
color: #FFFFFF;
+
    margin-bottom: 10px;
-
top: 51px;
+
    width: 972px;
-
border: none;
+
    height: 100%;
 +
    background: #ffffff;/* un fond vert tout moche */
 +
    text-align: center;
}
}
-
 
+
#banner_paris2011{
-
#header sup
+
    position:absolute;
-
{
+
    top:0px;
-
color: #FCE2CA;
+
    width:970px;
 +
    border: 1px solid black;
 +
    text-align:center;
 +
    height:147px;
 +
    background: #0d1120;/* couleur de fond du titre*/
}
}
-
 
+
#imgbanner_paris2011{
-
#splash
+
    position:relative;
-
{
+
    width:972;
-
position: absolute;
+
    height:120;
-
right: 30px;
+
    text-align:center;
-
background: #EAEAE2 url('https://static.igem.org/mediawiki/2011/4/4f/Jhu_splash.jpg') no-repeat;
+
-
width: 66%;
+
-
height: 92px;
+
}
}
-
 
+
#maincontainer_paris2011{/* conteneur du texte */
-
#menu
+
    padding:15px 15px 0px 15px;
-
{
+
    background:#ffffff;
-
position: relative;
+
    margin-bottom: 10px;
-
background: #EEEEEE;
+
    border:1px solid black;
-
height: 67px;
+
    position:absolute;
-
padding: 0px 20px 0px 5px;
+
    text-align:justify;
-
margin: 98px 0px 20px 0px;
+
    top:199px;/*178px*/
 +
    width:940px;
 +
    heigth:auto;
}
}
-
#menu ul
+
#menu_paris2011{
-
{
+
    text-align:center;
 +
    position:absolute;
 +
    z-index:10;
 +
    border: 1px solid black;
 +
    /*border-right: 1px solid black;*/
 +
    width:970px;
 +
    height:31px;
 +
    top:158px;
 +
    float:left;
 +
    background-color:#0d1120;
}
}
-
#menu ul li
 
-
{
 
-
display: inline;
 
-
line-height: 52px;
 
-
padding-left: 3px;
 
-
}
 
-
#menu ul li.first
+
#menu_list_paris2011{
-
{
+
  list-style:none; 
-
border-left: 0px;
+
  text-align:center;
 +
    margin-left:17px;
 +
  margin-top:0px;
 +
  padding:0px;
 +
  border:none;
 +
  position:relative;
 +
  background-color:transparent;
}
}
-
#menu ul li a
+
.menu_list_item_paris2011{
-
{
+
float: left;
-
background-color: transparent;
+
width: 133px;
-
background-repeat: repeat-x;
+
padding: 0;
-
padding: 8px 12px 8px 12px;
+
border:0;
-
font-size: 12px;
+
-
color: #fff;
+
-
font-weight: bold;
+
}
}
-
#menu ul li a:hover
+
/*Second level menu*/
-
{
+
-
background: #fff url('images/a18.gif') repeat-x top;
+
-
color: #4A4A24;
+
-
text-decoration: none;
+
-
}
+
-
#date
+
.menu_list_item_paris2011 ul{
-
{
+
display:none;                 /* initially hide the entire list hierarchy */
-
position: absolute;
+
padding:2px;                               /* this is our box border width */
-
top: 0px;
+
list-style: none;
-
line-height: 52px;
+
-
color: #BDBDA2;
+
-
right: 30px;
+
-
font-weight: bold;
+
-
font-size: 12px;
+
-
letter-spacing: -1px;
+
}
}
-
#secondarycontent
+
.menu_list_item_paris2011:hover ul,
-
{
+
.menu_list_item_paris2011 a:hover ul{                           /* 2nd level drop-down box */
-
position: relative;
+
display:block;
-
width: 25%;
+
position:relative;
-
float: right;
+
margin:0;
 +
top:0px;              /* place us just up underneath the top-level images */
 +
left:-3px;      /* left-align our drop-down to the previous button border */
 +
height:auto;      /* the drop-down height will be determiend by line count */
 +
width:14em;
 +
background-color:transparent;        /* this sets our menu's effective "border" color */
 +
font-size:12px;         /* this (and also below) sets the menu's font size */
 +
list-style: none;
}
}
-
#secondarycontent h3
+
/*Third level menu*/
-
{
+
-
position: relative;
+
-
top: 4px;
+
-
font-size: 16px;
+
-
line-height: 25px;
+
-
color: #656551;
+
-
letter-spacing: -1px;
+
-
background: url('https://static.igem.org/mediawiki/2011/0/08/Igem_jhu_a22.gif') bottom repeat-x;
+
-
padding: 0px 0px 10px 10px;
+
-
margin-bottom: 20px;
+
-
}
+
-
#secondarycontent .content
 
-
{
 
-
padding: 0px 10px 0px 10px;
 
-
margin-bottom: 20px;
 
-
}
 
-
#primarycontent
+
.menu_list_item_paris2011:hover ul li ul,
-
{
+
.menu_list_item_paris2011 a:hover ul li a ul {            /* hide inactive 3rd-level menus */
-
position: relative;
+
display:none;
-
width: 73%;
+
-
float: left;
+
}
}
 +
   
 +
.menu_list_item_paris2011:hover ul li:hover ul,
 +
.menu_list_item_paris2011 a:hover ul li a:hover ul {            /* 3rd level drop-down box */
 +
        display:block;
 +
position:absolute;
 +
        top:0px;
 +
left:143px;
 +
width:140px;
-
#primarycontent h3
 
-
{
 
-
position: relative;
 
-
top: 4px;
 
-
font-size: 18px;
 
-
line-height: 25px;
 
-
color: #656551;
 
-
letter-spacing: -1px;
 
-
background: url('images/a22.gif') bottom repeat-x;
 
-
padding: 0px 0px 10px 15px;
 
-
margin-bottom: 20px;
 
-
}
 
-
#primarycontent .content
 
-
{
 
-
padding: 0px 15px 0px 15px;
 
-
margin-bottom: 20px;
 
}
}
-
#primarycontent .post
+
#menu_paris2011 a{
-
{
+
    color:#ffffff;
-
margin-bottom: 30px;
+
    text-decoration:none;
-
border-top: 1px solid #ebebe9;
+
    display:block;
-
border-left: 1px solid #ebebe9;
+
    padding:6px;
-
border-right: 1px solid #ebebe9;
+
    /*height:18px;*/
-
}
+
    width:128px;
 +
    background-color:#0d1120;
-
#primarycontent .post .header
 
-
{
 
-
position: relative;
 
}
}
-
#primarycontent .post .header:before
+
#menu_paris2011 .menu_list_item_paris2011 ul a{
-
{
+
    border: 1px solid black;
-
content:≡;
+
}
}
-
#primarycontent .post .date
+
#menu_paris2011 a:hover{
-
{
+
    background-color:#0b0f50;
-
position: absolute;
+
    display:block;
-
right: 15px;
+
  /* height:18px;*/
-
top: 0px;
+
    width:128px;
-
line-height: 35px;
+
  /*margin:-7px;$/
-
color: #AFAFA4;
+
  /*top:0px;*/
-
font-weight: bold;
+
    position:relative;
}
}
-
 
+
#menu_paris2011 a:active{
-
#primarycontent .post .content
+
    background-color:#1300C0;
-
{
+
    display:block;
-
margin-bottom: 0px;
+
 
}
}
-
#primarycontent .post .footer
+
#menu_paris2011 a:link{
-
{
+
  /* background-color:#677E52;*/
-
position: relative;
+
-
top: 0px;
+
-
background: url('https://static.igem.org/mediawiki/2011/9/94/Igem_jhu_a33.gif') repeat-x;
+
-
height: 64px;
+
}
}
-
#primarycontent .post .footer ul
 
-
{
 
-
list-style: none;
 
-
position: absolute;
 
-
right: 15px;
 
-
bottom: 15px;
 
-
}
 
-
#primarycontent .post .footer ul li
+
#scroll_left{
-
{
+
  display:block;
-
display: inline;
+
  height:350px;
-
line-height: 14px;
+
  width:10%;
-
padding-left: 17px;
+
  background-color:transparent;
-
margin-left: 25px;
+
  z-index:400;
-
background-repeat: no-repeat;
+
  position:fixed;
-
background-position: 0px 2px;
+
  top:230px;
 +
  left:5px;
}
}
-
#primarycontent .post .footer ul li.printerfriendly
+
#scroll_left a{
-
{
+
  color:#000000;
-
background-image: url('images/a41.gif');
+
  font-weight:bold;
}
}
-
#primarycontent .post .footer ul li.comments
+
#scroll_right{
-
{
+
  display:block;
-
background-image: url('images/a36.gif');
+
  height:350px;
 +
  width:10%;
 +
  background-color:transparent;
 +
  z-index:400;
 +
  position:fixed;
 +
  top:230px;
 +
  right:5px;
}
}
-
#primarycontent .post .footer ul li.readmore
+
#scroll_right a{
-
{
+
  color:#000000;
-
background-image: url('images/a38.gif');
+
    font-weight:bold;
}
}
-
#footer
+
/*TEXT formating*/
-
{
+
-
position: relative;
+
-
clear: both;
+
-
height: 66px;
+
-
text-align: center;
+
-
line-height: 66px;
+
-
background-image: url('images/a50.gif');
+
-
color: #A8A88D;
+
-
}
+
-
#footer a
+
.legende_schema{
-
{
+
  font-style:italic;
-
color: #8C8C73;
+
}
}
-
 
+
a {
-
/* WIKI HACKS */
+
  text-decoration:none;
-
 
+
-
.firstHeading {
+
-
  display:none;
+
}
}
-
#globalWrapper {
+
h1{
-
    background-color: transparent;
+
  font-style:bold;
-
    padding-bottom:0px;
+
  font-size: 30px;
-
    border: none;
+
  text-decoration:none;
}
}
-
#content {
+
h2{
-
    background-color: white;
+
  font-style:italic;
-
    border:none;
+
  padding-left:10px;
-
    padding-bottom:none;
+
-
    margin-bottom:none;
+
-
    border: 1px solid #efefef;
+
}
}
-
#bodyContent {
+
h3{
-
    border: none;
+
  padding-left:25px;
}
}
-
#top-section {
+
h4{
-
    height: 0px;
+
   font-style:italic;
-
    margin-top: 0 px;
+
-
    margin-left: auto;
+
-
    margin-right: auto;
+
-
    margin-bottom: 0 !important;
+
-
   /* margin-bottom: 10px; */
+
-
    padding:0;
+
-
    border: none;
+
-
    display: display;
+
}
}
-
#p-logo {
 
-
    height: 203px;
 
-
    overflow:hidden;
 
-
    border:none;
 
-
    display: none;
 
-
}
 
-
#p-logo img {
+
em {
-
    display: none;
+
  font-style: normal; /* Suppression de l'italique */
 +
  font-weight:bold;
 +
  color:#0056E0;
}
}
-
#footer-box{
 
-
  display: none;
 
-
}
 
-
#catlinks{
+
/*block for paper citations*/
-
   display: none;
+
#citation_box{
 +
   margin-top:30px;
 +
  padding:10px;
 +
  border-style:none;
 +
  border-width:2px;
 +
  border-color:#BDFEBC;
 +
  background-color:#ECECEC;
 +
  text-align:left;
}
}
-
#search-controls {
+
#citation_box ol,li{
-
    overflow:hidden;
+
  text-style:italic;
-
    display:none;
+
-
    background: none;
+
-
    position: absolute;
+
-
    top: 100px;
+
-
    right: 40px;
+
}
}
-
.right-menu li a:link{
+
#references{
-
  padding-top: 10px;
+
  text-style:bold;
-
  background:transparent;
+
  text-size:14px;
-
  text-decoration: none;
+
-
  color: #000;
+
}
}
-
.right-menu li a:hover{
 
-
  padding-top: 10px;
 
-
  background:transparent;
 
-
  text-decoration: underline;
 
-
  color: #000;
 
-
}
 
-
.right-menu li a:visited{
+
table.parameter {
-
  padding-top: 10px;
+
width:100%;  
-
  background:transparent;
+
display: block;  
-
  text-decoration: none;
+
margin-left: auto;  
-
  color: #000;
+
margin-right: auto;  
-
}
+
cellpadding:0px;  
-
 
+
cellspacing:0px;  
-
.mw-headline{
+
align:middle;  
-
position: relative;
+
-
top: 4px;
+
-
font-size: 18px;
+
-
line-height: 25px;
+
-
color: #656551;
+
-
letter-spacing: -1px;
+
-
 
+
-
padding: 0px 0px 10px 15px;
+
-
margin-bottom: 20px;
+
-
}
+
-
 
+
-
.mw-headline :before{
+
-
content: '=';
+
-
}
+
-
 
+
-
/* Image Rotator CSS */
+
-
/* The Nivo Slider styles */
+
-
.nivoSlider {
+
-
position:relative;
+
-
}
+
-
.nivoSlider img {
+
-
position:absolute;
+
-
top:0px;
+
-
left:0px;
+
-
}
+
-
/* If an image is wrapped in a link */
+
-
.nivoSlider a.nivo-imageLink {
+
-
position:absolute;
+
-
top:0px;
+
-
left:0px;
+
-
width:100%;
+
-
height:100%;
+
-
border:0;
+
-
padding:0;
+
-
margin:0;
+
-
z-index:6;
+
-
display:none;
+
-
}
+
-
/* The slices and boxes in the Slider */
+
-
.nivo-slice {
+
-
display:block;
+
-
position:absolute;
+
-
z-index:5;
+
-
height:100%;
+
-
}
+
-
.nivo-box {
+
-
display:block;
+
-
position:absolute;
+
-
z-index:5;
+
-
}
+
-
/* Caption styles */
+
-
.nivo-caption {
+
-
position:absolute;
+
-
left:0px;
+
-
bottom:0px;
+
-
background:#000;
+
-
color:#fff;
+
-
opacity:0.8; /* Overridden by captionOpacity setting */
+
-
width:100%;
+
-
z-index:8;
+
-
}
+
-
.nivo-caption p {
+
-
padding:5px;
+
-
margin:0;
+
-
}
+
-
.nivo-caption a {
+
-
display:inline !important;
+
-
}
+
-
.nivo-html-caption {
+
-
    display:none;
+
-
}
+
-
/* Direction nav styles (e.g. Next & Prev) */
+
-
.nivo-directionNav a {
+
-
position:absolute;
+
-
top:45%;
+
-
z-index:9;
+
-
cursor:pointer;
+
-
}
+
-
.nivo-prevNav {
+
-
left:0px;
+
-
}
+
-
.nivo-nextNav {
+
-
right:0px;
+
-
}
+
-
/* Control nav styles (e.g. 1,2,3...) */
+
-
.nivo-controlNav a {
+
-
position:relative;
+
-
z-index:9;
+
-
cursor:pointer;
+
-
}
+
-
.nivo-controlNav a.active {
+
-
font-weight:bold;
+
}
}
 +
table.parameter td { padding:5px; }

Latest revision as of 13:37, 12 September 2011

body{

   width: auto;
   color: #333333;
   background-repeat:repeat;*/
   background-color:#ebebeb;
   margin:20px 0px 0px 0px;

}

  1. globalWrapper {/* le wiki */
   background-color: transparent;

}

  1. top-section{/* la barre titre (baniere igem+ menu haut)*/
   height: auto;
   margin-top: 0 px;
   margin-left: 0 px;
   margin-right: auto;
   margin-bottom: 0 !important;
  /* margin-bottom: 10px; */
   padding:0;
   border: none;
   display: display;

}

  1. p-logo{/*le conteneur de la banière igem avec un lien vers igem*/
 display:none;
 border:none;
 margin:none;

}

  1. menubar{/* la barre de menu du haut */
   /*display:none;*/

background-color:transparent; }

  1. menubar a{/*les lien de la barre de menu du haut */
 text-decoration:none;
 color:#FFFFFF;

} .left-menu{/* le menu de haut gauche */

 background-color:transparent;
/*display:none;*/

}

.right-menu{/* le menu de login haut droite*/

color:#ffffff;
text-decoration:none;

background-color:none; } .right-menu a{/* les lien du login */

color:#ffffff;
text-decoration:transparent;

background-color:none; }

  1. search-controls{/* la barre de recherche*/
 display:none;

}

  1. content{/* le body de la page*/
   background-color: transparent;
  border:none;
   padding:none;
   margin:none;

} .firstHeading {/*titre de page */

 display:none;
 border: none;

}

  1. bodyContent{/* contenu de page*/
   background-color: #ffffff;
   border:2px;
   boder-color:#000000;
   padding:none;
   margin:none;
   margin-bottom: 10px;

}

  1. footer-wrapper{
position: absolute;
width: 941px;
left: -1px;
margin-top:20px;
margin-bottom:30px;
padding: 7px 15px 7px 15px;
background-color:#ffffff;
border: 1px solid black;

}

  1. footer-box{/* la boite en bas de page*/

display: none;

   margin-bottom: 10px;

}

  1. catlinks{/* le cadre sous le body useless */
  display: none;

} /* fin du wiki hack */


  1. main_paris2011{/* notre page !*/
   position:absolute;
   top:0px;
   left:50%;
   margin-left:-486px;
   margin-bottom: 10px;
   width: 972px;
   height: 100%;
   background: #ffffff;/* un fond vert tout moche */
   text-align: center;

}

  1. banner_paris2011{
   position:absolute;
   top:0px;
   width:970px;
   border: 1px solid black;
   text-align:center;
   height:147px;
   background: #0d1120;/* couleur de fond du titre*/

}

  1. imgbanner_paris2011{
   position:relative;
   width:972;
   height:120;
   text-align:center;

}

  1. maincontainer_paris2011{/* conteneur du texte */
   padding:15px 15px 0px 15px;
   background:#ffffff;
   margin-bottom: 10px;
   border:1px solid black;
   position:absolute;
   text-align:justify;
   top:199px;/*178px*/
   width:940px;
   heigth:auto;

}

  1. menu_paris2011{
   text-align:center;
   position:absolute;
   z-index:10;
   border: 1px solid black;
   /*border-right: 1px solid black;*/
   width:970px;
   height:31px;
   top:158px;
   float:left;
   background-color:#0d1120;

}


  1. menu_list_paris2011{
  list-style:none;   
  text-align:center;
   margin-left:17px;
  margin-top:0px;
  padding:0px;
  border:none;
  position:relative;
  background-color:transparent;

}

.menu_list_item_paris2011{

float: left;
width: 133px;
padding: 0;
border:0;

}

/*Second level menu*/

.menu_list_item_paris2011 ul{ display:none; /* initially hide the entire list hierarchy */ padding:2px; /* this is our box border width */ list-style: none; }

.menu_list_item_paris2011:hover ul, .menu_list_item_paris2011 a:hover ul{ /* 2nd level drop-down box */ display:block; position:relative; margin:0; top:0px; /* place us just up underneath the top-level images */ left:-3px; /* left-align our drop-down to the previous button border */ height:auto; /* the drop-down height will be determiend by line count */ width:14em; background-color:transparent; /* this sets our menu's effective "border" color */ font-size:12px; /* this (and also below) sets the menu's font size */ list-style: none; }

/*Third level menu*/


.menu_list_item_paris2011:hover ul li ul, .menu_list_item_paris2011 a:hover ul li a ul { /* hide inactive 3rd-level menus */ display:none; }

.menu_list_item_paris2011:hover ul li:hover ul, .menu_list_item_paris2011 a:hover ul li a:hover ul { /* 3rd level drop-down box */

       display:block;

position:absolute;

       top:0px;

left:143px; width:140px;


}

  1. menu_paris2011 a{
   color:#ffffff;
   text-decoration:none;
   display:block;
   padding:6px;
   /*height:18px;*/
   width:128px;
   background-color:#0d1120;

}

  1. menu_paris2011 .menu_list_item_paris2011 ul a{
   border: 1px solid black;

}

  1. menu_paris2011 a:hover{
   background-color:#0b0f50;
   display:block;
  /* height:18px;*/
   width:128px;
  /*margin:-7px;$/
  /*top:0px;*/
   position:relative;

}

  1. menu_paris2011 a:active{
   background-color:#1300C0;
   display:block;
  

}

  1. menu_paris2011 a:link{
  /* background-color:#677E52;*/

}


  1. scroll_left{
  display:block;
  height:350px;
  width:10%;
  background-color:transparent;
  z-index:400;
  position:fixed;
  top:230px;
  left:5px;

}

  1. scroll_left a{
  color:#000000;
  font-weight:bold;

}

  1. scroll_right{
  display:block;
  height:350px;
  width:10%;
  background-color:transparent;
  z-index:400;
  position:fixed;
  top:230px;
  right:5px;

}

  1. scroll_right a{
  color:#000000;
   font-weight:bold;

}

/*TEXT formating*/

.legende_schema{

  font-style:italic;

}

a {

  text-decoration:none;

}

h1{

  font-style:bold;
  font-size: 30px;
  text-decoration:none;

}

h2{

  font-style:italic;
  padding-left:10px;

}

h3{

  padding-left:25px;

}

h4{

  font-style:italic;

}


em {

 font-style: normal; /* Suppression de l'italique */
 font-weight:bold;
  color:#0056E0;

}


/*block for paper citations*/

  1. citation_box{
  margin-top:30px;
  padding:10px;
  border-style:none;
  border-width:2px;
  border-color:#BDFEBC;
  background-color:#ECECEC;
  text-align:left;

}

  1. citation_box ol,li{
  text-style:italic;

}

  1. references{
  text-style:bold;
  text-size:14px;

}


table.parameter { width:100%; display: block; margin-left: auto; margin-right: auto; cellpadding:0px; cellspacing:0px; align:middle; } table.parameter td { padding:5px; }