
/* >>>>>>>>>>>>>>>>>>>>>>>>>> CSS pour affichage à l'impression <<<<<<<<<<<<<<<<<<<<<<<<<< */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:15pt;
	background-image: none;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> En-tête */

h1 {display: none;}
#navigation {display:none;}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Coordonnées */

#coordonnees {
	text-align:right;
	font-size:10pt;
}
#coordonnees address {
	font-style:normal;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Contenu */

#contenu {margin:15pt 0;}
#contenu h1 {
	display: block;
	text-align:left; 
	font-size:12pt;
	font-weight:bold;
	letter-spacing: 5pt;
	line-height: normal;
	border:none;
	margin-top: 0;
	margin-bottom: 20pt;
}
h2 {
	font-size: 11pt;
	border-bottom:1px solid #999;
	padding-top:10pt;
	margin-bottom: 15pt;
}
h3 {
	font-size:10pt;
}
acronym {
	border:none;
}
a {
	color: #000;
	text-decoration:none; 
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Index des projets */

div#colonne_gauche, div#colonne_droite {
	margin-bottom:50pt;
	width:47%;
}
div#colonne_gauche {
	float:left;
	margin-right:10pt;
}
div#colonne_droite {
	float:right;
	margin-left:10pt;
}

.index_projets {
	line-height: normal;
	margin-top: -15pt;
}
.index_projets dt {
	display:block;
	margin-top:20pt;
}
.index_projets dd {
	margin-left:50pt;
}
.index_projets a {
	display:block; 
	font-weight:bold; 
	margin-top:-40pt;
}

img {border: 1px solid #000;}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Projets */

#visuel_projet dt, #visuel_projet dd {
	text-align: center;
	margin: 0;
}
#visuel_projet dd {
	font-size:8pt;
	margin-bottom: 10pt;
}
#description_projet p.realisation {
	font-size:8pt;
	line-height:normal;
	margin-top:20pt;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Curriculum Vitae */

#navigation_secondaire {
	display:none;
}

.description_experience dt, .description_formation dt {
	margin-top:15pt;
	width:120pt;
}
.description_experience h3, .description_formation h3 {
	margin-top:-17pt;
	margin-bottom:0;
}
.description_experience dd, .description_formation dd {
	margin-left:125pt;
}

.pg_impression
{
	page-break-before: always;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Pied de page */

#piedpage {
	display: none;
}