/*
Theme Name: Saclay 2014 (Media Only)
Theme URI: http://spintank.fr/
Description: The 2014 WordPress theme for Saclay's site
Author: Spintank + Olivier + Karim
Version: 3.0
*/


@import url('css/reset.css');
@import url('css/font-face.css');
@import url('css/ad-gallery.css');

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -496px 0 0;
	width: 100%;
}
#content {
	margin: 0 496px 0 0 ;
}
#primary,
#secondary {
	float: left;
	overflow: hidden;
	width: 168px;
}
#secondary {
  width:300px;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "PraxisComLight", "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#header,
#access,
#featuredPost,
#main>.ctn,
#footer .ctn
{
	margin: 0 auto;
	width: 996px;
}
#wrapper {
	background: #fff;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
	letter-spacing:-0.05em;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background:none;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-family:"PraxisComBold";
	padding: 0 0 0 3em;
	background:transparent url(images/quote_open.png) top left no-repeat;
}
blockquote p:last-child{
	padding: 0 3em 0 0;
	background:transparent url(images/quote_close.png) bottom right no-repeat;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
a:link {
	color: #4b4343;
	text-decoration:none;
}
a:visited {
	color: #4b4343;
}
a:active,
a:hover {
	color: #e30059;
	text-decoration:none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
	padding-top:0;
}
#site-title {
}
#site-title a {
	width: 100%;
	height:216px;
	background:transparent url(images/header.jpg) center center no-repeat;
	display:block;
	text-indent:-9000px;
	outline:none;
}
  


/* This is the custom header image */


/* =Featured post
-------------------------------------------------------------- */
#featuredPost{
  height:250px;
}
#featuredPost .illu,
#featuredPost .post{
  float: left;
  margin-right: 25px;
  width: 485px;
	height:250px;
	position:relative;
}
#featuredPost .illu img{
	overflow:hidden;
	height:250px;
}
#content .headillu{
	width:500px;
	position:relative;
	float:left;
	margin-bottom:8px;
}
#content .illu{
	float:left;
	margin:0 15px 0 0;
}
#featuredPost .legend,
#content .legend{
	position:absolute;
	bottom:0;
	left:0;
	opacity:0.7;
	background:#111;
	font-size:1.2em;
	color:#FFF;
	width:455px;
	padding:15px;
	display:none;
}
#content .legend{
	font-size:0.85em;
	line-height:1em;
	width:470px;
}

.illu{
	position:relative;
}
div.callToAction{
	position:absolute;
	right:0;
	bottom:-5px;
	text-indent:-9000px;
	width:87px;
	height:87px;
}
div.btn-participate{
	background:transparent url(images/cartouche_participate.png) top left no-repeat;
}
div.btn-give_your_positions{
	background:transparent url(images/cartouche_give_your_position.png) top left no-repeat;
}
div.btn-ask_your_question{
	background:transparent url(images/cartouche_ask_your_questions.png) top left no-repeat;
}


#featuredPost .post{
  margin-right: 0;
}
/*Metas*/
#featuredPost .category ul{
  display:inline;
  margin:0;
}
#featuredPost .category ul li{
  display:inline;
  list-style:none;
}
#featuredPost .category ul li a{
  color:#FFF;
  background:#e30059;
  border-radius:2px;
  font:normal 0.85em "PraxisComSemibold";
  padding:1px 3px;
  text-decoration:none;
  text-transform:uppercase;
  margin-right:4px;
}  
#featuredPost .date {
  font:normal 0.9em "PraxisComSemibold";
}
#featuredPost h2 {
  color: #221D1D;
  font: 2.9em/0.85em "PraxisComLight";
  letter-spacing: -0.04em;
  margin-bottom: 24px;
  margin-top: 33px;
}  
#featuredPost:hover h2 a {
  color:#e30059;
}  

#featuredPost div.intro p {
  font: 1.15em/1.35em "PraxisComSemibold";
  color:#968e8e;
}  
#featuredPost span.readMore {
  color:#e30059;
  text-decoration:none;
  margin-right:8px;
  font-family: "PraxisComSemibold";
}
#featuredPost span.comments a {
  color: #777474;
  font-size: 0.9em;
  text-decoration: none;
  padding-left:10px;
  background:transparent url(images/comments_readmore_separator.png) center left no-repeat;
  font-family: "PraxisComSemibold";
}


  



/* =Menu
-------------------------------------------------------------- */
nav#mainNav{
  border-bottom:solid 1px #e30059;
  height:28px;
  margin:15px 0 0 0;
  overflow:hidden;
}
ul#menu-corponav{
	background:transparent url(images/institutional_nav_home_button.png) top left no-repeat;
	padding-left:85px;
	height:28px;
}
ul#menu-mainnav{
	background:transparent url(images/main_nav_prefix.png) top left no-repeat;
	padding-left:50px;
	height:28px;
}
#access {
	display: block;
	margin: 0 auto;
	width: 995px;
	height:28px;
}
.page-id-615 #access,
.parent-pageid-615 #access{
	padding-left:0;
	background:none;
}
.page-id-615 #access li:first-child,
.parent-pageid-615 #access li:first-child,
.page-id-877 #access li:first-child,
.single-debates #access li:first-child{
	padding-left:0;
	margin-left:0;
}
.page-id-615 #access li:first-child a:hover,
.parent-pageid-615 #access li:first-child a:hover,
.page-id-877 #access li:first-child a:hover,
.single-debates #access li:first-child a:hover{
	border:none;
}

