@charset "utf-8";
/* CSS Document */

@import url("http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic");
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
body {
	margin: 0px;
	font-family: 'Roboto', arial;
}

li a {
  color: white;
}

#container{
	width:1134px;
	margin:auto;
}

table {
  width: 100%;
  border-collapse:collapse;
}

#top img {
  margin: 10px;
}

td{
	vertical-align: top;
}

#top {
	background-color:#fff;
}

#top ul {
	clear: both;
	display: table;
	list-style: outside none none;
	margin: auto;
	text-align: center;
}

#top ul li {
	background-color: #ba620b;
	float: left;
	padding: 4px 10px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#top ul li:first-child {
	border-left: none;
}

#top ul li:last-child {
	border-right: none;
}

h2 {
  font-weight: 300;
  margin-top: 54px;
  font-style:italic;
}

h3{
	font-size: 44px;
	margin: 25px 0;
}

.cordonne{
	background-color:white;
	text-align:center;
	color: black;
	padding: 10px;
	margin: 10px auto;
	width: 315px;
}

.graycube{
	background: rgba(0, 0, 0, 0) url("../img/graycube.jpg") no-repeat scroll center center;
	color: black;
	display: inline-block;
	font-weight: bold;
	margin: 20px;
	padding: 55px 0;
	text-align: center;
	width: 130px;
	cursor: pointer;
}

#top #second > li {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  list-style: inside none disc;
  margin: 10px 0;
}

#top #second  {
	text-align:left;
}

#bottom{
	background: rgba(0, 0, 0, 0) url("../img/blackbig.jpg") repeat scroll 0 0 / cover ;
	color: white;
	float: left;
	padding: 25px 3%;
	width: 94%;
}

#bottom p{
	margin: 10px 0;
}

#copyright{
	background-color: #13f032;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	color:black;
	padding: 15px 0;
	width:100%;
	margin-top: 25px;
	text-align:center;
}

#design .designer{
	margin: 0 5px 0 0;
}

#design table{
	border-collapse: separate;
	border-spacing: 6px;
	table-layout: fixed;
}

#design .first_td{
	width: 120px;
}

#design .second_td{
	vertical-align:bottom;
	width: 220px;
}

.whitespan{
	color:white;
}

.greenspan{
	color: #13F032
}

.jssora03l, .jssora03r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 55px;
	height: 76px;
	cursor: pointer;
	background: url(../img/a03.png) no-repeat;
	overflow: hidden;
}
.jssora03l {
	background-position: -3px -0;
	left: 10px !important;
}
.jssora03r {
	background-position: -63px -0;
	right: 10px !important;
}
.jssora03l:hover {
	background-position: -123px -0;
}
.jssora03r:hover {
	background-position: -183px -0;
}
.jssora03l.jssora03ldn {
	background-position: -243px -0;
}
.jssora03r.jssora03rdn {
	background-position: -303px -0;
}
.jssora11l, .jssora11r {
	display: block;
	position: absolute;
	width: 37px;
	height: 37px;
	cursor: pointer;
	background: url(img/a11.png) no-repeat;
	overflow: hidden;
}
.jssora11l {
	background-position: -11px -41px;
}
.jssora11r {
	background-position: -71px -41px;
}
.jssora11l:hover {
	background-position: -131px -41px;
}
.jssora11r:hover {
	background-position: -191px -41px;
}
.jssora11l.jssora11ldn {
	background-position: -251px -41px;
}
.jssora11r.jssora11rdn {
	background-position: -311px -41px;
}
.jssort07 {
	position: absolute;
	width: 420px;
	height: 100px;
}
.jssort07 .p {
	position: absolute;
	top: 0;
	left: 0;
	width: 99px;
	height: 66px;
}
.jssort07 .i {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 99px;
	height: 66px;
	filter: alpha(opacity=80);
	opacity: .8;
}
.jssort07 .p:hover .i, .jssort07 .pav .i {
	filter: alpha(opacity=100);
	opacity: 1;
}
.jssort07 .o {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 97px;
	height: 64px;
	border: 1px solid #000;
	transition: border-color .6s;
	-moz-transition: border-color .6s;
	-webkit-transition: border-color .6s;
	-o-transition: border-color .6s;
}
.jssort07 .pav .o {
	border-color: #0099ff;
}
.jssort07 .p:hover .o {
	border-color: #fff;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.jssort07 .p.pdn .o {
	border-color: #0099ff;
}
* html .jssort07 .o {
	width : 99px;
	height : 66px;
}
#f3 {
  margin-bottom: 100px;
}
button {
    background-color: #B96F3B;
    color: white !important;
    cursor: pointer;
    float: left;
    font-family: "roboto";
    font-size: 19px !important;
    font-weight: 500;
    margin: 11px 1% 0 !important;
    padding: 6px 0;
    text-transform: uppercase;
    width: 98%;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	   -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	      box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
 	color: #999;
}
.form-control::-webkit-input-placeholder {
 	color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}


.form-control {
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box;
}

.cls{
	margin: 10px 1%;
	width: 48%;
	float: left;
}

@media screen and (min-width: 200px) and (max-width: 1310px) {
}

@media screen and (min-width: 200px) and (max-width: 790px) {
	.cls{
		width: 98%;
	}
}
