/*reset & body */
html, body, div, span, em, h1, h3, p, blockquote, pre, a, img{
	margin: 0;
	padding: 0;
	border: 0;
	
}
html {
	font: normal normal normal 1em/1em "Century Gothic", "Apple Gothic", Verdana, sans-serif;
	height:100%;
}
body {
	height: 100%;
	background-color: white;
	font-size: 9pt;
	padding:10px;
}

/* definion de base */
p {
	font-size: 120%;
	margin-bottom: 1em;
	margin-top: 0.6em;
	
}

.noshow {
	display: none;
}
sup {
	font-style: italic;
	padding-left: 2px;
}
a {
	text-decoration: none;
	color: #555;
	padding-bottom: 0px;
}
a:hover {
	color:red;
}
em{
	color: red;
	font-style:normal;
}

#content a em {
	display:none;
}

#content {
	margin:0 auto;
}

/*head*/
#head_trans {
	display: none;
}

#contact {
	text-align:right;
	margin: 10px 0;
}

#head_left  {
	text-align:right;
	
}

#head_left h2 {
	display:none;
}

#head_right {
	text-align:right;
	font-size: 1em;
	height: 90px;
}

#head_left h1{
	font: 2.5em "Century Gothic", "Apple Gothic", Verdana, sans-serif;
	line-height: 1.3em;
}

/*menu*/
ul.menunav a.selected {
	display:none;
	color:white;
}

ul.menunav li {
	list-style-type:none;
}


/*CV*/
ul.menuCV {
	list-style-type:none;
	text-align:left;
	padding:0;
}
ul.menuCV li {
	display: none;
	margin-right: 8px;
	
}
ul.menuCV li.menuCV_active {
	font-size: 180%;
	display: block	;
	margin-top: 23pt;
	margin-bottom: 20pt;
	color: black;
}
.cv_head {
	text-align: right;
	margin-top: 15px;
	line-height: 17px;
	margin-bottom: -160px;
	
}
.anch {
		height:140px;
		width:0px;
	}
.cvbox {
	margin-bottom: -150px;
}
.haut_page {
	display: none;
}
.cv_date {
	width: 12em;
	float: left;
	text-align: right;
	margin-left: -1em;
	color: #555;
}
.cv_desc {
	margin-left: 12em;
	margin-bottom: 2.6em;
	border-left: 5px solid black;
	padding-left: 0.4em;
}
h5 {
	text-align: center;
	font-weight: normal;
	margin:0 0 40px 0;
	padding:0;
	line-height: 26px;
	font-size: 18px;
	letter-spacing: 4px;
}
h4 { 
	margin-top: 10px;
	font-size: 1.2em	;
	letter-spacing: 3px;
	line-height: 15px;
	text-transform: uppercase;
	border-bottom: 1px #cccccc solid;
	width: auto; 
}
