body {
    margin: 0;
    padding: 0;
    background: #fff url(images/header.jpg) repeat-x;
    font-size: 0.7em;
    font-family: arial;
    color: #5C5C5C;
}
/* WEBSITE******************************************************************/

#website {
    width: 800px;
    margin: 0 auto;
    overflow: auto;
}
/* HEADER******************************************************/

#header {
    height: 69px;
    margin: 0;
    padding: 0;
    display : none;
}
/*#header  h1 {font-size : 100% ;background : #5C5C5C;text-transform : uppercase ;color : #fff ;margin : 52px 0 0 0 ;padding : 0 4px;float : left ;height : 17px;line-height : 17px;}*/

#header h1 {
    background: none repeat scroll 0 0 #5C5C5C;
    color: #FFFFFF;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    height: 17px;
    line-height: 17px;
    margin: 52px 0 0;
    padding: 0 4px;
    text-transform: uppercase; 
    display : none;
}
#headerName {
    background: none repeat scroll 0 0 #5C5C5C;
    color: #FFFFFF;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    height: 17px;
    line-height: 17px;
    margin: 52px 0 0;
    padding: 0 4px;
    text-transform: uppercase;
}
/*#headerName {font-size : 100% ;background : #5C5C5C;text-transform : uppercase ;color : #fff ;margin : 52px 0 0 0 ;padding : 0 4px;float : left ;height : 17px;line-height : 17px;}*/
/* HEADER >> MENU************************************************************/

#header ul {
    float: right;
    margin: 52px 0 0 0;
}
#header li {
    float: left;
    /*padding : 0 10px ;*/
}
#header li a {
    text-decoration: none;
    color: #5C5C5C;
    padding: 1px 10px 2px;
}
/*#header li a:hover {text-decoration : underline;}*/

#header li a:hover {
    background: none repeat scroll 0 0 #5C5C5C;
    color: #FFFFFF;
    text-decoration: underline;
}
/* CONTENU**************************************************************/

#contenu {
    float: left;
    width: 350px;
    padding: 20px 0 0 0;
    text-align: justify;
    line-height: 18px;
}
#contenu p {
    margin: 0 0 13px 0;
}
/* SIDEBAR********************************************************/

#sidebar {
    float: left;
    width: 410px;
    margin: 0 0 0 40px;
    padding: 20px 0 0 0;
    /*text-align : justify ;*/
    
    font-size: 95%;
}
/*#sidebar img {display : block}*/
/*#sidebar h2 {font-size : 1.5em ;}#sidebar h3 {font-size : 1em ;font-weight : normal ;background : #E8E8E8 url(images/h3.jpg) right no-repeat;margin : 0;padding : 0;height : 24px;line-height : 24px;text-indent : 10px ;}#sidebar h4 {font-size : 0.8em ;text-transform : uppercase ;font-weight : normal ;border-bottom : 1px solid #F0EDED ;margin : 10px 0 0 0 ;padding : 0 0 10px 0;background : url(images/h4.jpg) top left no-repeat ;text-indent : 20px ;}*/

h1 {
    font-size: 2em;
    display : none;
    /*1.5em ;*/
}
/*h2 {font-size : 1em ;font-weight : normal ;margin : 0;padding : 0;height : 24px;line-height : 24px;text-indent : 10px ;}*/

h2 {
    font-size: 1.5em;
    /*1.2em;*/
    
    font-weight: bold;
    line-height: 32px;
    margin: 0;
    padding: 0;
    text-indent: 0;
}
h3 {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #F0EDED;
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    text-indent: 20px;
}
/* LISTE DIVERS BAS DE PAGE****************************************************************/

#sidebar ul {
    margin: 10px 0 10px 0
}
#sidebar ul#noFirstChildStyle:first-child {
    font-weight: normal;
}
.no-sidebar ul li:first-child {
    text-transform: none;
}
#sidebar ul li:first-child {
    font-weight: bold;
    text-transform: uppercase;
}

/*#sidebar ul li:first-child {text-transform : uppercase ;}*/
/* FOOTER****************************************************/

