html, body {
	background-color: #FFF;
	font-family: Verdana, sans-serif;
	margin: 0px;
	font-size: 10pt;
	color: #000;
	height: 100%;
	
}

div{
	float: none;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

#div_site{
	
	width: 100%;
	
}

#div_head{
	width: 100%;

}

#div_logo{
	
	width: 30%;
	float: left;
	min-width: 300px;
}

img#img_logo{
	margin-left: 30px;
	margin-top: 30px;
	
}

#div_menu{
	width: 60%;
	float: left;
	margin-top: 95px;
}

#div_content{
width: 100%;
}
#box_content{
	width: 50%;
	background-color: rgba(255, 255, 255, 0.6);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	
	margin-top: 30px;
	margin-left: 100px;
	text-align: justify;
	
}

div.intit_menu{
	float: left;
	font-size: 14pt;
	margin-right: 20px;
	border-bottom: 5px solid #99c455;
}
div.intit_menu_select{
	float: left;
	font-size: 14pt;
	margin-right: 20px;
	border-bottom: 5px solid #2d3c92;
}
a.a_menu{
	text-decoration: none;
	color: #2d3c92;
}
div.div_contact{
	margin-bottom: 40px;
}

div.div_titrepage{
	font-size: 14pt;
	border-bottom: 5px solid #2d3c92;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

li{
	padding-bottom: 10px;
}
.div_cv{
	width: 220px;
	float: left;
}
