/*

Theme Name: Front National de Seine-et-Marne
Theme URI:

Author: Thierry Perrotin
Author URI: http://tp.tf/

Description: Thème destiné exclusivement à l'usage du Front National © de Seine-et-Marne.

Version: 1.0

License:
License URI:

Tags: blue, white, light, two-columns, right-sidebar, custom-background, sticky-post, translation-ready, featured-images, threaded-comments

*/


/*-------Fonts-------*/

@font-face {
	font-family: 'DIN-Medium';
	src: url('typo/DIN-Medium.eot?') format('eot'),
		url('typo/DIN-Medium.woff') format('woff'), 
		url('typo/DIN-Medium.ttf') format('truetype'), 
		url('typo/DIN-Medium.svg#DIN-Medium') format('svg');
}

@font-face {
	font-family: 'GillSans';
	src: url('typo/GillSans.eot?') format('eot'), 
		url('typo/GillSans.woff') format('woff'), 
		url('typo/GillSans.ttf') format('truetype'), 
		url('typo/GillSans.svg#GillSans') format('svg');
}

@font-face {
	font-family: 'Frutiger-Roman';
	src: url('typo/Frutiger-Roman.eot?') format('eot'), 
		url('typo/Frutiger-Roman.woff') format('woff'), 
		url('typo/Frutiger-Roman.ttf') format('truetype'), 
		url('typo/Frutiger-Roman.svg#Frutiger-Roman') format('svg');
}





/*-------Reset-------*/

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
	background: #dadada;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

a img {
	border: 0;
}

/* LES 2 METHODES DE CLEARFIX : pour bien gï¿½rer les flottants */
/* 1) .clearfix : a appliquer au bloc div qui contient les flottants pour qu'il les englobe correctement (et ne croit pas etre vide) */
.clearfix:before, .clearfix:after { content:"."; display:table; height: 0; font-size:0; line-height:0; visibility:hidden; }
.clearfix:after { clear:both; }
.clearfix { *zoom:1; }
/* 2) .separation (ou .clear) : a appliquer a un <br> ou  <hr> sous les blocs flottants (pour stopper des flottants situï¿½s apres de remonter) */
.separation, .clear { clear: both; visibility: hidden; }



/*-------Global-------*/

body,
button,
input,
select,
textarea {
	background-color: #dadada;
	color: #404040;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	text-align: justify;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


/* Text elements */

p {
	margin-bottom: 0.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Frutiger-Roman', Calibri, Myriad Pro;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}

code,
kbd,
tt,
var {
	font-family: 'Frutiger-Roman', Calibri, Myriad Pro;
	font-size: 15px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	background: #004d82;
	color: #fff;
	padding: 10px;
	border: none;
	cursor: pointer;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #c93730;
	color: #fff;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
 border: 0;
 padding: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */

a {
	color: #004d82;
	text-decoration: none;
}

a:visited {
	color: #004d82;
}

a:hover,
a:focus,
a:active {
	color: #004d82;
}

/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	/*box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);*/
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */

.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/*-------Structure------- */

/* Refer to the HTML structure graphic (http://themeshaper.com/wp-content/uploads/2012/10/html-visual.png) to see how these elements are nested in the mark-up. 
Use this section to set widths and margins, and to build a layout. For examples of layouts that you can copy and paste into this section, see:
https://github.com/Automattic/_s/blob/master/layouts/
*/



.site { /* The the outer-most container, wraps the entire site */
	margin: 0;
	padding: 0;
}

#main { /* The container for #primary, #secondary, and #tertiary */
	width: 960px;
	margin: 40px auto;
	clear: both;
}

#primary { /* The container for your primary content.*/
	float: left;
	width: 670px;
	margin-right: 10px;
}

#content { /* The container for your post and page content. */
}

#secondary,
#tertiary { /* Container for your first widget area */
	float: right;
	width: 260px;
}

.site-footer { /* Container for the entire site footer area */
	clear: both;
	width: 100%;
	min-width: 960px;
	margin-top: 70px;
}

