/*-----------------------------------------------------------

    Theme Name: Parallèle(s)
	Version: 1.0
    Description: Magazine WordPress theme
    Author: Sans Format - Ludovic EVELIN
    Author URI: http://www.sansformat.com
	Theme URI: http://www.sansformat.com
	Tags: light, flexible-width, custom-header, custom-background, threaded-comments, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, translation-ready
    License: GNU General Public License version 2.0
    License URI: http://www.gnu.org/licenses/gpl-2.0.html



/*	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
----------------------------------------------------------- */

@font-face {
    font-family: 'robotobold';
    src: url('font/roboto-bold-webfont.eot');
    src: url('font/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto-bold-webfont.woff') format('woff'),
         url('font/roboto-bold-webfont.ttf') format('truetype'),
         url('font/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotoitalic';
    src: url('font/roboto-italic-webfont.eot');
    src: url('font/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto-italic-webfont.woff') format('woff'),
         url('font/roboto-italic-webfont.ttf') format('truetype'),
         url('font/roboto-italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotoregular';
    src: url('font/roboto-regular-webfont.eot');
    src: url('font/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto-regular-webfont.woff') format('woff'),
         url('font/roboto-regular-webfont.ttf') format('truetype'),
         url('font/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video { font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; white-space: normal; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }


html, body {
	font: 100%/12px 'robotoregular', sans-serif;
	line-height:1em;
	color: #000;
	background-color:#ccc;
	margin:0px;
	padding:0px;
	height: 100%;
	min-height:100%;
	widows:100%;
}
#wrapper {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
#left_column {
	width:300px;
	height:100%;
	display:inline-block;
	margin:0px;
	padding:0px;
	position:fixed;
	top:0px;
	left:0px;
	border-right:3px dotted #cccccc;
	background-color:#FFF;
	z-index:3;
}
#logo {
	margin:48px 0px 0px 28px;
}
#logo img {
	border:0px;
}
#logo a {
	outline:none;
}
#logo h1 {
	display:none;
}
#slogan h2 {
	color:#cccccc;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:5px 0px 0px 34px;
	padding:0px;
	width:258px;
}
#bloc_search {
	width:280px;
	height:45px;
	margin:18px 0px 0px 14px;
	background:url(img/bg_search.png) center left no-repeat;
}
#search {
	width:244px;
	height:45px;
	border-top:3px dotted #cccccc;
	border-bottom:3px dotted #cccccc;
	margin:0px 0px 0px 24px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#5f5f5f;
}
#search input {
	margin:13px 0px 0px 0px;
	height:20px;
	width:230px;
	font-size:16px;
	border:none;
	color:#5f5f5f;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
input[type="search"]::-webkit-search-decoration {
display: none
}
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none
}
#search input:focus {
	color: #3a3534;
	background:url(img/search.jpg) no-repeat scroll 92% center #ffffff;
}
#search button.submit {
	display:none;
}
#menu {
	width:280px;
	margin:22px 0px 20px 20px;
}
#menu ul {
	padding:0px;
	list-style:none;
}
#menu ul li {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	color:#5f5f5f;
	margin:0px 0px 5px 0px;
	text-transform:uppercase;
}
#menu ul li ul {
	margin:5px 0px 5px 18px;
}
#menu ul li ul li {
	margin:0px 0px 2px 0px;
	font-size:14px;
	color:#5f5f5f;
	text-transform:none;
}
#menu ul li a {
	text-decoration:none;
	color:#5f5f5f;
	padding-left:20px;
}
#menu ul li a:hover {
	color:#9c9b9b;
}
#menu ul li ul li a {
	padding-left:15px;
}
#menu ul li span {
	padding-left:20px;
}
#menu ul li.current_page_item a {
	background:url(img/bg_menu1.png) center left no-repeat;
}
#menu ul li.current_page_item a:hover {
	color:#5f5f5f;
}
#menu ul li ul li.current_page_item a {
	background:url(img/bg_menu2.png) center left no-repeat;
}
#menu ul li ul li.current_page_item a:hover {
	color:#5f5f5f;
}
#desc_para {
	width:244px;
	border-top:3px dotted #cccccc;
	border-bottom:3px dotted #cccccc;
	margin:0px 0px 0px 42px;
}
#desc_para p {
	color:#5f5f5f;
	padding:0px;
	margin:20px 0px 20px 0px;
	font-size:14px;
	text-align:justify;
}
/************************************************CENTER COLUMN***************************/

