p {
	color: black; 
        font-size:1em
}

a {
	color: navy;
        text-decoration: none;
}

body {
   font-family: helvetica, "Times New Roman", verdana;
   margin-left: 5%;
   margin-right: 5%;
   margin-top: 2em;
   background-color: #33FFCC;
   link="blue"; 
   vlink="maroon";
   alink="red";
   font-size: 0.8em;
   background: #33FFCC url("../Photos/lune.jpg") top left ;
}



h1 {
   color: red;
   font-size: 1.1em;
   background-color: white;
   margin-left: 1em;
   margin-right:1em;
   padding-left: 0.2em;
   padding-right:0.2em;
   text-align:center;
   margin-left: 0%;
   margin-right: 0%;
}

h2 {
   color: #000000;
   margin-left: 0%:
}

h3 {
   font-size: 0.9em;
   text-align: center;
   vertical-align: bottom
}

img {
	border-style: dashed;
	border-width: 2px;
	border-color: #ccc;
}

#name {
   font-weight: bold;
   font-size: 1.5em;
}

.gras {
   font-weight: bold;
}

.smalltitle {
   font-size: 1.1em;
}

#navigation {
   position: fixed; 
   top: 2em; 
   left: 2em; 
   width: 15em; 
}

#content { 
   margin-left: 20em; 
}

#cv {
   text-align: center;
   font-weight: bold;
   font-size: 1.5em;  
}

#footer {
     color: navy;
     font-size: 0.9em;
     background-color: white;
     text-align: center;
     position: absolute;
     bottom: 0px;
     left: 0px;
     width: 100%;
     height: 3em
}

#ptilien {
     font-size: 0.9em;

}