#primary_gr {
	width: 90%;
	margin: auto;
}



/*-------Header-------*/

/* Style elements inside of the .site-header container */

.header-fond {
	background: url(images/header.png) repeat-x;
	height: 267px;
	min-width: 960px;
}

.site-branding { /* Container for site title and description */
	text-align: center;
	width: 960px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position:relative;
}

.site-title,
.site-title a {
	font-family: 'GillSans', Calibri, Myriad Pro;
	font-size: 28px;
	color: #fff;
	text-decoration: none;
}

.site-description { /* This is the tagline */
	font-size: 14px;
	color: #898989;
}



/*-------Menu-------*/

.navigation-main {
	background-color: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: static;
	clear: both;
	display: block;
	width: 960px;
	height: 50px;
	top: 200px;
	text-align: center;
}

.navigation-main ul {
	list-style: none;
	margin: 0 35px;
	line-height: 24px;
	padding-left: 0;
}

.navigation-main li {
	display: inline-block;
	position: relative;
	height: 50px;
	margin: 0px;
	padding: 0px;
}

.navigation-main a {
	font-family: 'Frutiger-Roman', Myriad Pro;
	font-size: 15px;
	color: #004d82;
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

.navigation-main ul ul {
	background-color: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	margin-left: auto;
	margin-right: auto;
	margin-top: -2px;
	margin-bottom: 0px;
	display: none;
	float: left;
	position: absolute;
	left: 0;
	z-index: 99999;
}

.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}

.navigation-main ul ul a {
	padding: 5px 10px 5px 10px;
	width: 250px;
}

.navigation-main ul ul li {
	height: auto;
	border-bottom: solid 1px #dadada;
}

.navigation-main ul ul li:last-child {
	border: none;
}

