/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html,
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:1.6em;
	font-weight:normal;
	height:100%;
	margin: 0;
	padding: 0;
	background:#dfdfdf url("../images/background_repeat.png") repeat-x bottom center; }
 
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
embed,
object {
	margin: 0;
	padding: 0; }
 
ul, ol {
	padding: 0 0 0 25px; }
 
ul li, ol li {
	line-height: 1.7em;
	margin: 2px 0;
	padding: 0; }
  
img {
	border: none; }

fieldset  {
	border: none; }	

/*	-------------------------------------------------------------
	ANCHORS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	margin: 0;
	outline: 0; }
 
a, a:visited, a:active {
	color: #000;
	text-decoration: none; }
 
a:hover {
	color: #666;
	text-decoration: none; }
  
/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	line-height: 1.7;
	margin: 0 0 12px 0;
	color: #000 !important; }

h1, h2, h3, h4, h5, h6  {
	font-weight:normal;
	letter-spacing:-1px; }

h1 {
	font-size:3em;
	margin:0;
	color: #000;
	font-weight:bold;
	line-height:100%;
	padding:0 0 20px 0; }

	h1 span {
		font-size:18px;
		font-weight:normal;
		margin:0 0 0 10px; }
 
h2 {
	font-size:1.6em;
	color:#000;
	font-weight:bold;
	letter-spacing:-1px;
	padding:10px 0 0 0;}
 
h3 {
	font-size:1.3em;
	color:#000;
	font-weight:bold;
	letter-spacing:-1px;
	padding:10px 0 0 0;}

.justify {
	text-align:justify; }

.small {
	font-size:0.7em; }

.big {
	font-size:1.2em;
	font-weight:bold;
	line-height:140%;
	text-align:left; }

	.big strong {
		font-size:1.35em; }


.download-btn {
	float: left;
	display: block;
	position: relative;
	z-index: 999;
	margin:-5px 0 0 -5px;
	padding: 10px 20px;
	border: solid 1px #a0aebf;
	color: #506176;
	text-decoration: none;
	text-shadow: 0,1px,0,rgba(255,255,255,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #dde2e8;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfcfd), color-stop(100%, #dde2e8)),#dde2e8;
	background: -webkit-linear-gradient(#fbfcfd,#dde2e8),#dde2e8;
	background: -moz-linear-gradient(#fbfcfd,#dde2e8),#dde2e8;
	background: -o-linear-gradient(#fbfcfd,#dde2e8),#dde2e8;
	background: linear-gradient(#fbfcfd,#dde2e8),#dde2e8;
	-webkit-transition: all,0.2s,ease;
	-moz-transition: all,0.2s,ease;
	-o-transition: all,0.2s,ease;
	transition: all,0.2s,ease;
}

/*	-------------------------------------------------------------
	COMMON
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.last {
	margin-right:0 !important; }

/*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	position:relative;
	width:990px;
	height:700px;
	top:3%;
	margin:0 auto;
	border:8px solid #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:#b7b6b6 0 0 5px;
	-webkit-box-shadow:#b7b6b6 0 0 5px;
	 }
@media only screen and (max-width:320px) {
	.container {
		width: 320px;
		top: 0;
	}
}

.footer {
	position:relative;
	width:1000px;
	height:20px;
	margin:0 auto;
	border:1px solid #ccc;
	text-align: center;
	background: #ccc;
	color: #999;
	margin-top: 40px;
	padding-top: 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:#b7b6b6 0 0 5px;
	-webkit-box-shadow:#b7b6b6 0 0 5px; }
	@media only screen and (max-width:320px) {
		.footer {
			width: 320px;
		}
	}
.footer a {
	color:#999;}
	
#background {
   	position:absolute;
	top:0;
	left:0;
   	width: 100%;
   	height: 700px; }

.content {
	position:relative;
	width:100%;
	height:600px;
	z-index:1;
	background: url("../images/bg_content.png") repeat 0 0; }
	@media only screen and (max-width:320px) {
		.content{
			height: auto;
		} 
	}
.scroll {
	height:400px;
	width: 95%; }
		
/* Header */	
.header {
	position:absolute;
	top:0;
	left:0;
	width:990px;
	height: 150px;
	line-height:20px;
	background:#fff;
	z-index:2; }
