/* ------------------------------------------- STYLE PRINCIPAUX Carmen Mariscal */
html {
    font-size: 100%; /* Note -> 0a */
}
body {
    margin: 0;
    padding: 10px 20px; /* Note -> 0b */
    font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 0c */
    font-size: .8em; /* -> 0d */
    line-height: 1.25; /* -> 0e */
    color: black;
    background: #6f6f6f;
}
#global {
    max-width: 1350px; /* -> 3 */
    min-width: 844px;
    margin: 0 auto; /* -> 4 */
}

/* ------------------------------------------- CENTRE : Bloc central contenant #menucm et #content */
#centre {
    width: 100%; /* -> 5 */
    overflow: hidden; /* -> 5 */
}

/* ------------------------------------------- MENUCM : ensemble des menus */
#menucm {
    float: left; /* -> 6 */
    margin-top: 81px;
    width: 160px;
}

/* ------------------------------------------- LINKS : navigation site */
#links {
    font: 13px Verdana, sans-serif;
    z-index: 100;
}
#links a {
    display: block;
    text-align: center;
    font: bold 1em sans-serif;
    padding: 5px 10px;
    margin: 0 0 2px;
    border-width: 0;
    text-decoration: none;
    color: #fafaf5;
    background: #5c0936;
    border-right: 2px solid #6f6f6f;
}
#links a:hover {
    color: #411;
    background: #AAA;
    border-right: 2px double #fafaf5;
}
#links a span { display: none }
#links a:hover span {
    display: block;
    position: absolute;
    top: 160px;
    left: 0;
    width: 125px;
    padding: 5px;
    margin: 10px;
    z-index: 100;
    color: #AAA;
    background: black;
    font: 10px Verdana, sans-serif;
    text-align: center;
}

/* ------------------------------------------- LANG : menu choix des langues */
#lang {
    margin-top: 20px;
    width: 160px;
    font: Verdana, sans-serif;
}
#lang a {
    display: inline;
    text-align: center;
    color: #fafaf5;
    background: #6f6f6f;
    padding: 0 8px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font: 12px sans-serif;
    height: 20px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: .9em;
    text-decoration: none;
}
#lang a:hover {
    color: #411;
    background: #AAA;
    border: 0;
    height: 20px;
}

/* ------------------------------------------- SOCIALINK : liens sociaux - Long Shadow Icons - http://web.archive.org/web/20140912210715/http://entypo.com/characters/ */
#socialink {
    border: 0;
    padding: 0;
    margin-top: 10px;
    text-align: center;
    background: #6f6f6f;
}
#socialink a {
    display: inline; /* mettre a "block" si affichage sur ligne entiere */
    background: #6f6f6f;
    border: 0;
    margin: 0;
    padding: 0;
}
#socialink a:hover {
    border: 0;
    margin: 0;
    padding: 0;
}
/* entypo */
[class*="entypo-"]:before { font-family: 'entypo', sans-serif }
.jffooter {
    padding: 20px 0;
    text-align: center;
}
.jfsocial {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 2px;
    line-height: 30px;
    font-family: Entypo;
    font-size: 16px;
    text-align: center;
    color: #bbb;
    border-radius: 50%;
    background: #eee;
    overflow: hidden;
    transition: color 1s;
}
.jfsocial:hover {
    color: #000;
    cursor: pointer;
}

/* ------------------------------------------- content : contenu central */
#content {
    top: 26px;
    margin-left: 161px;
    background: #fafaf5;
    font: 14px Arial, Helvetica, "Nimbus Sans L", sans-serif;
    color: #6f6f6f;
    padding: 10px;
    border: solid 2px #5c0936;
}
#content h1 {
    margin: -9px -9px 0.5em;
    padding: 15px 0 5px;
    text-align: center;
    background: #fafaf5;
    color: #667;
    letter-spacing: 0.5em;
    text-transform: lowercase;
    font: bold 25px sans-serif;
    height: 28px;
    vertical-align: middle;
    white-space: nowrap;
}