.navigation-main ul li:hover > ul {
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.navigation-main li:hover {
	background-color: #004d82;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.navigation-main a:hover {
	color: #fff;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}


/* Small menu */

.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

/*@media screen and (max-width: 600px) {

.menu-toggle,
.main-small-navigation ul.nav-menu.toggled-on {
	display: block;
}

.navigation-main ul {
	display: none;
}
}*/



/*-------Content-------*/


/* Styles for posts and pages */

h1,
h2,
h3,
h4,
h5
.entry-meta {
	font-family: 'GillSans', Calibri, Myriad Pro;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.75em;
	line-height: 30px;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

/*.content-area{
	border: 1px solid #e5e5e5;
	background-color: #e5e5e5;
}*/

.sticky { /* Style your sticky posts. This class is applied to the same element as .hentry below. */
	/*box-shadow: 0 5px 10px #b2b2b2;
	-webkit-box-shadow: 0 5px 10px #b2b2b2;
	-moz-box-shadow: 0 5px 10px #b2b2b2;*/
}

.sticky .entry-meta {
	display: none;
}

.site-content .sticky article:hover .entry-title a {
}

.hentry { /* The wrapper for individual posts #b4b4b4 */
	background-color: #fff;
	border-top: solid 2px #D31213;
	border-bottom: solid 2px #D31213;
	border-right: none;
	border-left: none;
	margin-bottom: 20px;
}



.border-page .hentry { /* Atteind uniquement le style des pages #b4b4b4 */
	background-color: #fff;
	border-top: solid 3px #D31213;
	border-bottom: solid 3px #D31213;
	border-right: none;
	border-left: none;
	margin-bottom: 20px;
}

.border-page .hentry a, .border-page .hentry p{
	margin: 0px;
	padding: auto;
	padding-left: 0px;
	padding-right: 0px;
}


/*en tête des articles*/
.single .hentry .entry-header { 
	border-bottom: solid 1px #b4b4b4;
	margin-bottom: 20px;
}


/*en tête des pages #b4b4b4*/
.hentry .entry-title,
.entry-title a { 
	margin-top:-14px;
	margin-left:-25px;
	margin-right:-25px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:25px;
	padding-right:25px;
	background-color:#D31213;
	color: #fff;
	display: block;
	line-height: 25px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	text-align: left;
}

/*titre d'actu*/
.single .site-content .entry-title {
	font-size: 20px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 12px;
	margin-top: -20px;
	margin-bottom: 5px;
	text-align: left;
}

.hentry .entry-title a{
	font-size: 20px;
	line-height: 20px;
}

.hentry .entry-title a:hover {
	color: #004d82;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}


.page-title { /* Page titles +#b4b4b4*/
	background-color: #fff;
	color: #004d82;
	padding: 10px 5px 10px 15px;
	border-top: solid 3px #D31213;
	border-bottom: solid 3px #D31213;
	border-right: none;
	border-left: none;
	margin-bottom: 30px;
}

body.search .page-title,
body.archive .page-title { /* Optional, if you want your page titles to look different on search and archive pages */
}

.entry-meta { /* Container for the entry metadata */
	color: #4c4c4c;
	font-size: 13px;
	clear: both;
	font-style: italic;
	margin:0px 0px 10px 0px;
}

.entry-meta a:hover {
	text-decoration: underline;
}

.entry-meta .cat-links {
	display:none;
	color: #004d82;
}

.byline { /* By default, bylines are hidden */
	display: none;
}

.single .byline,
.group-blog .byline { /* Bylines are displayed on single posts and/or when there are multiple authors */
	display: inline;
}

.cat-links a:hover {
	text-decoration: underline;
}

.tag-links { /* Styles links to tags inside the entry-meta */
}

.comments-link {  /* Link to leave a comment */
}

.edit-link { /* Link to Edit the post (only shows up for admins) */
}

.entry-header,
.entry-content,
.entry-summary,
.edit-link { /* Container for the post body/excerpt text */
	margin: 0px 25px 0px 25px;
}

.site-content .entry-content blockquote,
.site-content .comment-content blockquote {
	font-style: italic;
	margin: 20px 0 20px -20px;
	padding-top: 20px;
	padding-bottom: 1px;
	padding-right: 20px;
	padding-left: 80px;
	background: #f7f7f7;
	position: relative;
}

.site-content .entry-content blockquote:before,
.site-content .comment-content blockquote:before {
	content: '\0201C';
	font-family: 'GillSans', Calibri, Myriad Pro;
	font-size: 50px;
	position: absolute;
	left: 40px;
	top: 0;
	color: #aaaaaa;
}

/*img des articles*/
.wp-post-image{
	display:block;
	margin: auto;
	margin-bottom: 22px;
	margin-top:0px;
	height: auto ;  
	width: 100%;
	max-width: 1200px;
}

/*Articles recommander(autres articles)*/

.single .related-content{
	margin-top:10px;
	margin-bottom:30px;
}

.single .related-content img{
	background-color:;
	padding: 0px;
	margin-bottom: 10px;
	border: solid 1px #b4b4b4;
}

.single .related-content .related-content-title {
	margin: 10px 20px 10px 20px;
	padding: 10px 0 5px 0;
	border-bottom: solid 1px #b4b4b4;
}

.single .related-content .related-entry-title {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: 600;
}

.single .related-content a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0px;
	margin-bottom:-13px ;
}

.single .related-content a:hover {
	text-decoration: none;
	background-color: #004d82;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.single .related-content article {
	border: none;
}

/* Styling In-Post Tables */

.entry-content table,
.comment-content table {
	border: 1px solid #b4b4b4;
	border-left-width: 0;
	margin: 0 -0.083em 2.083em 0;
	text-align: left;
	width: 100%;
}

.entry-content tr th,
.entry-content thead th,
.comment-content tr th,
.comment-content thead th {
	border: none;
	padding: 0;
	margin: 0;
}

.entry-content tr td,
.comment-content tr td {
	border: none;
	padding: 0;
	margin: 0;
}

.entry-content tr.odd td,
.comment-content tr.odd td { /* If you want to apply alternate styles to even/odd table rows */
}

a.read-more {
	display: block;
	border: solid 1px #e5e5e5;
	text-align: center;
	padding: 10px 0 10px 0;
}

a.read-more:hover {
	background-color: #004d82;
	color: #fff;
}

.page-links { /* Style the page numbers for multi-page posts (posts that have been split with <!--next-page -->. */
	clear: both;
	margin: 0 0 1.5em;
}



/*-------Asides------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}



/*-------Media-------*/

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.site-content .gallery {
	margin-bottom: 1.5em;
}

.gallery-caption {
}

.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-content .gallery dd {
	margin: 0;
}

.site-content .gallery-columns-4 .gallery-item {
}

.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
	max-width: 100%;
}



/*-------Navigation-------*/

.site-content [class*="navigation"] {
	margin: 0;
	overflow: hidden;
	background-color: #fff;
	padding: 10px 5px 10px 5px;
	border: solid 1px #d1d1d1;
	display:none;
}

.site-content .paging-navigation a:hover {
	text-decoration: underline;
}

.navigation-post,
.navigation-paging {
	padding: 25px 15px 25px 15px;
}

[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}

[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}



/*-------Comments-------*/

#comments { /* Container for the comments section */
	background-color: #fff;
	margin: 0 auto;
	padding: 20px;
	clear: both;
}

.comments-area {
	border: solid 1px #d1d1d1;
	margin-left: 35px;
	margin-top: 40px;
	margin-right: 20px;
}

.comments-area article {
	position: relative;
	background-color: #f4f4f4;
	margin-bottom: 20px;
	padding: 20px 0 30px 0;
	border: dotted 1px #e5e5e5;
}

.bypostauthor article { /* Gives post author comments thier own style */
	box-shadow: 0 5px 5px #d1d1d1;
	-moz-box-shadow: 0 5px 5px #d1d1d1;
	-webkit-box-shadow: 0 5px 5px #d1d1d1;
}

.comments-title,
#reply-title {
	font-size: 20px;
	line-height: 28px;
}

