html, body{
	background:#F5F7F7;
	width:100%;
	height:100%;
		}
		
#page{
	position:relative;
	margin:auto;
	width:805px;
	background:url(fond.jpg) repeat-y center;
	height:450px;
	} 

#header{
	background:url(header.jpg) no-repeat center;
	height:340px;
	}
	
#accueil{
	font-size:12pt;
	font-family:georgia;
	margin-top:-188px;
	margin-left:40px;
	}
	
#cv{
	font-size:10pt;
	font-family:georgia;
	margin-top:18px;
	margin-left:20px;
	}

#créa{
	font-size:12pt;
	font-family:georgia;
	margin-top:23px;
	margin-left:35px;
	}

#liens{
	font-size:12pt;
	font-family:georgia;
	margin-top:22px;
	margin-left:45px;
	}

#contact{
	font-size:12pt;
	font-family:georgia;
	margin-top:20px;
	margin-left:40px;
	}


#contenu{
	float:right;
	width:540px;
	margin:-180px 60px 0 0;
	font-family:georgia;
	font-size:9pt;	
	font-weight:bolder;
	color:#525656;
	text-align:justify;
	}

#banniereSRC{
	position:absolute;
	left:25px;
	top:360px;
	}

#navigateur{
	position:absolute;
	left:40px;
	top:385px;
	}


p{
	text-indent:20px;
	}

a:link {
	color:#96e617;
	text-decoration:none;
	}
	
a:visited {
	color:#96e617;
	text-decoration:none;
	}
	
a:hover {
	color:#dcff1d;
	text-decoration:none;
	}
