﻿a {
	color: #1DBADD;
	text-decoration: none;
	outline: none;
}

b{
	font-weight: bold;
}

a:hover {
	color: #51DAF7;
}

body {
	background-color: #2f383a;
	font: 10pt "Trebuchet MS";
	color: #FFFFFF;
	margin: 0;
	width: 100%;
}

h4 {
	margin: 5px 0px 8px 0px;
	font-size: 14pt;
	font-weight: normal;
}

img {
	border: none;
}

input {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	width: 200px;
	margin-left: 10px;
}

textarea {
	font-family: 'Trebuchet MS';
}

td {
	vertical-align: top;
}

ul {
	color: #1DBADD;
}

#left_column
{
	float: left;
	width: 515px;
}

#bottom
{
	height: 310px;
	width: 800px;
	margin: 10px auto 0px auto;
}

#bottom.sm
{
	height: 220px;
}

#content {
	margin-top: 15px;
}

#content_left {
	width: 50%;
}

#content_right {
	width: 50%;
}

#right_column
{
	float: left;
	width: 285px;
}

#footer_wrap {
	background: url('../img/bg_footer.jpg') repeat-x;
	height: 121px;
	margin-top: 40px;
	width: 100%
}

#footer {
	color: #FFFFFF;
	height: 79px;
	margin-left: 52%;
	padding-top: 15px;
	width: 320px;
}

#header {
	background-image: url('../img/header.jpg');
	height: 99px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	z-index:5;
}

#header_wrap {
	background: url('../img/bg_header.jpg') #2f383a;
	width: 100%;
	z-index:5;
	position: relative;
}

#intro {
	font-size: 12pt;
	line-height: 14pt;
	margin: 20px auto 30px auto;
	width: 780px;
}

#login_box {
	display: none;
}

#login_controls {
	position: absolute;
	bottom: 5px;
	right: 20px;
}

#login_input {
	position: absolute;
	left: 25px;
}

#login_link {
	position: fixed;
	height: 50px;
	width: 75px;
	right: 50px;
	top: -23px;
	z-index: 999;
}

#login_link:hover {
	top: 0px;
}

#main {
/*height: 1000px;*/
width: 900px;
}

#menu {
background: url('../img/bg_menu.jpg') #2f383a;
height: 36px;
width: 100%;
text-align: center;
position: relative;
z-index: 6;
}

#menu_items {
	margin-left: 55%;
	width: 422px;
	z-index: 7;
}

#portfolio_link {
	background-image: url('../img/portfolio_small.jpg');
	height: 118px;
	width: 397px;
}

#projets {
	height: 280px;
	width: 800px;
	margin: 30px auto 0px auto;
}

#projets_header {
	margin-bottom: -5px;
}

#projet_left {
	float: left;
}

#projet_mid {
	float: left;
}

#projet_right {
	float: left;
}

#projets_link_left {
	margin: 5px 0 0 15px;
	display: block;
	font-size: 10pt;
	font-weight: normal;
}

#projets_link_mid {
	margin: 5px 0 0 30px;
	display: block;
	font-size: 10pt;
	font-weight: normal;
}

#projets_link_right {
	margin: 5px 0 0 25px;
	display: block;
	font-size: 10pt;
	font-weight: normal;
}

#sub_header {
	
}

#sub_header_wrap {
	background: url('../img/bg_sub_header.jpg') repeat-x;
	height: 300px;
	width: 100%;
}

#wrap {
width: 900px;
margin-left: auto;
margin-right: auto;
}

.article {
}

.article_date {
	float: left;
	padding: 5px;
}

.article_text {
	float: left;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 15px;
	width: 427px;
}

.flickr_thumb {
	background: url('../img/bg_thumb.jpg');
	margin: 5px;
	padding: 5px;
}

.gel {
	height: 55px;
	margin: auto;
	width: 270px;
}

.inputs {
	margin: 12px 0 0 0;
}

.link {
	border: none;
}

.login_text {
	color: #183F47;
	font-size: 12pt;
	font-weight: bold;	
}

.sub_header {
	width: 802px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.sub_header2 {
	width: 830px;
}

.text {
	color: #FFFFFF;
	font: 14pt "Trebuchet MS";
	padding: 0px 30px 0px 35px;
	width: 360px;
}

.title {
	height: 94px;
	width: 360px;
}

   /************/
  /* FANCYBOX */
 /************/
 
div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #000000;
}

div#fancy_close {
	position: absolute;
	top: -8px;
	right: -5px;
	height: 30px;
	width: 30px;
	background: transparent url('../img/fancy_closebox.png');
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	background: url('../img/login_box.png');
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
}

/* CONTACT FORM */
#contact_form_wrap {
	background-color: #1e2325;
    margin-left: auto;   
    margin-right: auto;   
    width: 100%;
    text-align: center;
    margin-top: -310px;
    padding-top: 20px;
    z-index: 1;
}

#contact_form {
	height: 290px;
	margin-left: auto;   
    margin-right: auto;
    text-align: left;
	width: 825px;
	overflow: hidden;
}

#contact_left {
	position: relative;
	float: left;
	width: 565px;
}

#contact_left label {
	float: left;
	clear: both;
	margin-bottom: 15px;
	width: 70px;
}

#contact_right {
	position: relative;
	float: left;
	width: 260px;
}

#contact_left .textbox {
	 color: #fff;
     width: 170px;
     height: 20px;
     font-size: 11px;
     line-height: 14px;
     float: right;
     margin-bottom: 15px;
     padding: 4px 0 0 4px;
     border: 1px solid #444;
     background: #292929 url('../img/bg_textbox.png') 0 0 repeat-x;
}

#contact_left .textarea{
	color: #fff;
	width: 451px;
	height: 100px;
	font-size: 11px;
	line-height: 14px;
	overflow: auto;
	padding: 4px 0 0 4px;
	border: 1px solid #444;
	background: #292929 url('../img/bg_textarea.png') 0 0 repeat-x;
}

#contact_left .focus{
	border:1px solid #4b666f;
    background: #292929 url('../img/bg_textbox2.png') 0 0 repeat-x;
}

#contact_left .focus2{
	border:1px solid #4b666f;
    background: #292929 url('../img/bg_textarea2.png') 0 0 repeat-x;
}

#contact_text {
	margin-left: 15px;
}

#contact_text img{
	position: relative;
	top: 3px;
	margin-right: 6px;
}

#contact_inputs {
	margin-left: 15px;
	margin-top: 5px;
}

#contact_close {
	position: absolute;
	left: 230px;
	top: -5px;
}

#contact_submit {
	float: right;
	margin: 5px 40px 0 0;
}

#input_left {
	float: left;
	width: 247px;
}

#input_left label {
	width: 60px;
}

#input_right {
	float: left;
	margin-left: 20px;
	width: 260px;
}

#c_email {
	margin-top: 10px;
}

#c_phone {
	margin-top: 10px;
}

#c_text {
	margin-top: 10px;
	width: 230px;
}

#about {
	margin-left: 20px;
	margin-right: 20px;
}

#about p {
	padding-bottom: 10px;
}

#services {
	margin-left: 20px;
}

#services li{
	margin-bottom: 5px;
	list-style-image:;
}

div .pf {
	margin-bottom: 30px;
	margin-left: 20px;
}

div .pf_thumb {
	background: transparent url('../img/bg_pfolio_thumbs.jpg') no-repeat;
	margin-top: 15px;
	margin-left: 27px;
	width: 230px;
	height: 162px;
	padding: 9px;
}
