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

object { outline:none; }

html{
	overflow-y:scroll;
	overflow-x:hidden;
	}

body{
	margin:0px;
	padding:0px;
	overflow-x:hidden;
	overflow-y:hidden;
	
}

ul{
	font-size:9px;
	color:#FFF;
	margin:0px;
	padding:0px;
	display:inline;
}

li a{
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:0px;
	font-size:10px;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	}
	
li a:hover{
	color:#721800;
	text-decoration:none;
	}

li{
	display:inline;
	}
	
p{
	font-family:Verdana, Geneva, sans-serif;
	color: #6b6b6b;
	letter-spacing:0px;
	font-size:9px;
	line-height:16px;
	margin:0px
	}
	
#footer {
	
	margin-bottom:20px;
	margin-left:117px;
	position: absolute;
	bottom: 0;
	font-family:Verdana, Geneva, sans-serif;
	color: #6b6b6b;
	letter-spacing:0px;
	font-size:9px;
}

#from{
	font-size:10px;
	color: #6b6b6b;
	}
	
#sujet{
	font-size:10px;
	color: #6b6b6b;
	}
	
#txtmsg{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #6b6b6b;
	line-height:16px;	
	}
	
input {
border:1px solid #999;
}

textarea {
border:1px solid #999;
 }
 
 input[type=submit], input[type=reset] {
background-color:#000;
color:#FFF;
cursor:pointer;
font-weight:bold;
font-family:Verdana, Geneva, sans-serif;
font-size:9px;
border:none;
 }
 
input[type=submit]:hover, input[type=reset]:hover {
background-color:#f83500;
 }

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f83500;
	font-size:24px;
	margin:0px;
	font-weight:normal;
	letter-spacing:-1px;
}

.paragraphe{
	float:left;
	width:300px;
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:35px;
	}
	
a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}


.bouton{
	background-color:#000;
	}
	
.bouton:hover{
	background-color:#f83500;
	}
