/* display none pour fade */

#corps {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 80px;
	padding-left: 50px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
	margin-right: 40px;
	margin-left: 300px;
	background-image: url(images/bgk-corps.png);
	background-repeat: repeat-y;
	background-position: left top;
	display: none;
}


/* ------------------------ */

@font-face {
 font-family: raavi;
 src: url("font/raavi.ttf") format("truetype");
}
@font-face {
 font-family: dine;
 src: url("font/dine.ttf") format("truetype");
}
* {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
html {
	width:100%;
	font-size: 75%;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat;
	line-height:1.5em;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
h1 {
	font-family: dine, Arial, sans-serif;
	font-weight: normal;
	font-size:2.8em;
	color: #666;
	margin: 0px;
	padding-top: 1.28666em;
	padding-right: 0;
	padding-bottom: 0.64333em;
	padding-left: 25px;
	text-shadow: 0 1px 1px #FFFFFF;
	line-height: 0.9em;
}
h2 {
	font-family: raavi, Arial, sans-serif;
	font-weight: normal;
	font-size:1.61538em;
	color: #666;
	padding-top: 1.30936em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
	margin: 0px;
	text-shadow: 0 1px 1px #FFFFFF;
}
h2:first-letter, h3:first-letter {
	text-transform: capitalize;
}
h3 {
	font-family: dine, Arial, sans-serif;
	font-weight: normal;
	font-size:1.61538em;
	color: #DB6518;
	margin: 0;
	padding-top: 1.44305em;
	padding-right: 0;
	padding-bottom: 1.44305em;
	padding-left: 0;
	text-shadow: 0em 0em 0.2em #CCC;
}
h4 {
	font-family: raavi, Arial, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	font-size:1.51538em;
	color: #999;
	width: 38%;
	margin: 0;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 1.58320em;
	padding-left: 0;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
a {
	text-decoration: none;
	font-family: raavi, Arial, sans-serif;
	color: #808080;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
}
a:hover {
	color: #000;
	border-bottom-style: none;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	font-family: raavi, Arial, sans-serif;
	font-size:1em;
	color: #5D5D5D;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
label {
	font-size: 0.8em;
}
label:hover {
	color: #DB6518;
	cursor: pointer;
}
textarea {
	width:80%;
	font-family: raavi, Arial, sans-serif;
}
table, td, tr {
	font-family: raavi, Arial, sans-serif;
	color: #5D5D5D;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	font-size:1.2em;
}
form td {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-style: none;
}
#formulairecontact h2 {
	font-family: raavi, Arial, sans-serif;
	font-weight: normal;
	font-size:1.41538em;
	color: #999;
	padding-top: 1.30936em;
	padding-right: 0;
	padding-bottom: 0.46936em;
	padding-left: 0px;
	margin: 0px;
}
#corps #formulairecontact ul {
	padding: 0px;
}
#corps #formulairecontact li {
	background-image:none;
	display: inline;
	padding: 0px;
	margin-right: 2em;
}
input, textarea, select {
	font-family: raavi, Arial, sans-serif;
	color: #666;
	border:thin solid #CCC;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px;
}
input#envoyer {
	color: #FFF;
	background-color: #DB6518;
	padding-top: 6px;
}
input#envoyer:hover, input#envoyer:focus {
	color: #fff;
	background-color: #000;
	cursor:pointer;
}
input[type="radio"], input[type="checkbox"] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	cursor:pointer;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
input[readonly="readonly"] {
	background-color: #CCC;
}
input:focus, textarea:focus, select:focus {
	border: thin solid #333;
}
acronym {
	cursor: help;
}
/*architecture principale*/

