@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
h1,h2{
	display:none;
}
body{
	color:#939494;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	background:url(../img/background.jpg) top repeat-x;
}
p{
	font-size:14px;
	margin-bottom:8px;
	color:#666666;
}
h3{
	font-size:13px;
	border-bottom:1px dashed #939494;
	margin:10px 6px 10px 0;	
}
#centre{
	width:1000px;
	height:949px;
	border:1px dotted #939494;
	margin:0 auto;
}
div#top{
	width:1000px;
	height:202px;
	float:left;
	background:url(../img/top.jpg);
}
div#logo{
	float:left;
	width:420px;
	height:202px;
	background:url(../img/Dark-Dog-Logo.png) no-repeat;	
}
div#canette{
	float:left;
	width:560px;
	height:202px;
	background:url(../img/canette.png) no-repeat;		
}
div#middle{
	width:1000px;
	height:480px;
	float:left;
}
div#menu{
	width:323px;
	height:480px;
	float:left;
	background:url(../img/menu.jpg);
	font-size:24px;
	text-align:center;
}
div#formulaire{
	width:420px;
	height:430px;
	padding-top:50px;
	padding-left:20px;
	padding-right:20px;	
	float:left;
	background:url(../img/formulaire.jpg);
}
div#video{
	width:460px;
	height:480px;
	float:left;
	background:url(../img/video.jpg);
}
div#footer{
	width:1000px;
	height:267px;
	float:left;
	background:url(../img/footer.jpg);

}
div#city{
	width:1000px;
	height:137px;
	float:left;
	background:url(../img/city.png) bottom no-repeat;
	
}
div#helico{
	width:217px;
	height:480px;
	float:left;
	background:url(../img/helico.jpg);
}
/* FORMULAIRE */
label{
	width:150px;
	height:32px;
	float:left;
	text-align:right;
	line-height:32px;
	display:block;
	margin-right:10px;
	margin-top:22px;
}
label.first{
	margin-top:6px;
}

input[type="text"]{
	width:218px;
	height:32px;
	margin-top:22px;
	background:url(../img/input.jpg) top no-repeat;
	border:1px solid #919292;
	float:left;
}
input[type="text"]:hover{
	background:url(../img/input_hover.jpg) top no-repeat;
}
input[type="text"]:focus{
	background:url(../img/input_hover.jpg) top no-repeat;
}
input[type="text"].first{
	margin-top:6px;
}
textarea{
	width:218px;
	height:104px;
	margin-top:22px;	
	background:url(../img/textarea.jpg) top no-repeat;
	border:1px solid #919292;
	float:left;
}
textarea:hover{
	background:url(../img/textarea_hover.jpg) top no-repeat;
}
textarea:focus{
	background:url(../img/textarea_hover.jpg) top no-repeat;
}
input[type="submit"]{
	width:160px;
	height:45px;
	background:url(../img/btn_submit.png) top no-repeat;
	float:left;
	margin-left:210px;
	margin-top:45px;
	border:none;
	color:#939494;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}
input[type="submit"]:hover{
	text-decoration:underline;
	color:white;
	background:url(../img/btn_submit.png) bottom no-repeat;	
}
br{
	clear:both;
}

/* MENU */
#menu ul li{
	list-style-type:none;
}
#menu ul li a{
	color:#939494;
	text-decoration:none;
}
#menu ul li a:hover{
	text-decoration:underline;
}