/* E3H - CSS Screen Document */
* {
	margin:0;
	padding:0;
}
body {
	background:#050A0D url(../img/iface/body-background.jpg) no-repeat fixed center top;
	text-align:center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#AFAFAF;
}
ul li {
	list-style:none;
}
a img.border  {
	border:1px solid #AFAFAF;
	padding:2px;
}
a:hover img.border  {
	border-color:#2C5C6D;
}
img {
	border:0;
}
form fieldset {
	border:0;
}
form legend {
	display:none;
}
form label {
	display:block;
	width:150px;
	height:auto;
	float:left;
	text-align:right;
	margin-right:15px;
	cursor:pointer;
}
form label.label-checkbox {
	display:block;
	width:auto;
	height:auto;
	float:none;
	text-align:left;
	margin-right:0;
}
form input.text {
	border:0;
	padding:2px;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	width:150px;
	color:#AFAFAF;
	background-color:#333333;
}
form input.checkbox {
	margin-right:5px;
}
form select option {
	padding-right:15px;
}
form input.submit {
	border:0;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding:2px 15px 2px 15px;
	background:transparent url(../img/iface/bg-submit.png) repeat-x 0 0;
}
form input.submit:hover {
	cursor:pointer;
	background:transparent url(../img/iface/bg-submit.png) repeat-x 0 -22px;
}
form textarea {
	border:0;
	padding:2px;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	color:#AFAFAF;
	background-color:#333333;
	overflow:auto;
}
form p.submit {
	padding-left:165px;
}
.float-left {
	float:left;
	margin:0 15px 5px 0;
}
.float-right {
	float:right;
	margin:0 0 5px 15px;
}
.valide {
	padding:1px 0 1px 20px;
	background:transparent url(../img/iface/tick.png) no-repeat 0 0;
}
.erreur {
	padding:1px 0 1px 20px;
	background:transparent url(../img/iface/cross.png) no-repeat 0 0;
}
.information {
	padding:1px 0 1px 20px;
	background:transparent url(../img/iface/information.png) no-repeat 0 0;
}
#template {
	position:relative;
	width:780px;
	height:auto;
	margin:0 auto;
	text-align:left;
}
/* HEADER */
#header {
	width:auto;
	height:162px;
	overflow:hidden;
	background:transparent url(../img/iface/header-background.png) repeat-y 0 0;
}
body.section-accueil #header{
	background-image: url(../img/iface/header-background-accueil.png);
}
#header h1, #header h2 {
	display:none;
}
#header #logo-e3h {
	margin:10px 0 0 45px;
}
/* LOGO ODONATA */
#logo-odonata {
	position:absolute;
	top:10px;
	right:0;
	width:237px;
	height:164px;
	background:transparent url(../img/iface/logo-odonata.jpg) no-repeat 0 0;
	z-index:2;
}
#logo-odonata h3 {
	display:none;
}
/* MENU */
#menu {
	position:absolute;
	top:75px;
	right:20px;
	width:auto;
	height:auto;
}
#menu ul {
	height:auto;
	overflow:hidden;
}
#menu ul li {
	float: left;
	display:block;
	height:12px;
	overflow:hidden;
	margin: 0 25px 0 0;
}
#menu ul li a {
	display:block;
	float: left;
	height:12px;
	overflow:hidden;
	text-indent:-9000px;
}
#menu ul li.dernier {
	border-bottom:0;
}
#menu ul li,
#menu ul li a{
	background: transparent url(../img/iface/menu.png);
}

#menu ul #presentation-film,
#menu ul #presentation-film.current a {
	background-position:0 -12px;
}
#menu ul #presentation-film a {
	background-position:0 0;
	width: 97px;
}

#menu ul #dernieres-actualites,
#menu ul #dernieres-actualites.current a {
	background-position:-101px -12px;
}
#menu ul #dernieres-actualites a {
	background-position:-101px 0;
	width: 80px;
}

#menu ul #demande-essai,
#menu ul #demande-essai.current a {
	background-position:-185px -12px;
}
#menu ul #demande-essai a {
	background-position:-185px 0;
	width: 116px;
}

#menu ul #nous-contacter,
#menu ul #nous-contacter.current a {
	background-position:-306px -12px;
}
#menu ul #nous-contacter a {
	background-position:-306px 0;
	width: 119px;
}