#center_column {
	width:64.62%;
	position:relative;
	z-index:2;
	display:inline-block;
	background-color:#FFF;
	display:inline-block;
	margin:0px 0px 0px 300px;
	padding:0px 36px 0px 36px;
}
#top_center_column {
	width:100%;
	height:141px;
	border-bottom:3px dotted #cccccc;
	background-color:#fff;
}
#bt_socio {
	width:185px;
	height:37px;
	float:right;
	margin:15px 0px 0px 0px;
}
#bt_socio a.bt_rss {
	width:37px;
	height:37px;
	display:block;
	background:url(img/rss.jpg) 0 0 no-repeat;
	float:left;
}
#bt_socio a:hover.bt_rss {
	background:url(img/rss.jpg) -37px 0 no-repeat;
}
#bt_socio a.bt_fb {
	width:37px;
	height:37px;
	display:block;
	background:url(img/facebook.jpg) 0 0 no-repeat;
	float:left;
}
#bt_socio a:hover.bt_fb {
	background:url(img/facebook.jpg) -37px 0 no-repeat;
}
#bt_socio a.bt_tw {
	width:37px;
	height:37px;
	display:block;
	background:url(img/twitter.jpg) 0 0 no-repeat;
	float:left;
}
#bt_socio a:hover.bt_tw {
	background:url(img/twitter.jpg) -37px 0 no-repeat;
}
#bt_socio a.bt_sf {
	width:37px;
	height:37px;
	display:block;
	background:url(img/sansformat.jpg) 0 0 no-repeat;
	float:left;
}
#bt_socio a:hover.bt_sf {
	background:url(img/sansformat.jpg) -37px 0 no-repeat;
}
#bt_socio a.bt_vim {
	width:37px;
	height:37px;
	display:block;
	background:url(img/vimeo.jpg) 0 0 no-repeat;
	float:left;
}
#bt_socio a:hover.bt_vim {
	background:url(img/vimeo.jpg) -37px 0 no-repeat;
}
#nav_cat ul {
	float:left;
	list-style:none;
	margin:94px 0px 0px 0px;
	padding:0px;
	display:inline;
}
#nav_cat li {
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	text-transform:uppercase;
}
#nav_cat li a {
	display:inline-block;
	width:11px;
	height:17px;
	background:url(img/bg_nav_cat.png) 0 0 no-repeat;
	color:#fff;
	text-decoration:none;
	padding:10px 13px 10px 13px;
}
#nav_cat li.current-menu-item a {
	background:url(img/bg_nav_cat.png) 0 -74px no-repeat;
}
#content {
	height:100%;
	min-height:900px;
}
#grille {
	list-style-type: none;
	margin:30px 0px 10px 0px;
	padding:0px;
	
}
#grille li {
	width: 241px;
	height: 177px;
	color: #FFFFFF;
	margin:0px 17px 17px 0px;
	float:left;
}
#right_column {
	display:inline-block;
	vertical-align:top;
	position:fixed;
	width:265px;
	height:100%;
	display:inline-block;
	margin:0px;
	padding:0px;
}
#right_column div.widget_add {
	width:214px;
	height:auto;
	padding:0px;
	margin:20px 0px 20px 0px;
	background:#fff;}
