/*
Theme Name: Rendez-vous pour la France
Theme URI: 
Description: Thème du site Rendez-vous pour la France
Author: Agence Publics
Version: 1.0
Tags: rendez-vous pour la france
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}#social-menu li:first-child {
    display: none;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.clb {
	clear: both;
	height: 0;
	width: 0;
	font-size: 1px;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

.grey-text{
  color: #a0a0a0 !important;
}

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

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

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 935px;
}

#content {
	margin: 0;
}

.two-column #content,
.two-column #content-inner{
	width: 550px;
	float: left;
	padding: 20px 40px 0 40px;
}

#sidebar,
#secondary {
	float: left;
	overflow: hidden;
	width: 265px;
}
#secondary {
	clear: right;
}

/*
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: Georgia, "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,
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 */
#access .menu-header,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 935px;
}
#wrapper {
	background:url("images/home/bg_container_principal.png") center 0 no-repeat;
	padding: 0 20px;
	position:relative;
}

#rightbkg {
	background:url("images/home/bg_body_right.png") no-repeat center;
	height:174px;
	position:absolute;
/*	right:0;*/
	width:100%;
	z-index: -1;
}

/* 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;
}
#site-generator {
	float: right;
	width: 220px;
}


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

/* Main global 'theme' and typographic styles */
body {
	background:url("images/home/bg_body_left.png") center 0 repeat-x #dedede;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #C4C4C4;
	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-style: italic;
	padding: 0 3em;
}
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;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

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


/* @=Header
-------------------------------------------------------------- */
#header {
	position: relative;
	padding-top: 175px;
}

#logo-header {
	position: absolute;
	right: 39px;

	top: 30px;
	z-index: 9999;
}

#logo-rdv {
	position: absolute;
	left: 110px;
	top: 10px;
	z-index: 9999;
}
/* @=Social menu
-------------------------------------------------------------- */
#social-menu {
	position: absolute;
	top: 125px;
	right: 0;
	list-style: none;
}

#social-menu li {
	background: url('images/backgrounds/bg-social-nav.jpg') repeat-x left top;
	height: 49px;
	float: left;
}

#social-menu li.first {
	background: url('images/backgrounds/bg-social-nav-left.png') no-repeat left top;
	padding-left: 7px;
}

#social-menu li.last {
	background: url('images/backgrounds/bg-social-nav-right.png') no-repeat right top;
	padding-right: 7px;
}

#social-menu li.first a,
#social-menu li.last a
{
	background: url('images/backgrounds/bg-social-nav.jpg') repeat-x left top;
}

#social-menu li a {
	color: #323232;
	display: block;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	height: 49px;
	text-decoration: none;
	width: 65px;
}

#social-menu li a span {
	border-right: 1px solid #efefef;
	border-left: 1px solid #c4c4c4;
	display: block;
	padding: 5px 10px 0;
}

#social-menu li.first a span {
	border-left: none;
}

#social-menu li.last a span {
	border-right: none;
}

#social-menu li a.twitter span,
#social-menu li a.facebook span {
	padding-top: 27px;
}

#social-menu li a.twitter span {
	background: url('images/icons/ico-twitter.png') no-repeat center 5px;
}

#social-menu li a.facebook span {
	background: url('images/icons/ico-facebook.png') no-repeat center 5px;
}

/* @=Menu
-------------------------------------------------------------- */
.menu {
	
}

#menu-navigation-principale.menu {
	margin-top: 15px;
	float: left;
}

#menu-navigation-principale li:last-child{
	margin-right:0;
	width:156px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#menu-navigation-principale li:last-child{
		width:155px;
		margin-right:0;
	}
}



.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.menu li {
	float: left;
	margin-right: 1px;
	width: 154.8px;
	text-align: center;
}

.menu li.last {
	margin-right: 0;
}


@media screen and (-webkit-min-device-pixel-ratio:0){
	.menu li {width: 155px;}
}

.menu li a {
	background: #d4d4d4 url('images/backgrounds/bg-main-nav.jpg') repeat-x left top;
	color: #404040;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 0;
	text-shadow: 1px 1px 0 #FFF;
	letter-spacing: 1px;
}

/* @=Thématique
-------------------------------------------------------------- */
#thematique {
	background: url('images/backgrounds/bg-secondary-nav.jpg') no-repeat left top;
	clear: both;
	padding-top: 30px;
	width: 935px;
/*	height: 95px;*/
/*height: 130px;*/
height: 110px;
}

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

#main {
	clear: both;
	overflow: hidden;
	position: relative;
	background-color:#FFFFFF;	
}

#content {
	margin-bottom: 36px;
}

#content, #content input, #content textarea {
	color: #333;
	font-size: 16px;
}

#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: #0e497d;
	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 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 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;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.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: 12px 0 0 0;
}
#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%;
}
.page-link {
	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;
}

