/*****

	Stylesheet : ogoon.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: 162px;
	width: 250px;
	position: relative;
	}

div#header h1 span {
	display: none;
	}

div#adr {
	position: absolute;
	width:300px;
	height:162px;
	left: 250px;
	top:53px;
	}

div#adr address {
	color: #93989a;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	}

div#adr address.email {
	padding-left:17px;
	background: url(/_images/env-contact.png) no-repeat left 2px;
	}


div#adr address.email a,
div#adr address.email a:link,
div#adr address.email a:visited {
	font-size: 10px;
	color: #93989a;
	text-decoration: none;
	cursor: pointer;
	}

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

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

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

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


div#newsHeader h2 {
	display: block;
	color:#818586;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	letter-spacing: 2px;
	text-align: right;
	padding:6px 46px 6px 10px;
	}

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

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


div#navNews {
	margin:0px;
	position: absolute;
	bottom:-98px;
	right:4px;
	text-align: center;
	display: block;
	}

div#navNews img {
	margin:0 1px;
	}

img#news_prev { cursor: pointer; }
img#news_next { cursor: pointer; }

div#newsPanes div div { overflow: hidden; }

div.news_bloc h4 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
	color:#f5f8f9;
	margin-top:8px;
	margin-left:16px;
	}

div.news_bloc span {
	font-size:11px;
	font-weight: normal;
	letter-spacing: normal;
	color: #b9bcbe;
	padding-left:2px;
	}

div.imgBloc {
	float:left;
	margin-right: 12px;
	}

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

div.txtBloc {
	width: 460px;
	}

div.txtBloc p {
	text-align: left;
	font-size: 11px;
	color:#b9bcbe;
	line-height: 15px;
	padding:5px 0 0 0;
	}

div.txtBloc p a {
	text-decoration: none;
}

div.txtBloc p.link {
	text-align: left;
	margin:0;
	padding-top:6px;
	}

div.txtBloc p.link a:link,
div.txtBloc p.link a:visited {
	color:#b9bcbe;
	font-style: italic;
	/*text-decoration: none;*/
	}

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

div.txtBloc p a {
	border-bottom: dotted 1px #4fe3ff;
}

div.txtBloc p a:link {
	/*text-decoration: none;*/
	color:#b9bcbe;
	border-bottom: dotted 1px #4fe3ff;
	}
div.txtBloc p a:visited {
	color:#b9bcbe;
	font-style: italic;
	
	}
div.txtBloc p a:hover {
	color:#4fe3ff;
	border-bottom: dotted 1px #4fe3ff;
	}


		/***** 
				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:692px;
	padding-bottom:30px;
	display:block;
	}

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

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

div#all-content div.nav-section {
	padding:0;
	margin:0;
	position: absolute;
	top:15px;
	right:15px;
	width:70px;
	text-align: right;
	}

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 p {
	padding:10px 0;
	width:692px;
	font-size: 12px;
	color: #f4f3f0;
	letter-spacing: 0;
	line-height: 1.4em;
	}

div#c-content p strong {
	font-weight: normal;
	letter-spacing: 1px;
	color:#55daff;
	}


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

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 12px 25px;
	letter-spacing: 1px;
	position: relative;
	}
	
div#c-content div.layer h4 span {
	position: absolute;
	width: 80px;
	height: 18px;
	left:285px;
	top:2px;
	background: url(/_images/send.png) no-repeat left top;
	}

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

.rub, .testimonial, .clients {
	display:none;
	}
	
div#c-content div.rub ul {
	width:110%;
	margin:0 auto;
	display: block;
	}	
	
div#c-content div.rub ul li {
	float: left;
	list-style: none;
	margin:12px 0;
	}
	
div#c-content div.rub ul li p {
	display: block;
	width:130px;
	font-size: 11px;
	color: #9ba3a5;
	margin:0;
	padding:0;
	text-align: center;
	}

div#c-content div.rub ul li img {
	margin-left:-4px;
	}

div#c-content div.rub a:link,
div#c-content div 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 p img {
	vertical-align: top;
	}
		
div#c-content div.rub p img.l {
	padding-right:5px;
	float:left;
	}

div#c-content div.rub p img.r {
	float:right;
	padding-left:5px;
	}	

div.mp-container {
	width:584px;
	height:324px;
	display: block;
	background: url(/_images/demoreel-shadow.png) no-repeat left top;
	position: relative;
}

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

object#ogoon-mp, embed#ogoon-mp {
	position: absolute;
	left:4px;
	top:2px;
}
	
		/***** NAV *****/


div#c-nav {
	float:left;
	width:250px;
	height:100%;
	margin-top:15px;
	margin-right:20px; /* pour eviter le margin sur le bloc content */
	}

ul#nav {
	padding:6px 0;
	}

ul#nav li {
	height:20px;
	margin-bottom:14px;
	display: block;
	}

ul#nav li {
	list-style: none;
	font-size: 13px;
	letter-spacing: 1px;
	width: 250px;
	}
	
ul#nav li a {

	}

ul#nav li a:link,
ul#nav li a:visited {
	color:#343f44;
	text-decoration: none;
	text-align: right;
	display: block;
	padding:1px 46px 1px 10px;
	}

ul#nav li a:hover {
	background: url(/_images/fd-content.png) repeat right top;
	color:#cee3eb;
	}

ul#nav li.sel a,
ul#nav li.sel a:hover,
ul#nav li.sel a:link,
ul#nav li.sel a:visited {
	text-align: right;
	font-weight: bold;
	color:#fff;
	background: url(/_images/nav-sel.png) no-repeat right top;
	}

li#zclient a {
	margin-top:30px;
	font-size: 12px;
	}
	
