/* Feuille de style [CSS2] */
@charset "utf-8";

body {
	font-family:arial,trebuchet ms,serif;
	font-size:10pt;
	background-color:#ffffff;
	color:#000000;
}
a {
	text-decoration:none;
	font-weight:normal;
	color:#0000ff;
}
img {
	border:0;
}
fieldset {
	border:1px solid;
	padding:10px;
	margin:0 auto;
	background-color:#ffffff;
	width:700px;
}
.en-tete-cv {
	background:url('/ressources/fond_cv.jpg') no-repeat;
	background-color:#ffffff;
}
.spacer {
	clear:both;
}
.titre-cv {
	font-weight:bold;
	text-align:center;
	position:relative;
	font-size:14pt;
	z-index:0;
	white-space:nowrap;
}
.ombre {
	position:absolute;
	top:+2px;
	left:+2px;
	color:#bbbbbb;
	z-index:-1;
}
.table-center {
	margin:auto;
}
.sous-titre-cv {
	font-size:11pt;
	text-align:center;
}
.titre-legend-cv {
	border:1px solid #000000;
	font-weight:bold;
	font-size:16pt;
	margin-left:2em;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
	padding-right:5px;
	color:#00bf00;
	background-color:#ffffff;
}
.float-left-cv {
	border-width:3px;
	border-style:outset;
	float:left;
	margin-top:1em;
	margin-left:1em;
	background:#ffffff;
	padding:10px;
}
.float-right-cv {
	border-width:3px;
	border-style:outset;
	float:right;
	margin-top:1em;
	margin-right:1em;
}
.img-cv {
	margin-bottom:-3px;
}
.nom-cv {
	font-size:14pt;
	font-weight:bold;
}
.date-cv {
	font-weight:bold;
	vertical-align:top;
	width:70px;
}
.italic,.italic-cv,.competences-cv,.titre-poste-cv {
	font-style:italic;
}
.italic-cv,.competences-cv,.titre-poste-cv {
	font-weight:bold;
}
.competences-cv,.titre-poste-cv {
	font-size:11pt;
}
.competences-cv {
	text-align:center;
}
.titre-cellule-cv {
	font-weight:bold;
	vertical-align:top;
	width:120px;
}
.petit-titre-cellule-cv {
	padding-left:1em;
	vertical-align:top;
}
.ul-cv {
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
}
.justifie-cv {
	text-align:justify;
}
.retour-cv {
   display: block;
   margin-left: auto;
   margin-right: auto;
}