@CHARSET "UTF-8";

#col_left{
    width:454px;
    height:594px;
    float:left;
    
}
#col_right{
    width:500px;
    height:564px;
    float:left;
   
}

#header_left{
    margin:69px 49px 0px 27px;
    background:url('../images/contact_titre.jpg') no-repeat;
    height:40px;
}

#body_left{
    margin:30px 49px 5px 27px;
    text-align:left;
}

.address_item{
	color:#F1F1F1;
	font-size:12px;
	line-height:18px;
	margin:0px 20px 40px 0px;   
    float:left;
    position:relative;
    width:250px;
    text-align:left;
}
.address_item_title{
    font-size:15px;
    font-weight:normal;
    

}

#contact_form{
    margin:140px 0px 0px 10px;
    
}


.contact_form_item{
	margin:20px 0px 20px 0px;
	color:#F1F1F1;
}

.contact_form_item input,textarea {
    background:#393939;
    border:solid 1px #696969;
}

#error_form{
    color:#00FF00;
    margin : 40px 0px 0px 0px;
    position:relative;
    float:left;	
}
.required{
	margin-left:3px;
	color:#FF0000;
	font-weight:bold;
	display:inline;
	font-size:14px;
}
.submit_but{
	display:inline;
	position:relative;
    float:right;
    margin-right:70px;
    border:solid 3px #7E7E7E;
    background:#626262;
    color:#191919;
    font-weight:bold;
    width:40px;
    height:18px;
    line-height:18px;
    text-align:center;
}
.submit_but:hover{
    cursor:pointer;
    background:#6F6F6F;
}


