/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
	@import url('fonts.css');


/* Elements reserves à l'impression */
@media screen {
	#logo-print {
		display: none;
		}
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a {
	text-decoration: none;
	color: #333; /* #00e */ ;
	}
a:visited { color: #555 /* #551a8b;*/ }
a:hover { color: #a0102b /* #06e; */ }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
body {
	color: #333;
}
/* Header */
#thehead {
	position: fixed;
	width: 100%;
	height: 50px;
	background-color: #a0102b	;
	z-index: 998;
	}

/* Petit hack pour faire reapparaitre les boutons admin de SPIP */
#spip-admin {
	z-index: 999;
	}


#head-bar {
	overflow: visible;
}
#head-bar .description {
	position: absolute;
	margin-left: 150px;
	color: #fff;
	padding: 15px;
	font-weight: bold;
}

#logo-container {
	position: relative;
	height: 50px;
}

img#thelogo {
	display: block;
	position: absolute;
	top: 0;
	left: -32px;
}

/* Candidats */
#candidats {
	padding: 70px 0 0 0;
	border-bottom: 1px solid #ddd;
	}

#candidats .container_12 {
	/* background: transparent url('../img/hills.png') no-repeat left bottom; */
	padding: 10px 0;
	}

#slider-candidats {
	}

.slides_container {
	width: 720px;
	height: 70px;
	overflow: hidden;
	position: relative;
	display: none;
	}

.slides_container div.slide {
	width: 720px;
	height: 70px;
	display: block;
	}

.pagination {
	margin: 6px 10px 0 0;
	float: right;
	list-style: none;
	}

.pagination li {
	float: left;
	margin: 0 1px;
}

.pagination li a {
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	background-image: url('../img/pagination.png');
	background-position: 0 0;
	float: left;
	overflow: hidden;
	}

.pagination li.current a,
.pagination li.current a:hover {
	background-position: 0 -13px;
	}

.pagination li a:hover {
	background-position: 0 -26px;
	}

div.candidat {
	font-size: 0.9em;
	height: 70px;
	margin-bottom: 10px
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: none;
	background-color: #efefef;
	}

div.candidat img {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

div.candidat h2 {
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 10px 0;
	float: left;
	width: 140px;
	font-family: "TheGotham", helvetica, sans-serif;
	}

.candidat h2 a {
	color: #333;
	text-decoration: none;
	}

/*Affiche dans la page auteur-candidat*/
#affiche{
	margin:1em 0 1em 0; border-top:1px dashed #ccc; padding-top:1em; clear:both;
}
#affiche .spip_logos{
	border:1px solid #ccc; margin-right:1em;
}

/* Center Zone */
div#centerzone {
	padding: 20px 0;
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	}
.addthis_toolbox{
	margin-top:10px;
}
.atclear{
	clear:left!important;
}
/* Programme items */
#isotopize {
	margin-left: -10px;
	width: 700px;
	}

.programme-item {
	height: 210px;
	width: 210px;
	margin: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: none;
	background-color: #efefef;
	}

.programme-item  div.pad10.faded {
	background: transparent url('../img/darked-middle.png') no-repeat bottom center;
	height: 190px;
	width: 190px;
	/*display: none;*/
	}

.programme-item  h1 {
	margin: 130px 0 10px 0;
	color: #fff;
	font-family: "TheGotham", sans-serif;
	line-height: 1.2em;
	font-size: 16px;
	}

.programme-item  h1 a {
	/*color: #8fbd2d;*/
	color:#ccc;
	text-decoration: none;
	}

.programme-item  h1 a:hover {
	color: #fff;
	}

/* Agenda */
#agenda {
	margin-bottom: 20px;
}

article.agenda-item, article.communique-item {
	margin-top: 10px;
	margin-bottom: 30px
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: none;
	background-color: #efefef;
	font-size: 12px;
}

h3.agenda-item, h3.communique-item {
	background: transparent url('../img/83-calendar.png') no-repeat 0px 0px;
	font-size: 14px;
	padding: 5px 0 10px 30px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
	text-shadow: #fff 1px 1px 0px;
	line-height: 1.2em;
	}

article.communique-item .pad10 img {
	padding: 5px;
	border: 1px solid #AEAEAE;
	background-color: #fff;
	}

/* Tags */
a.tag,
a.tag:link,
a.tag:visited {
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	background-color: #efefef;
	font-size: 12px;
	font-family: "TheGotham", sans-serif;
	color: #666;
	text-decoration: none;
	}

a.tag:active,
a.tag:hover {
	text-decoration: underline;
	}

a.tag.active,
a.tag.active:link,
a.tag.active:visited,
a.tag.active:active,
a.tag.active:hover {
	color: #2C3A0D;
	background-color: #8fbd2d;
	}

/* Utilities */
.pad10 {
	padding: 10px;
}

/* Ruche */
.ruche-icon {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 10px 50px 0;
}

/* Footer */
footer#thefooter {
	padding: 40px 0;
	background-color: #5F5F5F;
	color: #D8D8D8;
	border-bottom: 4px solid #000;
}

div.footercol {
	font-size: 12px;
}

.footercol ul {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
}

.footercol ul li {
	padding: 0 0 5px;
	margin: 0 0 5px;
	border-bottom: 1px dashed #6C6C6C;
}

.footercol a,
.footercol a:link,
.footercol a:visited {
	color: #fefefe;
}

.footercol a:active,
.footercol a:hover {
	color: #9F9F9F;
}

h1.footercol {
	font-family: helvetica, sans-serif;
	margin: 15px 0 10px;
	padding: 5px 0 13px 40px;
	font-size: 14px;
	line-height: 1.2em;
	border-bottom: 1px solid #333;
	text-shadow: #000 1px 1px 1px;
}

h1.footercol.blog {
	background: transparent url('../img/187-pencil.png') no-repeat 5px 0px;
}

h1.footercol.forums {
	background: transparent url('../img/09-chat-2.png') no-repeat 5px 3px;
}

h1.footercol.keywords {
	background: transparent url('../img/14-tag.png') no-repeat 5px 3px;
}

h1.footercol.apropos {
	background: transparent url('../img/123-id-card.png') no-repeat 5px 5px;
}

/* Common text styles */
h1.sectiontitle {
	font-family: "TheGotham", helvetica, sans-serif;
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.2em;
}

h2.sectiontitle {
	
}

h3.sectiontitle {
	
}

.hashtag {
	font-family: "TheGotham", helvetica, sans-serif;
}

/* Some links */
a.showall,
a.showall:link,
a.showall:visited {
	
}

a.showall:active,
a.showall:hover {
	
}
/* Isotope */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
html,
body {
  height: 100%;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}




/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

