html {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

body {
	background: #ddd url('../images/body.png') repeat scroll top left;
	margin:0;
	padding:0;
	font-family: Lato, Verdana, sans-serif;
	font-size: 13px;
	color: #666;
	border: 0;
	width: 100%;
	height: 100%;
}


* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #fff;
	background: #FF6633 none repeat-x scroll left top;
	border-bottom: 2px solid #FF4000;
}

td {
	border-bottom: 1px solid #ccc;
}

hr {
	width: 100%;
	border: 0;
	border-top: 1px solid #E0E0E0;
}
code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 10px;
	font-size: 12px;
}
p.message {
	text-align: center;
	font-size: 14px;
}

a {
	color: black;
}
a:hover {
	color:#F63;
}

a:focus {
	outline: none;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form input.formbutton {
	border: none;
	background: #FF6633 none repeat-x scroll left top;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}

h1 {
	color: #000;
	font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
}

h3 {
	color: #FF4000;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
}
h3.section-title {
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 10px;
}
h3.section-title a {
	color:#999 !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	border:1px solid #ccc;
	padding: 3px;
}
h3.section-title a:hover {
	color:#727272 !important;
	border-color: #999;
}
h4 {
	padding-bottom: 10px;
	font-size: 15px;
	color: #FF794D;
}

h5 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #ccc;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}
li.selected {
	font-weight: bold;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}
input[type=submit] {
	background-color: #FF6633;
	color: white;
	width: 100%;
	height: 30px;
	cursor: pointer;
}

#container {
	width: 1000px;
	min-height: 85%;
	margin: 0 auto;
	padding: 0px;
	background-color: #fff;
	box-shadow: 0px 5px 15px #000;
}

#header {
	padding: 20px;
	margin: 0 auto;
}
#header a {
	text-decoration: none;
}
#header a h1 {
	font-size: 25px;
	float: left;
	font-weight: lighter;
	color: black;
	line-height: 70px;
	padding-left: 10px;
}
#header .search {
	float:right;
	height:20px;
}
#header .search form {
	position: relative;
	margin-top: 1.5em;
}
#header .search input {
	padding-right: 35px;
	border: 1px solid #CCC;
	border-radius: 4px;
	width:120px;
}
#header .search button {
	position: absolute;
	cursor:pointer;
	right: 0;
	top: 0;
	width:35px;
	background-color:transparent;
	border:0;
	line-height:32px;
}

.header-top {
	width:990px;
	padding: 5px;
	background-color: black;
	font-size:12px;
	color: white;
}
.header-top a { color: white; }
.logo {
	float:left;
	width:80px;
	height:70px;
	background-color:#FF6633;
	margin-right:5px;
	line-height:70px;
	color:white;
	font-size:23px;
	text-align:center;
}
.panier {
	float:right;
	margin-top: 1.4em;
}
.panier a {
	font-size: 30px;
	padding: 0 10px;
	border-left: 1px solid #DDD;
	margin-left: 10px;
}

#nav {
	height: 40px;
	width: 100%;
	background-color: white;
	border-top: 1px solid #ddd;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	float: left;
	display: block;
	padding: 0;
	width:250px;
	height:40px;
	text-align: center;
}

#nav ul li a:hover, #nav ul li.selected {
	background-color:#333;
}
#nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#nav ul li a {
	color: black;
	display: block;
	border-right: 1px solid #fff;
	font-size: 14px;
	font-weight: normal;
	line-height:40px;
	text-decoration: none;
}

#nav ul li.start a {
	border-left: none;
}

#nav ul li.end a {
	border-right: none;
}


.banner { position: relative; overflow: auto; }
.banner li { list-style: none;}
.banner ul, .banner ol { margin: 0; }
.banner ul li { float: left;margin:0;padding: 0;background-position: center; height:300px;text-align: center; }
.banner ul li h1 {
	color: #FFF;
	margin-top: 100px;
	font-size: 40px;
}
.banner ul li p {
	color: #ccc;
	font-size: 20px;
}
.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}
.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	padding: 0;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	background: #fff;
	opacity: 1;
}

.block-col-2 {
	width:50%;
	float:left;
	height:170px;
	text-align:center;
	color:white;
}
.block-col-2 i {
	font-size:55px;
	text-shadow: 0px 0px 6px #FFF;
}
.block-col-2 p {
	font-size:16px;
}
.block-col-2 a {
	color:white;
}
.block-content {
	padding: 20px;
}
.block-title {
	font-size:50px;
	padding-left: 5px;
	text-shadow: 0px 0px 6px #FFF;
}

#body {
	background: none;
	margin:0 auto;
	padding: 20px;
	width: 960px;
	border-top: 3px solid #FF6633;
}

#body a {
	color: #FF6633;
}

#body a:hover {
	color: #FF4000;
}

#content {
	float: left;
	width: 100%;
}


.item {
	float:left;
	width:130px;
	height:170px;
	margin:0 10px 10px 0;
	padding: 10px;
	text-align: center;
}
.item:hover {
	background-color:#F5F5F5;
}
.item-img {
	width: 100%;
	height: 120px;
}
.item-img img {
	width: 100px;
	max-height: 110px;
	padding: 5px 0;
}
.item-title {
	font-weight: bold;
	padding-bottom: 7px;
}
.item-link {
	color: #666 !important;
}

.clear {
	clear: both;
}

footer {
	margin: 30px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 3px solid #FF531A;
	width: 100%;
	background-color: black;
	color: white;
	
}
footer .content {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
}
footer hr {
	margin: 20px 0;
	opacity: .2;
}

#body label {
	line-height: 2em;
}
#body h2 {
	border-bottom: 1px solid black;
	margin-bottom: 5px;
}
#page-contact .form-info input {
	width:95%;
}
#page-contact textarea {
	width:98%;
	min-height:150px;
}

#page-inscription input[type=text], #page-inscription input[type=password], #page-inscription input[type=email], #page-inscription input[type=submit] {
	width: 45%;
}

textarea:focus, input:focus{
    outline: 0;
}
#body input:required, #body textarea:required {
	background:url('../images/asterisk.png') 98% center no-repeat
}
#body input[type=text]:focus:invalid, #body input[type=email]:focus:invalid, #body textarea:focus:invalid {
	border-color:#F00;
	background:transparent url('../images/invalid.png') 98% center no-repeat;
	-webkit-box-shadow:0 0 5px #ff5a5a;
	-moz-box-shadow:0 0 5px #ff5a5a;
	box-shadow:0 0 5px #ff5a5a;
}
#body input[type=text]:valid, #body input[type=email]:valid, #body textarea:valid {
	border-color:#56c93f;
	background:transparent url('../images/valid.png') 98% center no-repeat;
	-webkit-box-shadow:0 0 5px #5cd053;
	-moz-box-shadow:0 0 5px #5cd053;
	box-shadow:0 0 5px #5cd053;
}
.col-75 {
	float:left;
	width:75%;
}
.col-50 {
	float:left;
	width:50%;
}
.col-33 {
	float:left;
	width:33.3%;
}
.col-25 {
	float:left;
	width:25%;
}
.col-content {
	padding: 0 15px;
}
.form-info {
	margin-top:10px;
}

#table-credits td {
	text-align: center;
}