#content h2.titre {
	color: #ababab; 
	text-transform: uppercase;
	font-size: 21px;
	font-weight:bold;
	font-family:Trebuchet MS;
  letter-spacing:-1px;
  text-transform:uppercase;
	margin-bottom: 10px;
	font-style:normal !important;
}

#content #edito p {
	color: #404040; 
	font-size: 16px;
	line-height: 20px;
}

#content #actu{
  font-family:Arial;
}

#content #actu #actu_detail{
  margin-bottom: 17px;
}

a.suite{
  font-family: Georgia, Arial, Helvetica, serif;
  text-decoration: none;
  color: #cc071e;
  font-size: 11px;
}

#content #actu #actu_entete {
  color: #ababab;
  font-size: 11px;
}

#content #actu #actu_entete a {
  color: #cc071e;
  text-decoration: none;
}

#content #actu #actu_title{
	margin-bottom: 10px;
}

#content #actu #actu_title a{
  color:#0e497d;	
  font-family: Georgia, Arial, Helvetica, serif;
  text-decoration:none;
  font-size:16px;
}

#content #actu #actu_content {
  font-size:12px;
  line-height:1.2em;
}

#content #actu #actu_content a{
  text-decoration:none;
  color:#404040;
}

#content #actu .post-categories{
  font-size:11px;
  list-style:none;
  margin:0;
  padding:0;
}

#content #actu .post-categories a{
   color:#cc071e;
}

#content #actu  a:hover{
  text-decoration:underline;
}

/* =Two Columns
-------------------------------------------------------------- */
/* Formulaires */
.form-container{
  background:#F1F1F1;
}

.form-container .form-inner{
  padding: 0 20px;
  font-family:Arial;
  font-size:12px;
}

.wpinscription_form_left{
  width:50%;
  float:left;
}

#wpinscription_form_left{
	margin-right: 10px;
	 width:50%;
}

#wpinscription_form_right{
	 width:48%;
}

#wpinscription_form_left,
#wpinscription_form_right {
	float: left;
}

.wpinscription_form_label{
	clear: both;
	float: left;
	width: 90%;
	margin-bottom: 10px;
}

.wpinscription_form_label input{
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

.wpinscription_form_label.last .requis{
	width: 100%;
}

.wpinscription_form_label.last input{
	width: 493px;
}

.wpinscription_form_label p{
	margin: 0 !important;
}
.wpinscriptnum_form_left{
  width:50%;
  float:left;
}

#wpinscriptnum_form_left{
	margin-right: 10px;
	 width:50%;
}

#wpinscriptnum_form_right{
	 width:48%;
}

#wpinscriptnum_form_left,
#wpinscriptnum_form_right {
	float: left;
}

.wpinscriptnum_form_label{
	clear: both;
	float: left;
	width: 90%;
	margin-bottom: 10px;
}

.wpinscriptnum_form_label input{
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

.wpinscriptnum_form_label.last .requis{
	width: 100%;
}

.wpinscriptnum_form_label.last input{
	width: 493px;
}

.wpinscriptnum_form_label p{
	margin: 0 !important;
}

/**********************/


.wpinscriptump_form_left{
  width:50%;
  float:left;
}

#wpinscriptump_form_left{
	margin-right: 10px;
	 width:50%;
}

#wpinscriptump_form_right{
	 width:48%;
}

#wpinscriptump_form_left,
#wpinscriptump_form_right {
	float: left;
}

.wpinscriptump_form_label{
	clear: both;
	float: left;
	width: 90%;
	margin-bottom: 10px;
}

.wpinscriptump_form_label input{
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

.wpinscriptump_form_label.last .requis{
	width: 100%;
}

.wpinscriptump_form_label.last input{
	width: 493px;
}

.wpinscriptump_form_label p{
	margin: 0 !important;
}

/********************/


.wpinscriptbis_form_left{
  width:50%;
  float:left;
}

#wpinscriptbis_form_left{
	margin-right: 10px;
	 width:50%;
}

#wpinscriptbis_form_right{
	 width:48%;
}

#wpinscriptbis_form_left,
#wpinscriptbis_form_right {
	float: left;
}

.wpinscriptbis_form_label{
	clear: both;
	float: left;
	width: 90%;
	margin-bottom: 10px;
}

.wpinscriptbis_form_label input{
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

.wpinscriptbis_form_label.last .requis{
	width: 100%;
}

.wpinscriptbis_form_label.last input{
	width: 493px;
}

.wpinscriptbis_form_label p{
	margin: 0 !important;
}

/********************/


.wpinscriptter_form_left{
  width:50%;
  float:left;
}

#wpinscriptter_form_left{
	margin-right: 10px;
	 width:50%;
}

#wpinscriptter_form_right{
	 width:48%;
}