ul#menu-institutionalnav{
	background:transparent url(images/institutional_nav_home_button.png) top left no-repeat;
	padding-left:90px;
	height:30px;
}
#access ul#menu-institutionalnav li:first-child{
	padding: 2px 10px;
}	

/*
.page-id-615 #access li:first-child a,
.parent-pageid-615 #access li:first-child a,
.parent-pageid-617 #access li:first-child a,
.parent-pageid-617 #access li:first-child a,
.parent-pageid-893 #access li:first-child a, 
.parent-pageid-1502 #access li:first-child a,
.parent-pageid-894 #access li:first-child a,
.parent-pageid-905 #access li:first-child a,
.parent-pageid-906 #access li:first-child a{
	display:block;
	background:transparent url(images/institutional_nav_home_button.png) top left no-repeat;
	width:89px;
	height:18px;
	outline:none;
	text-indent:-9000px;
}
*/

.page-id-877 #access li:first-child a,
.debates #access li:first-child a,
.single-debates #access li:first-child a,
.corpus-debates-single #access li:first-child a{
	display:block;
	background:transparent url(images/concertations_debates_nav_home_button.png) top left no-repeat;
	width:157px;
	height:18px;
	outline:none;
	text-indent:-9000px;
}



#access .menu-header,
div.menu {
	font-size: 13px;
}
.page-id-615 #access .menu-header,
.parent-pageid-615 #access .menu-header{
	margin-left:0;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	padding: 2px 10px;
	position: relative;
	background:transparent url(images/main_nav_separator.png) 0 6px no-repeat;
}
#access div.menu li:first-child{
	padding-left: 0;
	background: 0;
}

#access .menu-header li:first-child {
  background:none;
	border:none;
}
#access ul ul{
	display:none;
}
#access #menu-mainnav{
	padding-left:62px;
}
#access .menu-header li:first-child a{
	border:none;
}  

#access a {
	color: #4E4949;
  display: block;
  font: 0.9em "PraxisComBold";
  height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
#access a:before {
	content:'';
}
#access a:after {
	content:'';
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	border-bottom:solid 7px #e30059;
	color:#e30059;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	border-bottom:solid 7px #e30059;
	color:#e30059;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
	background:#f0edeb;
}
#content {
	margin-bottom: 36px;
}
#content .headillu{
}
#content .postsList .post{
  border-bottom:solid 1px #d7c8be;
  padding-bottom:24px;
  margin-bottom:24px;
}
.single #content .post,
.page #content .post{
}

#content .post .entry{
  float:left;
}
#content .post .entry.hasIllustration{
  width:302px;
}  
#content .archives .post .entry.hasIllustration{
	width: 300px;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	/*color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;*/
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	background: none repeat scroll 0 0 #E30059;
  border-radius: 5px;
  color: #FFFFFF;
  font: 1.2em "PraxisComSemibold";
  margin-right: 4px;
  padding: 3px 7px;
  text-decoration: none;
  text-transform: uppercase;
  float:left;
  margin:10px 0 40px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.search-title{
  font:normal 1em "PraxisComLight";
  color:#696969;
  margin:0 0 30px 0;
}
.search-title span{
  color:#e30059;
}  

#content .entry-title {
	color: #514747;
  font: 2.25em/1em "PraxisComLight";
  letter-spacing: -0.06em;
  margin: 40px 0 20px;
}
#content h2{
  color: #595050;
  font-family: "PraxisComLight";
  font-size: 1.8em;
  margin-bottom: 20px;
	margin-top:40px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0 0 0 0;
	color:#6d6262;
	font-size:0.9em;
	font-family: Arial;
}
.entry-content a,
.entry-summary a {
	color:#E30059;
}
.entry-content a:hover,
.entry-summary a:hover {
	text-decoration:underline;
}	

#chapo{
	color: #E30059;
  font-size: 1.3em;
  margin: 15px 0;
	text-align:justify;
	clear:both;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

#content .entry-content .encadre{
  border-left: 2px solid #645F5F;
  border-right: 2px solid #645F5F;
  float: right;
  margin: 0 0 0 20px;
  padding: 10px 15px;
  width: 180px;
  font:normal 0.8em/1.5em "PraxisComSemiBold";
  color:#4e4949;
  
}
#content .entry-content .encadre h3{
  font:normal 1.4em "PraxisComSemiBold";
  margin-bottom:10px;
}  
#content .entry-content .encadre p{
  margin:0;
	font-family:"PraxisComLight";
}  

  

.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

/* =Single
-------------------------------------------------------------- */
/* Breadcrumbs */
.single{
}
.breadcrumbs{
  font:normal 0.7em "PraxisComSemiBold";
  color:#8e8d8c;
  margin-bottom:15px;
}
.breadcrumbs a{
  color:#595454;
  text-decoration:none;
}
/* Category & date */
.single .metadata .date{
  font:normal 0.7em "PraxisComSemibold";
}
.single .category ul{
  display: inline;
  margin: 0;
}
.single .category ul li{
  display: inline;
  list-style: none outside none;
}
.single .category ul li a{
  background: none repeat scroll 0 0 #E30059;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  font: 0.7em "PraxisComSemibold";
  margin-right: 4px;
  padding: 1px 3px;
  text-decoration: none;
  text-transform: uppercase;
}
.single .comments .date{
  font: 0.7em "PraxisComSemibold";  
}   

