/* homepage css markup */

body {  
    background-color: #9AB5E4; /*#F0F8FF;#9AB5E4;#fbfbfc;#EBF5FF;*/
    height: 100%;
    width:100%;
/* The html and body elements cannot have any padding or margin. */
}

span.sup {
    position: relative;
    bottom: 1ex; 
    font-size: 80%;
}

.accordion-group {
    border: none; !important
}

/* Wrapper for page content to push down footer */
html, body {
    height: 100%;
}

.wrap {
    min-height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 80px;
}  

.detailsPHSH {
    float: right;
    display: inline;
    width: 48%;
    margin-top: 5%; 
}

div.span12.mainAlias {
    font-size: 3em;
    font-family: Verdana;
    min-height: 75px;
}

div.span6.topHead {
    padding-top: 20px;
}

body:before { /* thanks to Maleika (Kohoutec)*/
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;/* thank you Erik J - negate effect of float*/
}

clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { 
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */

div.mainContent {
    width:95%;
}

#mainHeader {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
    width: inherit;
}

.accordion-heading {
    background-color: white;
}

ul.accordionSubList {
    list-style: none;
    margin-left: 0px;
}

.accordionSubList li {
    padding: 0px 0; 
}

.pubmedLink {
    font-size: 0.8em;
    color: #3f4c6b;
    text-decoration: underline;
}
 
.container {
    width: 100%;
    background-color: #f5f5f5;
}

#mainCentral {
    min-height: 500px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: white;/*#fbfbfc#EBF5FF;*/
   /* margin-right: 5px;*/
    padding: 25px 25px 25px 45px;
}

#mainHeader a:hover {
    text-decoration: none;
}

div.topHead {
    float: left;
    width: 32%;
    margin: 5px 5px 0px 5px;
}

.logoLeft {
    width: 165px;
    margin-left: -22px;
}

.logoCenter {
    display: block;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

h4 {
    text-align: center;
}

h5 {
    text-align: center;
    font-weight: normal;
}

li {
    line-height: 1.7em;
}

z {
    color: #08c;
}
    
textarea {
    width: 100%;
}

.example {
    color: grey;
    text-decoration: none;
    border-bottom: dotted 1px grey;
}

.CurrentToggle {
	background-color: #FFFFE2;/*#FAFAD2; /*#FFFFF0;*/
	color: #000000;
	font-weight: bold;
	font-size: 1.1em;
}

.accordion-base {
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
}

.accordion-separator {
    background-color: #E6E6E6; /*#DCDCDC; whitesmoke;*/
    padding: 14px 14px 14px 14px;
    text-align: center;
    margin-top: 15px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    margin-bottom : 2px;
}

#loader {
    background: url('../img/loading_query.gif') no-repeat; 
    height: 15%;  
    background-position: center center;
    display: none; /* l'astuce est de cacher l'image */
} 
