/*****

	Stylesheet : appsogoon.css
	Designed by C. Persoz - OGOON media
	www.ogoon.fr
	Date : 18.01.2009
	
	Colors :
	
	Background grey : #5d6466;
	Address, mentions grey : #93989a;
	Electric blue : #4fe3ff;
	News texts grey : #b9bcbe;
	
	

 *****/

* {
	margin:0;
	padding:0;
	}
	
/* hack FF pour enlever pointillés automatiques autour des liens */
a { outline: none; }
:focus { -moz-outline-style: none; }
/* fin de hack */
	
img { border:none; }

html,
body {
	height:100%;
	min-width:970px;
	}

body {
	font: normal normal 0.85em/1.3em "Trebuchet MS", Arial, Tahoma, Arial, sans-serif;
	letter-spacing: normal;
	background: #5d6466 url(/_images/fd-page.png) left top repeat-x;
	}

.clear { clear: both; }
.hide { display: none; }
.show { display: block; }



		/***** HEADER *****/

div#header h1 {
	background: url(/_images/logo-ogoon-media.png) left top no-repeat;
	height: 142px;
	width: 252px;
	position: relative;
	}

div#header h1 a {
	display:block;
	height: 120px;
	width: 220px;
}

div#header h1 a span {
	display: none;
	}
	
div#header h2 {
	position: absolute;
	left: 265px;
	top:34px;
	height: 100px;
	width: 140px;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight:normal;
	line-height: 13px;
	color: #8a8f92;
	text-transform: uppercase;
	}
	
div#header h2 a,
div#header h2 a:link,
div#header h2 a:visited {
	color: #8a8f92;
	text-decoration: none;
	cursor: pointer;
	display: block;
}

div#header h2 a:hover {
	color: #4fe3ff;
}	

p#lang {
	position: absolute;
	left: 880px;
	top:53px;
	color: #93989a;
	}

p#lang a,
p#lang a:link,
p#lang a:visited {
	font-size: 11px;
	color: #93989a;
	text-decoration: none;
	cursor: pointer;
	}
	
p#lang a:hover {
	color:#4fe3ff;
	border-bottom: dotted 1px #aaa;
	}

p#lang a.sel,
p#lang a.sel:link,
p#lang a.sel:visited {
	color: #fff;
	}

		/*****
				NAVIGATION 
				Design prevu pour un fonctionnement avec mooSlidingTabs.js
		*****/


div#l-nav {
	height:147px;
	background: url(/_images/fd-nav.png) repeat left top;
	overflow: hidden;
	margin-bottom:30px;
	}

div#navHeader {
	float:left;
	width:250px;
	position: relative;	
	}


div#navHeader h2 {
	display: block;
	color: #959ca1;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	letter-spacing: 2px;
	text-align: right;
	padding:28px 46px 0 10px;
	}


div#navHeader address {
	padding:10px 48px 0 0;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	letter-spacing: 1px;
	font-style: normal;
}

div#navHeader address a,
div#navHeader address a:link,
div#navHeader address a:visited {
	color: #969ca1;
	text-decoration: none;
	cursor: pointer;
}

div#navHeader address a:hover {
	color:#4fe3ff;
	border-bottom: dotted 1px #aaa;
}

div#navHeader address span {
	background: url(/_images/env-contact.png) no-repeat right 3px;
	padding:0 0 0 20px;
	}

div#appsPanes {
	text-align: justify;
	margin: 0;
	padding: 0;
	overflow: auto;
	width:700px;
	}


div#appNav {
	margin:0;
	padding:0;
	height: 100%;
	}

div.imgBloc {
	float:left;
	width:200px;
	}

div.imgBloc img {
	margin:0;
	padding:0;
	}

div.imgBloc a {
	width:120px;
	height:120px;
	display: block;
}

div.imgBloc h3 {
	text-align: left;
	font-size: 13px;
	color:#fff;
	line-height: 15px;
	padding:0 0 0 14px;
	display: compact;
	}

div.imgBloc h3 span {
	font-size: 13px;
	color:#cad5d6;
}

div.imgBloc.sel h3 strong {
	width:5px;
	padding-left:8px;
	background: url(/_images/sel-app.png) transparent no-repeat right top;	
}



		/***** 
				CONTENT
				Design prevu pour un fonctionnement avec mooSlidingTabs.js	
		*****/

div#l-content {
	width: 100%;
	background: url(/_images/fd-content.png) repeat-y left top;
	}

div#c-content {
	float:left;
	width:920px;
	padding-bottom:30px;
	display:block;
	}

div#all-content {
	min-height: 380px;
	height:380px;
	}

div#all-content div.layer {
	padding:8px 0 0 0;
	}