/* Tags */
.tags{
  border:solid 1px #dad7d4;
  border-left:0;
  border-right:0;
  color:#a6a2a2;
  padding:8px 0;
  margin-bottom:20px;
  font:normal 0.75em/1em "PraxisComSemiBold";
}
.tags a{
  text-decoration:none;
  color:#e30059;
}  
/*.share*/
.share{
	height:30px;
	clear:both;
	margin-bottom:10px;
}
.share iframe{ float:left; }
.share a.shareEmail,
.share a.sharePrint{
  display:block;
  text-indent:-9000px;
  outline:none;
  height:20px;
  margin-right:10px;
  float:left;
}
.share a.shareEmail{
  background:transparent url(images/btn_share_email.png) top left no-repeat;
  width:102px;
  position:relative;
}
.share a.sharePrint{
  background:transparent url(images/btn_share_print.png) top left no-repeat;
  width:72px;
}
.share div{
  position:relative;
  float:left;
}
.share form#shareEmail{
  height: 400px;
  left: -28px;
  position: absolute;
  top: 10px;
  width: 350px;
  background:transparent url(images/bg_share_email_form.png) top left no-repeat;

}  
.share form#shareEmail fieldset{
  padding:30px;
}  
.share form#shareEmail fieldset.processing{
  background:transparent url(images/loading.gif) center center no-repeat;
  text-align:center;
  height: 220px;
  padding-top: 100px;
}  

.share form#shareEmail p{
  margin-bottom:15px;
}  

.share form#shareEmail label{
  display:block;
  color:#bab5b1;
  font:normal 0.8em "PraxisComSemiBold";
}  
.share form#shareEmail input.text{
  width:294px;
  border:0;
  height:27px;
  background:transparent url(images/share_email_text_field.png) top left no-repeat;
  padding:0 5px;
  font-size:0.8em;
}
.share form#shareEmail textarea{
  height: 105px;
  width: 290px;
  border-radius:3px;
  font-size:0.8em;
}

.share form div.alertBox{
  float: right;
  font-size: 0.7em;
}

/* Transversale page nav */
nav#transversale_pages_nav,
#web_external_link{
	padding:10px 15px;
	background:#E30059;
	border-radius:5px;
	color:#FFF;
	font:normal 1em/1.6em "PraxisComSemiBold";
}
#web_external_link{
	margin-bottom:30px;
}	
nav#transversale_pages_nav a,
#web_external_link a{
	color:#FFF;
	font-weight:bold;
}

/* EntryUtility */
.entryUtility{}
.entryUtility .socialShareAbove{
  float:left;
  padding-right:22px;
  margin-right:22px;
  border-right:solid 1px #dad7d4;
  height: 60px;
}
.twitter-share-button{
  float:left;
  margin-right:10px;
}
.entryUtility .author,
.entryUtility .avatar,
.entryUtility .authorDetails{
  float:left;
}
.entryUtility .authorDetails{
	width:230px;
}
.entryUtility .author{
  width:314px;
}

.entryUtility .avatar{
  margin-right:15px;
  width:60px;
}

.entryUtility .authorName{
  font:normal 1em/1.6em "PraxisComSemiBold";
  color:#645f5f;
}
.entryUtility .authorName a{
  text-decoration:none;
  color:#645f5f;
}  
.entryUtility .authorName a:hover{
  color:#e30059;
}  
.entryUtility .authorDescritpion{
  font:normal 0.8em/0.9em "PraxisComLight";
  color:#a6a2a2;
  width:245px;
}  

/* # relatedPosts */
#relatedPosts{
  margin-top:50px;
}
.single-dossiers #relatedPosts{
  background:#FFF;
  padding:12px;
  border-radius:10px;
}
#relatedPosts div.title{
  background: url("images/subtitle_line_background.png") repeat-x scroll center center transparent;
  color: #4E4949;
  font: 0.9em "PraxisComBold";
  margin-bottom: 12px;
  text-transform: uppercase;
}
#relatedPosts div.title span{
  background: none repeat scroll 0 0 #F0EDEB;
  display: block;
  float: left;
  padding-right: 5px;
}
.single-dossiers #relatedPosts div.title span{
  background:#FFF;
}  

#relatedPosts ol{
  border-bottom:solid 1px #4e4949;
  margin:0;
  padding:0;
}
#relatedPosts ol li{
  list-style:none;
  border-top:solid 1px #dad7d4;
  padding:10px 0;
}
#relatedPosts ol li:first-child{
  border:0;
}
#relatedPosts ol li a{
  color:#524646;
  font:normal 1em/1.4em "PraxisComLight";
}
#relatedPosts ol li a:hover{
  color:#E30059;
}  

/* linkedPosts */
#linkedPosts{
  margin-top:40px;
}
#linkedPosts div.title{
  background: url("images/subtitle_line_background.png") repeat-x scroll center center transparent;
  color: #4E4949;
  font: 0.9em "PraxisComBold";
  margin-bottom: 20px;
  text-transform: uppercase;
  height:15px;
}
#linkedPosts div.title span{
  background: none repeat scroll 0 0 #F0EDEB;
  display: block;
  float: left;
  padding-right: 5px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}


#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	position:relative;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
div#comments-title {
	background:transparent url(images/bg_comment_count_box.png) top left no-repeat;
	color: #DAD6D4;
  font: 1.6em "PraxisComSemiBold";
  height: 28px;
  letter-spacing: -0.065em;
  padding: 9px 20px;
  width: 459px;
  margin-bottom:35px;
}
div#comments-title span{
  color:#FFF;
}  
 