@media only screen and (max-width:320px) {
	.header {
		width: 320px;
		height: auto;
	}
}
	/* Header Logo */
	.header h1.logo a {
		display: block;
		float:left;
		margin-left:10px;
		margin-top:-5px;
		color: #999;
		font-size: 0.8em;}
		
	.header .logo img  {
		 margin-right: 10px;}
	
	.header h2.tarifs {
		color: #CCCCCC !;
	    left: 15px;
	    position: absolute;
	    top: 80px;
	}
	
	.header ul.langue {
		position: absolute;
		list-style: none;
		right: 5px;
		top: 80px;
		padding: 0;
	}
	@media only screen and (max-width:320px) { 
		ul.langue {
			top: 10px !important;
			width: 130px;
		}	
	}

.header ul.langue li {
		float: left;
		margin-right: 10px;
	}

.header ul.langue li a{
		color: #ccc;
	}
	
	/* Header Navigation */
	.header #nav-header ul {
		list-style:none;
		margin:85px 10px 0 0;
		padding:0;
		}

	.header #nav-header ul li {
		line-height:40px;
		display:block;
		margin:0 0 0 13px;
		padding:0;
		float:left; }

	.header #nav-header ul li a, .header #nav-header ul li a:visited {
		font-size:11px;
		font-weight:bold;
		padding:3px;
		letter-spacing:0;
		color:#666; }

	.header #nav-header ul li a:hover, .header #nav-header ul li a.current {
		color:#fff;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		background:#8d8d8d; }
		
		select {
			display:none;
		}

		@media only screen and (max-width: 320px) {
			#nav-header a {
			display:none;
			}
			select {
				width: 300px;
				display: block;
				float: left;
				margin: 10px;
			}
		}
		
		

.footer-contact {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	line-height:20px;
	background:#fff;
	color: #000;
	z-index:2; }
	@media only screen and (max-width:320px) {
		.footer-contact {
			position: fixed;
			height: 80px;
		}
	}
	.footer-contact p {
		margin-top: 15px;
		text-align: center; }
	
/*	-------------------------------------------------------------
	Sections / Content Area 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#supplements, 
#emailing, 
#annonceurs,
#archiliste,
#lectorat,
#redactionnel,
#tarifs, 
#tarifs_web, 
#parution { 
	position:absolute; 
	display: none;
	width:100%;
	height:100%; }
					
/* Content Right Navigation */
.content #nav-default {
	position:absolute;
	padding:60px 20px 20px 20px;
	width:165px;
	height:500px;
	color: #000;
	right:0;
	z-index:5000;
	background:transparent url("../images/transparent.png") repeat 0 0; 
}
@media only screen and (max-width:320px) {
	#nav-default { display: none;}
}	
	.content #nav-default ul {
		list-style:none;
		margin:10px 0 0 0;
		padding:0; }

	.content #nav-default  ul li {
		font-size:2.2em;
		line-height: 1em;
		display: block;
		color:#000;
		font-weight:bold;
		margin-bottom:20px; }
	
	.content #nav-default  ul li img.cover {
		display: block;
		width: 100%;
		border:1px solid #000; }
	
	.content #nav-default  ul li ul{
		padding-left: 10px; }
		
	.content #nav-default  ul li ul li{
		font-size: .6em;
		line-height: 12px;
		margin-bottom: 10px; }
	
	.content #nav-default ul li a, .content #nav-default ul li a:visited  {
		color:#000;
		font-weight:bold;}					

		.content #nav-default ul li a:hover, .content #nav-default ul li a.current {
			color:#000; }

