/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 23, 2014, 11:52:49 AM
    Author     : bastien
*/
.height{
    height: 100%;
    float: left;
}

.description{

    display: block;
    color: #444;
    border: 0px solid black;

/*    font-family: 'Roboto Slab', serif;*/
    font-family: 'Sanchez', serif;
/*    font-family: 'Marcellus SC', serif;*/
    font-size: 16px;
}

.separationTitre{

    width: 96%;
    background-color: #989898;
    margin-top: 3px;
    height: 1px;
    outline: none;
    border: none;
    border-radius: 20px; 
}
/*
    Accueil
*/
.accueil h2{
    margin-top: 10px;            
}
.accueil .description{
    margin-left: 70px;            
}

/*
    Projets
*/
.projet{
    padding: 3px 0 0 15px;
    /*    background-color: rgb(200,200,200);*/
    border-radius:9px;
    margin-top: 15px;
    width:95%
}
.projet:first-child{
    margin-top: 0px;
}
.projet .h2,.projet .h2:hover{
    cursor: pointer;
}
.projet .description{
    margin-top: 5px;
    margin-left: 0px;
    font-size: 15px;
}
.projet .contenue{
    display:block;
    /*    border: 1px solid black;*/
}

.contUnProjet{
   border: 0px solid black;
    width: 100%; 
    float:left;
    margin-left: 15px;
    margin-top: 15px; 
}
.contImg{
    display: inline-block;
    vertical-align: middle;
    width:250px;
    float:left;
        border: 0px solid black;
}

.textProjet{
    width: 700px;
    margin-left: 270px;
    margin-top: 30px; 
     border: 0px solid black;
}

.detailProjet{
    margin-top: 25px;
    margin-left: 15px;
    float: left;
}
/*
    Réalisations
*/
.listeRealisations{

}
.realisation h2{
    margin: 0px;
    padding: 0px;
}
.realisation .description{

}
.realisation .caracteristiques{
    display: none;
}


/*
    Cursus
*/

#Cursus{
    
    font-family: 'Sanchez', serif;
    color: #444;
}
section{
    border: 0px solid black;
    padding-left: 22px;
}


.descriptionCursus{
    margin-top: 6px;
    margin-left: 9px;
}

.accueil{
    margin-left: 25px;
  
}
.logoProfile{
        display: inline-block;
    vertical-align: top;
      border-radius: 10px;
      border: 3px solid #444;
          height: 300px;
}
.accueil .description{
    display: inline-block;
    vertical-align: middle;
    width: 750px;
    border: 0px solid black;
    margin-left: 12px;
}