/* 
Feuille de style principale

Créateur : Romain Lahaxe
Date de création : 2016-03-05

*/

/*-----------------------------------------------------------------------------*/
/*----------------------------------- TOUT ------------------------------------*/
*
{
    margin: 0px;
    padding: 0px;
}

/*-----------------------------------------------------------------------------*/
/*----------------------------------- BODY ------------------------------------*/
body
{
    background-color: #DDDDDD;
    max-width: 1000px;
    margin: 0 auto;
}

h1 
{
    border-bottom: 2px solid #94B6D2;
	font-size: 26px;
    margin: 0px 15px 15px 15px;
    padding-bottom: 5px;
	text-align:center;
}

/*-----------------------------------------------------------------------------*/
/*----------------------------------- LANGUE ----------------------------------*/

#language {
  margin-top: 10px;
  text-align: right;
}

#language img {
  margin: 0px 10px 0px 0px;
  height: 15px;
}

/*-----------------------------------------------------------------------------*/
/*----------------------------------- MENU ------------------------------------*/
#menu
{
    border: 1px solid red;
    padding: 10px 20px;
    overflow: auto;
}

#menu ul
{
    list-style: none;
    width: 100%;
}

#menu li
{
    border: 1px solid red;
    margin: 0px 5px;
    padding: 4px;
    text-align: center;
}

/*-----------------------------------------------------------------------------*/
/*----------------------------------- CORPS -----------------------------------*/
#corps
{
}

#content
{
    background-color: #E9F0F4;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #888888;
    margin: 5px 10px 10px 10px;
    min-height: 100px;
    padding: 5px;
}

#content.information
{
    float: left;
    width: 95%;
}

#content.information table
{
    width: 100%;
}

#content.information table.table_info_perso
{
    margin-bottom: 10px;
}

#content.information tr
{
    height: 25px;
}

#content.information td.gauche
{
    text-align: left;
    width: 60%;
}

#content.information td.droite
{
    text-align: right;
    width: 30%;
}

#content.information td.image
{
    text-align: center;
    width: 20px;
    height: 20px;
}

#content.information td.image img
{
    width: 20px;
    height: 20px;
}

#content.information td.social
{
    text-align: center;
    height: 20px;
}

#rsocial
{
    margin: 0px 5px;
    width: 90%;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 0px 4px #CCCCCC;
}

#rsocial img
{
    height: 25px;
    margin-top: 3px;
}

#content.photo
{
    text-align: center;
    background-color: #FBE5DA;
    float: right;
    visibility: collapse;
    width: 0%;
}

#content.photo img
{
    height: 130px;
    margin: 15px 0px;
}

#content.photo p
{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 3px;
}

#content.formation
{
    clear: both;
    height: 100px;
}

#diplome
{
    height: 92%;
    width: 23%;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    float: left;
    margin: 5px 8px;
    box-shadow: 0px 0px 6px #CCCCCC;
}

#diplome table
{
    width: 100%;
    margin: 10px 0px 0px 0px;
}

#diplome td
{
    text-align: center;
}

#diplome td.image
{
    height: 40px;
    width: 40px;
}

#diplome td.image img
{
    margin: 5px;
    width: 40px;
    height: 40px;
}

#diplome td.imagecorrection
{
    height: 40px;
    width: 1px;
}

#diplome td.imagecorrection img
{
    margin: 5px 0px;
    width: 1px;
    height: 40px;
}

#diplome td.titre
{
    font-size: 16px;
    font-weight: bold;
}

#diplome td.annee
{
    border-bottom: 1px solid #94B6D2;
    font-size: 16px;
    font-weight: bold;
}

#diplome td a
{
    text-decoration: none;
    color: black;
}

/*#anim_form
{
    border: 1px solid black;
    height: 100%;
    float: left;
    width: 15%;
    transition: all 0.7s;
    overflow: hidden;
}

#anim_form:hover
{
    width: 60%;
}*/

#experience
{
    clear: both;
}

#content.experience
{
    float: left;
    width: 71%;
}

#emploi
{
    width: 100%;
    clear: both;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #CCCCCC;
    margin-bottom: 10px;
    min-height: 74px;
}

#emploi table
{
    width: 100%;
}

#emploi td.emploi_logo
{
    text-align: center;
}

#emploi td.emploi_logo img
{
    max-height: 60px;
    max-width: 60px;
}

#emploi img.picto
{
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

#emploi td.mission_logo
{
    width: 66px;
}

#emploi td.mission_logo img
{
    float: right;
    max-height: 50px;
    max-width: 50px;
}

#emploi tr.principal
{
}

#emploi tr.mission
{
	font-size: 14px;
}

#emploi td.td_role
{
    font-weight: bold;
}

#emploi td.td_role a
{
    color: black;
}

#emploi td.td_lieux
{
    width: 210px;
}

#emploi td.td_duree
{
    width: 110px;
}

#emploi tr.mission_espace
{
    height: 10px;
}



#content.competence
{
    float: right;
    width: 23%;
}

#content.competence table
{
    margin: 5px 10px;
}

#content.competence th
{
    text-align: left;
}

#content.competence th.nonpremier
{
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
}

#content.competence img
{
    margin: 4px 2px;
    width: 16px;
    height: 16px;
}

#content.loisirs
{
    clear: both;
}

/*-----------------------------------------------------------------------------*/
/*----------------------------------- FOOTER ----------------------------------*/
#footer
{
    clear: both;
    padding: 10px 20px;
    overflow: auto;
}

@media only screen and (min-width: 480px)
{
    #menu ul
        {
        float: left;
    }
    
    #menu li 
        {
        float: left;
        padding: 4px;
        width: 16%;
    }
    
    #content.information
        {
        width: 95%;
    }
    
    #content.photo
        {
        visibility: collapse;
        width: 0%;
    }
}

@media only screen and (min-width: 768px)
{
    #menu ul
        {
        float: right;
    }
    
    #menu li 
        {
        float: left;
        padding: 4px;
        width: 17%;
    }
    
    #content.information
        {
        width: 76%;
    }
    
    #content.photo
        {
        visibility: visible;
        width: 18%;
    }
}

@media only screen and (min-width: 1140px)
{
    #content.information
        {
        width: 66%;
    }
    
    #content.photo
        {
        visibility: visible;
        width: 28%;
    }
}