/* Main Contents */
.main-content {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	margin-top: 100px; }
	
.section-content {
	position:absolute;
	top:80px;
	left:80px;
	width:500px;
	background: url("../images/transparent.png");
	padding: 20px; }
	@media only screen and (max-width:320px) { 
		.section-content {
			width: 260px;
			left: 5px;
			top: 50px;
		}
	}

.section-content-large {
	position:absolute;
	top:80px;
	left:80px;
	width:640px;
	background: url("../images/transparent.png");
	padding: 20px; }
	@media only screen and (max-width:320px) { 
		.section-content-large {
			width: 260px;
			left: 5px;
			top: 50px;
		}
	}
	
.section-content-full {
	position:absolute;
	top:80px;
	left:60px;
	width:835px;
	z-index:100;
	background: url("../images/transparent.png");
	padding: 20px; }

	@media only screen and (max-width:320px) { 
		.section-content-full {
			width: 260px;
			left: 5px;
			top: 50px;
		}
	}

/* Home Section */
#home {
 }

#home p, #home ul li {
	font-size:1.25em;
	color: #000;
	letter-spacing:-0.5px;
	line-height:170%;
	text-align:left; }

#home p strong {
	font-size:1.35em; }

/* Contacts Section */
.socialnetwork {
	display: none;
	position:absolute;
	right:30px;
	bottom:0;
	z-index:9000; }
	
.socialnetwork ul {
	margin:0;
	padding:0;
	list-style:none; }
		
.socialnetwork ul li {
	float:left;
	margin:0; }
		
.socialnetwork ul li a {
	font-size:11px; }
	
	.socialnetwork ul li a:hover {
		color:#fff;}
	
.socialnetwork ul li img {
	margin:2px 5px 3px 0; }

/*	-------------------------------------------------------------
	Columns
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.col {
	float:left;
	width:172px;
	margin:0 40px 30px 0;
	}
.col p {
	margin:0;
	line-height:160%;
	}
	
.col h2, .col h3 {
	margin:10px 0 5px 0; }
	
.large {
	width:230px; }

/*	-------------------------------------------------------------
	Table
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
table {
	border-collapse:collapse;
	border-spacing:0; }
	
table.global {
	border-width: 0px;
	border-style: none;
	width: 100%;
	padding: 12px;
	text-align: left;
	color: #000;
	margin:10px 0 20px 0;
	border-collapse:separate;
	background: url("images/transparent.png"); }
	
.global td, .global th {
	border-bottom: 1px solid #ccc;
	padding: 8px;
	text-align: left;
	zoom: 1;
	 }
#table-anchor {
	list-style: none;
	margin: -20px 0 0 -20px;
	width: 100%;
	float: left;
	clear: both;
}

#table-anchor li{
	float: left;
	margin-right: 10px;
}
.global thead th {
	border-width: 3px;
	border-color: #fff;
	background: url("../images/transparent.png"); }

.global tfoot td {
	border: 0;
	padding-bottom: 0;
	width: auto !important; }
	
.global tfoot td{
	clear:both;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	margin-top:16px;
	padding:8px;
	text-align:center; }

#popup h1 {
	color: #000;
}
#popup table {
	border-collapse:collapse;
	border-spacing:0; }
	
#popup table.global {
	border-width: 0px;
	border-style: none;
	width: 100%;
	padding: 12px;
	margin:10px 0 20px 0;
	border-collapse:separate;}
	
#popup .global td, #popup .global th {
	border-bottom: 1px solid #ccc!important;
	padding: 8px;
	zoom: 1;
	 }
#popup .global thead th {
	border-width: 3px;
	border-color: #000!important;
	}
#popup .global tfoot td {
	border: 0;
	padding-bottom: 0;
	width: auto !important; }
	
#popup .global tfoot td{
	clear:both;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	margin-top:16px;
	padding:8px;
	text-align:center; }
/*	-------------------------------------------------------------
	Gallery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.gallery {
	 background:#090909 url("../images/bg_works.jpg") no-repeat 0 0; }
	
.image-grid {
	padding:0;
	margin:0 -16px; }

.image-grid:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both; }

.image-grid li {
  	width: 245px;
  	margin: 15px 0 5px 25px;
  	float: left;
  	text-align: left;
	font-size:11px;
  	overflow: hidden; }

.image-grid li img {
	display: block;
	padding:3px;
	width: 245px;
	margin:0 0 5px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:transparent url("../images/transparent.png") repeat; }

.image-grid li div {
	padding:8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:transparent url("../images/transparent.png") repeat; }

.image-grid li .ph {
	padding:0;
	margin:0;
	width:245px;
	height:145px;
	background:transparent url("../images/ajax-loader.gif") no-repeat 50% 50%; }

.image-grid li strong {
	color: #fff; }

.image-grid li span {
	font-style:italic; }

/* Filter Area */
.splitter {
	position:absolute;
	right:27px;
	top:13px;
	margin: 0;
	text-align:left;
	padding: 0;
	font-size: 12px;
	z-index:20000;
	list-style:none; }

.splitter:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both; }