.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #bab5b1;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 80px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
  font:normal 1.3em/1.5em "PraxisComLight";
  color:#605a5a;
}
.comment-author a{
  color:#605a5a;
  text-decoration:none;
}
.comment-author a:hover{
  color:#E30059;
}  
.comment-body{
  color:#726b6b;
  font-size:0.8em;
	font-family:"Arial";
}

.comment-meta {
	margin: 0 0 18px 0;
	text-align:right;
	font:normal 0.7em/1.5em "PraxisComSemiBold";
  
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #E30059;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #E30059;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
	display:none;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	color: #807A7A;
  font: 1.6em "PraxisComSemiBold";
  letter-spacing: -0.04em;
  margin: 25px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
.form-submit input {
	background:transparent url(images/comment_submit_form.png) top left no-repeat;
  border: medium none;
  text-indent: -9000px;
  width: auto;
  width:99px;
  height:26px;
}
.form-submit input.disabled{
	background:transparent url(images/comment_submit_disabled_form.png) top left no-repeat;
}
#accept_general_conditions{
	font-size: 0.85em;
  left: 108px;
  bottom: 20px;
	position:absolute;
}
#respond #accept_general_conditions input{
	width:20px;
}
/* =Home specific post List
-------------------------------------------------------------- */
.postsList{
  font-size:0.8em;
}
.postsList.archives{
	border-radius:8px;
	background:#c7c2be;
	padding:15px;
	margin-left:-15px;
	width:485px;
}
.archives div.hidden_archives{
	display:none;
}
.postsList ul.post-categories{
  display: inline;
  margin: 0;
}
.archives a#all_archives{
	display:block;
	text-align:right;
	text-transform:uppercase;
	font: 0.85em "PraxisComSemibold";
	border-top:solid 1px #645f5f;
	padding:5px 15px;
	background:transparent url(images/arraow_debates_archives.png) center right no-repeat;
}

.postsList ul.post-categories li{
  display: inline;
  list-style: none outside none;
}
  
.postsList ul.post-categories li a{
  background: none repeat scroll 0 0 #E30059;
  border-radius: 2px;
  color: #FFFFFF;
  font: 0.85em "PraxisComSemibold";
  margin-right: 4px;
  padding: 1px 5px;
  text-decoration: none;
  text-transform: uppercase;
}  
.archive .postsList ul.post-categories li a{
  background:#bab5b1;
  text-shadow:1px 1px 1px #999;
}  
.postsList .metadata .date{
  font: 0.9em "PraxisComSemibold";
}  

.postsList h3{
  color: #483d3d;
  font: 2em/0.9em "PraxisComLight";
  margin-bottom: 26px;
  margin-top: 20px;
}

.postsList div.post:hover h3 a{
  color:#E30059;
}  

.postsList div.intro{
  color: #777474;
  font: 1em/1.35em "PraxisComLight";
}  
.postsList span.readMore{
  color:#e30059;
  text-decoration:none;
  font-size:0.9em;
  margin-right:8px;
  font-family:"PraxisComSemiBold";
}  
.postsList span.comments a{
  color:#777474;
  text-decoration:none;
  font-size:0.9em;
  background:transparent url(images/comments_readmore_separator.png) center left no-repeat;
  padding-left:10px;
  font-family:"PraxisComSemiBold";
  
}  
.postsList span.entries_type,
.metadata span.entries_type{
	background: none repeat scroll 0 0 #E30059;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  font: 0.85em "PraxisComSemibold";
  margin-right: 4px;
  padding: 1px 5px;
  text-decoration: none;
  text-transform: uppercase;
}
.single-debates .metadata span.entries_type{
	font-size:0.65em;
}
/* goto debates */
a.goto_participate{
	display:block;
	text-indent:-9000px;
	outline:none;
	width:499px;
	height:62px;
	background: url("images/label_participate_concertation.png") no-repeat scroll center top transparent;
}
a.anchor_link{
	height:0;
	text-indent:-9000px;
	overflow:hidden;
	display:block;
	outline:none;
	line-height:0;
}

/* Debates Summary */
#summary{}
#summary ul{
	margin:40px 0;
}	
#summary ul li{
	list-style:none;
	padding-bottom:24px;
	margin-bottom:24px;
	border-bottom:solid 1px #dad7d4;
}
#summary ul li.fancy{
	cursor:pointer;
}
#summary ul li div.illu{
	width:86px;
	height:96px;
	overflow:hidden;
	margin-right:22px;
	float:left;
}
#summary ul li div.description{
	width:390px;
	float:left;
}
#summary ul li div.description h3 a{
	font-size:1.2em;
	line-height:1em;
	margin:0 0 10px 0;
}
#summary ul li div.description .excerpt{
	font-size:0.85em;
}
#summary ul li div.description span.readMore{
	display:block;
	color:#e30059;
	margin-top:6px;
	font-family:"PraxisComSemiBold";
	font-size:0.8em;
}

/* Calendar */
.calendar{
  margin:20px 0;
}
.calendar ul{
  border-bottom:solid 1px #645f5f;
  margin-bottom:0;
}
.calendar ul li{
  margin:10px 0;
  height:56px;
  overflow:hidden;
}
.calendar ul li.archived{
	opacity:0.45;
}	
.calendar ul li a{
  font:normal 1.25em/1.1em "PraxisComLight";
  color:#463c3c;
}
.calendar ul li:hover a{
  color:#e30059;
  text-decoration:none;
}

