/*-----------hue value=22-----------*/
/* http://adityabhandari.com/wp-content/uploads/2011/01/ColorChanger.html */
@charset "UTF-8";

body {
	font: 14px/1.4 Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	background: #fff url(../images/fond_page_interieure.jpg) repeat-y;
}

#wrapper {
	width: 100%;
}

.page {
	float: left;
	width: 285px;
}

.container {
	margin: 0px 0px 0px 485px;
	height: auto;
	width: auto;
}

.logo_petit {
	margin-top: 10px;
}

.logo_petit a:hover,.logo_petit a:active,.logo_petit a:focus {
	background: transparent;
	display: block;
}

.content {
	min-width: 475px;
	max-width: 1000px;
}

.content-fixed {
	width: 500px;
}

.interieur {
	margin: 40px 45px;
}

.navbar {
	float: left;
	position: absolute;
	left: 285px;
	width: 200px;
}

.print-only {
	display: none;
}

ul,ol,dl {
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6,p {
	margin-top: 0;
}

a img {
	border: none;
}

a:link {
	color: #a3a800;
	text-decoration: underline;
}

a:visited {
	color: #636600;
	text-decoration: underline;
}

a:hover,a:active,a:focus {
	text-decoration: none;
	background-color: #f4dbb2;
}

ul.nav {
	list-style: none;
	margin-top: 40px;
}

ul.nav li.active a {
	color: #fefefe;
	font-weight: 500;
}

ul.nav ul.snav li.snav_active a {
	color: #fefefe;
	font-weight: 500;
}

ul.nav a,ul.nav a:visited {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	color: #fefefe;
	padding: 10px 0px 10px 20px;
	display: block;
	width: 180px;
	text-decoration: none;
}

ul.nav a:hover,ul.nav a:active,ul.nav a:focus {
	color: #fefefe;
	background: transparent url(../images/fleche2.png) no-repeat right center;
}

ul.snav {
	list-style: none;
	margin-top: 0px;
}

ul.snav a,ul.snav a:visited {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 14px;
	color: #fefefe;
	padding: 5px 0px 5px 30px;
	display: block;
	width: 160px;
	text-decoration: none;
}

ul.snav a:hover,ul.snav a:active,ul.snav a:focus {
	color: #fefefe;
	font-weight: 500;
	background: transparent;
}

.active {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	text-decoration: none;
	color: #fefefe;
	background: transparent url(../images/fleche2.png) no-repeat right center;
}

.snav_active {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 14px;
	color: #fefefe;
	display: block;
	width: 160px;
	text-decoration: none;
}

.contact {
	color: #fefefe;
	padding: 50px 0px 0px 20px;
	font-size: 11px;
}

.contact a,.contact a:visited {
	text-decoration: none;
	color: #fefefe;
	font-size: 11px;
}

.contact a:hover {
	text-decoration: underline;
	background: transparent;
	color: #fefefe;
}

.titre1 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 24px;
	color: #fd8204;
	border-bottom: dotted 1px #fd8204;
}

.titre2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	color: #e5af5b;
	border-bottom: dotted 1px #f4dbb2;
}

.titreBackend {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #ad7c38;
	border-bottom: dotted 1px #f4dbb2;
}

.titreBackendError {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: red;
	border-bottom: dotted 1px red;
}

.image {
	padding: 5px 0px 15px 0px;
}

.image_float {
	float: left;
	padding: 5px 20px 15px 0px;
}

table,tr,td {
	vertical-align: top;
	border: 0;
	padding: 0;
}

table.samples th {
	background-color: #CECECE;
}

table.samples tr:nth-child(2n) {
	background-color: #DEDEDE;
}

.gras {
	font-weight: bold;
	color: #636600;
}

em {
	font-style: italic;
	color: #e5af5b;
}

.date {
	width: 100px;
	font-weight: bold;
	color: #e0aa7a;
}

.surname {
	text-transform: uppercase;
}

.puces {
	list-style-image: url("../images/puce.png");
	margin-left: 0px;
	padding-left: 15px;
}

.puces2 {
	list-style-image: url("../images/puce.png");
	padding-left: 15px;
	font-weight: bold;
	color: #636600;
}

.puces3 {
	padding-left: 15px;
}

.top a {
	text-align: right;
	display: block;
	padding-top: 0px;
}

.top a:hover,.top a:active,.top a:focus {
	background: transparent;
	display: block;
}

.footer {
	clear: left;
	min-width: 475px;
	max-width: 1000px;
	font-size: 11px;
}

/* formulaire */
label {
	margin-top: 10px;
	display: block;
}

label.file {
	text-align: left;
}


input,textarea,select,option {
	background-color: #efe0d6;
}

input,textarea,select {
	padding: 3px;
	border: 1px solid #e5af5b;
	border-radius: 3px;
	width: 225px;
	box-shadow: 0px 0px 5px #e5af5b inset;
}

input.file {
	width: 300px;
}

input.error,textarea.error,select.error {
	background-color: rgba(255, 0, 0, 0.5);
}

input[type=submit],input[type=reset],input[type=button].cancel {
	width: 95px;
	height: 28px;
	color: #77442;
	font-weight: bold;
	border-radius: 3px;
	margin: 10px 10px 0px 0px;
	background-image: url(../images/bg_form.gif);
	cursor: pointer;
}

input[type=button].validate {
	width: 95px;
	height: 28px;
	color: #77442;
	font-weight: bold;
	background-color: #d6efd6;
	border: 1px solid #59e05c;
	box-shadow: 0px 0px 5px #59e05c inset;
	margin: 10px 10px 0px 0px;
	background-image: url(../images/bg_form.gif);
	cursor: pointer;
}

input:focus,textarea:focus {
	background-color: #e5af5b;
}

input[type=submit]:hover,input[type=reset]:hover,input[type=button].cancel:hover {
	color: #e5af5b;
}

input[type=submit]:active,input[type=reset]:active,input[type=button].cancel:active {
	color: #e5af5b;
	box-shadow: 1px 1px 1px #f2b7b5 inset;
}

input[type=button].validate:hover {
	color: #59e05c;
}

input[type=button].validate:active {
	color: #59e05c;
	box-shadow: 1px 1px 1px #c4f9b8 inset;
}

.editor {
	cursor: pointer;
}

tr.editor_title td {
	color: #754914;
	border-bottom: 1px dotted #f4dbb2;
	padding-top: 5px;
}

tr.editor_separator {
	height: 10px;
}

sub {
	vertical-align: text-bottom;
	font-size: 75%;
}

sup {
	vertical-align: text-top;
	font-size: 75%;
}

table.doccolox {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: rgb(21, 67, 115);
	border-collapse: collapse;
	background-color: white;
}

table.doccolox th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: rgb(21, 67, 115);
	background-color: white;
}

table.doccolox td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: rgb(21, 67, 115);
	background-color: white;
}

.result tr.even {
	background-color: #d8d8d8;
}

.result tr.odd {
	background-color: white;
}