html{
   background-image: url(../Images/fondHTML.PNG);
}

body{ 
  height: 700px;
  font: Verdana, Helvetica, Arial;
}

h1{
  text-align: center; 
  line-height: 40px;
  color: #3A9186;
}

.fondGauche{
  background-color: ;
}

.fondDroit{
  background-position: ;
  background-color: ;
}

.entete{
  background-color: white;
  width : 900px;
  height: 100px;
  margin: auto;
  border: 1px rgb(200,200,200) solid;
  border-radius: 10px 10px 0 0; 
}

.contenu{
  background-color: white;
  width : 900px;
  height: 1500px;
  margin: auto; 
  border-left: 1px rgb(200,200,200) solid;
  border-right: 1px rgb(200,200,200) solid;
}

body.section1 .contenu{
  /*background-image: url(../Images/contenuFond.PNG); */
}

#menu{
  margin: 0;
  padding-bottom: 20 px;
  padding-left: 10 px;
  height: 35px;
  background-color: #E3FAF7;
  border-bottom: 1px rgb(200,200,200) solid;
}

#menu ul, #menu li#lien1, li#lien2, li#lien3, li#lien4{
  padding: 0;
  display: inline;
  list-style-type: none;
}

.style {
  margin-right: 10px;
  margin-top: 10px;
  float: right;
  text-align:center; 
  font-size: large;
}

#menu a{
  color: #3A9186;
  padding: 2px 10px 2px 10px;
  line-height: 20px;
  margin-right: 10px;
  text-decoration: none;
  font-size: medium;
  font-weight: bold;
  font-family: Verdana;
  float: left;
  background: white;
  border-top: 2px #3A9186 solid;
  border-left: 2px #3A9186 solid;
  border-right: 2px #3A9186 solid;
  border-bottom: 2px #3A9186 solid;
  border-radius: 10px;
  margin-top: 5px;
}

#menu a:hover{
  color: #F98500; 
}

.sousEntete {
  width: 900px;
  margin-top: 30px;
}

.corps {
  width: 900px;
  margin-top: 200px;
}

.para {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

#temps{
  color: #6FBDB3;
  text-align: left;
  margin-top: 10px;  
}


.image{
  float: left;
  margin-left: 50px;
  margin-top: 10px;
  border: 2px white solid;
}

.civil {
  float: left;
  margin-left: 160px;
  border: 1px  #3A9186 solid;
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  text-align:center; 
  font-size: large;
}

.cv{
  text-align: justify;
  font-size: 20px;
  width: 760px;
  height: 1200px;
  margin-left: 50px;
  margin-top: 50px;
  padding: 20px;
  background-color: white;
  border: ;
  border-radius: 10px;
}

.tabcv {
  background-color: white;
  border: 0px #FA8973 solid;
}

.tabcv td.main{
  border-bottom: 0px #FA8973 solid;
}

.tabcv td#titre, td#form, td#pro, td#rech{
  border-bottom: 1px #3A9186 solid;
  text-align:left;
  height:40px; 
  font-size:x-large;
  color: #3A9186;
  font-weight: bold;
}  

img.haut {
  float:right;
}

#imp {
  margin-top: 20px;
  margin-left: 350px;
}