.calendar li.first-child{
  margin-top:10px;
}
.calendar li:hover span.date{
  color:#e30059;
}
.calendar span.date{
  float:left;
  display:block;
  background:#FFF;
  padding:6px 10px;
  font-family:"PraxisComSemiBold";
  color:#bab5b1;
  text-align:center;
  margin-right:8px;
}  
.calendar span span{
  display:block;
}  
.calendar span.day{
  font-size: 1.9em;
  padding-top:4px;
}
.calendar span.month{
  font-size: 1.2em;
}  
/* .facebook */
#secondary .facebook{
  position:relative;
  clear:both;
  margin-top:20px;
}
.facebook>div{
  position:absolute;
  background:#F0EDEB;
}
.facebook>div.mask1{
  width:1px;
  top:0;
  left:0;
  width:308px;
  height:1px;
}
.facebook>div.mask2{
  height: 255px;
  left: 0;
  top: 0;
  width: 1px;
}
.facebook>div.mask3{
  height: 24px;
  left: 0;
  top: 234px;
  width: 308px;
}
.facebook>div.mask4{
  height: 255px;
  right: 0;
  top: 0;
  width: 1px;
}

.subtitle{
  color: #4E4949;
  font: 0.9em "PraxisComBold";
  text-transform: uppercase;
  background:transparent url(images/subtitle_line_background.png) center center repeat-x;
  margin-bottom:12px;
}  
.archives .subtitle{
	background:transparent url(images/archives_subtitle_line_background.png) center center repeat-x;
}
.subtitle span{
  display: block;
  float: left;
  padding-right: 5px;
  background:#f0edeb;
}
.archives .subtitle span{
	background:#c7c2be;
}

/* Other posts */
#otherPosts{
  margin-bottom:40px;
	display:none;
}
#otherPosts ul {
  margin:0;
  border-bottom:solid 1px #4e4949;
}  

#otherPosts ul li{
  border-top:solid 1px #dad7d4;
  margin:0;
  list-style:none;
  padding:10px 2px;
}
#otherPosts ul li:first-child{
  border:none;
}  
#otherPosts ul li a{
  font: 1.2em/1.35em "PraxisComLight";
  color:#4e4545;
  text-decoration:none;
}  
#otherPosts ul li a:hover{
	color:#E30059;
}	


#otherPosts a.viewAllPosts{
  color: #4E4949;
  float: right;
  font: 0.8em/15px "PraxisComSemibold";
  margin-top: 4px;
  padding-right: 17px;
  text-decoration: none;
  background:transparent url(images/arrow_view_all_posts.png) center right no-repeat;
}

/* Media */
.media .stdTitle{
  margin-bottom:10px;
}
.media a.mostReadedButton,
.media a.mostCommentedButton{
  color:#4e4949;
  width: 148px;
  float:left;
  text-align:center;
  font:normal 0.9em/1em "PraxisComSemiBold";
}
.media span.separator{
  float:left;
  font:normal 0.5em "PraxisComLight";
}
.media a.mostReadedButton:hover,
.media a.mostCommentedButton:hover
{
  text-decoration:none;
}
.media a.mostReadedButton:hover span,
.media a.mostCommentedButton:hover span,
.media a.current span{
  text-decoration:none;
  border-bottom:solid 2px #4e4949;
}  

.media ul{
  margin:30px 0 0 0;
  padding:0;
}

.media ul li a{
  display:block;
  padding:8px 0;
  border-bottom:solid 1px #cdc9c6;
  font:normal 1.35em/1.15em "PraxisComLight";
  color:#625656;
}
.media ul li a:hover{
  color:#e30059;
  text-decoration:none;
}

.media a.all,
.calendar a.all{
  background: url("images/arrow_view_all_posts.png") no-repeat scroll right center transparent;
  color: #4E4949;
  float: right;
  font: 1em/15px "PraxisComSemibold";
  margin-top: 4px;
  padding-right: 17px;
  padding-top:2px;
  text-decoration: none;
}

a.all:hover{
  color:#e30059;
  text-decoration:none;
}

#publications.media ul{
	margin-top:0;
}
/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */

/*
#####
Tools pre-sidebar
#####
*/
  
#pre_sidebar.tools{
  float: right;
  height: 39px;
  margin: 0;
  padding-top: 12px;
  width: 484px;
  margin-bottom:20px;
  /*
  border:solid 1px #bab5b1;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1)
  background: url("images/bg_header_tools.png") no-repeat scroll left top #F0EDEB;
  */
}

#pre_sidebar.tools form{
  float: left;
  margin: 0 22px 0 0;
  width: 304px;
  height:30px;
}

#pre_sidebar.tools form input#s{
  width:238px;
  height:29px;
  background:transparent url(images/search_field.png) top left no-repeat;
  border:none;
  float:left;
  color:#a09289;
  padding:0 10px;
  padding-top:1px;
  font:normal 1em "Trebuchet Ms";
  box-shadow:none;
  line-height:30px;
}
#pre_sidebar.tools form input#searchsubmit{
  float:left;
}


#pre_sidebar.tools a{
  display:block;
  float:left;
  margin-right:27px;
  width:26px;
  height:28px;
  outline:none;
  text-indent:-9000px;
  background:transparent url() center center no-repeat;
}
  #pre_sidebar.tools a.rss{background-image:url(images/btn_picto_rss.png);}
  #pre_sidebar.tools a.facebook{background-image:url(images/btn_picto_facebook.png);}
  #pre_sidebar.tools a.twitter{background-image:url(images/btn_picto_twitter.png); margin-right:0;}



