*{
	margin: 0;
	padding: 0;
	
}

img {border: none;}

body{
	font-family:'trebuchet MS',sans-serif;
	font-size:80%;
	background-color: #DDDDDD;
	text-align: center; /*centrage de la page pour IE<5.5*/
	line-height: 18px;
}

h1, h2{
	line-height: 25px;
}

h1{
	font-size: 1.5em;
}

h2{
	font-size: 1.17em;
}

h3{
	font-size: 1.1em;
}


p#title{
	line-height: 25px;
	font-size: 2.0em;
}


h3{
	margin-top: 10px;
}
a{
	text-decoration:none;
	color: #51A426;
}

a:visited{
	color: #000000;
}

ul,li{
	list-style-type: none;
}

#page{
	text-align: left;
	width: 800px;
	margin: 10px auto;
}

#main{
	width: 630px;
	float: left;
}

#sidebar{
	width: 170px;
	float: right;
}

#photo{
	width: 170px;
	float: right;
}

#footer{
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	clear:both;
}

#skills{
	text-align: justify;
}