@import url("styles_menu.css");

body{
	width:100%;
	background-color: #000000;
	text-align: center;
	font-family: din , Arial, sans-serif;
	color: #ffffff;
	font-weight:400;
	font-size:15px;
}
	
ul {
	list-style-type:none;
	padding-left:0px;
}

a {
	outline: none;
	color: #ffffff;
}

#container{
	display:block;
	max-width: 800px;
	min-width: 800px;
	background-color: #000000;
	margin:0 auto;
	padding:0;
	text-align: left;
	
}

#footer{
	width: 100%;
	min-height: 25px;
	text-align: center;
}

#header{
	vertical-align: bottom;
	min-height: 100px;
	width: 100%;
}

#logo{
	background: url(../images/contact/logo.jpg) no-repeat;
}

#content{
	background: url(../images/contact/Fond_Contact.jpg) no-repeat;
	max-width: 800px;
	min-width: 800px;
	max-height: 600px;
	min-height: 600px;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-left: 10px;
}

#contact_titre{
	text-indent:-99999px;
	background : url(../images/contact/contact.jpg) no-repeat;
	height : 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#liens_titre{
	text-indent:-99999px;
	background : url(../images/contact/liens.jpg) no-repeat;
	height : 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#contact_contenu a{
	text-decoration:none;	
}

#contact_contenu a:hover{
	text-decoration:underline;	
}

#liens_contenu a{
	text-decoration:none;	
}

#liens_contenu a:hover{
	text-decoration:underline;	
}

#content_contact_2{
	margin-top: 50px;
}

#content_contact_2 a{
	margin-right: 20px;
}

#showreel{
	text-indent: -9999px;
	background : url(../images/contact/showreel.png) no-repeat;
	height: 17px;
	width: 118px;
	float: right;
	margin-right: 300px;
	margin-top: -90px;
}

#showreel:hover{
	cursor: pointer;	
}