/***********************test contetenu left column***********/
.content_right {
	margin:0 0 40px 0px;
	width:265px;
	height:100%;
	padding:30px 0px 20px 25px;
	overflow:auto;
	float:left;
}
.content_right p:nth-child(even) {
}
#content_2 {
}
#content_2 p:nth-child(even) {
	color:#666;
}
/* vertical scrollbar */
.mCSB_container {
	width:auto;
	margin-right:30px;
	overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar {
	margin-right:0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar, .mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar {
	margin-right:30px;
}
.mCustomScrollBox>.mCSB_scrollTools {
	width:16px;
	height:100%;
	top:0;
	right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin:20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width:2px;
	height:80%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger {
	cursor:pointer;
	width:100%;
	height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:4px;
	height:80%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
	display:block;
	position:relative;
	height:20px;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
	top:100%;
	margin-top:-40px;
}
/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail {
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background:rgba(0,0,0,0.85);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background:rgba(0,0,0,0.9);
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-80px 0;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-80px -20px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-80px -40px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-80px -56px;
}
/*********************************gestion des VIEWS*********************/
.view {
	width: 241px;
	height: 177px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
	cursor: default;
	padding:0px;
	

}
.view a {
	display:block;
	text-decoration:none;
	outline:none;
	border:0px;
}
.view .mask, .view .content {
	width: 241px;
	height: 177px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
	border:0px;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	position: relative;
	font-size: 16px;
	padding: 0px;

	margin: 5px 0px 0px 0px;
	height:45px;
	line-height:1em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:normal;
}
.view h3 {
	text-transform: uppercase;
	color: #fff;
	text-align: right;
	position: relative;
	float:right;
	font-size: 14px;
	padding: 0px;

	margin: 0px;
	line-height:1em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:normal;
	letter-spacing:-0.8px;
}
.view p {
	font-family: 'robotoregular', sans-serif;
	font-size: 14px;
	position: relative;
	height:48px;
	color: #fff;
	padding: 10px 10px 5px 10px;
	text-align: justify;
	margin:0px 0px 8px 0px;
}
.view h4 {
	font-family: 'Roboto', sans-serif;

	font-size: 14px;
	position: relative;
	bottom:0px;
	left:0px;
	color: #5f5f5f;
	width:98%;
	height:20px;
	padding: 3px 10px 3px 0px;
	text-align: right;
	font-weight:normal;
	margin:0px;
	background-color:#cccccc;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;

	color: #fff;
	text-transform: uppercase;
}
.view a.info: hover {

}
.view-second img {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.view-second .mask {
	background:rgba(95,95,95, 1) url(img/bg_view.png) 177px 47px no-repeat;
	width: 241px;
	padding: 60px;
	height: 300px;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translate(265px, 145px) rotate(45deg);
	-moz-transform: translate(265px, 145px) rotate(45deg);
	-o-transform: translate(265px, 145px) rotate(45deg);
	-ms-transform: translate(265px, 145px) rotate(45deg);
	transform: translate(265px, 145px) rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-second h2 {
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	background: transparent;
	margin: 40px 0px 0px 0px;
	padding:0px 13px 0px 10px;
	-webkit-transform: translate(200px, -200px);
	-moz-transform: translate(200px, -200px);
	-o-transform: translate(200px, -200px);
	-ms-transform: translate(200px, -200px);
	transform: translate(200px, -200px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-second h3 {
	background: transparent;
	margin: 10px 5px 0px 0px;
	-webkit-transform: translate(200px, -200px);
	-moz-transform: translate(200px, -200px);
	-o-transform: translate(200px, -200px);
	-ms-transform: translate(200px, -200px);
	transform: translate(200px, -200px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-second h4 {
	-webkit-transform: translate(-200px, 200px);
	-moz-transform: translate(-200px, 200px);
	-o-transform: translate(-200px, 200px);
	-ms-transform: translate(-200px, 200px);
	transform: translate(-200px, 200px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-second p {
	-webkit-transform: translate(-200px, 200px);
	-moz-transform: translate(-200px, 200px);
	-o-transform: translate(-200px, 200px);
	-ms-transform: translate(-200px, 200px);
	transform: translate(-200px, 200px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-second a.info {
	-webkit-transform: translate(0px, 100px);
	-moz-transform: translate(0px, 100px);
	-o-transform: translate(0px, 100px);
	-ms-transform: translate(0px, 100px);
	transform: translate(0px, 100px);
	-webkit-transition: all 0.2s 0.1s ease-in-out;
	-moz-transition: all 0.2s 0.1s ease-in-out;
	-o-transition: all 0.2s 0.1s ease-in-out;
	-ms-transition: all 0.2s 0.1s ease-in-out;
	transition: all 0.2s 0.1s ease-in-out;
}
.view-second:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translate(-80px, -125px) rotate(45deg);
	-moz-transform: translate(-80px, -125px) rotate(45deg);
	-o-transform: translate(-80px, -125px) rotate(45deg);
	-ms-transform: translate(-80px, -125px) rotate(45deg);
	transform: translate(-80px, -125px) rotate(45deg);
}
.view-second:hover h2 {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.view-second:hover h3 {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.view-second:hover h4 {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.view-second:hover p {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.view-second:hover a.info {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
/**************************Colonne de droite**********************/
#annonceur img {
	border:0px;
}
#download {
	width:236px;
	height:308px;
	margin:20px auto;
	position:relative;
}
#download img {
	border:0px;
	position:relative;
	z-index:9;
}
#charge {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
#charge a {
	width:236px;
	height:308px;
	display:block;
	position:relative;
	z-index:10;
	outline:hidden;
	background:url(img/bgdownload.png) right 134px no-repeat;
}
#charge a span {
	display:none;
}
/*******************************FOOTER****************************/

#footer {
	width:100%;
	margin-right:17px;
	margin-bottom:40px;
	padding-bottom:40px;
	height:16px;
	border-bottom:3px dotted #cccccc;
	border-top:3px dotted #cccccc;
	background-color:#fff;
	clear:both;
}
#footer ul {
	list-style:none;
	margin:20px 0px 0px 0px;
	padding:0px;
}
#footer li {
	float:left;
	margin-right:10%;
}
#footer li a {
	text-decoration:none;
	text-transform:uppercase;
	color:#5f5f5f;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.2em;
}
#footer li a:hover {
	color:#9c9b9b;
}
#real {
	float:right;
	margin-top:-10px;
}
/*************************************************ARTICLE***************************************/

#post {
	width:100%;
	height:auto;
	margin:0px 0px 30px 0px;
	padding:0px;
	font-size:1em;
	color:#4c4c4c;
	font-family: 'robotoregular', sans-serif;

}
#post em{
	font-style:italic;	
}
#post strong{
	font-weight:bold;	
}
#post h2 {
	font-size:3.4em;
	line-height:1em;
	color:#000;
	font-weight:normal;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	padding:0px;
	margin:40px 0px 10px 0px;
}
#post h3 {
	font-size:1.8em;
	color:#727272;
	font-weight:normal;
	line-height:1em;
	font-family: 'robotoregular', sans-serif;
	padding:0px;
	margin:30px 0px 10px 0px;
}
#post h3 a {
	color:#727272;
	text-decoration:none;
}
#post h4 {
	font-size:1.1em;
	line-height:1em;
	color:#000;
	font-weight:normal;
	font-family: 'Roboto Condensed', sans-serif;
	padding:0px;
	margin:20px 0px 10px 0px;
}
#post h5 {
	font-size:1em;
	line-height:1em;
	color:#000;
	font-weight:normal;
	font-family: 'Roboto Condensed', sans-serif;
	padding:0px;
	margin:20px 0px 10px 0px;
}
#post p {
	font-size:16px;
	line-height:20px;
	color:#4c4c4c;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;
	margin:10px auto 5px auto;
}

