﻿/*
/*
Theme Name: SQLI Innovation
Theme URI: http://wordpress.org/
Description: Blog SQLI Innovation
Version: 1
Author: SQLI Agency
Author URI: http://www.sqliagency.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by SQLI,
*/
/* ############################################################################
     RESET CSS
############################################################################ */
/* Normalise les marges et le remplissage */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0; padding:0;color: #434343}

/* Normalise les tailles de polices pour les entetes */
h1, h2, h3, h4, h5, h6 {font-size:100%;}

/* Normalise les styles et graisses des fonts : font-style et font-weight sont "normal" */
adress, caption, cite, code, dfn, em, th, var {font-style:normal; font-weight:normal;}

/* supprime les bordures dans les tableaux */
table {border-collapse:collapse; border-spacing:0;}

/* supprime les bordures des les elements de fieldsest et img */
fieldset, img {border:0;}
hr {display: none;}

/* aligne le texte a gauche dans caption et th */
caption, th {text-align:left;}

/* supprime les apostrophe double (guillement anglais) autour de q */
q:before, q:after {content:'';}

/* affiche le curseur "main" sur tous les liens */
a
{
	cursor:pointer;
	text-decoration: none;
}
a:link , a:visited
{
	color:#3cb1c0;
}
a:hover {text-decoration: underline;}

.none {display: none;}

.clear {clear:both;}
/* ############################################################################
     STYLES GENERIQUES
############################################################################ */
body{font-size:12px; font-family:Arial, Geneva, Verdana, Helvetica, sans-serif;background: #71788e url('images/bg_body.jpg') no-repeat 50% 0px;}
img, fieldset{border:0}


/********** Header ********/

#header{
	padding: 7px 20px 10px 20px;
	overflow: hidden;
	position: relative;
	height: 450px;
}
#header .agency-logo-1 {
	float: left;
	width: 45px;
	margin: -7px 14px 0 0;
}
#header ul {
	float: left;
	width: 740px;
	list-style: none;
}
#header form {
	float: right;
	_width: 210px;
}
#header ul li {
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
}
#header ul .first-line {
	color: #cac8c9;
	margin-top: 2px;
}
#header ul li a {
	display: block;
	color: white;
	font-weight: bold;
}
#header ul .ubimedia a {
	width: 141px;
	height: 19px;
	background: url('images/bg_emarketing.gif') no-repeat 0 0;
	padding: 3px 0 0 0;
}
#header ul .emarketing a,
#header ul .ecreative a,
#header ul .ergonomic a {
	width: 141px;
	height: 19px;
	background: url('images/bg_economique.gif') no-repeat 0 0;
	padding: 3px 0 0 0;
}
form #s {
	border: 1px solid #d9d9d9;
	width: 170px;
	padding: 2px 5px;
	color: #6e6e6e;
	margin: 0;
}
form #searchsubmit {
	border: none;
	width: 25px;
	text-align: center;
	height: 22px;
	color: white;
	background: url('images/bg_ok.gif') no-repeat 0 0;
	cursor: pointer;
	margin-left: -3px;
}
#headerContent{
	bottom: 0;
	left: 0;
	width: 100%;
}
#headerContent .logo-blog {
	position: relative;
	top: 256px;
	width: 978px;
	margin: 0 auto;
	height: 250px;
	background: url('images/bg_content.png') repeat-x 0 145px;
	background-color:#F5F3F3;
}
#headerContent .logo-blog h1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#headerContent .logo-blog .agency-logo-2 {
	position: absolute;
	right: 67px;
	top: 20px;
}
/********** Footer ********/
#footer {
	clear: both;
}
#footer ul {
	border-top: 1px solid #c9c7c8;
	padding: 10px 0 30px 30px;
}
#footer ul li {
	display: inline;
	margin:0 7px 0 0;
	*margin:0 10px 0 0;
	padding:0 10px 0 0;
	background:url('images/bg_footer-sep.gif') no-repeat right 4px;
}
#footer ul li a {color: #757575;}
#footer ul .last-item {
	background: none;
}
/********** Main content ********/
#mainContent 
{
	background: #F5F3F3 url('images/bg_content.png') repeat-x 0 -60px;
	width: 978px;
	margin: 0 auto;
	padding: 0;
	/* border: solid red 1px; */
}
/********** Content ********/
#content {
	float: left;
	width: 685px;
	margin: 20px 20px 0 20px;
	padding:0;
	position: relative;
	bottom: 25px;
	display:inline;
	/* border: solid blue 1px; */
}
.navigation {
	overflow: hidden;
	margin-bottom: 1em;
	height: 1%;
}
.navigation a {
	color: #6E6E6E;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}
.article-content {
	clear: both;
	margin-bottom: 5px;
	height: 1%;
}
.article-content img {
	float: left;
	margin: 5px 10px 0px 0;
}
.article-content h2, .simple_content h2 {
	float: left;
	width: 640px;
	margin-bottom: 5px;
	color: #a3227d;
}
.article-content h2 a:link, .article-content h2 a:visited,
.simple_content h2 a:link, .simple_content h2 a:visited, .simple_content h2, h2.article-titre, h2.pagetitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
	letter-spacing:-1px;
	line-height: 32px;
	font-weight: bold;
	color: #a3227d;
}
.article-content h2 a:hover {
	text-decoration: none;
	color: #3cb1c0;
}
.article-content .post-date {
	margin: 5px 0 10px 40px;
	width: 554px;
	float: left;
}
.article-content .entry {
	position: relative;
	clear: both;
	background: white;
	margin: 0 0 0px 30px;
	padding: 15px 10px 5px 10px;
	overflow: hidden;
	height: 1%;
}
.article-content .entry p {
	margin-bottom: 1em;
	line-height: 17px;
}
.article-content span a {
	color: #3cb1c0;
	text-decoration: underline;
}
.article-content span a:hover {
	text-decoration: none;
}