#footer {
    position: relative;
    height: 50px;
    background: #E8E8E8;
    border-top: 40px solid #fff;
    border-bottom: 17px solid #5C5C5C;
    width: 100%;
    /*800px*/
    
    margin: 0 auto;
    text-align: center;
    display : none;
}
#footer p {
    margin: 10px
}
#footer a {
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
/* HR >> SEPARATEUR**********************************************************************/

div.hr {
    height: 18px;
    border-top: 1px solid #F0EDED;
    margin: 0
}
div.hr hr {
    display: none;
}
div.hr0 {
    height: 13px;
    border-top: 1px solid #E0DADA;
    margin: 0
}
div.hr0 hr {
    display: none;
}
/* GENERALITES*********************************************************/

.no-justify {
    text-align: left;
}
ul {
    list-style: none;
}
a {
    color: #5C5C5C;
}
.center {
    text-align: center;
}
.spam {
    display: none;
}
.social {
    text-align: left;
}
.social a {
    text-decoration: none;
}
.social li:first-child {
    text-transform: lowercase;
}
.social li {
    margin-top: 5px;
    font-size: 1.2em;
}
.social a:hover {
    text-decoration: underline;
}
.socialIcon {
    width: 30px;
    height: 30px;
    display: inline;
    vertical-align: middle;
}
.fayo {
    text-transform: uppercase;
    font-weight: bold;
}
/*-------------------------------------- * cvmain*/

#cvmain {
    float: left;
    width: 750px;
    padding: 20px 0 0 0;
    text-align: left;
    line-height: 18px;
}
#cvmain p {
    margin: 0 0 13px 0;
}
.tdEntete {
    width: 620px;
}
.portrait_cv {
    text-align: right;
}
.Name {
    font-size: 1.2em;
}
.diplome {
    padding: 0 0 17px;
}
.cvInfosEltClass {
    /*visibility:hidden;*/
    /*height:0px;*/
    
    margin-top: 5px;
    margin-bottom: 5px;
    width: 689px;
    text-align: left;
    padding: 5px 10px 5px 10px;
    background-color: #F5F5F5;
    border: 1px solid #E0E0E0;
    margin: 0 auto;
}
.cvyears {
    width: 70px;
}
.cvwhere {
    width: 245px;
}
.cvwhat {
    width: 365px;
}
.more {
    width: 120px;
    /*95*/
    
    text-decoration: underline;
    cursor: pointer;
    vertical-align: middle;
}
.moreNoPointer {
    width: 120px;
    text-decoration: none;
    cursor: default;
}
.skillcategories {
    width: 265px;
}
.skillname {
    width: 412px;
}
.umanisTechnos {
    list-style-type: square;
}
.umanisProjects {
    list-style-type: none;
}
.umanisProjects h3 {
    font-size: 1.1153em;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 0 0 10px;
    text-indent: 5%;
    border: none;
}
.boldH3 {
    font-weight: bold;
    text-transform: none;
}
.thumbProject {}.thumbProjectRow {
    width: 669px;
}
.thumbProjectCellTitle {
    width: 620px;
    font-weight: bold;
}
.thumbProjectCellClic {
    width: 30px;
    text-align: right;
}
.infoProject {
    background-color: #FBFBFB;
    border: 1px solid #F0F0F0;
    padding: 6px;
    margin-bottom: 6px;
}
.lessProjectBottom {
    margin-right: 33px;
}
p.lessProject:hover {
    background-color: #EDEDED;
}
.umanisToursLogo {
    float: left;
    height: 150px;
    margin-bottom: 5px;
}
.umanisToursLogo220 {
    float: left;
    margin-bottom: 5px;
}
.umanisToursTitle {
    padding-left: 227px;
    padding-top: 27px;
}
.currentMissions {
    font-size: 1.187em;
    font-weight: bold;
    padding-top: 15px;
    width: 100%;
}
.spacer {
    clear: both;
}
#addEffect {
    font-size: 1.1em;
    font-weight: 900;
    font-family: fantasy;
}
/*PRINT*/
#dlCV {
    display : none;
}
.cvMoreEltClass {
    display : none;
}
.cvLessEltClass {
    display : none;
}
.moreProject {
    display : none;
}
.lessProject {
    display : none;
}
.cvInfosEltClass, .infoProject{
    display : block;
}