/* CV Style */

body {
	position		: absolute;
	top			: 0px;
	left			: 0px;
	background-color	: white;
	padding		: 0px;
	margin		: 0px;
	color			: #111144;
	font-size	: 10pt;
	font-style	: normal;
	font-weight	: normal;
	font-family	: Arial;
	
}

a {
	font-weight	: bold;
	text-decoration	: none;
}

a:hover {
	font-weight	: bold;
	color			: #AA1111;
}

li {
	list-style-image : url(puce-b.png);
}

.Civilites {
	position		: relative;
	top			: 10px;
	left			: 10px;
	width			: 50%;
	margin		: 0px;
	padding		: 10px;
	border-color: #A0A0FF;
	border-style: solid;
	border-width: 1px;
}

.Nom {
	font-weight	: bold;
}

.Contact {
	color		: #4444AA;
}

.Block {
	position	: relative;
	top		: 10px;
	left		: 20px;
	padding	: 10px;
	width		: 90%;
}

.SousBlock {
	position	: relative;
	top		: 0px;
	left		: 0px;
	background-color : #F0F0FF;
}

.Titre {
	position	: relative;
	font-size	: 14pt;
	font-weight	: bold;
	top		: 0px;
	left		: 0px;
/*	background-color : #E0E0FF; */
	border-bottom-color	: #A0A0FF;
	border-bottom-width	: 1px;
	border-bottom-style	: dashed;
}

.Date {
	position	: relative;
	top		: 0px;
	left		: 20px;
	float		: left;
	font-style : italic;
}

.Societe {
	position	: relative;
	top		: 0px;
	left		: 30px;
	width		: 90%;
	font-style : normal;
	font-size	: 10pt;
	border-bottom-color	: #C0C0FF;
	border-bottom-width	: 1px;
	border-bottom-style	: solid;
}

.Employeur {
	position	: relative;
	top		: 0px;
	left		: 0px;
	padding	: 5px;
	background-color : #B5B5FF;
	font-weight	: bold;
}

.Mission, .Connaissances {
	position	: relative;
	top		: 0px;
	left		: 0px;
	background-color : #E0E0FF;
	border-color	: #A0A0FF;
	border-width	: 1px;
	border-style	: dashed;
	padding	: 5px;
	margin	: 5px;
}

.Poste {
	font-size	: 10pt;
	padding-left	: 30px;
	font-weight	: bold;
	font-style	: italic;
}

.Description {
	padding-left	: 40px;
}


.Type {
	position	: relative;
	font-size	: 10pt;
	font-weight	: bold;
	top		: 0px;
	left		: 0px;
	background-color : #E0E0FF;
	border-bottom-color	: #A0A0FF;
	border-bottom-width	: 1px;
	border-bottom-style	: dashed;
}
