@charset "utf-8";
/* CSS Document */



div#logo{
	position:relative;
	background:url(../images/logo.png);
	width:326px;
	height:107px;
        float: left;
}


div#logo h1{
	text-indent:-5000px;
	margin:0px;
	font-size:140px;
}


div#contact{
    position:relative;
    width: 215px;
    height: 130px;
    float: left;
    margin-left:410px;
    display: block;
}

div#contact img{
    position: relative;
    width: 46px;
    height: 44px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

div#contact h2{
    font-family:'DINRegular';
    margin: 2px;
    font-weight: normal;
    font-size: 23px;
    color: #eb721d;
}

div#contact p{
    font-family: 'DINMediumRegular';
    font-weight: normal;
    font-size:22px;
    color:#000;
    float: left;
    margin-top:-6px;
}

input[type=submit]{
	display:block;
	margin:5px 125px 0px;
	width:75px;
	height:18px;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.19, #eb721d),
    color-stop(0.6, #f4ac12)
);
background-image: -moz-linear-gradient(
    center bottom,
    #eb721d 19%,
    #f4ac12 60%
);
font-family: 'DINRegular';
color:#FFF;
border: 1px solid #ec731d;
font-size:11px;

/*pour IE*/
background-color: #f47624;


}

input[type=email]{
	color:#666;
	border:1px solid #CCC;
}