#wpinscriptter_form_left,
#wpinscriptter_form_right {
	float: left;
}

.wpinscriptter_form_label{
	clear: both;
	float: left;
	width: 90%;
	margin-bottom: 10px;
}

.wpinscriptter_form_label input{
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

.wpinscriptter_form_label.last .requis{
	width: 100%;
}

.wpinscriptter_form_label.last input{
	width: 493px;
}

.wpinscriptter_form_label p{
	margin: 0 !important;
}


/********************/


.wpinscriptpop_form_left{
  width:50%;
  float:left;
}

#wpinscriptpop_form_left{
	margin-right: 10px;
	 width:50%;
}

#wpinscriptpop_form_right{
	 width:48%;
}

#wpinscriptpop_form_left,
#wpinscriptpop_form_right {
	float: left;
}

.wpinscriptpop_form_label{
	clear: both;
	float: left;
	width: 90%;
	margin-bottom: 10px;
}

.wpinscriptpop_form_label input{
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

.wpinscriptpop_form_label.last .requis{
	width: 100%;
}

.wpinscriptpop_form_label.last input{
	width: 493px;
}

.wpinscriptpop_form_label p{
	margin: 0 !important;
}



.wpinscriptsoc_form_left{
  width:50%;
  float:left;
}

#wpinscriptsoc_form_left{
	margin-right: 10px;
	 width:50%;
}

#wpinscriptsoc_form_right{
	 width:48%;
}

#wpinscriptsoc_form_left,
#wpinscriptsoc_form_right {
	float: left;
}

.wpinscriptsoc_form_label{
	clear: both;
	float: left;
	width: 90%;
	margin-bottom: 10px;
}

.wpinscriptsoc_form_label input{
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

.wpinscriptsoc_form_label.last .requis{
	width: 100%;
}

.wpinscriptsoc_form_label.last input{
	width: 493px;
}

.wpinscriptsoc_form_label p{
	margin: 0 !important;
}


/**** Classement **/
.wpclassement_form_left{
  width:50%;
  float:left;
}

#wpclassement_form_left{
	margin-right: 10px;
	 width:50%;
}

#wpclassement_form_right{
	 width:48%;
}

#wpclassement_form_left,
#wpclassement_form_right {
	float: left;
}

.wpclassement_form_label{
	clear: both;
	float: left;
	width: 90%;
	margin-bottom: 10px;
}

.wpclassement_form_label input{
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

.wpclassement_form_label.last .requis{
	width: 100%;
}

.wpclassement_form_label.last input{
	width: 493px;
}

.wpclassement_form_label p{
	margin: 0 !important;
}

/** Adherent **/
.wpadherent_form_left{
  width:50%;
  float:left;
}

#wpadherent_form_left{
	margin-right: 10px;
	 width:50%;
}

#wpadherent_form_right{
	 width:48%;
}

#wpadherent_form_left,
#wpadherent_form_right {
	float: left;
}

.wpadherent_form_label{
	clear: both;
	float: left;
	width: 90%;
	margin-bottom: 10px;
}

.wpadherent_form_label input{
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

.wpadherent_form_label.last .requis{
	width: 100%;
}

.wpadherent_form_label.last input{
	width: 493px;
}

.wpadherent_form_label p{
	margin: 0 !important;
}

/** languedoc **/
.wplanguedoc_form_left{
  width:50%;
  float:left;
}

#wplanguedoc_form_left{
	margin-right: 10px;
	 width:50%;
}

#wplanguedoc_form_right{
	 width:48%;
}

#wplanguedoc_form_left,
#wplanguedoc_form_right {
	float: left;
}

.wplanguedoc_form_label{
	clear: both;
	float: left;
	width: 90%;
	margin-bottom: 10px;
}

.wplanguedoc_form_label input{
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

.wplanguedoc_form_label.last .requis{
	width: 100%;
}

.wplanguedoc_form_label.last input{
	width: 493px;
}

.wplanguedoc_form_label p{
	margin: 0 !important;
}


/** languedoc **/
.wpnormandie_form_left{
  width:50%;
  float:left;
}

#wpnormandie_form_left{
	margin-right: 10px;
	 width:50%;
}

#wpnormandie_form_right{
	 width:48%;
}

#wpnormandie_form_left,
#wpnormandie_form_right {
	float: left;
}

.wpnormandie_form_label{
	clear: both;
	float: left;
	width: 90%;
	margin-bottom: 10px;
}

.wpnormandie_form_label input{
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

.wpnormandie_form_label.last .requis{
	width: 100%;
}

.wpnormandie_form_label.last input{
	width: 493px;
}

.wpnormandie_form_label p{
	margin: 0 !important;
}

/** rhone **/
.wprhone_form_left{
  width:50%;
  float:left;
}

#wprhone_form_left{
	margin-right: 10px;
	 width:50%;
}