#corps p {
	font-family: raavi, Arial, sans-serif;
	font-size:1.2em;
	color: #5D5D5D;
	padding-left: 50px;
}
#corps ul {
	padding-left: 50px;
}
#corps li {
	font-size:1.2em;
	background-image: url(images/puce.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 20px;
}
#pied {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	margin-top: 120px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: right;
	min-height:150px;
}
#pied li {
	font-size:1em;
	background-image: none;
	text-align: left;
	padding:0;
}
#pied p {
	color: #5D5D5D;
	margin: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#spacer {
	display: block;
	width: 150px;
	height: 44px;
	margin-right: 30px;
	float: right;
	background-image: url(images/designb-bottom.png);
	background-repeat: no-repeat;
	background-position: right 0;
	background-attachment: scroll;
	transition: background 0.3s ease-out 0s;
	-moz-transition:background 0.3s ease-out 0s;
	-webkit-transition:background 0.3s ease-out 0s;
	-o-transition-transition:background 0.3s ease-out 0s;
	margin-bottom: 30px;
}
#spacer:hover {
	background-image: url(images/designb-bottom.png);
	background-repeat: no-repeat;
	background-position: 0 -44px;
	transition: background 0.3s ease-out 0s;
	-moz-transition:background 0.3s ease-out 0s;
	-webkit-transition:background 0.3s ease-out 0s;
	-o-transition-transition:background 0.3s ease-out 0s;
	height: 44px;
	text-indent: -9999px;
	cursor:pointer;
}
.footnav {
	display: block;
	width: 120px;
	float: right;
}
.footnav a {
	color: #808080;
	text-decoration: none;
}
.footnav a:hover {
	color: #000;
}
#smartphone {
	position: fixed;
	right: 0px;
	top: 0px;
	height: 120px;
	width: 120px;
	z-index: 80;
	margin: 0px;
	padding: 0px;
}
/*navigation*/
#nav {
	width: 200px;
	z-index: 50;
	position: fixed;
	left: 50px;
	top: 50px;
	text-align: right;
}
#nav .navig {
	width: 200px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: right;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#nav .menu {
	width: 200px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: right;
	padding: 0px;
}
#nav p {
	font-family: raavi, Arial, Helvetica, sans-serif;
	color: #828282;
}
#nav .navig  ul {
	list-style: none outside none;
}
#nav .navig  li {
	display: block;
}

#nav .navig  li a {
	font-weight: bold;
	line-height: 1.7em;
	padding-top: 1em;
	padding-bottom: 1em;
}
/*logo*/
#home {
	display: block;
	width: 150px;
	height: 150px;
	margin-left: 50px;
	background-image: url(images/logo-db-nav.png);
	background-repeat: no-repeat;
	background-position: right 0;
	background-attachment: scroll;
	transition: background 0.3s ease-out 0s;
	-moz-transition:background 0.3s ease-out 0s;
	-webkit-transition:background 0.3s ease-out 0s;
	-o-transition-transition:background 0.3s ease-out 0s;
}
#home:hover {
	background-image: url(images/logo-db-nav.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	transition: background 0.3s ease-out 0s;
	-moz-transition:background 0.3s ease-out 0s;
	-webkit-transition:background 0.3s ease-out 0s;
	-o-transition-transition:background 0.3s ease-out 0s;
	height: 150px;
	text-indent: -9999px;
	cursor:pointer;
}
#logo-nav {
	display: block;
	width: 150px;
	height: 150px;
	margin-left: 50px;
}
#logo-nav:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
/*formulaires*/

#formulairecontact {
	width:70%;
	padding: 10px;
	margin-top: 10px;
}
#conteneur #corps #formulairecontact .fondform tr .options p {
	height:24px;
	margin: 0px;
	padding: 0px;
}
/*Paramètres JQuery Slider*/
#slide {
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left:50px;
	overflow: hidden;
}
.slideshow {
	height: 200px;
}
#slide .credit-photos {
	font-size: 0.75em;
	color: #666;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*navigation anchor*/
#corps .navanchor {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	margin-top: 30px;
	margin-bottom: 10px;
	height: 24px;
	-moz-box-shadow: 0px 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 0 rgba(255, 255, 255, 1);
}
#corps .navanchor ul {
	padding: 0px;
}
#corps .navanchor li {
	display: inline;
	background-image: none;
	padding: 0px;
	margin: 0px;
}
#corps .navanchor .down a {
	float: right;
	width: 25px;
	height:25px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/down.png);
	background-repeat: no-repeat;
	background-position: 0 -25px;
	transition: background 0.3s linear 0s;
	-moz-transition:background 0.3s linear 0s;
	-webkit-transition:background 0.3s linear 0s;
	-o-transition-transition:background 0.3s linear 0s;
}
#corps .navanchor .down a:hover {
	background-image: url(images/down.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	transition: background 0.3s linear 0s;
	-moz-transition:background 0.3s linear 0s;
	-webkit-transition:background 0.3s linear 0s;
	-o-transition-transition:background 0.3s linear 0s;
	height: 25px;
	text-indent: -9999px;
	cursor:pointer;
}
#corps .navanchor .up a {
	float: right;
	width: 25px;
	height:25px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/up.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: background 0.3s linear 0s;
	-moz-transition:background 0.3s linear 0s;
	-webkit-transition:background 0.3s linear 0s;
	-o-transition-transition:background 0.3s linear 0s;
}
#corps .navanchor .up a:hover {
	background-image: url(images/up.png);
	background-repeat: no-repeat;
	background-position: 0 -25px;
	transition: background 0.3s linear 0s;
	-moz-transition:background 0.3s linear 0s;
	-webkit-transition:background 0.3s linear 0s;
	-o-transition-transition:background 0.3s linear 0s;
	height: 25px;
	text-indent: -9999px;
	cursor:pointer;
}
/*classes*/