#main .widget-area ul {
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
  margin:0 14px;
}
#primary div.box{
  background:#FFF;
  margin-bottom:28px;
  padding:17px 0;
  
}
#primary span.title{
  border:solid 1px #bdbec1;
  border-right:0;
  border-left:0;
  display: block;
  font: 1.3em/1.1em "PraxisComBold";
  margin: 0 12px 11px;
  padding: 6px 0;
  text-align: center;
  text-transform: uppercase;
}
/*
	Institutional Pages
*/
#primary .institutional_pages span.title{
	margin-left:0;
	margin-right:0;
}
#primary .institutional_pages ul li{
	list-style:none;
	text-align:center;
	padding:5px 8px;
	font-size:1.3em;
	border-bottom:solid 1px #bdbec1;
}
#primary .institutional_pages ul li:hover{
	background:#e30059;
	color:#FFF;
	border-radius:3px;
	border-color:#f0edeb;
}
#primary .institutional_pages ul li:hover a{
	color:#FFF;
	text-decoration:none;
}

#primary h5{
  margin:10px 12px;
  font:normal 1.3em/0.95em "PraxisComLight";
  color:#221d1d;
}
#primary #edito:hover h5{
  color:#E30059;
}

#primary #edito>p{
  margin:0 12px;
  font:normal 1em/1.1em "PraxisComLight";  
}
#primary #edito .meta{
  background:#4e4949;
  margin-top:10px;
  overflow: hidden;
}
#primary #edito div.authorAvatar{
  float:right;
  width:50px;
  height:65px;
  margin-left:4px;
  overflow:hidden;
  text-indent:-9000px;
}  
#primary #edito .meta .author{
  color: #FFFFFF;
  display: block;
  font: 1.1em/1.1em "PraxisComSemiBold";
  margin: 0 0 5px 12px;
  padding-top: 8px;
}  
#primary #edito .meta .authorTitle{
  font:normal 0.8em/1.1em "PraxisComSemiBold";  
  color:#a6a2a2;
  display:block;
  margin: 0 0 0 12px;
  padding-bottom: 6px;
}  
/* #SameCatEntries */
#sameCatEntries ul{
  margin:12px;
}
#sameCatEntries ul li{}
#sameCatEntries ul li a{
  color:#221D1D;
  font:1.2em/1.1em "PraxisComLight";
  border-bottom: 1px solid #BDBEC1;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display:block;
}
#sameCatEntries ul li a:hover{
  color:#E30059;
  text-decoration:none;
}  


/* Dossiers Sidebar */
#primary #dossiers h5{
  border-bottom:solid 1px #bdbec1;
  padding-bottom:15px;
  margin-bottom:15px;
}
#primary #dossiers div:hover h5{
  color:#E30059;
}  
#primary #dossiers a.all{
  background: url("images/arrow_view_all_posts.png") no-repeat scroll right center transparent;
  color: #4E4949;
  float: right;
  font: 1em/15px "PraxisComSemibold";
  margin:-10px 12px 0 0;
  padding-right: 17px;
  padding-top: 2px;
  text-decoration: none;
}
#primary #dossiers a.all:hover{
  color:#E30059;
} 

/* Last Debates Reactions */ 
#primary div#selected_reaction{
	
}
#primary div#selected_reaction ul{
	
}
#primary div#selected_reaction ul li{
	margin:15px 12px;
	border-top:solid 1px #CCC;
}
#primary div#selected_reaction ul li:first-child{
	border:none;
}	
#primary div#selected_reaction .post_title{
	font:1.3em/1.1em "PraxisComLight";
	margin:15px 0 15px 0;
	color:#221d1d;
}
#primary div#selected_reaction .reaction_excerpt{
	color:#777474;
	margin:0 0 10px 0;
	line-height:1.1em;
}
#primary div#selected_reaction .reaction_author{
	color:#FFF;
	margin:0 0 0 -12px;
	width:188px;
	font: 1em/15px "PraxisComSemibold";
  padding:4px 12px;
	background:#4e4949;
}

/* onTheWeb */

#primary #onTheWeb h5 a{
  border-bottom:solid 1px #bdbec1;
  padding-bottom:15px;
  margin-bottom:15px;
  display:block;
  color:#221D1D;
}
#primary #onTheWeb div:hover h5 a{
  color:#E30059;
  text-decoration:none;
}

#secondary {
}
#secondary .stdTitle{
  font:normal 1.5em/1.3em "PraxisComSemiBold";
  border:solid 3px #bab5b1;
  border-left:none;
  border-right:none;
  display:block;
  padding: 4px 0;
}

/* Newsletter */
body>a.fancy{
	position:absolute;
	top:-400px;
	left:-9000px;
}
#secondary .newsletter{
  width:300px;
  height:96px;
  margin-bottom:20px;
	cursor:pointer;
  background:transparent url(images/bg_newsletter_signup.png) top left no-repeat;
}
#secondary .newsletter .title,
#secondary .twitter .title{
  font:normal 1.5em/1.3em "PraxisComBold";
  color:#FFF;
  display:block;
  text-align:center;
  border-bottom:solid 1px #FFF;
  margin:0 12px 12px 12px;
  padding:10px 0 8px 0;
}  

#secondary .newsletter form{
  width:275px;
  margin:0 auto;
}

#secondary .newsletter input.email{
  background:transparent url(images/field_newsletter.png) top left no-repeat;
  width:223px;
  box-shadow:none;
  border:none;
  height:28px;
  float:left;
  padding:0 6px;
  color:#e30059;
  font:normal 1em "PraxisComSemibold";
  
}
#secondary .newsletter input.submit{
  float:left;
}