#post p.download_post {
	font-size:1.1em;
	line-height:1em;
	color:#000;
	font-family: 'robotoregular', sans-serif;
	text-align:justify;
	margin:20px auto 20px auto;
	display:block;
}
#post iframe {
	
}
#post a {

	color:#5f5f5f;
	}
#post a:hover {
	color:#9c9b9b;
}
#post video { width: 100% !important; height: auto !important; }
#accroche p {
	font-size:1.1em;
	line-height:1em;
	color:#000;
	font-family: 'robotoregular', sans-serif;
	text-align:justify;
	margin-top:20px;
}
#accroche {
margin:0px 0px 20px 0px;
width:100%;
height:auto;
float:none;
}
#accroche_longue {
	
width:100%;
height:auto;
padding:0px 0px 30px 0px;
margin:0px 0px 20px 0px;
float:none;	
	
	
}
#accroche_longue p {
	font-size:1.1em;
	line-height:1em;
	color:#000;
	font-family: 'robotoregular', sans-serif;
	text-align:justify;
	margin-top:20px;
}
#visuel_post {
	width:100%;
	height:auto;
	position:relative;
	margin:20px auto 20px auto;
}
#visuel_post img {
	width:100%;
	height:auto;
	position:relative;
	z-index:9;
}
#visuel_post .cat_img {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	z-index:10;
	width:78px;
	height:78px;
	background:url(img/bg_cat_img.png) top right no-repeat;
}
#visuel_post .cat_img span {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-size:1.1em;
	display:block;
	margin:15px 10px auto 35px;
}
#cross_close {
	width:19px;
	height:19px;
	float:right;
}
#cross_close a {
	width:19px;
	height:19px;
	display:block;
	background:url(img/cross_close.png) 0px 0px no-repeat;
}
#cross_close a:hover {
	background:url(img/cross_close.png) -19px 0px no-repeat;
}
#cross_close span {
	display:none;
}
#nav_post {
	width:100%;
	height:50px;
	margin:80px auto 20px auto;
}
#nav_post_a {
	width:50%;
	height:50px;
	float:left;
	background:url(img/prev_post.png) left -5px no-repeat;
}
#nav_post_b {
	width:50%;
	height:50px;
	float:right;
	background:url(img/next_post.png) right -5px no-repeat;
}
#nav_post_a .prev_post a {
	text-decoration:none;
	margin:5px 0px 0px 40px;
	padding:0px;
	color:#5f5f5f;
	font-size:0.9em;
	font-style:italic;
}
#nav_post_a .prev_post a:hover {
	color:#9c9b9b;
}
#nav_post_a:hover {
	background:url(img/prev_post.png) 0px -55px no-repeat;
	color:#9c9b9b;
}
#nav_post_a span {
	color:#5f5f5f;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.4em;
	margin:0px 0px 5px 40px;
	padding:0px;
	font-style:normal;
	display:block;
}
#nav_post_b .next_post a {
	color:#5f5f5f;
	text-decoration:none;
	display:block;
	margin:5px 40px 0px 0px;
	padding:0px;
	font-size:0.9em;
	font-style:italic;
	text-align:right;
}
#nav_post_b .next_post a:hover {
	color:#9c9b9b;
}
#nav_post_b:hover {
	background:url(img/next_post.png) right -55px no-repeat;
	color:#9c9b9b;
}
#nav_post_b span {
	color:#5f5f5f;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.4em;
	margin:0px 40px 5px 0px;
	padding:0px;
	text-align:right;
	display:block;
	font-style:normal;
}
/**********************************************Facebook comments*******************************/
#fbComments fb:comments{
	width:100%;
	height:auto;
	display:block;	
	
	
}
#facebook-comments{
		width:100%;
	height:auto;
	display:block;
	
}
.fbcomments, .fb_iframe_widget, .fb_iframe_widget[style], .fb_iframe_widget iframe[style], .fbcomments iframe[style], .fb_iframe_widget span {
	width: 100% !important;

}
.fb_ltr{
margin:20px 0px 20px 0px; !important;	
	
}
/****************************************** Wordpress Comments***********************************/

