/** Stylesheet: Amelie Royer@ENS Rennes Homepage **/


body {
    background :#F0F0F0;
}

/*Main text*/

.main{
    position: fixed;
    top : 52px;
   	height: 100%;
    overflow-y:auto; 
    overflow-x:hidden; 
    background:#F0F0F0;
    color :#191660;
    word-spacing:2pt;
    font-size:16px;
    line-height:1.3;
    font-family:trebuchet MS, sans-serif;
}

.content {
	padding: 2% 10% 5% 10%;
    overflow: visible
}

/**Headers**/
h1 {
    font: bold 31px "Century Schoolbook", Georgia, Times, serif;
    color: #1f034c;
    letter-spacing: -2px;
} 
h2 {
    color: #1E327C;
    font-family: Gill Sans, Verdana;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    border-bottom : 2px solid  #CC2900; 
    box-shadow: 0 4px 0 #ffaa56;
    padding-top : 20px
} 
h2:before {
    background-color: #CC2900;
    content: "\00BB" ;
    color: #ffaa56;
    font-weight: bold;
    padding: 0px 3px 2px 3px;
    margin-right: 8px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
} 

/**Typos**/
b {
    color : #3D0066;
    font-variant: small-caps;
    font-size:18px;
} i {
    color: #091D96;
}



/**Link Classes**/
a.dl, a.dl:link, a.dl:visited {
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    color:#1f034c;
    text-align:center;
} a.txt, a.txt:link, a.txt:visited {
    font-weight:bold;
    text-decoration:none;
    color:#1f239c;
    text-align:center;
} a.txt:hover, a.dl:hover {
    color:#0d6c93;}



/**Navigation**/
nav {    
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #b0a8ff;
    border-bottom: 2px solid #8078ff;
} nav ul {
    width: 100%;
    height: 100%;
    list-style-type:none;
    margin: 0 ;
    padding: 0;
} nav li {
    float: left; 
    height: 100%;
    background-color:#b0a8ff;
    border-bottom: 2px solid #8078ff;
} nav a:link,a:visited {
    display: block;
    height:100%;
    padding-left:20px;
    padding-right:20px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    color:#FFFFFF;
    background-color:#b0a8ff;
    text-align:center;
    line-height: 50px;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
} nav a:hover {
    background-color:#8078ff;
    color:#E0E0E0;
}  nav a.current:link, a.current:visited {
    color:#E0E0E0;
    background:url("IMG/Marker.gif");
    background-repeat: no-repeat;
    background-position: center bottom;
} nav a.current:hover {
    color:#FFFFFF;
    background-color:#b0a8ff;
} nav li#name {
    float:right;
    height:50px;  
    line-height:50px;
    text-shadow:1px 1px 2px #1C1D45;
    font-weight:normal;
    font-variant:small-caps;
    color:#FFFFFF;
    background-color:#B0A8FF;
    word-spacing:6pt;
    font-size:41px;
    padding-right : 12px;
    font-family:palatino linotype, palatino, serif;
}




/*Styled div for abstracts*/
.blockquote  #text{
    background: #f9f9f9;
    border: 2px solid #b8b8b8;
    border-left: 10px solid #b8b8b8;
    margin: 0px 10px 1.5em 10px;
    padding: 1.0em 10px;
} .blockquote #text:before {
    color: #b8b8b8;
    content: "\201C";
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
} .blockquote #text p {
    margin : 0px;
} .blockquote #title {
    display:block;
    font-weight:normal;
    font-variant:small-caps;
    color:#787878;
    letter-spacing:-2pt;
    font-size:30px;
    text-align:left;
    font-family:helvetica, sans-serif;
    line-height:0;
    padding-left : 10px;
    padding-bottom: 12px
} .blockquote #text #keywords {
    font-weight:normal;
    color:#787878;
    font-variant:small-caps;
    font-size:16px;
    text-align:left;
    font-family:helvetica, sans-serif;
    text-align : right;
    padding-top : 25px;
    padding-bottom : 0px;
}  .blockquote #links ul {
    list-style-type:none;
    text-align:left
} .blockquote {
    padding-top : 7px
}



/**Table and List for Educ Page**/



/**Tableaux - parcours (Education) **/

.educTable {
    width:90%;
    border: 0px;
    margin-left : 50px
}
.educTable table {
    border-collapse: collapse;
}
.educTable td {
    padding-bottom: 20px;
}
.educTable h3 {
    padding-top : 20px;
    color: #2b4784;
    font-family: Gill Sans, Verdana;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
} 
.educTable li {
    list-style-type:none;
    margin-left : 0;
}

.bullet {
    background-color: #6b87C4;
    color: #EFFFFF;
    font-weight: bold;
    float:left;
    font-size:12px;
    width: 42px;
    text-align:center;
    padding: 3px 5px;
    margin-right: 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
} 
.bullet a {
    text-decoration: none;
    color: #EFFFFF;
    line-height: 1;
} 
.bullet a:hover{
    color: #2b6784;
    line-height: 1;
} 

/**Table and List for CV Page**/
.cvList li {
    margin: 1em;
    margin-left : 0;
}

.cvTable {
    width:90%;
    border: 0px;
    margin-left : 50px
}
.cvTable table {
    border-collapse: collapse;
}
.cvTable td {
    padding-bottom: 20px;
}
.cvTable td:first-child {
    display: block;
    float: left;
    margin-right:65px;
    vertical-align: top;  
    color: #2b4784;
    font-family: Gill Sans, Verdana;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
} 


/** Publi table **/

.pubTable {
    border: 0px;
    margin-left : 15px
}
.pubTable table {
    border-collapse: collapse;
}
.pubTable td {
    padding-bottom: 20px;
}
.pubTable td:first-child {
    display: block;
    float: left;
    margin-right:40px;
    vertical-align: top;  
    color: #2b4784;
    font-family: Gill Sans, Verdana;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
} 