.comments-area .comment-list {
	list-style: none;
}

.comment-list {
	margin: 20px 0 0 0;
}

.commentlist,
.children {
	list-style: none;
	margin: 0;
}

.children { /* Nested comments */
	margin: 0 0 0 6%;
}

.commentlist li.comment {  /* Individual top-level comments */
}

.commentlist li.pingback {  /* Individual top-level pingbacks */
}

.commentlist li:last-of-type { /* Do you want to style the last comment differently, such as remove borders? */
}

.commentlist .children li { /* Contains individual nested comments */
}

.children article.comment,
.children li.pingback { /* Nexted comments and pingbacks */
	padding-top: 1.0em;
}

.comment-author .avatar { /* Comment author's gravatar image */
	position: relative;
	top: 12px;
	left: 10px;
	margin-right: 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.comment-author { /* Comment author's name */
	font-style: normal;
	font-family: 'GillSans', Calibri, Myriad Pro;
	font-size: 20px;
}

.comment-author a {
	font-style: normal;
}

.comment-meta { /* Comment date, time, etc */
	color: #aaaaaa;
	text-decoration: none;
	font-size: 12px;
}

.comment-meta a {
}

.comment-metadata {
	margin-left: 50px;
}

.comment-metadata a {
	color: #aaaaaa;
}

.comment-metadata a:hover {
	color: #004d82;
}

.comment-content { /* Actual comment text */
	margin: 15px 0 0 50px;
}

.comment .reply { /* The "Reply" link under each comment */
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	padding: 5px;
	text-align: left;
}

.comment .reply a {
	color: #aaaaaa;
}

.comment .reply a:hover {
	color: #004d82;
}

/* Comment Form */

.comment-notes,
#commentform .form-allowed-tags,
p.nocomments,
p.logged-in-as,
#commentform label {
}

.required { /* The little asterisk next to a required comment field */
	color: #880000;
}

#commentform label { /* The text next to each comment form field */
	padding: 1em 0;
}

#commentform input[type="text"] {
	background-color: #fff;
}

#comments-area #respond {
	padding-top: 40px;
	border-top: solid 1px #dddddd;
}

#commentform #comment { /* The comment form textarea */
	background-color: #fff;
}

