@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background:url(../img/background.jpg) repeat-x;
	background-color:#f5f5f5;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#848484;	
}


#menu ul {
	display:none
}

a img{
	border:0;
}

a.visite {
	display:none;
}

h1{
	color:#bdbdbd;
	font-weight:normal;
	font-size:36px;
	width:680px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	margin:40px 0 30px 0;
}

h2{
	color:#bdbdbd;
	font-weight:normal;
	font-size:26px;
	width:680px;
	font-family:"Times New Roman", Times, serif;
	margin:40px 0 30px 0;
}
h2 span{
	border-bottom:1px dotted #f7a830;
}

h3{
	font-size:16px;
	color:#f7a830;
	margin:10px 0 6px 0;
}

h3:before{
	content:"›› ";
	color:#919494;
}

#mini_contact{
	display:none;
}

#jeu_mario{
	display:none;
}

#competence{
	width:600px;
}
#skill dt {
	margin-left:50px;
	float:left;
}
#skill dd {
	margin-left:50px;
	float:left;
}