/**
 * Feuille de style de mon CV. Impression
 */
 
body {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	color: #000000;
}

/* Suppression des principales marges par défaut et bordures */
h1, h2, h3, h4, h5, p, ul, li, form, fieldset, address, dl, dt, dd, table {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
abbr {
	border: none;
}

.liens {
	display: none;
}
#informations-personnelles {
	float: right;
	width: 250px;
	background-color: #E9E9E9;
}
#informations-personnelles #coordonnees,
#informations-personnelles address {
	padding: 7px;
	padding: 7px;
	font-size: 12pt;
}
#informations-personnelles #coordonnees span {
	font-weight: bold;
}
#informations-personnelles .hg,
#informations-personnelles .hd,
#informations-personnelles .bg,
#informations-personnelles .bd {
	width: 7px;
	height: 7px;
	background-repeat: no-repeat;
	font-size: 1px;
}
#informations-personnelles .hg {
	float: left;
	background-image: url(coin_hg.gif);
}
#informations-personnelles .hd {
	float: right;
	background-image: url(coin_hd.gif);
}
#informations-personnelles .bg {
	float: left;
	background-image: url(coin_bg.gif);
}
#informations-personnelles .bd {
	float: right;
	background-image: url(coin_bd.gif);
}
h1 {
	font-size: 14pt;
	margin: 8px 260px 15px 0;
	padding-bottom: 2px;
	color: #44A4BD;
}
h1 span {
	font-size: 12pt;
}
h2 {
	font-size: 13pt;
	margin: 6px 300px 6px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}
h3 {
	font-size: 12pt;
	margin: 10px 0 6px 0;
}
h4 {
	font-size: 12pt;
	margin: 4px 0;
}
h5 {
	font-size: 11pt;
	margin: 2px 0;	
}
p, li, dl {
	font-size: 11pt;
}
a {
	color: #0C47D1;
}
#qualites {
	margin-left: 25px;
}
.description, .description2 {
	margin: 5px 15px;
	padding-left: 5px;
	border-left: 3px solid #000000;
}
.poste, .technos, .responsabilites {
	margin-left: 25px;
}
.technos ul , .responsabilites ul {
	margin-left: 20px;
}
.poste span {
	font-weight: bold;
}
ul {
	margin-left: 20px;
}
ul li {
	padding: 2px;
}
dl {
	margin-left: 20px;
}
dl dt {
	float: left;
	text-align:right;
	width: 5.5em;
	font-weight: bold;
}
dl dd {
	border-left: 1px solid #000000;
	margin: 0 0 .3em 6.5em;
	padding: 0 0 .4em .5em;
}
#cv .projet {
	margin: 10px 0 0 15px;
	padding: 1px 6px;
}

.date {
	color: #BBBBBB;
	font-size: 0.7em;
	margin: 5px 0 0 5px;
}
/* Fin de la mise en forme */