ul, li {
	list-style-type: none;
}

body {
	margin:0;
	padding:0;
	background: /*url('../images/haut.jpg') repeat-x*/ #FFF;
	font-family: Arial;
	font-size: 12px;
}

#header {
	margin: auto;
	width:1000px;
	height:75px;
	margin-top:65px;
}

	#logo {
		width:205px;
		height:55px;
		background: url('../images/logo-arsenic.png') no-repeat;
		float:left;
	}

	#label {
		float:left;
		text-align: left;
		padding-top: 15px;
		padding-left: 10px;
		width:500px;
		font-weight:bold;
		font-size: 13px;
		color:#000;
	}

#page{
	clear:both;
	width:100%;
	height:470px;
	background: #000;
}

	#flashcontent {
		margin: auto;
		width:1000px;
		height:470px;
	}

#barre{
	width:100%;
	height:40px;
/*	background:url('../images/barre.jpg') repeat-x;*/
	border-bottom: 1px solid #999;
}

	#bouton_contact {
		cursor: pointer;
		margin: auto;
		font-size: 13px;
		font-weight:bold;
		width:1000px;
		height:40px;
		color : #000;
		line-height: 40px;
	}

	#bouton_contact:hover {
		color : #666;
	}


#contact {
	clear:both;
	margin:auto !important;
	width:1000px;
	height:200px;
	color:#000;
}

	#recherche {
		width:25%;
		float:left;
		text-align: justify;
	}
	
	#contact_form {
		padding-left: 2%;
		float:left;
		width:73%;		
	}

	#contact_coord, #contact_text {
		width:50%;
		float:left;
	}



.menu {
	color:#13b7fb;
	text-decoration:none;
}

.menu:hover {
	color:#666;
}

.selected {
	color:#ccc;
}

.blue {
	color:#ff9600;
}

.white {
	color:#fff;
}

.grey {
	color:#000;
}

.input {
	font-family: Arial;
	color:#fff;
	background:#000;
	border:1px solid #999;
	font-size: 11px;
	border: 1px solid #ccc;
	width:300px;
}

.textarea {
	font-family: Arial;
	color:#fff;
	background:#000;
	padding:3px;
	font-size: 11px;
	border: 1px solid #ccc;
	width:300px;
	border:1px solid #999;
}


