.infosPersos .infos {
    min-width: 500px;
    width: 49%;
    float: left;
    margin-bottom: 25px;
}
.infosPersos .photo {
    min-width: 50px;
    width: 49%;
    float: right;
    text-align: right;
}
.infosPersos .poste {
    clear: both;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}
.infosPersos p {
    margin: 0;
}

.competences p {
    margin: 0;
    padding: 0;
}
.etoiles {
    background-color: red;
    border: none;
    display: inline-block;
    width: 0px;
}
.etoiles.niv1 {
    width: 20px !important;
}
.etoiles.niv2 {
    width: 40px !important;
}
.etoiles.niv3 {
    width: 60px !important;
}
.etoiles.niv4 {
    width: 80px !important;
}
.etoiles.niv5 {
    width: 100px !important;
}
.etoiles span {
    display: block;
    border: none;
    background-image: url(etoiles.png);
    background-position: left center;
    background-repeat: repeat-x;
    width: 100px;
}

.experiences {
    margin: 0 0 25px 0;
}
.experiences p {
    margin: 0;
    padding: 0;
}
.experiences legend label {
    cursor: pointer;
    background-image: url(flecheDroite.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.experiences legend label.selected {
    background-image: url(flecheBas.png);
}
.experiences div:last-child {
    clear: both;
    display: none;
}

input[type="checkbox"][id^="toggle-"] {
    display: none;
}
input[type="checkbox"][id^="toggle-"]:checked + div {
    display: block;
    padding-left: 25px;
}
