/* CSS gradient by http://www.colorzilla.com/gradient-editor/ */

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background-color: #FFFFFF; 
	color: #000000;
	margin:0px;
	text-align: center;
}

a:link, a:visited { 
	color: #000000; 
	text-decoration: none;
}

a:hover { 
	color: #000000; 
	text-decoration: none;
}

img { 
	border:0; 
	text-decoration: none;
	}

#Bandeau {
	width:100%;
	height:33px;
	/*background-color: #000;
	opacity:0.6;*/
	
	background: #000; /* Old browsers */
	/* background: #959595; /* Old browsers */ */
	/* background: -moz-linear-gradient(top,  #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%); /* FF3.6+ */ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959595), color-stop(46%,#0d0d0d), color-stop(50%,#010101), color-stop(53%,#0a0a0a), color-stop(76%,#4e4e4e), color-stop(87%,#383838), color-stop(100%,#1b1b1b)); /* Chrome,Safari4+ */ */
	/* background: -webkit-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Chrome10+,Safari5.1+ */ */
	/* background: -o-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Opera 11.10+ */ */
	/* background: -ms-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* IE10+ */ */
	/* background: linear-gradient(to bottom,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* W3C */ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */ */


	
	color: #FFFFFF;
	text-align:center;
	vertical-align:middle;
}

#Titre {
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size:18px;
	text-align:left;
	margin-left:10px;
	padding-top:6px;
	width:100%;
}

#Date {
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size:12px;
	padding-right:10px;
	text-align:right;
	padding-top:2px;
}

#box {
	
	width:500px;
	height:300px;
	/*border:1px solid #999;*/
	margin-left: auto;
	margin-right: auto;
}

#box .title {
	font-weight:800;
	margin-bottom:10px;
}


#box textarea, #box input[type=text] {
	border: 1px 333333 solid;
	background-color: #ffffff;
	padding:2px;
	color: 000;
}

#box .button {
	-moz-box-shadow:inset 0px 1px 0px 0px #e6e6e6;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e6e6e6;
	box-shadow:inset 0px 1px 0px 0px #e6e6e6;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #828282), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #828282 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#828282', endColorstr='#000000');
	background-color:#828282
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #ebebeb;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:36px;
	width:350px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #737373;
}
#box .button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #828282) );
	background:-moz-linear-gradient( center top, #000000 5%, #828282 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#828282');
	background-color:#000000;
}
#box .button:active {
	position:relative;
	top:1px;

}


#box_result {
	margin-top: 30px;
}

#tabs_container {
	text-align:left;
	padding:10px;
}