#comments{
	
margin: 30px auto 30px auto;	
	
	
}

#comments h3{
	
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.3em;
	
	
}
#comments a{
	
	color:#5f5f5f;
	
	
}

#commentform{
	width:100%;
	height:auto;
	
}
#commentform label{
	width:30%;
	height:auto;
	display:inline-block;
	vertical-align:top;
}
#commentform input{
	width:30%;
	height:auto;
	display:inline-block;border:thin #ccc 1px;
}
#commentform textarea{
	width:30%;
	height:auto;
	display:inline-block;
	border:solid #ccc 1px;
}
#commentform p{
margin:5px 0px 5px 0px;
padding:0px;
}
#commentform p.form-allowed-tags{
	display:none;	
}
#commentform input#submit{
width:150px;
height:30px;
background-color:#ccc;
color:#5f5f5f;
font-family: 'Roboto Condensed', sans-serif;
border:0px;
float:none;
margin-left:30%;
}


#commentform input#submit:hover{

background-color:#5f5f5f;
color:#fff;

}

#comments ol.comment-list{
	list-style:none;	
	font-family: 'Roboto Condensed', sans-serif;
	
}
#comments ol.comment-list li{
	margin:10px auto 10px auto;
	
}

#comments div.comment-author{
	display:inline-block;
	vertical-align:top;	
	width:50px;
}
#comments div.comment-details{
	display:inline-block;
	vertical-align:top;	
	margin:0px 0px 0px 20px;
	
}
#comments div.comment-date a{
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	font-size:11px;	
}
#comments cite.fn{
	text-decoration:none;
	display:inline-block;
	vertical-align:top;	
	font-weight:bold;
}