.article-content .entry .comments
{
	padding: 12px 0 0 0;
}
.article-content .entry .comments_count {
	text-align: center;
	width: 100px;
	height: 29px;
	padding: 12px 0 0 0;
	background: url('images/bg_comments.gif') no-repeat 0 0;
	float: right;
	bottom: 0;
}
.article-content .entry  .comments_count a {
	display: block;
	color: white;
	font-size: 0.75em;
}

.article-content .entry .comment_add
{
	padding: 10px 0 0 0;
	float: left;
}

.article-content .entry .comment_add a 
{
	color: #3cb1c0;
	padding: 0px 0 0 18px;
	background: url('images/comment-add.png') no-repeat 0 2px;
}

.article-content .content-plugin {
	background: white;
	overflow: hidden;
	height: 1%;
	margin: 0 0 0 30px;
	padding: 10px;
	
}
.article-content .content-plugin img {
	margin: 0;
	
}
.article-content .content-plugin p {
	float: left;
	background: url('images/puce-article.gif') no-repeat 0 4px;
	padding: 0 0 0 10px;
	
}
.article-content .content-plugin p a {
	color: #6e6e6e;
	
}
.article-content ul {
	float: right;
	list-style: none;
}
.article-content ul li {
	float: left;
	margin-left: 14px;
	
}
.article-titre {
	font-size: 4em;
	letter-spacing:-4px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
}
.entry-rel 
{
	padding: 0px 0 0 30px;
}
.entry-rel h3
{
	font-size:15px;
	padding: 0 0 0 13px;
}

.entry-rel ul {
	list-style: none;
	padding: 15px 0 0 35px;
	margin-bottom: 10px;
}
.entry-rel ul li a {
	background: url('images/bullet_circle') no-repeat 0 5px;
	padding-left: 10px;
	color: #3cb1c0;
}
.entry-rel .commentlist {
	list-style: none;
}