li#zclient a span {
	padding-right:10px;
	width:20px;
	background: url(/_images/lock.png) no-repeat left 3px;
	}
	
li#zclient a:hover span {
	background: url(/_images/lock-hover.png) no-repeat left 3px;
	}
	
li#zclient.sel a span,
li#zclient.sel a:hover span {
	background: url(/_images/lock-sel.png) no-repeat left 3px;
	}

li#zclient a.logged span {
	padding-right:14px;
	background: url(/_images/unlock.png) no-repeat left 3px;
	}
	
li#zclient a.logged:hover span {
	background: url(/_images/unlock-hover.png) no-repeat left 3px;
	}
	
li#zclient.sel a.logged span,
li#zclient.sel a.logged:hover span {
	background: url(/_images/unlock-sel.png) no-repeat left 3px;
	}
		
		
		/*****
				REFERENCES CLIENTS
				Design prevu pour un fonctionnement avec mooSlidingTabs.js
		*****/

div.clients { padding:12px 0; }

	
ul#projets li {
	width:226px;
	float:left;
	display:block;
	margin-bottom:10px;
	}
	
	
ul#projets li a {
	margin:0;
	padding:0;
	width:56px;
	height:37px;
	display: block;
	background: url(/_images/fd-thb-client.png) no-repeat left top;
	}

ul#projets li a.xlink {
	cursor: pointer;
	}
	
ul#projets li a img {
	width:52px;
	height:31px;
	padding:3px 0 0 2px; 
	display: block;
	}
	
ul#projets li h5 {
	float:right;
	width:165px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 11px;
	color: #dddcd9;
	margin:4px 0 3px 0;
	padding:0;
	}

ul#projets li p {
	font-size: 9px;
	color:#aeadab;
	margin:0;
	padding:0;
	}
	
ul#projets li p.type {
	float:right;
	width:155px;
	text-align: left;
	}


		/*****
				ToolTips
				Design prevu pour un fonctionnement avec mooProdTips.js
		*****/

.tip {
	line-height: 14px;
	color: #fff;
	width: 200px;
	z-index: 13000;
	}

.tip-top {
	height:8px;
	background: url(/_images/tooltip-top.png) no-repeat top left;
	}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	margin: 0;
	padding: 2px 8px 2px 14px;
	background: url(/_images/tooltip.png) repeat-y top left;
	}
 
.tip-text {
	font-weight: normal;
	font-size: 10px;
	padding: 2px 8px 6px 22px;
	background: url(/_images/tooltip.png) repeat-y top left;
	}

.tip-text span {
	color: #4fe3ff;
	padding-right:5px;
	display: block;
	float:left;
	width:45px;
	}

.tip-bottom {
	height:9px;
	background: url(/_images/tooltip-bottom.png) no-repeat top left;
	}


	
		/**** 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:8px 0;
	padding: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:330px;
	}

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 input.submit {
	background: url(/_images/bt-send.png) no-repeat left top;
	}

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

form#contactForm p a.send {
	display:block;
	width:86px;
	height:29px;
	margin-left:55px;
	}

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

form#contactForm p a.send:hover {
	background: url(/_images/bt-send-hover.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:0;
	padding: 20px;
	width: 300px;
	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;
	}
	
	
			/****** LOGIN ******/
	
div#logBox p.error {
	color:#4fe3ff;
	margin:0;
	padding:0;
	}


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

div#mentions {
	display: none;
}
			
div#l-mentions {
	position:absolute;
	top:319px;
	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;
	}


			/***** LOGIN FORM *****/
			
			
div#connectForm {
	width:420px;
	}

div#connectForm.wide {
	width:600px;
	}

div#logBox {
	margin-top:15px;
	}

form#logForm .lostid {
	font-size: 11px;
	}

form#logForm p {
	padding:0;
	margin:16px 0;
	}

form#logForm input {
	font-size:10px;
	}
	
form#logForm a {
	text-decoration:none;
	color:#7c888c;
	display:block;
	line-height:140%;
	font-size: 11px;
	}

form#logForm a:hover {
	color:#4fe3ff;
	border-bottom: 1px dotted #4fe3ff;
	}
		
form#logForm label {
	width:90px;
	display: block;
	float:left;
	}

form#logForm .hide {
	visibility: hidden;
	}	
	
div#unlogBox {
	margin-bottom:10px;
	}
	
div#unlogBox a {
	text-decoration:none;
	color:#4fe3ff;
	display:block;
	line-height:140%;
	font-size: 11px;
	}

div#unlogBox a:hover {
	color:#4fe3ff;
	text-decoration: underline;
	
	}

div#unlogBox p {
	padding:10px 0 0 0;
	}

div#unlogBox p strong {
	letter-spacing: normal;
	font-weight: bold;
	color:inherit;
	}



		/***** DOCS CLIENTS  *****/


#dlist {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#dlist li {
	border-bottom:1px solid #37454a;
	margin: 0;
	padding: 10px 0 5px 0;
	}


#dlist li p {
	padding: 0;
	margin:3px 0 0px 18px;
	color: #97a7ab;
	font-size: 80%;
	width:475px;
	}
	
.dlleft {
	float: left;
	width: 350px;
	font-size: 120%;
	}
	
.dlleft img {
	float: left;
	margin-right: 5px;
	}

#dlist li p.missing { color: #7a888b; }

.dlleft a {
	font-size:14px;
	text-decoration: none;
	}
	
.dlleft a:link { color: #cddadd; }
.dlleft a:visited { color: #cddadd; }
.dlleft a:hover { color: #4fe3ff; }
.dlleft a:active { color: #4fe3ff; }
.dlleft a.pictolink { text-decoration: none; }

.dlright { 
	float: right;
	font-size: 85%;
	color: #89979b;
	}