/**
 * Conforme css2 voit http://jigsaw.w3.org/css-validator/
 */
body {
	background-color: #ffffff;
	margin: 0px;
	color: #333333;
	font-size: 8pt;
	font-family: verdana;
}

/**********************************************************
 * CONTAINER
 */
/**
 * Container principal centre l'interface 
 */
#cvMain{
	position: absolute;
	width: 990px;
	left: 50%;
	margin-left: -495px;
}

#addsMain{

	position: absolute;
	width: 680px;
	left: 50%;
	margin-left: -340px;
	padding: 10px;

}

p.addsPara{
	text-align: justify;
	text-indent: 10pt;
	margin: 5px;
	padding-right: 10px;
	
}
p.addsImg{
	text-align: center;
}
div#header{
	border-style: dashed;
	border-width: 1px;
	border-color: #666666;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#footer{
	padding: 1px;
	margin: 0px;
}

div#me{
	position: absolute;
	right: 3px;
	top: 15px;
}
div#vcard {
}

h1.function {
	color:#7D8BA1;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana;
	font-size: 14pt;
	background-color: #ffffff;
}

h2.specs {
	color: #7D8BA1;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-family: verdana;
	font-size: 12pt;
}

h1 {
	color: #ffffff;
	text-decoration: underline;
	text-indent: 10pt;
	font-weight: bold;
	font-size: 12pt;
	font-family: verdana;
	margin: 10px;
	margin-left: 0px;
	height: 20px;
	width: 100%;
	background-color: #95a3bd;
}

h2 {
	color: #666666;
	font-weight: bold;
	font-size: 9pt;
	font-family: verdana;
	text-decoration: underline;
	margin: 5px;
}

h3 {
	color: #333333;
	font-weight: normal;
	font-size: 8pt;
	font-family: verdana;
	padding-left: 5px;
	margin: 2px;
}

hr.sep{
	border-style: dashed;
	height: 1px;
	color: #666666;
}

a { color: #333333; text-decoration: underline; font-family: verdana;}
a:visited { color: #333333; text-decoration: underline; font-family: verdana; }
a:active { color: #333333; text-decoration: underline; font-family: verdana; }
a:hover { color: #bec6ce; text-decoration: underline; font-family: verdana; }

.pop {
	visibility: hidden; position: absolute
}

p.plist{
	padding-left: 10px;
	margin: 5px;
}

ul.list{
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: square;
}

ul.addsList{
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}

img.imgLink{
	border: 0px;
}