a.bt_clients,
a.bt_clients:link,
a.bt_clients:visited,
a.bt_clients:hover
a.bt_test,
a.bt_test:link,
a.bt_test:visited,
a.bt_test:hover {
	color:transparent;
	}

a.bt_clients {
	margin:0 10px 0 0;
	}

div#c-content {
	font-size: 12px;
	color: #f4f3f0;
	letter-spacing: 0;
	line-height: 1.4em;
}

div#c-content div.layer p strong {
	font-weight: normal;
	letter-spacing: 1px;
	color: #58b4e5;
	}

div#c-content div.layer span {
	color:#49c1ed;
	padding:0;
}

div#c-content div.layer {
	position: relative;
	width:910px;
	}

div#c-content div.layer h4,
div#c-mentions h4 {
	color:#f4f3f0;
	font-size:18px;
	text-align: left;
	font-weight: normal;
	display:block;
	margin:18px 0 25px 25px;
	letter-spacing: 1px;
	position: relative;
	}
	
div#c-content div.layer h4 {
	color: #49c1ed;
}

div#c-content div.layer h4 span {
	padding-left:10px;
	font-size:10px;
	font-weight: normal;
	color: #d7d5d3;
}

div#c-content div.layer h4 span.mail {
	position: absolute;
	width: 80px;
	height: 18px;
	left:285px;
	top:2px;
	background: url(/_images/send.png) no-repeat left top;
	}

div#c-content div.img-app {
	width:270px;
	height:350px;
	display:block;
	float:left;
}

div#c-content div.img-app img {
	position: absolute;
	left:75px;
	top:75px;
}

div#c-content div.rub {
	width:650px;
	display: block;
	float:left;
}

div#c-content div.rub ul {
	/*width:100%;*/
	display: block;
	margin-bottom:30px;
	}
	
div#c-content div.rub ul span {
	line-height: 30px;
	letter-spacing: 1px;
}	
	
div#c-content div.rub ul li {
	list-style: disc;
	margin-left:15px;
	line-height: 18px;
	}
	
div#c-content div.rub a:link,
div#c-content div.rub a:visited {
	color: #4fe3ff;
	text-decoration: none;
	}

div#c-content div.rub a:hover {
	color:#4fe3ff;
	border-bottom: dotted 1px #4fe3ff;
}

div#c-content div.rub a.none:link,
div#c-content div.rub a.none:hover
{
	color:inherit;
	border-bottom:inherit;
}

div#c-content div.rub p.appstore {
	font-size: 15px;
	font-weight: bold;
}

div#c-content div.rub p.appstore a:link,
div#c-content div.rub p.appstore a:visited {
	color:#fff;
	line-height: 27px;
	vertical-align: top;
}

div#c-content div.rub p.appstore a:hover {
	
}

div#c-content div.rub p.appstore span {
	display:inline-table;
	width:25px;
	height:27px;
	margin-right:10px;
	background: url(/_images/gotostore.png) transparent no-repeat left top;
}


div#c-content div.testimonial p {
	width:500px;
	}

div#c-content div.testimonial p strong {
	letter-spacing: normal;
	}

.rub, .testimonial {
	display:none;
	}


		/**** IMGS APP ****/

div#c-imgs {
	float:left;
	width:270px;
	height:355px;
	display:block;
	}

div#imgs-app {
	display:block;
	overflow: hidden;
	width:270px;
	height:355px;
	}


div#all-imgs div.layer {
	position: relative;
	width:270px;
	height:350px;
	display:block;
	float:left;
	text-align: center;
	}

div#all-imgs div.layer img {
	padding-top:55px;
	}

div#imgsNav {
	z-index: 99900;
	position: absolute;
	width:270px;
	top:340px;
	left:0;
	text-align: center;
	}


div#imgsNav div a {
	display:inline-table;
	padding:0 6px;
	height:12px;
	background: url(/_images/thumb-nav.png) transparent center center no-repeat;
	}
	
div#imgsNav div.sel a {
	background: url(/_images/thumb-nav-sel.png) transparent center center no-repeat;
	}
	
div#imgsNav div a span {
	display:none;
	}

div#imgsNav div {
	display: inline;
	padding:0 2px;
	}


		/**** FOOTER ****/

div#footer {
	width: 100%;
	font-size:9px;
	letter-spacing: 1px;
	text-align: left;
	}


div#footer p.mentions {
	padding-top:6px;
	padding-left:12px;
	color: #93989a;
	display: block;
	float:left;
	width:250px;
	}
	
div#footer p.mentions a:link,
div#footer p.mentions a:visited {
	text-decoration: none;
	color: #93989a;
	}

