/* CSS Document */

#photo {
	position: absolute;
	left: 750px;
	top: 2px;
	margin: 0px;
	padding: 0px;
	margin-right: 3%;
	margin-top: 0em;
}

#contact {
	position: absolute;
	left: 15px;
	top: 19px;
	margin: 0px;
	padding: 0px;
	margin-right: 3%;
	margin-top: 0em;
	width: 500px;
	height: 39px;
	background-color: #FFFFFF;
}

#titre {
	position: absolute;
	left: 236px;
	top: 90px;
	width: 318px;
	height: 60px;
	background-color: #FFFFFF;
}

#ligne {
	position: absolute;
	left: 224px;
	top: 8px;
	margin: 0px;
	padding: 0px;
	margin-right: 3%;
	margin-top: 0em;
	width: 2px;
	height: 88px;
}

#main {
	position: absolute;
	left: 200px;
	top: 180px;
	width: 660px;
	height: 20px;
	background-color: #FFFFFF;
}

body { 
    background: white; 
	margin: 10px; 
	font-family: Georgia, Garamond, Times, serif;
}

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

a:hover {
    text-decoration: none; 
	color: #CC9966; 
	background: #e8e8e8; 
}

h1 {
    font-size: 150%;
    text-align: left;
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 0em;
	color: #000000;
	background: #e8e8e8;
}