#commentform .form-allowed-tags,
#commentform .form-allowed-tags code {
}

p.nocomments { /* Message displayed when there are no comments */
}



/*-------Widgets-------*/

.widget-area { /* All of the sidebar container divs get this common class */
}

.widget { /* The individual widget */
	margin: 0 0 1.5em;
	background-color: #fff;
	line-height: 20px;
	border-top: none;
	border-bottom: none;
	border-right: solid 2px #004d82;
	border-left: solid 2px #004d82;
}

.widget-title {
	font-size: 18px;
	padding: 15px;
	overflow: hidden;
}

.widget ul { /* Unordered lists inside widgets */
	list-style: none;
	margin: 0;
}

.widget ul li { /* Unordered list items inside widgets */
	border-top: 1px solid #e5e5e5;
}

.widget ul li a {
	font-size: 13px;
	display: block;
	padding: 10px 0 10px 15px;
}

.widget ul li a:hover {
	color: #fff;
	background-color: #004d82;
}

.recentcomments {
	padding: 10px 0 10px 15px;
}

/* Search widget */

.widget_search input[type="search"] {
	background-color: #fff;
	border: none;
	padding: 10px 5px 10px 5px;
	width: 226px;
}

.widget_search input[type="submit"] {
	display: none;
}

/* Sub-Items in Menu & Categories Widgets. These classes are useful if you want to add special styling, such as indention, to sub-items in your menu and categories widgets. */

.widget-area .sub-menu,
.widget-area .children {
	margin-left: 1.5em;
}

.widget-area .sub-menu li,
.widget-area .children li {
}

/* Text Widgets */

.widget p,
.textwidget {
}

.widget p a,
.textwidget a {
}

/* Cloud Widgets */

.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	line-height: 1.5;
	padding: 10px;
}

/* RSS Widget */

.rsswidget img { /* This is the orange RSS icon to the left of the RSS widget title */
	margin: 0;
	vertical-align: text-top;
}

.rss-date {
}

.rssSummary {
}

/* Calendar Widget */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-style: italic;
	padding-left: 20px;
	padding-top: 10px;
}

#wp-calendar thead th {
	text-align: center;
	padding-top: 10px;
}

#wp-calendar tbody,
#wp-calendar tbody td {
	border: 1px solid #000;
	text-align: center;
}

#wp-calendar tbody {
	border-left-width: 0;
}

#wp-calendar tbody td {
	border-width: 1px 0 0 0;
}

#wp-calendar tbody td a {
	font-weight: bold;
}

#wp-calendar tbody td:hover {
}

#wp-calendar tfoot #next {
	text-align: right;
}

#wp-calendar #today {
	font-weight: bold;
}

#wp-calendar #prev,
#wp-calendar #next {
}

#wp-calendar tbody .pad {
}



/*-------Site Footer-------*/

#colophon {
}

.site-footer {
	height: 113px;
	background: url(images/footer.png) repeat-x;
	position: static;
	bottom: 0px;
}

.site-info {
	text-align: center;
	color: #fff;
	padding: 19px 0 19px 0px;
	text-align: center;
}

.site-info a {
	color: #fff;
}



/*-------Infinite Scroll-------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
	display: none;
}

#infinite-footer{
	display:none;
}




/*-------correction espace pour les pages-------*/

#actu-select .wp-post-image{
	margin-bottom:14px;
}



/*-------Fiche Bio-------*/

#fiche_bio{
	width:100%;
}


#rappel-bio{
	display:block; 
	background:#aaa; 
	color:#fff; 
	width:290px; 
	margin-right:30px; 
	text-align:center; 
	float: left;
}


#municipales img{
	width:100%
}
#municipales h2{
	margin:0px;
padding:0px;
}

#fiche-contact img{
	width:100%
}
#fiche-contact h2{
	margin:0px;
padding:0px;
}



tbody, tr, td, a , img{
	margin: 0px;
	padding: 0px;
	border: 0px; 
}



/*suppression img wordpress stat*/
#wpstats{
	display:none;
}












/*BUGS