/* SITE */
#site {
	width:auto;
	height:auto;
	background:transparent url(../img/iface/site-background.png) repeat-y 0 0;
	overflow:hidden;
	padding-top: 15px;
}
body.section-accueil #site{
	padding-top: 0;
}
#site #content {
	width:auto;
	height:auto;
	margin:0 20px 0 20px;
	overflow:hidden;
}
#site #content #page {
	position:relative;
	width:auto;
	height:100%;
	padding:0 0 200px 20px;
	margin:0 0 2px 0;
	overflow:hidden;
	background:transparent url(../img/iface/titres/fond-degrade.png) no-repeat 20px bottom;
}
#site #content #page.attente {
	padding:0 20px 0 20px;
}
#site #content #page .title {
	position:absolute;
	left:20px;
	bottom:0;
	width:700px;
	height:auto;
}
#site #content #page .title h3 {
	width:auto;
	height:90px;
	display:block;
	text-indent:-10000px;
	overflow:hidden;
}
#site #content #page .content {
	float:left;
	width:700px;
	height:100%;
	min-height:120px;
	overflow:hidden;
}
#site #content #page #facebook{
	background: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	bottom: 10px;
	overflow: hidden;
	height: 62px;
	position: absolute;
	right: 30px;
	width: 250px;
}
#site #content #page .content ul {
	margin:0;
}
#site #content #page .content ul li {
	margin:0 0 0 15px;
	list-style-type:disc;
	list-style-position:inside;
}
#site #content #page .content #panes div {
	overflow:hidden;
}
#site #content #page .content .navigation {
	width:auto;
	height:100%;
	overflow:hidden;
	padding-bottom:0;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:1px solid #2C5C6D;
	text-align:center;
}
/* BUTTONS ONGLETS */
#site #content #page .content .navigation #buttons {
	width:auto;
	height:27px;
	overflow:hidden;
	margin:0 10px 0 0;
}
#site #content #page .content .navigation #buttons li {
	display:block;
	width:115px;
	height:27px;
	float:left;
	font-size:11px;
	cursor:pointer;
	color:#478b98;
	overflow:hidden;
	margin:0;
	padding-top:4px;
	line-height:20px;
}
#site #content #page .content .navigation #buttons li:hover {
	background:transparent url(../img/iface/bg-onglet-navigation.png) repeat-x 0 -27px;
}
#site #content #page .content .navigation #buttons li.active {
	color:#FFFFFF;
	background:transparent url(../img/iface/bg-onglet-navigation.png) repeat-x 0 0;
}
/* BUTTONS ACTUALITES */
#site #content .dernieres-actualites #page .content .navigation {
	padding-bottom:2px;
}
#site #content .dernieres-actualites #page .content .navigation #buttons {
	float:left;
	width:auto;
	height:100%;
	overflow:hidden;
	margin:3px 10px 0 250px;
}
#site #content .dernieres-actualites #page .content .navigation #buttons li {
	display:block;
	width:9px;
	height:9px;
	float:left;
	text-indent:-10000px;
	overflow:hidden;
	padding:0;
	margin:0 2px 0 2px;
	cursor:pointer;
	background:transparent url(../img/iface/multipage.png) no-repeat 0 0;
}
#site #content .dernieres-actualites #page .content .navigation #buttons li.active {
	background-position:0 -9px;
}
#site #content #page .content .navigation #precedent {
	float:left;
}
#site #content #page .content .navigation #suivant {
	float:right;
}
#site #content #page .content .navigation a {
	color:#AFAFAF;
	text-decoration:none;
	font-family:Trebushet MS, Arial, Verdana, serif;
	font-size:11px;
}
#site #content #page .content .navigation a:hover {
	color:#2C5C6D;
}
#site #content #page .content h4 {
	clear:both;
	color:#FFFFFF;
	font-family:Trebushet MS, Arial, Verdana, serif;
	font-size:40px;
	font-weight:normal;
	color:#71c5cb;
	padding-bottom:5px;
	/*border-bottom:1px solid #2C5C6D;*/
}
#site #content .dernieres-actualites #page .content h4 {
	padding-bottom:0;
	border-bottom:0;
}
#site #content #page .content h4 a {
	color:#FFFFFF;
	text-decoration:none;
}
#site #content #page .content h4 a:hover {
	color:#AFAFAF;
}
#site #content #page .content p.date {
	font-family:Trebushet MS, Arial, Verdana, serif;
	font-size:11px;
	color:#008D92;
	padding-bottom:5px;
	margin:0 0 10px 0;
	border-bottom:1px solid #2C5C6D;
}
#site #content #page .content p {
	text-align:justify;
	margin:15px 0 15px 0;
}
/* ERREUR 404 */
#site #content #page.erreur-404 .title h3 {
	background:transparent url(../img/iface/titres/erreur-404.png) no-repeat 0 0;
}
/* ACCUEIL */
#site #content .accueil #page {
	width:auto;
	height:336px;
	padding:0;
	background:transparent url(../img/iface/titres/accueil.png) no-repeat 20px 0;
}
#site #content .accueil .title {
	display:none;
}
#site #content .accueil .content {
	height:336px;
}
#site #content .accueil #page .content h4, #site #content .accueil #page .content p {
	display:none;
}
/* PRESENTATION FILM */
#site #content .presentation-film #page .title h3 {
	background:transparent url(../img/iface/titres/presentation-film.png) no-repeat 0 0;
}
#site #content .presentation-film #page {
	padding-bottom:120px;
}
#site #content .presentation-film #page .content {
	width:484px;
	height:auto;
}

