@media all
{
	*{
		font-size: 12px;
		font-family: Verdana, Sans, "Luxi Sans", "Nimbus Sans L", Arial, Monospace, "Courier New", Helvetica, sans-serif;
		color: black;
	}
	
	body
	{
		margin: 0;
		padding: 0;
		background: white;
		text-align: center;
	}
	
	
	/* Corps de la page */
	div#page
	{
		width: 750px;
		margin: 30px auto 10px auto;
		padding: 0 15px 0 15px;
		text-align: justify;
		border: 1px #ccc dashed;
		border-top: none;
		border-bottom: none;
		line-height: 150%;
		letter-spacing: 0.3px;
	}
	
	
	/* Pied de page */
	div#footer
	{
		width: 600px;
		margin: 40px auto 0 auto;
		padding: 8px 15px 0 15px;
		text-align: center;
		border-top: 1px #ccc dotted;
	}
	div#footer p
	{
		margin: 0;
		font-size: 10px;
	}
	
	div#footer img
	{
		border: 0;
	}
	
	div#footer a
	{
		font-size: 10px;
	}
	
	
	/* Liens */
	a.liens:link, a.liens:visited
	{
		color: #006dba;
		text-decoration: none;
	}
	
	a.liens:active, a.liens:hover
	{
		color: #ff6d06;
	}
	
	
	/* Paragraphes */
	p.centrer
	{
		text-align: center;
	}
	
	p.no_marges
	{
		margin: 0;
	}
	
	.gras
	{
		font-weight: bold;
	}
	
	.souligne
	{
		text-decoration: underline;
	}
	.petites_maj
	{
		font-variant: small-caps;
	}
	
	
	/* Images */
	img.no_bordures
	{
		border: none;
	}
	
	img.marge_droite
	{
	margin-right: 80px;
	}
	
	/* Bulle */
	a.bulle
	{
		position: relative;
	}
	
	a.bulle span
	{
		display: none;
		font-weight : normal;
	}
	
	a.bulle:hover
	{
		background: none; /* correction d'un bug IE */
		z-index: 500;
		font-weight: normal;
	}
	
	a.bulle:hover span
	{
		color: black;
		text-align: left;
		line-height: 150%;
		font-weight: normal;
		font-size: 10px;
		position: absolute;
		left: 20px;
		top: 10px;
		background: #E2EDF8;
		border: 1px solid #c5c7cb;
		width: 400px;
		display: inline;
		text-decoration: none;
	}
	
	
	/* CV */
	div#cv h1
	{
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	
	div#cv h2
	{
		font-weight: bold;
		border-bottom: 1px #ccc dashed;
	}
	
	div#cv table
	{
		margin: 0 auto 0 auto;
		padding: 0;
		width: 650px;
		border: none;
		border-collapse: separate;
		text-align: left;
	}
	
	div#cv th
	{
		padding: 0 3px 0 3px;
		width: 150px;
		font-size: 11px;
		font-weight: bold;	
		vertical-align: top;
	}
	
	div#cv th img 
	{ 
		float: left;
		margin: 2.5px 3.5px 0 0;
	}
	
	div#cv td
	{
		margin: 0;
		padding: 0 3px 0 3px;
		font-size: 11px;
		vertical-align: top;
		text-align: justify;   	
	}
}

@media screen
{
	.not_affich_screen
	{
        display: none;
    }
	
	img.a_droite
	{
		float: right;
		position: relative;
		margin-left: 20px;
	}
}

@media print
{
	.not_affich_impr
	{
        display: none;
    }
	
	img.a_droite
	{
		float: right;
		margin-right: 10px;
	}
	
	/* Corps de la page */
	div#page
	{
		width: 100%;
		margin: 10px auto 10px auto;
		padding: 0 15px 0 15px;
		text-align: justify;
		border: none;
		line-height: 150%;
		letter-spacing: 0.3px;
	}
}