#wprhone_form_right{
	 width:48%;
}

#wprhone_form_left,
#wprhone_form_right {
	float: left;
}

.wprhone_form_label{
	clear: both;
	float: left;
	width: 90%;
	margin-bottom: 10px;
}

.wprhone_form_label input{
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

.wprhone_form_label.last .requis{
	width: 100%;
}

.wprhone_form_label.last input{
	width: 493px;
}

.wprhone_form_label p{
	margin: 0 !important;
}

.f_option{
    margin : 10px 0;
}

.requis {
	float: left;
	margin-top: 20px;
}

.requis.invisible {
	visibility: hidden;
}

.requis.visible {
	visibility: visible;
}

.form-inner .submit-container{
	clear: both;
	text-align: center;
}

.form-inner .submit-container input {
	background:url("images/backgrounds/bg-submit-com.jpg") repeat-x;
	border:1px solid #C1C1C1;
	height:43px;
	text-shadow:1px 1px 0 #FFFFFF;
	text-transform:uppercase;
	width:178px;
}

.form-inner p.presse {
	clear: both;
	margin-bottom: 10px !important;
}

.form-inner p.presse a{
	color: #000;
}

.form-inner p.small{
	color: #656565; 
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}

.form-inner p.small.error{
	color: #cc071e; 
}

.form-inner p.success{
  text-align: center;
}

#inscription-form textarea {
  font-family:Arial, Verdana
}
/* =Asides
-------------------------------------------------------------- */

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


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

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.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
-------------------------------------------------------------- */

#content img {
	margin: 0;
	/*height: auto; */
	max-width: 640px;
	/*width: auto; */
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#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 {
	border-top: 1px solid #c4c4c4;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	clear: both;
}

#comments h3, .live .action h3 {
	color: #909090 !important;
	display: inline-block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 5px 0 0;
	text-transform: uppercase;
}

#comments .comments-infos {
	color: #ababab;
	display: inline-block;
	font-size: 11px;
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments .comment {
	color: #404040;
	font-size: 12px;
	margin-bottom: 20px;
}

#comments .comment p {
	line-height: 1.4em;
	margin: 0;
}

#comments .comment .comment-infos {
	color: #ababab;
	font-size: 11px;
	margin-bottom: 5px;
}

#comments .comment .comment-infos a {
	color: #ababab;
}

#respond {
	background: #f1f1f1 url('images/backgrounds/bg-contrib.png') no-repeat center 20px;
	padding: 90px 20px 10px;
}

#respond p{
	margin: 0;
	font-size: 12px;
}

#respond input{
	margin-bottom: 10px;
	background-color:#FFF;
}

#respond textarea{
	margin-bottom: 10px;
	background-color:#FFF;
}

#respond input.submit-button{
	width: 158px;
	height: 43px;
	border: 1px solid #c1c1c1;
	text-transform: uppercase;
	background: url('images/backgrounds/bg-submit-com.jpg') repeat-x;
	text-shadow: 1px 1px 0 #FFF;
}

#respond .form-submit{
	text-align: center;
}
/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.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 */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* =Sidebar
-------------------------------------------------------------- */
#sidebar {
	background-color: #f1f1f1;
	padding: 20px;
}
#sidebar .widget-item{
  border:1px solid #c9c9c9;
  background:#fff url('images/sidebar/bg-widgets.png') top repeat-x;
  margin-bottom:10px;
}
#sidebar .widget-item .widget-content{
  padding : 0 7px 0;
  color:#0e497d;
  text-align:center;
}

#sidebar .widget-item .widget-content .button{
  margin: 10px 0 12px 0;
  display:block;
} 

#sidebar input[type="text"]{
  font-family:Arial;
  font-size:11px;
  background:#E8E8E8;
  width:210px;
}
#sidebar #search{
  background:#a9a9a9;
  position:relative;
}
#sidebar #search .widget-title{
  font-family:Georgia;
  color:#fff;
  text-align:center;
  display:block;
  margin:5px 0;
}
#sidebar #search .widget-content{
  text-align:left;
  padding:7px;
}
#searchform input[type="text"],
#sidebar #search input[type="text"]{
  padding:4px 4px 5px 4px;
  margin-top:0px;
  background:#fff;
  border:1px solid #b9b9b9;
  height: 14px;
}
.no-results #searchsubmit,
#sidebar #search #searchsubmit{
  background:url('images/sidebar/magnifier.png') 0 0 no-repeat;
  text-indent:-9999px;
  border:none;
  width:29px;
  height:25px;  
  position:absolute;
  top:35px;
  right: 7px;
  *top:36px;
  *left: 227px;
}
#newsump form div p{
  float:left;
}

#newsump form div input[type="text"]{
  width:70px;
  float:left;
  padding:5px;
  margin:7px 7px 7px 0;
}