/* Twitter */
#secondary .twitter{
  width:300px;
  height:96px;
  margin-bottom:20px;
	cursor:pointer;
  background:transparent url(images/bg_newsletter_signup.png) top left no-repeat;
}
#secondary .twitter iframe{
	margin-left:64px;
	width:160px;
}
/* Campus */
#secondary .campus{
  margin-bottom:20px;
}
#secondary .campus a{
  display:block;
  background:transparent url(images/btn_campus.png) top left no-repeat;
  width:300px;
  height:122px;
  outline:none;
  text-indent:-9000px;
	margin-bottom:15px;
	margin-top:15px;
}

#secondary .campus .custom_banner a{
	height:auto;
	text-indent:0;
	background:none;
	border-radius:10px;
}

/* debates */
.debates{
  margin:15px 0;
}


/* parisSaclay */
.parisSaclay{
  margin:15px 0;
}
	.page-id-615 .parisSaclay{ display:none; }
	.parent-pageid-615 .parisSaclay{ display:none; }

.parisSaclay a{
  display:block;
  width:106px;
  height:92px;
  outline:none;
  text-indent:-9000px;
  background-position:top left;
  float:left;
  margin: 10px 22px;
}
.parisSaclay a:hover{
  background-position:bottom left;
}
.parisSaclay a.project{ background-image : url(images/btn_project.png); }
.parisSaclay a.presentation{ background-image : url(images/btn_presentation.png) ; }
.parisSaclay a.actors{ background-image : url(images/btn_actors.png) ; }
.parisSaclay a.actions{ background-image : url(images/btn_actions.png) ; }

/* Réactions */
.reactions{
  background:transparent url(images/reactions_box_bottom.png) bottom left no-repeat;
}
.reactions .ctn{
  background:transparent url(images/reactions_box_top.png) top left no-repeat;
  padding-bottom:5px;
}  

.reactions .title{
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: block;
  font: 1.65em/1.3em "PraxisComSemiBold";
  margin: 12px;
  padding: 10px 0 8px;
  text-align: center;
}
.reactions .ctn div{
  margin:10px 15px;
  padding-bottom:5px;
  color:#FFF;
  font:normal 1.15em/1.3em "PraxisComSemiBold";
  
}
.reactions .ctn div span.author{
  border-top:solid 1px #FFF;
  display:block;
  margin-top:10px;
  padding:5px 0;
  text-align:right;
}  
  

/* Footer widget areas */
#footer-widget-area {
}

/* Archive Agenda */
.post-type-archive-agenda .strike{
  opacity:0.4;
}
.post-type-archive-agenda .post span.date{
  float:left;
  display:block;
  background:#FFF;
  padding:6px 10px;
  font-family:"PraxisComSemiBold";
  color:#bab5b1;
  text-align:center;
  margin-right:8px;
}  
.post-type-archive-agenda .post span span{
  display:block;
}  
.post-type-archive-agenda .post span.day{
  font-size: 1.9em;
  padding-top:4px;
}
.post-type-archive-agenda .post span.month{
  font-size: 1.2em;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin:0;
}
#footer ul{
  margin:0;
}
/* Middle Footer */
#middleFooter{
  /* height:335px; */
	height:98px;
}  

#middleFooter ul{
  width:100%;
  margin-top:30px;
}

#middleFooter ul li{
  float:left;
  list-style:none;
  margin-left:74px;
}
#middleFooter ul li:first-child{
  margin-left:0;
  margin-right:-4px;
}  

#middleFooter ul li a{
  display:block;
  text-indent:-9000px;
  outline:none;
  width:105px;
  height:149px;
  background-position:top left;
  float:left;
}
#middleFooter ul li a:hover{
  background-position:bottom left;
}  
  #middleFooter ul li a.parissaclay{background-image: url(images/btn_footer_parissaclay.png);}
  #middleFooter ul li a.project{background-image: url(images/btn_footer_project.png);}
  #middleFooter ul li a.actions{background-image: url(images/btn_footer_actions.png);}
  #middleFooter ul li a.actors{background-image: url(images/btn_footer_actors.png);}
  #middleFooter ul li a.press{background-image: url(images/btn_footer_press.png);}
  #middleFooter ul li a.employ{background-image: url(images/btn_footer_employ.png);}
  

#footer .footerLogo{
	display:none;
  text-indent:-9000px;
  background:transparent url(images/footerLogo.png) center center no-repeat;
  height:127px;
}

/*TempBox*/
.tempBox a{
  display:block;
  text-indent:-9000px;
  outline:none;
  background:transparent url(images/footer_temp_box.jpg) top left no-repeat;
  width:322px;
  height:402px;
}
.tempBox a:hover{
  /*background:transparent url(images/footer_temp_box_hover.jpg) top left no-repeat;*/
}  



#middleFooter{
	display:none;
  background:#dad6d4;
}
/* Bottom Footer */
#bottomFooter{
  background:#e30059;
  padding:40px 0;
}

#bottomFooter ul.socialLinks{
  width:584px;
  margin:0 auto;
}

#bottomFooter ul.socialLinks li{
  float:left;
  list-style:none;
  margin-left:74px;
}
#bottomFooter ul.socialLinks li:first-child{
  margin-left:0;
  margin-right:-4px;
}  

#bottomFooter ul.socialLinks li a{
  display:block;
  text-indent:-9000px;
  outline:none;
  width:83px;
  height:87px;
  background-position:top left;
  float:left;
}
#bottomFooter ul.socialLinks li a:hover{
  background-position:bottom left;
}  
  #bottomFooter ul li a.newsletter{background-image: url(images/btn_footer_newsletter.png);}
  #bottomFooter ul li a.rss{background-image: url(images/btn_footer_rss.png);}
  #bottomFooter ul li a.twitter{background-image: url(images/btn_footer_twitter.png);}
  #bottomFooter ul li a.facebook{background-image: url(images/btn_footer_facebook.png);}