.ombre {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.illustration {
	float: right;
	padding: 10px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.pointer {
	cursor: pointer;
}
.gras {
	font-weight: 600;
}

/* ----------------------- Gestion Smartphone ----------------------------*/

@media only screen and (max-device-width:800px), only screen and (max-width:800px) {
html {
	width:100%;
	font-size: 80%;
}
#conteneur {
	min-width:482px;
}
#corps {
	position:relative;
	padding: 10px;
	margin-top: 10px;
	border-top-style: none;
	background-image: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#corps p {
	padding-left: 10px;
}
#corps ul {
	padding-left: 10px;
}
h1 {
	font-size:1.8em;
}
h1, h2 {
	padding: 20px 0 5px 0;
}
h4 {
	width: 70%;
}
#nav {
	width: 100%;
	position:relative;
	z-index: 50;
	left: 10px;
	top: 0px;
}
#logo-nav, #home {
	margin-right:20px;
	margin-left:68%;
	position:relative;
}
#nav .navig {
	width: 95%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border:none;
	text-align:center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#nav .navig ul {
	padding-top:20px;
	padding-bottom:20px;
	height:30px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}
#nav .navig li {
	float:left;
	list-style-type: none;
	list-style-image: none;
	text-align:center;
}
#nav .navig li a {
	color:#FFF;
	padding: 10px;
	margin-left:5px;
	margin-right:5px;
	background-image: none;
	font-size: 1.4em;
	font-weight: normal;
	background-color:#000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#nav .navig li a:hover, #nav .navig li a:active {
	background-color:#DB6518;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
}
#formulairecontact {
	width:100%;
	padding: 10px;
	font-size: 105%;
}
#nav .menu {
	display:none;
}
#pied li {
	font-size: 1.2em;
	margin-top:10px;
}
.footnav {
	float:none;
	width:100%;
}
#smartphone {
	display: none;
}
#aide {
	display: none;
}
#slide {
	display: none;
}
.illustration {
	display: none;
}
}

@media handheld, only screen and (max-device-width:640px) and (orientation:landscape) {
html {
	width:100%;
	font-size: 100%;
}
body {
	background-color: #F0F0F0;
	background-image: none;
	-webkit-text-size-adjust: 80% !important;
}
h1 {
	font-size:2.4em;
}
#nav .navig li a {
	font-size: 1.2em;
}
#corps {
	background-image: none;
}
#logo-nav {
	margin-right: 10px;
	margin-left: 68%;
}
#spacer {
	width: 150px;
	height: 44px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}
}


@media handheld, only screen and (max-device-width:450px), only screen and (max-width:450px) {
html {
	width:100%;
	font-size: 105%;
}
#conteneur {
	min-width:350px;
}
body {
	background-color: #F0F0F0;
	background-image: none;
}
#corps {
	background-image: none;
}
#logo-nav, #home {
	margin-right: 10px;
	margin-left: 55%;
}
h1 {
	font-size:2.4em;
}
#nav .navig {
	height:230px;
}
#nav .navig li a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: 0 !important;
}
#nav .navig ul {
	padding-top:20px;
	padding-bottom:20px;
	height:auto!important;
	border : none;
}
#nav .navig li a {
	line-height: 3em;
}

#corps #formulairecontact li {
	display: block;
	margin-right: 0em;
}
}

@media handheld, only screen and (max-device-width:320px), only screen and (max-width:320px) {
html {
	width:320px;
	font-size: 110%;
}
#conteneur {
	min-width:320px;
}
#logo-nav, #home {
	margin-left: 50%;
}
h4 {
	width: 85%;
}
#formulairecontact td.options {
	width:30%;
}
#nav .navig {
	margin:0;
}
#home, #logo-nav {
	display:none;
}
}



/* ---------------------------------------------------- Gestion PRINT ------------------------------------------------*/

@media print {
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12pt;
	line-height:16pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-image:none;
	background-color:#FFF;
}
#corps {
	width: 98%;
	padding: 5px;
	margin: 5px;
	border-top-style: none;
	background-image: none;
}
#haut {
	display: none;
}
#pied {
	display: none;
}
#nav {
	display: none;
}
#smartphone {
	display: none;
}
.navanchor {
	display: none;
}
}