#wpsb_form_right p{
  margin:7px 0 0 31px;
}
#ilike .iliketext{
  text-align:left;
  padding-left:40px;
  margin:0 0 0 20px;
  background:url('images/sidebar/ico-facebook.png') 0 0 no-repeat;
}

#twitter .widget-content{
  background:url('images/sidebar/twitter-bottom.png') 7px bottom no-repeat;
  margin:0 7px;
}
#twitter .widget-inner{
  background:url('images/sidebar/twitter-top.png') 0 top no-repeat;
  padding:10px 0 32px 0;
  *padding:10px 0 49px 0;
}
#twitter .widget-inner .xmt{
  background:#fff;
  border-left:2px solid #c4c4c4;
  border-right:2px solid #c4c4c4;
  width:225px;
  padding:0 3px;
}
/* Footer widget areas */
#footer-widget-area {
}

#flickr{

}

#flickr-fader,
#flickr-fader li{
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	height:135px;
	width:240px;
}

#flickr-fader{
	margin:0 0 10px 4px !important;
	padding:0 !important;
}




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

#footer, #footer .mouvement-populaire li, #footer .sites-externes li, #footer .mentions-legales li{
  color:#737373;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 25px;
}
#footer{
	height: 295px;
	background-color: #c2c2c2;
	width: 100%;
	text-align: center;
	color:#737373;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25px;
	display: block;
	clear: both;
}

#footer ul {
	margin: 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer ul li{
	list-style-type: none;
	display: inline;
	margin-right: 5px;
}

#footer .menu-ppal ul li{
	text-transform: uppercase;
}

#footer a{
	color:#737373;
	text-decoration: none;
}

#footer p{
	margin: 0;
}
#footer #mouvement-populaire{
  padding: 0 38%;
}

#footer ul li:last-child span{
  display:none;
}
#colophon {
/*	border-top: 4px solid #000; */
	overflow: hidden;
	padding: 18px 0;
	line-height: 20px;
	width: 100%;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}

#container-menu #menu-footer li,
#container-thematiques #thematiques-footer li{
	display: inline;
	list-style-type: none;
}

#container-menu #menu-footer li a{
	text-transform: uppercase;
	font-size: 12px;
	color: #737373;
	text-decoration: none;
	font-family: Georgia, "Bitstream Charter", serif;
}

/* Première mise en prod */
#footer #container-thematiques {
	display: none;
}


#container-thematiques #thematiques-footer li{
	font-size: 12px;
	color: #737373;
	text-decoration: none;
	font-family: Georgia, "Bitstream Charter", serif;
}

#mouvement-populaire a{
	text-decoration: none;
	color:#737373;
}

#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =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 {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#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;
	}
}



/* =push home actu
-------------------------------------------------------------- */
#actu {
	float: left;
	width: 260px;
	margin-right: 20px;
}

/* =push home vidéos
-------------------------------------------------------------- */
#videos {
	float: left;
	width: 260px;
}

#videos ul{
	margin: 0;
}

#videos ul li{
	list-style-type: none;
	clear: both;
}
#videos ul li.video-list{
	margin-bottom:10px;
}
#videos ul li .thumbnails,
#videos ul li .permaliens{
	float: left;
}

#videos ul li .thumbnails {
	margin-right: 5px;
}

#videos ul li .permaliens a{
	color: #0e497d;
	font-size: 14px;
	text-decoration: none;
	display: block;
	width: 115px;
	line-height: 13px;
}

/* ML */
#container .entry-title{
  display:block;
  background:url('images/general/bg-title.png') 0 0 no-repeat;
  color:#fff;
  text-transform:uppercase;
  font-family:Trebuchet MS;
  letter-spacing:-1;
  font-weight:bold;
  padding:28px 40px 18px 40px;
}

#content .entry-content {
  font-family:Arial;
  font-size:11px;
  line-height:15px;
  color:#656565;
  padding: 0;
}

#content.detail-article .entry-content {
  font-family:Arial;
  font-size:12px;
  padding:10px 0 28px 0;
  margin-bottom:16px;
  line-height:15px;
  color:#404040;
  border-bottom:1px solid #ababab;
}

#content.detail-article h2 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color:#0e497d;
	font-size: 28px;
	line-height:1em;
	margin: 0;
}

#content.detail-article .datepublication {
	font-family:Arial;
  	font-size:11px;
  	padding:25px 0 8px 0;
  	line-height:15px;
  	color:#ababab;
}

#content.detail-article #share, #content.detail-article #retweet, #content.detail-article #ilike iframe {
	float: left;
	font-size:inherit;
	line-height:1em;
}

/* @= Rubrique n-1 & Rubrique n-2
------------------------------------------------------*/
.rubrique-n1 #content {
	padding-left: 0;
	padding-right: 0;
	width: 630px;
}

