/* Corps des pages*/
body {
  margin : 0;
  text-align : center;
  background-color : #e7e7e7;
  font-family : Tahoma, Times New Roman;
  color : #545454;
}

section {
  display:inline;
  float: left;
  /*height:800px;*/
}
article {
  display:block;
}

ul {
  margin-top:0;
  margin-bottom:0;
}


/* Conteneur principal : permets de centrer la page (la séparation de body est du à ie...)*/
.main_box {
  width : 905px;
  margin-left: auto;
  margin-right: auto;
  text-align : left;
}

.entete_gauche {
  width:100%;
  text-align:left;
  padding-left:5px;
}

.entete_droit {
  width:100%;
  text-align:right;
  padding-right:5px;
}

.left {
  box-sizing: border-box; -o-box-sizing: border-box; -icab-box-sizing: border-box; -khtml-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
  background-color:#545454;
  color:#e7e7e7;
  width:270px; /*30% ;*/
  text-align:center;
  /*padding-right:3px;*/
}

.right {
  box-sizing: border-box; -o-box-sizing: border-box; -icab-box-sizing: border-box; -khtml-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
  background-color:#FFFFFF;
  width:635px; /*70%;*/
  /*padding:5px;*/
}


#title {
  box-sizing: border-box; -o-box-sizing: border-box; -icab-box-sizing: border-box; -khtml-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
  background-color:#FFFFFF;
  width:905px; /*70%;*/
  /*padding:5px;*/
  border-top: 2px solid #545454;
}

#comp {
  box-sizing: border-box; -o-box-sizing: border-box; -icab-box-sizing: border-box; -khtml-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
  background-color:#545454;
  width:905px; /*70%;*/
  /*padding:5px;*/
  border-bottom: 2px solid #FFFFFF;
  color:#e7e7e7;
}

.right a,.right a:hover,.right a:visited {
  color : #545454;
  font-weight:bold;
  text-decoration:none;
}

.right a:hover {
    border-bottom: 1px dashed #545454;
}

.left a,.left a:hover,.left a:visited {
  color : #e7e7e7;
  font-weight:bold;
  text-decoration:none;
}


.left a:hover {
    border-bottom: 1px dashed #e7e7e7;
}

#titre_cv {
  text-align: center;
}

#soustitre_cv {
  text-align: center;
  font-weight:normal;
  margin-top: -15px;
}

#titre_comp, #p_comp {
  text-align: center;
}

h2 {
 height:1.3em;
 font-size:1.1em;
 margin-top:5px;
}

.left h2 {
  text-align: right;
}

.cat_name {
  border-bottom:1px solid #ffffff;
}

.cat_space {
  border-bottom:1px solid #545454;
}

.intitule {
  padding-right:10px;
}

.description {
  padding-left:5px;
}