body {
	margin: 100px auto 0px auto;
	width: 1050px;
	font-size: 8pt;
	font-family: 'Trebuchet MS', Arial;
	background-color: #fff;
	color: #fff;
	overflow: auto;
}

img {
	border: none;
}

.visualClear {
	clear: both;
}

#main {
	width: 1050px;
	height: 611px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -525px;
	margin-top: -305.5px;
}

a {
	color: #750f05;
	text-decoration: none;
}

a:hover {
	color: #000;
	font-style: italic;
}

ul li {
	list-style-image: url('images/fleche.png');
}

ul li a {
	vertical-align: top;
}

img.logo {
	float: left;
	margin: 0 0 0 55px;
	padding: 0;
}

#flags {
	display: inline;
	float: right;
	margin-bottom: -9px;
	margin-right: 30px;
	margin-top: 45px;
}

#flags a {
	padding-left: 5px;
}

#part1 {
	float: left;
	width: 577px;
	height: 505px;
	background-image: url('images/white_part_left.png');
	background-repeat: no-repeat;
	margin-top: 1px;
}

#part1_content {
	text-align: justify;
	padding: 18px 70px 0px 240px;
}

p.portfolio img {
	vertical-align: bottom;
	padding-right: 5px;
}

#part2 {
	background-image: url('images/white_part_center.png');
	background-repeat: no-repeat;
	height: 505px;
	margin: 0px 213px 0px 576px;
	padding: 1px;
	color: #000;
}

#part2_content {
	text-align: justify;
	padding: 18px 15px 0px 15px;
}

#part3 {
	float: right;
	width: 215px;
	height: 505px;
	background-image: url('images/white_part_right.png');
	background-repeat: no-repeat;
	margin-right: -2px;
}

#part3_content {
	text-align: justify;
	padding: 18px 40px 0px 15px;
}

#footer {
	width: 360px;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: 2%;
	margin-left: -130px;
	margin-bottom: 0.4px;
	color: #000;
}

#footer a {
	color: #000;
}

#footer a:hover {
	font-style: normal;
	text-decoration: none;
	color: #000;
}


/** CONTACT FORM **/
label {
	text-align: left;
	float: left;
	clear: both;
}

input {
	font-size: 9px;
	margin-bottom: 5px;
	float: right;
	background-color: #dddddd;
}

textarea {
	margin-top: 3px;
	overflow: auto;
	background-color: #dddddd;
}

.submit {
	float: right;
	margin-top: 10px;
	width: 60px;
	background-color: transparent;
	color: #fff;
}

#phpMyVisites {
	display: none;
}

span.form_icon {
	background-image: url('images/form_icon.png');
	background-repeat: no-repeat;
	padding: 7.5px 5px;
	cursor: pointer;
	color: #000;
	font-size: 9px;	
}

span.form_icon:hover {
	color: red;
}

/** Portfolio **/
#pop_overlay {
	background:#000000 none repeat scroll 0 0;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:10;
}
.pop_container {
	background:transparent none repeat scroll 0 0;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:11;
}
.pop_inner {
	background:#000 none repeat scroll 0 0;
	border:3px solid #fff;
	display:block;
	font-size:12px;
	margin:120px auto 0;
	padding:5px 5px 5px;
	width: 700px;
	text-align:center;
	vertical-align: center;
}
img.close {
	cursor:pointer;
	float:right;
}
h5.top-title {
	background-color: #000;
	margin: 0px;
	padding-bottom: 20px;
}