.two-column h1.page-title {
	background: url('images/backgrounds/bg-rubrique-n1.jpg') repeat-y left top;
	color: #fff;
	display: block;
	font-size: 25px;
	font-weight: bold;
	min-height: 25px;
/*        padding-top: 1em;*/
	line-height: 1em;
	margin: 0;
	padding: 15px 40px;
	text-transform:uppercase;
	font-family:Trebuchet MS, Arial;
  letter-spacing:-1px;
}

.rubrique-n1 .rubrique-desc {
	border-bottom: 1px solid #c9c9c9;
	color: #404040;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 30px;
	margin-bottom: 30px;
	padding: 0 40px;
	line-height: 20px;
}

.rubrique-n1 .post {
	border-bottom: 1px solid #c9c9c9;
	margin:  0 40px 30px;
	padding-bottom: 20px;
	min-height: 172px;
}

.rubrique-n2 .post {
	font-family: Arial, Helvetica, sans-serif;
}

.rubrique-n1 .post .picture {
	float: left;
	margin-right: 20px;
}

.rubrique-n1 .post .post-content {
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}

.videos-container h1,
.rubrique-n1 .post h3,
.rubrique-n2 .post h2 {
	clear: none;
	color: #0e497d;
	font-family: Georgia, Times, serif;
	font-size: 20px;
}

.rubrique-n2 .post h2 {
/*	font-size: 28px;*/
    font-size: 22px;
}

.rubrique-n1 .post h3 a {
	color: #0e497d;
	text-decoration: none;
}

.rubrique-n2 #content .post .entry-content p {
	color: #404040;
	font-size: 12px;
	padding: 0;
	line-height: 1.5em;
}

div.videos-container h1,
.rubrique-n1 #content .post-content p,
.rubrique-n1 #content .post-content h3,
.rubrique-n2 #content .post p,
.rubrique-n2 #content .post h2 {
	margin-bottom: 10px !important;
	line-height: 1.2em;
}

.rubrique-n2 #content .post h2 {
	margin-bottom: 20px;
}

.rubrique-n2 #content .attachment {
	margin-bottom: 20px;
}

.videos-container p,
.rubrique-n1 .post-content p {
	color: #404040;
	font-size: 12px;
}

.rubrique-n1 .post-content p a {
	color: #cc071e;
	display: block;
	text-decoration: none;
	margin-top: 20px;
}

.rubrique-n1 .post-content p a:hover {
	text-decoration: underline;
}

.rubrique-n1 .post-content .post-infos,
.search-results #content .post-infos,
.rubrique-n2 .post-infos {
	color: #ababab;
	font-size: 11px;
}

.rubrique-n2 .post-infos {
	font-size: 11px;
}

.rubrique-n1 .post-content .post-infos a {
	color: #cc071e;
	display: inline;
	text-decoration: none;
	margin: 0;
}

 .rubrique-n1 #content .proposition .post-content .post-infos a {
	color: #cc071e;
	display: inline;
	text-decoration: none;
	margin: 0;
        font-size: 11px;
}
.rubrique-n1 #content .proposition .post-content .post-infos a:hover{
    text-decoration: underline;
}

.rubrique-n1 .post-content .post-infos a:hover,
.rubrique-n1 .post h3 a:hover {
	text-decoration: underline;
}

.rubrique-n2 .social-share {
	border-top: 1px solid #c4c4c4;
	display: block;
	list-style: none;
	margin: 0;
	padding: 15px 0;
}

.rubrique-n2 .social-share li {
	color: #404040;
	display: block;
	float: left;
	font-family: Georgia, Times, Roman;
	font-size: 14px;
	height: 25px;
	overflow: hidden;
}

.rubrique-n2 #sharing-container {
	border-top: 1px solid #C4C4C4;
	padding: 15px 0 10px 0;
	float: left;
	width: 100%;
}

.rubrique-n2 #sharing-container span{
	float: left;
	width: auto;
}

.rubrique-n2 #sharing-container span#share{
/*	width: 87px;*/
/*    width : 125px;*/
	margin-top: 3px;
        margin-right: 10px;
        min-width: 87px;
}

.rubrique-n2 #sharing-container span#retweet{
/*	width: 71px;*/
	margin-top: 4px;
/*        margin-right: 5px;*/
        min-width: 71px;
}

.rubrique-n2 #sharing-container span#ilike{
/*	width: 322px;*/
    width: 310px;
    overflow: hidden;
}

/*.rubrique-n2 #sharing-container span.marge{
	margin-right: 10px;
	font-size: 14px;
}

.rubrique-n2 #sharing-container span.marge-both{
	margin: 0 10px;
}*/

.rubrique-n2 #sharing-container p{
	margin: 0;
}

