@charset "ISO-8859-1";

/*

orange : #ff8201

gris texte : #af97B3

gris puce : #2B2324

gris foncé case : #0D080A

copyright : #998287

*/
*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}
body {
	margin: 0px;
	background:url(../img/bg.gif) repeat-x #2c2324;
	width:100%;
}
#main {
	height: 250px;
	padding-left:50px;
	float:left;
	position: absolute;
	width: 600px;
	top: 100px;

}
#infos {
	float: left;
	height: 250px;
	width: 200px;
}
#logo {
	height: 230px;
}

a:link, a:visited{
	color:#ff8201;
	text-decoration:none;
}

/* CASE */
.case{
	position:relative;
	width:230px;
	height:216px;
	float:left;
	background:#0D080A;
	margin-right:50px;
	padding-top:34px;
	padding-left:10px;
	padding-right:10px;
}

.case h3{
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:10px;

}

.button{
	width:10px;
	height:10px;
	float:left;
	margin-top:2px;
	margin-right:2px;
	background-color:#ff8604;
}

.button2{
	background-color:#666;
	width:10px;
	height:10px;
	float:left;
	margin-top:2px;
	margin-right:2px;
}
.case .clr{
	clear:both;
}
.case .text{
	margin-top:8px;
	color:#af97B3;
}
.case .view{
	position:absolute;
	bottom: 10px;
	right:10px;
}
.case .date{
	position:absolute;
	bottom: 10px;
	left:10px;
	color:#af97B3;
}
.case .shadow{
	position:absolute;
	z-index:10;
}
	
	
/* FOOTER */
#footer{
	width:100px;
	color:#998287;
	position:absolute;
	left:50px;
	top:360px;
}

#contactform {
	position: absolute;
	height: 250px;
	width: 250px;
	z-index: 20;
	overflow: hidden;
	left: 250px;
	color: #1B1115;
}
#send {
	color: #ff8201;
	background: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contactform #form1 table tr td{
	color:#1B1115;
	padding-bottom:4px;
}
#contactform h3{
	color:#1B1115;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:10px;
}
#contactbutton{
		background:none;
		color:#ff8201;
		border:none;
}
#block {
	background-color: #FFF;
	position: absolute;
	height: 214px;
	width: 230px;
	z-index: 21;
	top: 250px;
	color: #1B1115;
	padding-top: 26px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.error{
	
	color:#C00;
	
}
#block input#nom,#block input#email,#block textarea#message,#block label{
	color:#1B1115;
	margin-bottom:2px;
}
#block label.error{
	color:#C00;
	float:left;
}
#block #message p{
	color:#1B1115 ;
}


	
#arrows {
	background-image: url(../img/orangeArrow.png);
	position: absolute;
	height: 30px;
	width: 4150px;
	left: 0px;
	bottom: 0px;
}

#display{
	display:none;
}
