body,td,th {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 12px;
	color: #cdb69e;
}
body {
	background-color: #303030;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #cdb69e;
	text-decoration: underline;
}
a:visited {
	color: #cdb69e;
	text-decoration: underline;
}
a:hover {
 	color: #d59439;
	text-decoration: none;
}
a:active {
	color: #cdb69e;
	text-decoration: none;
}
.box {
	padding-left: 47px;
	padding-right: 47px;
	text-align:left;
}
.description_portefolio {
	text-align:justify;
}
.medium_title {
	text-size: 18px;
}
.input {
	text-size: 12px;
	border : 1px solid #303030;
	background: #cdb69e;
	color: #303030;
	width: 200px;
}
.select {
	text-size: 12px;
	border : 1px solid #303030;
	background: #cdb69e;
	color: #303030;
	width: 200px;
}
.button {
	text-size: 12px;
	border : 1px solid #303030;
	background: #cdb69e;
	color: #303030;
	width: 100px;
}
.text_area {
	text-size: 12px;
	border : 1px solid #303030;
	background: #cdb69e;
	color: #303030;
	width: 275px;
	height: 200px;
}
.asterix {
	color: #d59439;
}