#contenu_image
{
	position:absolute;
     left: 50%; 
     top: 50%;
     margin-top: -211px; 
     margin-left: -456px; 

}

#telecharger_cv
{
		width: 200px;
		height: 3em;
		
		position: absolute;
		top: 3em;
		left: 5px;
		
		text-align: center;
}

#telecharger_cv a
{
	font-weight: bold;
	text-decoration: none;
	color: #71DE40;
}

#telecharger_cv a:hover
{
	color: #ababab;
}

#adresse
{
		position: absolute;
		top: 5px;
		right: 5px;
		width: 300px;
}

#contenu #adresse p
{
		 text-align: right;
		 margin: 0px;
}

h2
{
		 padding-left: 30px;
		 margin-bottom: 5px;
}

.item
{
		 margin-left: 15px;
		 margin-top: 10px;

		 font-weight: bold;
		 font-size: 1.1em;

}

.sous
{
		 margin-left: 25px;

		 font-size: 0.8em;
}

.lieu
{
		 margin-left: 15px;

		 font-weight: bold;
		 font-size: 1em;
}

#contenu a
{
	text-decoration: none;
	color: #71DE40;
}

#contenu a:hover
{
	color: #ababab;
}

	
/* Les styles du menu !! */
body 
{
	margin: 0;
	padding: 0;
	background: white;
	font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu 
{
	position: absolute; 
	top: 255px;
	left: 930px;
}
#menu 
{
	width: 15em;
}
#menu dt 
{
	cursor: pointer;
	margin: 5px 0;;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #71DE40;
	background: #fff;
}
#menu dd 
{
	border: 1px solid white;
}
#menu li 
{
	text-align: center;
	background: #fff;
}
#menu li a, #menu dt a 
{
	color: #000000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
#menu li a:hover, #menu dt a:hover 
{
	background: #71DE40;
}

.vignette
{
	margin-left: 10px;
	margin-right: 10px;
}

#contenu a img
{
	border: 0;
}