.entry-rel .related_post
{
	background: url('images/line.png') bottom no-repeat;
	padding-bottom:15px;
	margin-bottom:20px;
}

#comment_list_title
{
	color:#FFFFFF;
	display:inline;
	padding: 9px 10px 2px 10px;
	margin: 12px 0 0 0;
	background: url('images/bg_comments_title.png') no-repeat 0 0;
}

.comment-author {
	float: left;
	width: 349px;
}
.comment-meta {
	float: right;
	width: 200px;
	text-align: right;
}
.comment-body
{
	background-color:#FFFFFF;
	margin-bottom:15px;
	border: solid #3cb1c0 1px;
	padding:10px;
	font-size:11px;
}
.comment-body .header
{
	margin: 0 0 8px 0;
}

.comment-body .date
{
	font-weight:bold;
}
.comment-body a:link, .comment-body a:visited
{
	color: #3cb1c0;
	text-decoration: underline;
}
.comment-body p {
	clear: both;
}
.postmetadata a {
	
}
.article-content p a {

}
.commentmetadata a {

}
#commentform {
	padding:10px 0;
}
#commentform p {
	margin-bottom: .5em;
	overflow: hidden;
	height:1%;
}
#commentform small {
	padding-top: 3px;
	display: block;
	width: 200px;
	padding-right: 5px;
	float:left; 
	text-align:right;
	font-size: .9em;
}
#commentform label input {
	float: left;
	padding: 2px;
}
#commentform textarea {
	padding: 2px;
	width: 300px;
}
#commentform textarea, #commentform input, .textfield
{
	font-size: 11px;
	border: solid #BAC8D5 1px;
	background-color:#FAF9FA;
	padding:2px 4px 2px 4px;
}
#commentform #submit {
	margin-left: 205px;
}
/********** Sidebar ********/

#sidebar {
	float:left;
	width: 206px;
	position: relative;
	bottom: 60px;
	_height: 1%;
	margin: 15px 0;
	/* border: solid green 1px; */
}
#sidebar ul h2  {
	background:url('images/bg_rub_header.png') repeat-x 0 0;
	padding: 5px 5px 0 10px;
	margin:0;
	font-size: 1em;
	text-transform: uppercase;
	color: white;
	letter-spacing: -0.5px;
	_height: 1%;
	/* border:solid red 1px; */
}

#sidebar ul {
	height: 1%;
	list-style: none;
}

#sidebar ul li a {
	color: #6e6e6e;
}
#sidebar ul li .abonner {

}
#sidebar ul li .abonner li  
{
	padding: 0 0 0 8px;
}
#sidebar ul li .abonner li a {
}
#sidebar ul li .abonner a 
{
	padding: 9px 5px 15px 36px;
	display: block;
}
#sidebar ul li .abonner .flux-rss a {
	background:url('images/li_rss.png') no-repeat 0 1px;
}
#sidebar ul li .abonner .email {
	padding-bottom: 0;
}
#sidebar ul li .abonner .email a {
	background:url('images/li_mail.gif') no-repeat -2px 8px;
}
#sidebar ul li .abonner .twitter a {
	background:url('images/li_twitter.gif') no-repeat 0 5px;
	padding: 10px 5px 2px 40px;
}
#sidebar ul li p {
	background: white;
	padding: 7px 10px 20px 10px; 
}
#sidebar ul li .ce-moment {
	background: white;
	margin-bottom: 6px;
}
#sidebar ul li ul {
	background-image: url('images/bg_sidebar_list.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 5px 0 0 0;
	margin: 0;
}
#sidebar ul li ul li {
	padding: 2px 5px 2px 10px;
	border-top: 1px solid #EECEE5;
	color: #727682;
}

#sidebar ul.nolines  li ul li {
	border-top: 0;
	padding-top: 1px;
	padding-bottom: 1px;
}

#sidebar ul li ul li:first-child 
{
	border:0;
}

#sidebar ul li ul li:last-child 
{
	padding-bottom:25px;
}

