a {
  color: #CCCECE;
  text-decoration: none;
  }

a:hover {
  color: #FFFFFF;
}

p {
  margin-top: 0px;
  }

body {
  background-color: black;
  }

#container {
  position: absolute;
  padding: 0px;
  margin: 0px;
 
  width: 760px;		/*centrage horizontal*/
  margin-left: -380px;
  left: 50%;

  height: 940px;
  top: 0px;

  background-color: #21231E;
  color: #CCCECE;			
  
  font-family: helvetica, arial, verdana, sans-serif; 
  }

#photo { 
  position: absolute;
  top: 0px;
  left: 0px;
  width: 760px;  
  height: 193px; 
  background-color: #CCCECE;
  z-index: 100;
  }

#bar {
  position: absolute;
  top: 193px;
  left: 0px;
  width: 760px; 
  height: 34px;  
  background-color: #CCCECE; 
  }

#logo { 
  position: absolute;
  padding: 0px;
  margin: 0px;
  top: 247px;
  left: 0px;
  width: 152px; 		
  height: 193px; 		
  text-align: center;   
  }

.top {
  position: relative;
  z-index: 10px;
  }

#navigation {
  position: absolute;
  top: 227px;
  left: 608px;
  width: 152px;  		
  height: 193px;		 
  background-color: #373934;
  font-variant: small-caps;
  font-size: 93%;    
  }

div#navigation li {
 	list-style: none;
}

div#navigation ul.menutree {
  	padding-top: 20px; 
	padding-left: 15px;
  	padding-bottom: 20px;
	margin: 0px;
  	background-color: #373934;
}

div#navigation ul li ul li {
	font-size: 78%;
}

ul.menutree ul {
	display: none;
	position: relative;
	margin-left: 10px;
	padding-left: 0px;
}

ul.menutree li.highlight {
	z-index: 10px;
}

ul.menutree ul.foldOut {
	display: block;
}

.titre { 	      /* pour sommaire */
  font-variant: small-caps;
  font-size: 115%;
  }

 .highlighted {   /* style of projects navigation link */
    color: #FFFFFF;
    }

  .smalltext {    /* style of submenus navigation link */
    font-variant: normal; 
    font-weight: normal;
    }

  .smalltextversion {    /* style of language selection in navigation */
    font-size: 75%;
    font-variant: normal; 
    font-weight: normal;
    line-height: 400%;
    }

#sommaire {
  position: absolute;
  padding: 0px;
  margin: 0px;
  top: 257px;
  left: 152px;
  width: 450px;
  height: 30px;	
  font-size: 80%;
  text-align: justify;
  line-height: 119%;	
  }

#resume {
  position: absolute;
  padding: 0px;
  margin: 0px;
  top: 418px;
  left: 152px;
  width: 456px; 
  font-size: 80%;
  text-align: justify;
  line-height: 119%;
  }