/* #content h2 {margin: 0; padding: 5px 0 5px; text-align: right; color: #BAA; letter-spacing: 0.3em; height: 4px; vertical-align: middle; white-space: nowrap;} _NO__DOTCOMMA__AFTER__*/
#content h3 {
    margin-bottom: 0.25em;
    color: #5c0936;
    font: 13px sans-serif;
    letter-spacing: .5em;
    text-transform: uppercase;
}
#content h4 {
    margin-left: 1em;
    color: #667;
}
#content p { margin: 0 1em 1em }
dt { font-weight: bold }
dd { margin-bottom: 0.66em }
a:link {
    color: #5c0936;
    text-decoration: none;
}
a:visited { color: #444 }
a:link:hover { color: #9f9f9f }
a:visited:hover { color: #9f9f9f }
code,
pre {
    color: #EDC;
    font: 110% monospace;
}
#content p.milieu {
    margin: 2em 0 8em;
    text-align: center;
    letter-spacing: .5em;
    font-size: .8em;
}
#content p.contact {
    margin: 2em 0 4em;
    text-align: center;
    letter-spacing: .6em;
    font-size: 1.1em;
}
#content p.contactmin {
    margin: 2em 0 4em;
    text-align: center;
    letter-spacing: .5em;
    font-size: .9em;
}
.newspaper {
    margin: 0 5em 2em 5em;
    text-align: justify;
    padding: 10px;
    border: solid 0px white;
}

/* ------------------------------------------- Mention de copyright */
#copyright {
    margin: 8px 0 0 0;
    font-size: .8em;
    text-align: right;
    color: #9f9f9f;
}
/* légende photos */
#legende {
    margin: 0;
    paddin: 0;
    font-size: .8em;
    text-align: center;
    color: #9f9f9f;
}

/* ------------------------------------------- CSS pour signature bas de page */
#footer {
    margin-left: 161px;
    color: #5c0936;
    font: 0.9em Verdana, sans-serif;
    font-weight: lighter;
    padding: 5px;
    border: 0;
}
.clear { clear: both }
.wide {
    width: 100%;
    text-align: center;
    background: #6f6f6f;
    color: #fafaf5;
}
.wide p { position: relative }
#footer a:link { color: #fafaf5 }
#footer a:visited { color: #ffffff }
#footer a:link:hover { color: #5c0936 }
#footer a:visited:hover { color: #5c0936 }

/* ------------------------------------------- CSS pour presentation curriculum */
dl.list {
    margin: .8em 6em 2em 4em;
    padding: 0;
    font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-size: .9em;
}
.list dt {
    position: relative;
    left: 0;
    top: 0.8em;
    width: 5em;
    font-weight: bold;
}
.list dd {
    border-left: 1px solid #667;
    margin: 0 0 0 5em;
    padding: 0 0 .5em .5em;
}

/* ------------------------------------------- CSS pour presentation publication */
dl.publist {
    margin: .8em 6em 2em 4em;
    padding: 0;
    font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-size: .9em;
}
.publist dt {
    position: relative;
    left: 0;
    top: 0.8em;
    margin-bottom: 1.2em;
    width: 40em;
    font-weight: bold;
}
.publist dd {
    border-left: 1px solid #667;
    margin: 0 0 0 5em;
    padding: 0 0 .5em .5em;
}

/* ------------------------------------------- CSS pour upcoming */
dl.up {
    margin: .8em 6em 2em 4em;
    padding: 0;
    font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-size: .9em;
}
.up dt {
    position: relative;
    left: 0;
    top: 0.8em;
    width: 30em;
    font-weight: lighter;
    text-decoration: overline;
}
.up dd {
    border-left: 1px solid #667;
    margin: 1em 0 1em 5em;
    padding: 0 0 .5em .5em;
    font-weight: bold;
    font-size: 1em;
    line-height: 2em;
}

/* ------------------------------------------- pdf : bouton telecharger pdf */
#pdf {
    width: 70px;
    height: 2px;
    font: 14px Verdana, sans-serif;
    z-index: 100;
    margin: 10px 0 25px 0;
}
#pdf a {
    display: block;
    text-align: left;
    color: #fafaf5;
    font: 1em sans-serif;
    background: #5c0936;
    letter-spacing: 0.4em;
    padding: 0 0 7px 10px;
    height: 6px;
    vertical-align: top;
    white-space: nowrap;
    font-size: .9em;
    text-decoration: none;
    border-left: 2px solid #5c0936;
}
#pdf a:hover {
    color: #411;
    background: #AAA;
    border-right: 2px solid #5c0936;
}

/* ------------------------------------------- v.3.1
 gris (fond) : #6f6f6f / rgb(111, 111, 111) / rgba(111, 111, 111, 1)
 beige (fond) : #fafaf5 / rgb(250, 250, 245) / rgba(250, 250, 245, 1)
 bordeaux (applat & texte) : #5c0936 / rgb(92, 9, 54) / rgba(92, 9, 54, 1)
*/