#sidebar ul li ul li a {
	color: #727682;
}
#sidebar ul li .recrute {
	margin-bottom: 6px;
	padding: 0;
	border-top: 1px solid white;
	border-bottom: none;
	_height: 1%;
}
#sidebar ul li .recrute li  {
	padding: 0;
	_display: inline;
	border: none;

}
#sidebar ul li .recrute li a {
	color: #545454;
	display: block;
	background: url('images/puce-article.gif') no-repeat 0 7px;
	padding:3px 5px 0 12px;
}
#sidebar .flickr img {
	width: 68px;
	height: 68px;
}
#sidebar ul li select {
	border: 1px solid #EECEE5;
	padding: 2px;
	margin: 6px 0 15px 5px;
}
#sidebar #sensitive_tag_cloud {
	padding: 5px 5px;
	margin: 10px 0;
	background: #FFF;
}
#sidebar #sensitive_tag_cloud h2 {
	display: none;
}
#sidebar #sensitive_tag_cloud a {
	color: #000000;
}

.submit, #commentform #submit, input[type=submit]
{
	color: #FFFFFF;
	background-color: #4B4F5C;
	border: 0;
	font-size: 11px;
	font-family: Arial;
	padding: 1px 1px 1px 1px;
}

#sidebar #searchform
{
	margin-bottom: 15px;
}

.search-result #searchform
{
	display:inline;
}

.simple_content
{
	margin-left:30px;
}

.simple_content p
{
	display:block;
	margin: 6px 0;
}

.simple_content h2
{
	margin: 0 0 12px 10px;
}

.simple_content .white_page
{
	background-color:#FFFFFF;
	padding-left:12px;
}

.white_page
{
	clear:both;
	padding: 6px 12px 12px 0;
}

.white_page .post-date
{
	font-weight:bold;
}

.white_page h3, .white_page h3 a:link, .white_page h3 a:visited
{
	font-weight:normal;
	color: #3cb1c0;
	text-decoration: underline;
	margin:3px 0 2px 0;
}

.home .post
{
	margin-bottom: 50px;
}

.single .post
{
	margin-bottom: 20px;
}

.sociable
{
	margin-top:25px;
}

.sociable ul
{
	float:left;
}

.sociable ul li
{
	margin:0 2px 0 0;
}

.sociable_tagline
{
	margin-bottom:6px;
}

.entry .list_cat
{
	display:block;
	clear:both;
	font-size:11px;
	padding: 15px 0 0 0;
}

.entry .list_cat a:link, .entry .list_cat a:visited
{
	color: #000000;
}

.search-result
{
	padding: 10px 0 20px 0;
}

.search-results .postmetadata {
	font-size:11px;
}

.search-results .excerpt 
{
	padding: 3px 15px 0 0;
}

.search-results .postmetadata a {
	text-decoration:underline;
}

.content_footer
{
	clear:both;
	_clear:none;
}

.wp-caption
{
	padding:0;
	margin:0;
}

.entry .alignleft
{
	float:left;
	text-align:left;
	margin:0;
	padding:0;
}

.entry .alignleft img
{
	clear:both;
	display:block;
	margin:0;
	padding:0;
}

.entry .aligncenter
{
	margin:auto;
	padding:0;
}

.entry .aligncenter img
{
	float:none;
	display:block;
	margin:auto;
	padding:0;
}

.entry .alignright
{
	float:right;
	margin:0;
	padding:0;
	text-align:right;
}

.entry .alignright img
{
	float:right;
	display:block;
	margin:0;
	padding:0;
}

.entry .wp-caption-text
{
	font-size: 11px;
	text-align: center;
	padding:0;
	margin:0;
}

/* WP-Contact-Form 7 */

.wpcf7-validation-errors
{
	background-color:#FFC1B0;
	font-weight:bold;
	color:#cc0000;
	border:solid red 0px;
}

em
{
	font-style: italic;
}