/**************************************************POST TAGS**********************/
#content div.post-tags a{
	
	color:#5f5f5f;
	display:inline-block;
	vertical-align:top;

	margin:0px 5px 0px 0px;
	
}
#content .post-tags a:hover{
	
	text-decoration:none;
	
}

/************************************tooltip**********************/
#s-m-t-tooltip {
	position:absolute;
	max-width:300px;
	padding:0px 4px 0px 4px;
	background:#fff;
	z-index:10;
	display:inline-block; /*important*/
	/*font*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#5f5f5f;
	
	opacity : 0.5;
	-moz-opacity : 0.5;
	-ms-filter: "alpha(opacity=5)"; /* IE 8 */
	filter : alpha(opacity=5); /* IE < 8 */
	-webkit-box-shadow: 2px 2px 7px #000;
	-moz-box-shadow: 2px 2px 7px #000;
	box-shadow: 2px 2px 7px #000;
}

.royalSlider,
.royalSlider .rsOverflow,
.royalSlider .rsSlide,
.royalSlider .rsVideoFrameHolder,
.royalSlider .rsThumbs {
    background: none !important;
	margin:0px auto 20px auto !important;
}

.royalSlider .rsABlock{
color:#5f5f5f;

position:relative;
z-index:18 !important;
bottom:-30px;
left:0px;
width:100%;
height:30px;

text-align:center;
text-transform:capitalize;	
}

.royalSlider .rsABlock span{
font-size:12px;	
}

.rsBullets {

	margin-bottom:20px !important;
	display:block;

}

.rsUni .rsGCaption {
	width: 100% !important;



	bottom:0px !important;
	right:0px !important;
	text-align: left !important;
	background-color:#fff !important;
	color:#5f5f5f !important;
}