div#footer p.mentions a:hover {
	color:#4fe3ff;
	border-bottom: dotted 1px #aaa;
	}

div#footer p.copyright {
	padding-top:6px;
	color: #93989a;
	}
			
			
			/***** CONTACT FORM *****/

form#contactForm {
	padding-top:12px;
	}
	
form#contactForm p {
	margin:0;
	padding:3px 0;
	color:#b9bcbe;
	font-size:11px;
	}

form#contactForm label {
	display:block;
	width:60px;
	float:left;
	color:#b9bcbe;
	font-size: 11px;
	}
	
form#contactForm label span,
form#contactForm p.captcha span {
	color:#4fe3ff;
	}
	
form#contactForm label.hide {
	visibility: hidden;
	}	

form#contactForm input,
form#contactForm textarea {
	padding:2px;
	font-size:11px;
	border:2px solid #626e72;
	background-color: #f5f4f2;
	}
	
form#contactForm input { width: 320px; }
form#contactForm textarea { width: 321px; }

form#contactForm input.err,
form#contactForm textarea.err {
	border:2px solid #da611f;
	color:#2d373b;
	}

form#contactForm p.captcha {
	margin-left:60px;
	width:380px;
	}

form#contactForm p.captcha label {
	width:auto;
	font-size: 11px;
	padding-top:2px;
	margin-right:10px;
	}


form#contactForm p.captcha input {
	width:20px;
	text-align: center;
	font-size:11px;
	}

form#contactForm p input.submit {
	display:block;
	width:86px;
	height:29px;
	margin-left:-5px;
	border:none;
	padding:0;
	color:transparent;
}

form#contactForm p a.send {
	display:block;
	width:86px;
	height:29px;
	margin-left:55px;
	}
	
form#contactForm p input.submit,
form#contactForm p a.send,
form#contactForm p a.send:link,
form#contactForm p a.send:visited {
	background: url(/_images/bt-send_en.png) no-repeat left top;
	}

form#contactForm p input.submit:hover,
form#contactForm p a.send:hover {
	background: url(/_images/bt-send-hover_en.png) no-repeat left top;
	}

form#contactForm p a.send span {
	display:none;
	}	

form#contactForm p span.errMsg {
	color: #4fe3ff;
	line-height: 16px;
	height:16px;
	margin-left:6px;
	margin-top:2px;
	padding-left: 18px;
	background: url(/_images/err-sign.png) no-repeat left top;
	vertical-align: top;
	}
	
input#captcha {
	padding:2px 5px;
	}
	
	
div#msg_resp {
	position: absolute;
	top:60px;
	left:270;
	padding: 20px;
	width: 450px;
	height: 250px;
	margin-top: 10px;
	display:none;
	background: url(/_images/stamp.png) no-repeat 40px 50px;
	z-index: 99999;
	}

div#response {
	padding:60px 40px 20px 40px;
	color:#f4f3f0;
	}

div#response.ajax-loading {
	padding: 60px auto;
	background: url(/_images/busy.gif) no-repeat center;
	}
	

			/***** MENTIONS LEGALES *****/

div#mentions {
	display: none;
}
			
div#l-mentions {
	position:absolute;
	top:320px;
	left:0;
	width:100%;
	height:auto;
	z-index:990;
	background:url(/_images/mentions-fd.png) #384247 repeat-x left top;
	margin:0;
	padding:0;
	}
	
div#mentions {
	position: relative;
	}
	
div#close-it {
	position:absolute;
	top:40px;
	left:215px;
	display: block;
	height:24px;
	width:24px;
	background:url(/_images/close-it.png) transparent no-repeat left top;
	}

div#close-it:hover {
	background:url(/_images/close-it-hover.png) transparent no-repeat left top;
	}

div#close-it span {
	display: none;
	}
	
div#c-mentions {
	color: #f4f3f0;
	width:690px;
	padding:20px 0 20px 260px;
	}
	
div#c-mentions p {
	padding:10px 5px 10px 0;
	font-size: 12px;
	color: #f4f3f0;
	letter-spacing: 0;
	line-height: 1.4em;
	}

div#c-mentions p.addr big {
	letter-spacing: 1px;
	color: #d8d7d3;
	}

div#c-mentions p.addr {
	font-style: normal;
	font-size: 11px;
	line-height: 1.3em;
	}


div#c-mentions p a:link,
div#c-mentions p a:visited {
	text-decoration: none;
	color:#f4f3f0;
	border-bottom: dotted 1px #aaa;
	}

div#c-mentions p a:hover {
	color:#4fe3ff;
	border-bottom: dotted 1px #aaa;
	}

div#c-mentions p u {
	color:#4fe3ff;
	text-decoration: none;
	letter-spacing: 1px;
	}
