
html {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #262016;
	background-image: url('../images/background.png');
}

body {
	position: relative;
	width: 1100px;
	height: 100%;
	margin: auto;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	overflow-y: scroll;
}

img {
	border: none;
}

a {
	display: inline-block;
	color: #262016;
	/*font-style: italic;*/
	text-decoration: none;
	border-bottom: 1px dashed #262016;
}

a:hover {
	color: #707718;
	border-bottom: 1px dashed #707718;
}

a.stock {
	font-style: normal;
	border: none;
}

blockquote {
	border-left: 1px dashed black;
	padding-left: 25px;
	margin-left: 25px;
}

#infos {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 300px;
	width: 800px;
	height: 30px;
	border-radius: 0 0 20px 0;
	background-color: #EAE5CE;
	padding: 0 10px 0 10px;
	z-index: 2;
}

#infos > .left {
	position: absolute;
	left: -300px;
	width: 240px;
	top: 0;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-radius: 0 0 0 20px;
	background-color: #EAE5CE;
}

#infos .left ul {
	list-style: none;
}

/*#infos .left ul li:before {
	content: '-  ';
}*/

#infos .lang {
	position: relative;
	overflow: hidden;
	display: inline-block;
	float: right;
	margin-right: 20px;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
	cursor: default;
	width: 150px;
	text-align: center;
}

#infos .lang:hover {
	overflow: visible;
	background-color: white;
}

#infos .lang span {
	display: inline-block;
	margin-left: 5px;
}

#infos .lang > ul {
	position: absolute;
	left: 0;
	top: 30px;
	min-width: 100%;
	background-color: #EAE5CE;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #262016;
	border-top: none;
	border-radius: 0 0 10px 10px;
}

#infos .lang > ul > li {
	display: block;
	white-space: nowrap;
}

#infos .lang > ul > li:last-child {
	border-radius: 0 0 10px 10px;
}

#infos .lang > ul > li:hover {
	background-color: white;
}

#infos .lang > ul > li a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	height: 100%;
	border: none;
	text-align: center;
}

#infos > h3 {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 269px;
	line-height: 25px;
	font-variant: small-caps;
	background-color: #C0CB33;
	border-radius: 0 0 10px 10px;
}

#page {
	position: absolute;
	left: 0;
	top: 30px;
	margin-left: 320px;
	padding-bottom: 100px;
	z-index: 1;
}

#waiting {
	position: absolute;
	left: 0;
	top: 60px;
	text-align: center;
	margin-left: 320px;
	width: 770px;
	z-index: 0;
	color: white;
	display: none;
}

.content {
	position: relative;
	width: 760px;
	border-radius: 0 20px 0 20px;
	background-color: #EAE5CE;
	padding: 10px 5px 5px 5px;
	margin-top: 20px;
}

.i404 {
	padding-bottom: 0;
	padding-left: 0;
}

.content > div {
	padding: 0 20px 0 20px;
}

.content table.history {
	border: none;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

.content table.history td {
	padding: 10px;
	margin: 0;
}

.competences > div {
	width: 356px;
	float: left;
	margin: 2px;
}

hr {
	background-color: #262016;
	height: 2px;
	border: none;
}

hr.clear {
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

a.logo {
	background-image: url('/images/LONGO-Michael.png');
	border: 10px solid #262016;
	border-radius: 10px;
	line-height: 0;
	width: 150px;
	height: 150px;
}

img.logo {
	border: none;
	transition: opacity 0.5s ease-in-out;
}

img.logo:hover {
	opacity: 0;
}

h1 {
	font-size: 20px;
	font-variant: small-caps;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

.center {
	text-align: center;
}

.content h1 {
	background-color: #C0CB33;
	border-radius: 0 20px 0 20px;
	margin: 0;
	margin-bottom: 15px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #262016;
	cursor: default;
}

.content.warn h1 {
	background-color: #E55;
}

.content.warn > div > blockquote {
	border-left: 5px solid #E55;
	border-right: 5px solid #E55;
	margin: 0 0 0 0;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

blockquote.warn {
	border-left: 5px solid #E55;
	border-right: 5px solid #E55;
	border-top: 1px solid #E55;
	border-bottom: 1px solid #E55;
	background-color: rgba(255, 0, 0, 0.1);
	margin: 0 0 0 0;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

blockquote.success {
	border-left: 5px solid #C0CB33;
	border-right: 5px solid #C0CB33;
	border-top: 1px solid #C0CB33;
	border-bottom: 1px solid #C0CB33;
	background-color: rgba(192, 205, 50, 0.1);
	margin: 0 0 0 0;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

.content h1 span.showhide {
	display: inline-block;
	font-size: 12px;
	float: right;
	cursor: pointer;
	padding: 5px;
	margin: 2px;
	margin-right: 10px;
}

.content h1:hover span.showhide {
	background-color: white;
}

tr.navigable {
	/*cursor: pointer;*/
}

tr.navigable:hover {
	background-color: white;
}

tr.navigable:after {
	/*content: '*';*/
}

.content table {
	width: 100%;
}

.followme > div {
	float: left;
	width: 50%;
}

.followme > div > div {
	position: relative;
	width: 90%;
	text-align: center;
	border: 1px solid black;
	border-radius: 15px;
	margin-left: 5%;
	margin-bottom: 30px;
	cursor: pointer;
}

.followme > div > div > a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: none;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 15px;
}

.followme > div div.disabled {
	background-image: url('../images/disabledlogo.png');
}

.followme > div div.disabled img {
	opacity: 0.5;
}

.followme > div > div:hover {
	background-color: white;
}


#backgroundAvatar {
	position: absolute;
	right: 0;
	bottom: 0;
}


#bulleopenme {
	position: absolute;
	right: -90px;
	top: 15px;
}

.isjsvisible {
	display: none;
}

ul.leftmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	box-shadow: -2px 2px 0 #262016;
}

ul.leftmenu > li {
	margin: 0;
	padding: 0;
}

ul.leftmenu > li > a {
	display: block;
	
	border-left: 5px solid #262016 !important;
	border-right: 1px solid #262016 !important;
	border-top: 1px solid #262016 !important;
	border-bottom: 1px solid #262016 !important;
	
	background-color: rgba(255, 255, 255, 0.3);
	margin: 0 0 0 0;
	padding: 10px 20px 10px 20px;
	text-align: left;
}


ul.leftmenu > li:last-child > a {
	border-bottom: 5px solid #262016 !important;
}


ul.leftmenu > li > a:hover {
	background-color: white;
}


button {
	border-left: 2px solid #262016 !important;
	border-right: 1px solid #262016 !important;
	border-top: 1px solid #262016 !important;
	border-bottom: 2px solid #262016 !important;
	
	background-color: rgba(255, 255, 255, 0.3);
	padding: 10px 20px 10px 20px;
	
	cursor: pointer;
	box-shadow: -2px 2px 0 #262016;
}

button:hover {
	background-color: white;
}

.vipform label, .vipform div.label {
	display: block;
	margin-bottom: 10px;
	margin-left: 40px;
}

.vipform label > span {
	display: inline-block;
	width: 150px;
}

.vipform label > input, .vipform label > select {
	padding: 2px;
	width: 200px;
}


.vipform label > div, .vipform .label > div {
	margin-top: 10px;
	margin-left: 150px;
}


.vipform .label #captcha {
	min-height: 105px;
}


.vipform  form > button {
	margin-left: 40px;
	width: 150px;
}