/* WordPress Styles
----------------------------------------------------------- */
/*aligns*/
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 10px 20px; }
.alignleft { float: left; margin: 0 20px 10px 0; }
/*floats*/
.floatleft { float: left }
.floatright { float: right }
/*text style*/
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
/*captions*/
.wp-caption { text-align: center; max-width: 100%; }
.wp-caption { border: 0px; text-align: center; background-color: #fff; padding-top: 4px; margin: 10px;  }
.wp-caption img { display: block; margin: 0 auto; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; padding: 4px; margin: 0; text-align: right; }
.wp-caption figcaption.wp-caption-text { font-size: 11px; padding: 4px; margin: 0; text-align: right; }
/*smiley reset*/
.wp-smiley { margin: 0; max-height: 1em; }
/*blockquote*/
blockquote.left { margin-right: 20px; text-align: right; margin-left: 0; width: 33%; float: left; }
blockquote.right { margin-left: 20px; text-align: left; margin-right: 0; width: 33%; float: right; }
/*img attachment*/
#img-attch-page { text-align: center; overflow: hidden; }
#img-attch-page img { display: inline-block; margin: 0 auto; max-width: 100%; margin-bottom: 20px; }
/*gallery shortcode*/
.gallery-item img { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
/* Pagination
----------------------------------------------------------- */
ul.page-numbers { list-style: none; margin: 0;clear:both;float:right; }
.page-numbers:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
ul.page-numbers li { display: block; float: left; margin: 0 3px 3px 0; text-align: center; }
.page-numbers a, .page-numbers span { display: block; padding: 1px 7px; text-decoration: none; font-size: 11px; cursor: pointer; color: #5f5f5f; background: #ccc; text-shadow: 1px 1px 1px #fff; border: 0px;}
.page-numbers a:hover, .page-numbers.current, .page-numbers.current:hover { color: #fff; background: #5f5f5f; border-color: transparent; text-shadow: none; text-decoration: none; }


/*******************************PAGE SEULE*************************/
#content h1.page-header-title{
	font-size:1.5em;
	color:#000000;
	font-weight:normal;
	font-family: 'Roboto Condensed', sans-serif;
	padding:0px;
	margin:20px 0px 20px 0px;
	
}
#content h1.page-header-title a{
	color:#000000;

	text-decoration:none;
	
}
#content h2.page-header-title{
	font-size:1.5em;
	color:#000000;
	font-weight:normal;
	font-family: 'Roboto Condensed', sans-serif;
	padding:0px;
	margin:20px 0px 20px 0px;
	
}
#page_content h3{
	font-size:1em;
	color:#000000;
	font-weight:normal;
	font-family: 'Roboto Condensed', sans-serif;
	padding:0px;
	margin:20px 0px 20px 0px;	
	
}
#page_content h4{
	font-size:1em;
	color:#5f5f5f;
	font-weight:normal;
	font-family: 'Roboto Condensed', sans-serif;
	padding:0px;
	margin:10px 0px 10px 0px;	
	
}
#page_content h4{
	font-size:1em;
	color:#5f5f5f;
	font-weight:normal;
	font-family: 'Roboto Condensed', sans-serif;
	padding:0px;
	margin:10px 0px 10px 0px;	
	
}
#page_content table{
	width:50%;
	margin-bottom:20px;
	
		
}
#page_content tr{

	margin:10px 0px 10px 0;
		
}
#page_content td{
	width:50%;height:50px;
	margin:10px 10px 10px 0;
	vertical-align:middle;
	padding:3px;	
}
#page_content td.gris{
background-color:#ccc;

		
}
#page_content a{
	color:#5f5f5f;	
}

#page_content a:hover {
	color:#9c9b9b;
}
#content .author{
	
	margin:20px 0px 0px 0px;
	padding-bottom:20px;
	width:100%;
	float:left;
	clear:both;	
	
}
#content .author img{
	
	float:left;
	margin:0px 10px 10px 0px;	
	
}
#content .description p{
	
	font-size:1.1em;
	color:#727272;
	font-family: 'Roboto',sans-serif;
	margin:0px 0px 5px 0px;
	
}


#content .author a{
	
	color:#727272;
	text-decoration:none;	
	
}
#content .author a:hover{
	

	text-decoration:underline;	
	
}
#content .author h3{
	font-size:1.2em;
	color:#5f5f5f;
	font-weight:normal;
	font-family: 'Roboto Condensed', sans-serif;
	padding:0px;
	margin:0px 0px 20px 0px;
	clear:both;
	
}

#content .author ul.connect{
	
	margin:10px 0px 0px 0px;
	padding:0px;
	list-style:none;
	display:inline-block;
	clear:both;
}
#content .author ul.connect li{
	

	float:left;
	width:26px;
	height:26px;

	
}
#content .author ul.connect li a{
	
	color:#727272;
	text-decoration:none;
	display:block;

	width:26px;
	height:26px;
	margin:0px 10px 0px 0px;
	
}
#content .author ul.connect li a:hover{
	
	color:#5f5f5f;
	text-decoration:underline;
	
}

#plandusite ul{
	margin:40px 0px 20px 20px;
	padding:0px;
	
}

#plandusite ul li a{
	color:#727272;
	text-decoration:none;


	
}
#plandusite ul li a:hover{
	
	color:#5f5f5f;
	text-decoration:underline;
	
}
#plandusite ul li ul{
	margin:20px 0px 20px 40px;
	padding:0px;
	
}
#list_tags{
	line-height:1em;	
}
#list_tags a{
	
	color:#727272;
	text-decoration:none;
	display:inline-block;
	vertical-align:middle;
	margin:5px;
	
}

#list_tags a:hover{
	
	color:#5f5f5f;
	text-decoration:underline;
	
}