.splitter li {
	margin:0 10px 0 0;
	float:left; }

.splitter li a {
	display: inline;
	line-height: 1;
	padding:5px;
	color: #b3b3b3;
	text-decoration: none;
	text-shadow:0 0px 10px #000; }

	.splitter li a:hover {
		color:#fff; }

.splitter li.selected-0 a,
.splitter li.selected-1 a,
.splitter li.selected-2 a,
.splitter li.selected-3 a,
.splitter li.selected-4 a {
	color: #fff;
	text-shadow:0 1px 0px #000;
	background:transparent url("../images/transparent.png") repeat;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; }

/*	-------------------------------------------------------------
	CONTACT FORM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#contactform {
	width: 700px;
	margin:40px auto 0 auto;
	padding:0;
	border:none; }

#contactform label {
	font-size:11px;
	text-shadow:0 0px 10px #000; }
	
#contactform .input-div {
	width: 200px;
	float: left; }

#contactform input {
	font-family: Helvetica, Arial, sans-serif;
	width: 180px;
	padding: 9px;
	display: block;
	margin-bottom: 14px;
	margin-top: 5px;
	color:#fff;
	border:2px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:transparent url("../images/transparent.png") repeat; }

#contactform .message-div {
	position:relative;
	width: 380px;
	padding-left:20px;
	float: left;
	font-size: 11px; }

#contactform textarea {
	font-family: Helvetica, Arial, sans-serif;
	color:#fff;
	padding: 9px;
	width:360px;
	font-size: 11px;
	display: block;
	margin-bottom: 20px;
	margin-top: 5px;
	border:2px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:transparent url("../images/transparent.png") repeat; }

#contactform .submit {
	color:#666;
	font-size: 11px;
	font-weight:bold;
	text-transform: uppercase;
	cursor: pointer;
	padding: 9px;
	width:95px;
	display: block;
	float:left;
	border: 2px solid #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:#fff; }

#contactform .submit:hover {
	color:#131313;
	text-shadow:0 0px 10px #666; }

/* Form Error Handling */
#contactform .errorbox { 
	position:absolute;
	bottom:0;
	right:0;
	width:280px;
	display:none; 
	margin:0; }

#contactform .errobox ul { 
	padding:0;
	margin:0; }

#contactform .errorbox ul li { 
	list-style:none;
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:bold; 
	color:#fff;
	line-height:1.5em; }

.merci {
	position: absolute;
	top: 0;
	right: 0;
}
#emailing-img {
	float: right;
	margin: 0 0 20px 20px;
}
#emailing-zoom {
	position: absolute;
	top: 0px;
	right: 0;
}
#pub {
	position: absolute;
	top: 5px;
	left: 120px;
	z-index: 99;
}
@media only screen and (max-width:320px) { #pub { display: none;}}