#newsumpin .msg-error-newsletters {
	text-align:center;
	color:#CC071E;
	width:255px;
	float:left;
	font-family:Arial;
}

#newsumpin .msg-error-newsletters p {
	text-align:center;
	color:#CC071E;
	width:255px;
	float:left;
}

#newsumpin #wpsb_form_left p{
	margin-bottom: 0px;
	*margin-bottom: 5px;
}

#newsumpin p.infos{
	clear: both;
	color: #656565;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

#newsumpin p.infos.error{
	color: #CC071E;
}


/* =Live
-------------------------------------------------------------- */
#content.live {
	float:left;
	width:630px;;
	padding:0;
	margin-bottom: 36px;	
}

#content #live .entry-content p{
	margin: 0 40px 0 40px;
	width:550px;
	padding: 0;
}

#content #live .hentry{
	margin: 0;
}

#live .visuel{
	margin:5px;	
}
#live .entry-content{
  margin-bottom: 25px;
}
.live .action {
	margin: 0 40px 0 40px;
	width:550px;
}

#content #live .entry-content, #content #action .entry-content{
	color:#404040;
	font-size:12px;
	line-height:1.5em;
	padding:0;
}

#live h2 {
	font-size:28px;
	font-style: italic;
	margin:10px 0 10px 40px;
	
}
#live p.poll-question{
  font-size:18px;
  color:#0E497D;
  font-family :Georgia,serif;
}
#live ul.wp-polls-ul{
  font-family:Arial, sans-serif;
  font-size:12px;
}
#live ul.wp-polls-ul li{
  display:block;
  float:left;
}
#live ul.wp-polls-ul li label{
  margin-right:10px;
}

#live .poll-button{
  text-indent:-99999999px;
  background:url('images/general/btn-valider.png') 0 0 repeat-x;
  width:56px;
  height:25px;
}
/* =Videos Daylimotion
-------------------------------------------------------------- */
.videos-container #content{
  padding: 5px;
  width:620px;
}
.videos-container h2.titre{
  float:left;
}
.video-category{
  width:550px;
  clear:both;
  padding: 20px 0 ;
}
.video-category, 
.video-category a, 
#show-all-videos a{
  font-family:Georgia, Times, serif;
  color:#0e497d;
  text-decoration:none;
  font-size:11px;
  line-height:12px;
}
.videos-container a:hover{
  text-decoration:underline;
}
.video-category .video-category-title{
  font-size:24px;
  margin-bottom:10px;
}
.video-category  .video-line {
  clear:both;
}
.video-category  .video-item{
  width: 138px;
  float:left;
  padding-bottom:25px;
}
.video-category  .video-item a{
  display:block;
}
.video-category .video-item-mid{
  margin: 0 67px;
}
.video-category  .video-item img{
  padding:1px;
  border:1px solid #cccccc;
}
.video-category  .video-item .video-title{
  padding-top:4px;
}
#show-all-videos{
  text-align:right;
}

/* =Application
-------------------------------------------------------------- */
.application-content .download-app h2,
.application-content .download-app a,
.application-content .download-app img{
  float:left;
}
.application-content .download-app h2{
  width: 250px;
}
.application-content .download-app a{
  color:#cc071e;
  font-size:15px;
  text-decoration : none;
  line-height:41px;
  padding: 0 25px 0 0;
}

.application-content .download-app a:hover{
  text-decoration:underline;
}


/*Contact**/


.wpcontact_form_left{
  width:50%;
  float:left;
}

#wpcontact_form_left{
	margin-right: 10px;
	 width:50%;
}

#wpcontact_form_right{
	 width:48%;
}

#wpcontact_form_left,
#wpcontact_form_right {
	float: left;
}

.wpcontact_form_label{
	clear: both;
	float: left;
	width: 90%;
	margin-bottom: 10px;
}

.wpcontact_form_label input{
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

.wpcontact_form_label.last .requis{
	width: 100%;
}

.wpcontact_form_label.last input{
	width: 493px;
}

.wpcontact_form_label p{
	margin: 0 !important;
}
/*Vote**/


.wpvote_form_left{
  width:50%;
  float:left;
}

#wpvote_form_left{
	margin-right: 10px;
	 width:50%;
}

#wpvote_form_right{
	 width:48%;
}

#wpvote_form_left,
#wpvote_form_right {
	float: left;
}

.wpvote_form_label{
	clear: both;
	float: left;
	width: 90%;
	margin-bottom: 10px;
}

