/* --- Sites CSS --- */

/* --- GLOBAL --- */
.vline
	{
	width: 1px;
	background-color: #000000;
	margin:50px 0;
	float: left;
	}
	
.hline
	{
	height: 1px;
	background-color: #000000;
	margin-top:10px;
	margin-bottom:50px;
	}

.box
	{
	width: 330px;
	margin:50px 20px;
	float: left;
	}
	
.liste
	{
	list-style-type: square;
	}

.left
	{
	text-align: left;
	}

.right
	{
	text-align: right;
	}

.center
	{
	text-align: center;
	}
	
.error
	{
	color: #AF2C34;
	font-style: italic;
	}
	
.clear_both
	{
	clear: both;
	}

.clearfix:after 
	{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
.float_left
	{
	float: left;
	}
	
.float_right
	{
	float: right;
	}
/* --- home.php --- */

#welcome
	{
	font-size:20px;
	color: #c4c4c4;
	margin-top:200px;
	}
/* --- webdesign.php --- */

/* --- references.php --- */

.reference_wrapper
	{
	}

.reference_img
	{
	height: 150px;
	width: 239px;
	background:no-repeat top;
	}
	
.reference_text
	{
	min-height: 150px;
	width: 440px;
	padding: 20px;
}

/* --- about.php --- */

/* --- email.php --- */


.form_input_text
	{
	margin: 10px;
	background-color: #c4c4c4;
	padding-left: 3px;
	font-size: 18px;
	font-family: "Helvetica Neue"; 
	color: #505050;
	border-style: none;
	}

:focus.form_input_text
	{
	background-color: #505050;
	color: #c4c4c4;
	}


input#input_contact_pd
	{
	width: 250px;
	height: 25px;
	}

input#input_contact_title
	{
	width: 528px;
	height: 25px;
	}

textarea#input_contact_text
	{
	width: 528px;
	height: 300px;
	font-size: 18px;
	border-style: none;
	}

input#input_contact_submit
	{
	background-color: #c4c4c4;
	border-style: none;
	width: 75px;
	height: 25px;
	font-size: 18px;
	font-family: "Helvetica Neue";
	color: #505050;
	}

input:hover#input_contact_submit
	{
	background-color: #505050;
	color: #c4c4c4;
	border-style: none;
	}

div#div_contact_success
	{
	margin: 225px auto;
	padding: 10px;
	text-align: center;
	}

div#div_contact_title
	{
	margin-bottom: 20px;
	font-size: 16pt;
	}

/* --- contact.php --- */