/* .bottomLinks */
#bottomFooter ul.bottomLinks{
 width:880px;
 margin:50px auto 50px auto;
}
#bottomFooter ul.bottomLinks li{
  margin:0 16px 0 0;
  float:left;
  list-style:none;
}  
#bottomFooter ul.bottomLinks li a{
  padding-left:16px;
  text-decoration:none;
  font:normal 1.3em/1.3em "PraxisComBold";
  color:#FFF;
  background:transparent url(images/bottom_footer_nav_separator.png) center left no-repeat;
  text-shadow:1px 1px 1px #222;
} 
#bottomFooter ul.bottomLinks li:first-child a{
  background:none;
  padding:0;
  margin:0;
}  

#bottomFooter ul.bottomLinks li a:hover{
  color:#5e0025;
  text-shadow:none;
  
}  


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	h1,h2,h3,h4,h5{
		font-family:"Arial";
	}
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header,
	#footer,
	#mainNav,
	.entryUtility,
	#comments,
	.breadcrumbs {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
		display:none;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
	#header,
	#footer,
	#mainNav,
	.entryUtility,
	#comments,
	.breadcrumbs,
	.share {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
		display:none;
	}
}
/* Map */
#map{
  text-indent:-9000px;
	display:none;
  background:transparent url(images/saclay-map.jpg) top left no-repeat;
  width:499px;
  height:392px;
}
/* new clearfix */
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.uc{
  text-transform:uppercase;
}
.tac{
  text-align:center;
}
.tdn{
  text-decoration:none;
}
.clickArea{
  cursor:pointer;
}
.hiddenLink{
  position:absolute;
  top:-9999em;
  left:-9999em;
}
#alt-login-methods>p
{float:left; margin-right:0px;}


#respond input{
  width:120px;
}

#respond p.comment-form-author,
#respond p.comment-form-email{
  width:120px;
  float:left;
  }
#commenterInfo{
  float:left;
} 
input#author,
input#user_name{
  background:transparent url(images/comment_field_name.png) top left no-repeat;
  width:102px;
  height:27px;
  border:0;
  padding:0;
  box-shadow:none;
  padding:0 5px;
  font:normal 0.8em "PraxisComSemiBold";
  color:#bab5b1;
}
input#email{
  background:transparent url(images/comment_field_email.png) top left no-repeat;
  width:170px;
  height:27px;
  border:0;
  padding:0;
  box-shadow:none;
  padding:0 5px;
  font:normal 0.8em "PraxisComSemiBold";
  color:#bab5b1;
}
.comment-form-comment label{
  display:none;
}
.comment-form-comment textarea{
  border-radius:4px;
}

/* Facebook Connect Button*/
#RES_ID_fb_login{
  background:transparent url(images/facebook_connect_button.png) top left no-repeat !important;
  width:89px;
  height:21px;
  overflow:hidden;
}
span#RES_ID_fb_login_text{
  display:none !important;
}
#alt-login-methods{
  float: left;
  margin-right: 9px;
  padding-right: 9px;
  padding-top: 3px;
  border-right:dashed 1px #dad7d4;
}
#alt-login-methods p{
  height: 21px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  margin-right:11px;
}
.strike{
  text-decoration:line-through;
}


span.relevanssi-query-term{
  color:#e30059;
  background:#FFF;
}
.smooth_zoom_preloader {
	background: transparent url(zoom_assets/preloader.gif) center center no-repeat;
}

/*
##
	Slider
##
*/

#featured_posts>ul{
	position:relative;
	margin:0;
	height:344px;
}
#featured_posts>ul>li{
	position:absolute;
	display:none;
	list-style:none;
}
#featured_posts>ul li hgroup{
	position: absolute;
	bottom:50px;
	right:50px;
	text-align:right;
	width:300px;
}
#featured_posts>ul li hgroup h2{
	color:#575757;
	padding:10px 12px;
	background: #FFF;
	font-size:2em;
	margin-top:8px;
	line-height: 0.9em;	
	display: inline-block;
}
#featured_posts>ul li hgroup:hover h2{
	color:#E30059;
}
/*
#featured_posts>ul li hgroup h3{
	color:#FFF;
	padding:10px 12px;
	background: #909090;
	font-size:1.1em;
	display: inline-block;
}
*/
#featured_posts>ul li.current{
	display:block;
}
#featured_posts>ul li ul.post-categories li{
	list-style:none;
}
#featured_posts>ul li ul.post-categories li a{
	background: none repeat scroll 0 0 #E30059;
	border-radius: 2px;
	color: #FFFFFF;
	font: 0.95em "PraxisComSemibold";
	margin-right: 0px;
	padding: 1px 5px;
	text-decoration: none;
	text-transform: uppercase;
}


#featured_posts nav#diapo_nav{
	position:absolute;
	bottom:0;
	left:8px;
	z-index:9999;
}
#featured_posts nav#diapo_nav a{
	display:inline-block;
	background:#FFF;
	font-size:0.9em;
	border-right:solid 1px #221d1d;
	padding:0 4px;
	font-family: "PraxisComBold";
	opacity:0.7;
}
#featured_posts nav#diapo_nav a.current{
	color:#E3004F;
	opacity:1;
}