@charset "utf-8";
/* CSS Document */

body{
	background:#000;
	padding:0px;
	margin:0px;
}

.onglet_actif,.onglet,.onglet_over{
	text-align:center;
	font-family:"Comic Sans MS", cursive;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
}

.onglet_actif{
	color:#FC0;
}

.onglet{
	color:#FFF;
}

.onglet_over{
	color:#FF9;
}

.cv{
	background:#EFEFEF;
}

.texte{
	text-align:justify;
}

.titre{
	margin-bottom:5px;
	font-size:18px;
	color:#00C;
	font-weight:bold;
	text-decoration:underline;
}

.contenu{
	margin-bottom:20px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:12px;
}

.contenu a{
	color:#333;
}

.contenu a:hover{
	color:#666;
	text-decoration:underline;
	font-weight:200;
}