.wpvote_form_label input{
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

.wpvote_form_label.last .requis{
	width: 100%;
}

.wpvote_form_label.last input{
	width: 493px;
}

.wpvote_form_label p{
	margin: 0 !important;
}

/* =Agenda
-------------------------------------------------------------- */
.events-list .rubrique-desc{
  border:none;
}
.events-selection{
  background:url('images/agenda/bg-select-date.jpg') 0 0 repeat-x;
  height:41px;
  padding:7px 40px;
}
.combo-select-month{
  float:right;
  margin-top:4px;
}
/* =Page de résultats
-------------------------------------------------------------- */
.search-result .rubrique-desc{
  margin:0;
  padding-bottom:30px;
}
.search-result .hentry{
  padding:27px 0;
  margin: 0 40px;
  border-bottom:1px solid #c4c4c4;
}

.search-result #content .hentry .entry-title{
  background:none;
  color:#0E497D;
  font-family:Georgia,Times,serif;
  font-size : 20px;
  font-weight : normal;
  padding:0;
  text-transform:none;
}

.search-result  h1 span{
  display:none;
}

.search-result #content .hentry .entry-title a{
  color:#0E497D;
} 

.search-result .entry-summary{
  font-family:Arial;
  font-size:12px;
}

.search-result #content .post-infos,
.search-result #content .post-infos a{
  color:#cc071e;
  text-decoration:none;
}

.search-result #content .post-infos a:hover{
  text-decoration:underline;
}
.search-result #content .entry-utility{
  display:none;
}

.search-result #content  a.more-link{
  display:block;
  color:#cc071e;
  text-decoration:none;
}

.search-result #content  a.more-link:hover{
  text-decoration:underline;
}

.no-results #searchform div{
  position:relative;
}

.no-results #searchform #searchsubmit{
  top:auto;
  left:164px;
  cursor:pointer;
}
html:not([lang*=""]) .no-results #searchform #searchsubmit {
  left:167px;
}
*+html .no-results #searchform #searchsubmit{
  top:1px;
  left:164px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
   .no-results #searchform #searchsubmit {
     left:166px;
   }
}
.question-thematique{
/*    margin: 0 40px 30px;*/
    margin:  10px 40px 25px 40px;
    color: #878787;
}
/*.question, .thematique{
    float: left;
    width: 273px;
    margin: 0 1px;
    min-height: 75px;
    background: #0E497D;
    color: yellow;
    text-align: center;
}
.question:hover, .thematique:hover{
    background: #0066cc;
}
.question a, .question a:hover, .thematique a, .thematique a:hover{
    color: white;
    font-weight: bold;
    text-align: left;
}*/
.clear_qt{
    clear: both;
}
#thematique_tableau{
    padding: 5px 0px;
}
#thematique_tableau ul{
    display: inline;
    list-style: none;
    margin: 0;

}
#thematique_tableau ul li{
    margin: 20px 42px;
    float: left;
}
#thematique_tableau ul li img {
    border: 0px solid transparent;
        background-color: #013362;
}
#thematique_tableau ul li img:hover{
/*    border: 2px solid #0000FF;*/
/*    background-color: #013362;*/
}
.banniere_recherche{
    height: 50px;
    background: #f1f1f1;
    margin: 3px 40px;
}
.titre_contribuez{
    color : #3b5999;
    font-size: 19px;
    margin: 15px 40px 0;
}
.par_debat{
    margin: 10px 0;
    height: 13px;
}
p.par_debat a.link_par{
    color: #9e3140;
    text-decoration: underline;
    height: 13px;
    padding-left: 15px;
    background: url(images/fdd.png) no-repeat left bottom;
    font-size: 1.1em;
}
p.par_debat a.link_par:hover{
    text-decoration: none;
}
.content_tmp{
    padding: 20px 40px 0;
}

.rubrique-n1 .post_question{
    border-bottom: none;
    border-top: 1px solid #C9C9C9;
    min-height: 150px;
   padding-top: 25px;
}
.rubrique-n2 .share_question{
    border-bottom: 1px solid #C9C9C9;
}

a.comm_all, .comm_all{
    color: #0e497d;
    text-decoration: none;
}
a.comm_all:hover{
    text-decoration: underline;
}

.rubrique-n1 .proposition a.more-link{
    display: none;

}
.proposition_vote{
    width: 13%;
    height: 60px;
    float: right;
}
.proposition a{
    text-decoration: none;
    font-size: 16px;
}
.post_header{
    width: 87%;
    float: left;
}
.q_celle{
    float: left;
    margin: 20px;
    width: 125px;
    text-align: center;
}
.q_celle img{
    background: #013362;
    border: 0;
    width: 125px;
    height: 102px;
}
.q_plus{
    background: black url('images/fleche_droite.png') no-repeat scroll 4px 3px;
    padding-left: 15px;
    margin: 0 0 5px 0;
}
.q_plus a{
   text-decoration: none;
   color: white;
   font-size: 0.8em;
}
.q_combo{
    width: 45px;
    text-align: center;
}

.item_civilite{
    width: 30px;
    float: left;
    text-align: center;
    
}

.page-id-3899 .form-inner .submit-container input {
width:250px;
}