header {
    text-align: center;
}

#titresite h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 22px;
    text-shadow: none;
}

h3 {
    font-size: 22px;
    text-shadow: none;
}

article {
    border: none;
}

/*menu navigation*/

nav {
    border: none;
    float: none;
}

nav ul li {
    display: block;
    margin-right: 35px;
    line-height: 28px;
}

#en_cours /*Desactiver le surlignement en cours*/
{
    border-bottom: none;
}

/*Acceuil*/
.maphoto {
    width: 230px;
    margin-left: 27px;
}

.bienvenue {
    vertical-align: top;
    margin-left: 2%;
    width: 95%;
    font-size: 20px;
}

.bienvenue h3 {
    width: 100%;
}

.auteur {
    font-size: 24px;
}

/*Me contacter et competence*/
.PartieDetailMeconnaitre, .DetailCompetence {
    width: 100%;
    height: 100%;
    margin: 0;
}

/*Me contacter*/
.DetailCompetence h3 {
    font-size: 0.8em
}

/*contact*/
#formulaireContact {
    margin: 0;
    width: 100%;
}

#formulaireContact fieldset {
    width: none;
    padding: 0%;
}

#formulaireContact textarea {
    width: 220px;
}


.bouton {
    width: 300px;
    height: 50px;
    margin-left: 0;
    margin-bottom: 5px;
}

#formulaireContact p {
    width: 180px;
    margin-left: 50px;
}

.contenuGroupBox {
    margin-left: none;
    margin-right: none;
    width: 78%;
    text-align: left;
}

/*CV*/

#cv_afficher {
    display: none;
}

.mon_cv p a {
    margin-top: 20px;
    display: block;
}

/*Portfolio*/

.un_projet {
    width: 100%;
}

/*Le contenue d'un portfolio*/
figure img {
    max-width: none;
    max-height: none;
    width: 200px;
    height: 180px;
}

/*Competence*/
.divTable {
    display: none;
}

/*menu mobile avec js*/
#menu {
    display: none;
}

nav {
    width: 100%;
}

nav img {
    display: none;
}