/* DERNIERES ACTUALITES */
#site #content .dernieres-actualites #page .title h3 {
	background:transparent url(../img/iface/titres/dernieres-actualites.png) no-repeat 0 0;
}
/* ZONE DE TELECHARGEMENT */
#site #content .zone-telechargement #page .title h3 {
	background:transparent url(../img/iface/titres/zone-telechargement.png) no-repeat 0 0;
}
/* LA PRESSE EN PARLE */
#site #content .presse #page .title h3 {
	background:transparent url(../img/iface/titres/presse.png) no-repeat 0 0;
}
/* TARIFS ODONATA */
#site #content .tarifs-odonata #page {
	padding-bottom:70px;
}
#site #content .tarifs-odonata #page .title h3 {
	background:transparent url(../img/iface/titres/tarifs-odonata.png) no-repeat 0 0;
}
#site #content .tarifs-odonata #page table, #site #content .tarifs-odonata #page tr, #site #content .tarifs-odonata #page td, #site #content .tarifs-odonata #page th {
	border-collapse:collapse;
}
#site #content .tarifs-odonata #page table td {
	width:200px;
}
#site #content .tarifs-odonata #page table td, #site #content .tarifs-odonata #page table th {
	padding:2px;
}
#site #content .tarifs-odonata #page table thead {
	color:#71c4ca;
}
#site #content .tarifs-odonata #page table tbody {
	color:#ffffff;
}
/* DEMANDE D'ESSAI */
#site #content .demande-essai #page .title h3 {
	background:transparent url(../img/iface/titres/demande-essai.png) no-repeat 0 0;
}
/* NOUS CONTACTER */
#site #content .nous-contacter #page .title h3 {
	background:transparent url(../img/iface/titres/nous-contacter.png) no-repeat 0 0;
}
/* BATEAU ELECTRIQUE CONCEPT */
#site #content .bateau-electrique-concept #page .title h3 {
	background:transparent url(../img/iface/titres/bateau-electrique-concept.png) no-repeat 0 0;
}
/* DESCRIPTION TECHNIQUE ODONATA */
#site #content .description-technique-odonata #page .title h3 {
	background:transparent url(../img/iface/titres/description-technique-odonata.png) no-repeat 0 0;
}
/* INTERFACE CONTROLE TACTILE */
#site #content .interface-controle-tactile #page .title h3 {
	background:transparent url(../img/iface/titres/interface-controle-tactile.png) no-repeat 0 0;
}

/* SPLASH */
#site #content #page #splash {
	width:auto;
	height:auto;
}
#site #content #page #splash h3 a {
	display:block;
	width:auto;
	height:452px;
	background:transparent url(../img/iface/splash.jpg) no-repeat 0 0;
	text-indent:-10000px;
	overflow:hidden;
}
#site #content #page #splash p {
	display:none;
}
#site #content #blocks {
	width:auto;
	height:216px;
	overflow:hidden;
	padding:0 20px 20px 20px;
}
#site #content #blocks .block {
	width:232px;
	height:250px;
	float:left;
	margin:0 2px 0 0;
}
#site #content #blocks .block h3 a {
	display:block;
	width:232px;
	height:250px;
	text-indent:-10000px;
	overflow:hidden;
}

#site #content #blocks #bateau-electrique-concept,
#site #content #blocks #bateau-electrique-concept.current h3 a {
	background:transparent url(../img/iface/bg-block-bateau-electrique-concept.png) no-repeat 0 -250px;
}
#site #content #blocks #bateau-electrique-concept h3 a {
	background:transparent url(../img/iface/bg-block-bateau-electrique-concept.png) no-repeat 0 0;
}

#site #content #blocks #description-technique-odonata,
#site #content #blocks #description-technique-odonata.current h3 a {
	background:transparent url(../img/iface/bg-block-description-technique-odonata.png) no-repeat 0 -250px;
}
#site #content #blocks #description-technique-odonata h3 a {
	background:transparent url(../img/iface/bg-block-description-technique-odonata.png) no-repeat 0 0;
}

#site #content #blocks #interface-controle-tactile,
#site #content #blocks #interface-controle-tactile.current h3 a {
	background:transparent url(../img/iface/bg-block-interface-controle-tactile.png) no-repeat 0 -250px;
}
#site #content #blocks #interface-controle-tactile h3 a {
	background:transparent url(../img/iface/bg-block-interface-controle-tactile.png) no-repeat 0 0;
}

#site #content #blocks .block.dernier {
	margin-right:0;
}
#site #content #decouvrir-video {
	display:block;
	width:100%;
	height:100%;
	text-indent:-10000px;
	overflow:hidden;
}
/* FOOTER */
#footer {
	width:auto;
	height:50px;
	overflow:hidden;
	background:transparent url(../img/iface/footer-background.png) no-repeat 0 0;
}
/* COPYRIGHT */
#footer p{
	margin: 20px;
	color:#354852;
}
#footer p a{
	color:#354852;
}
#footer p img{
	margin: 0 5px;
	vertical-align: middle;
}
#footer p.copyright{
	float: left;
}
#footer p.links{
	float: right;
}