/*
Theme Name: Radio Grenouille nouveau
Theme URI: http://wordpress.org/extend/themes/toolbox/
Author: Automattic & Silex



/* 
html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
  display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

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

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

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

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

input, select { vertical-align:middle; }

/* END RESET CSS */


/* fonts.css from the YUI Library: developer.yahoo.com/yui/
Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

There are three custom edits:
 * remove arial, helvetica from explicit font stack
 * we normalize monospace styles ourselves
 * table font-size is reset in the HTML5 reset above so there is no need to repeat
 */
body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */

select, input, textarea, button { font:99% sans-serif; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/* 
 * minimal base styles 
 */


body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #444; 
  /* set your base font here, to apply evenly */
  font-family: "Lucida Grande", Arial, sans-serif;
}

/* Headers (h1,h2,etc) have no default font-size or margin,
you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }


/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


ul, ol {
  margin-top: 0.6em;
  margin-bottom: 1.8em;
  margin-left: 1.8em;
}
ol { list-style-type: decimal; }

li {
  line-height: 1.6;
}

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 

  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red; 
  -webkit-box-shadow: 0px 0px 5px red; 
  box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate.
No text-shadow: twitter.com/miketaylr/status/12228805301 
 */
::-moz-selection{ background: #0099cc; color:#fff; text-shadow: none; }
::selection { background:#0099cc; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* make buttons play nice in IE:    
www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* bicubic resizing for non-native sized IMG: 
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

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

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }






/* Primary Styles
Author: Grégory Karékinian
 */

/* Fonts */

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */ 

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 25, 2011 */

body {
  background: #fff;
  width: 100%;
  min-width: 480px;
  margin: 0 auto;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

body.live-player {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}

body.live-player #live_player {
  margin: 0;
}

#player_popup {

}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #1db558;
}

a:hover {
  text-decoration: underline;
}

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
 */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
 */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

body > header {
  background: #222233 url('./images/header_bg.jpg') top center no-repeat;
  color: #acacb4;
  min-height: 165px;
}

body > header > div{
  position: relative;
}


body > header h1 {
  margin-top: 1.5em;
}

body > header nav ul {
  overflow: hidden;
}

body > header nav li {
  float: left;
}

/* You must set up required padding for each kind of link */
body > header nav li a {
  display: block;
}

#player_and_nav_wrapper {
  position: relative;
}

#top_nav_wrapper {
  position: absolute;
  right: 1em;
  z-index: 1;
}

#top_nav_wrapper > * {
  float: left;
}

#top_nav a {
  padding: 0.75em;
}

#top_nav a:link, #top_nav a:visited {
  color: #acacb4;
  font-family: "fengardoneue";
}

#top_nav_wrapper #searchform {
  margin-left: 1.5em;
  padding: 0.25em 0;
  margin-top: 0.5em;
}

#top_nav_wrapper #searchform input#s {
  width: 150px;
  border: none;
  padding: 0.25em 0.75em;
  border-radius: 1em;
}

.spotlight {
  position: relative;
  overflow: hidden;
  list-style: none;
  margin: 0;
}

.spotlight li {
  height: 294px;
}

.kwicks li {
  width: 135px;
  background: #aaa;
  opacity: 0.5;
  filter:alpha(opacity=50); /* IE transparency */
}

.kwicks li.active {
  opacity: 1.0;
  filter:alpha(opacity=100); /* IE transparency */
}

.spotlight li p {
  padding: 1em;
}

.spotlight li h1 {
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  padding: 0.5em;
}

.kwicks li .wrapper {
 left: -9999px; /* Hide by default */
}

.kwicks li.active .wrapper {
  left: 0;
}

.spotlight li {
  position: relative;
  float: left;
}

.spotlight li p, .spotlight li h1 {
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.spotlight a {
  width: 100%;
  height: 100%;
  display: block;
}

.spotlight li a:link, .spotlight li a:visited {
  text-decoration: none;
}

.spotlight li a:hover {
  text-decoration: underline;
}

.spotlight li .wrapper {
  position: absolute;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  width: 310px; /* absolute positioning so we have to use a fixed width */
  filter:alpha(opacity=70); /* IE transparency */
  height: 100%;
}

#slider_wrapper {
  margin-bottom: 2em;
}

#slider li .wrapper {
  left: -9999px;
}

#slider li a:hover .wrapper {
  left: 0;
}

#main_wrapper {
  width: 1020px;
  margin: 0 auto;
  min-height: 500px;
}

#main_wrapper .buzz {
  background:  url("./images/page-bottom-right.png") bottom right no-repeat,  url("./images/separation.gif") top center no-repeat;

}

#main_nav {
  display: none;
}

#main_nav li {
  display: inline;
}

#main_nav li a {
  display: inline;
  padding: 0.6em;
}

#main_nav li.current-menu-item > a:link, #main_nav li.current-menu-item > a:visited {
  color: #4b4;
}

#main_nav a:link, #main_nav a:visited {
  color: #222233;
}

#main_nav ul.sub-menu {
  display: inline;
  font-size: 0.6em;
  font-family: "fengardoneue";
}

#main_nav ul.sub-menu li a {
  margin-top: 0.9em;
}

#introduction {
  border-top: 1px solid #d6d6d6;
  margin-bottom: 0.25em;
}

#introduction h1 {
  padding: 1em 0;
}

#introduction h1 img {
  width: 100%;
}
/*
#introduction .middle {
  background: transparent url('./images/vertical-double-line.png') top right repeat-y;
  color: #222233;
}
*/
#introduction .middle > :nth-child(2) {
  color: #555566;
}

#introduction .middle > :nth-child(3) {
  color: #888899;
}

#main {
  padding-top: 2em;
}

#main_wrapper p {
  line-height: 1.6;
  padding-bottom: 0.8em;
}

#main hr, hr.hand_drawn {
  height: 4px;
  background: transparent url('./images/hand_drawn_hr.png') top center no-repeat;
  border: 0;
}

#spotlight article > header > h1, #spotlight article > header > h1 a:link, #spotlight article > header > h1 a:visited  {
  color: #07961D;
}

h1.a-venir {
  height: 45px;
  width: 100%;
  position: relative;
  color: #fff;
  margin-bottom: 1em;
}

h1.a-venir span {
  background: #fff url('./images/a-venir-titre.png') top left no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -5000px;
}



#sidebar h2.echos {
  /*background: #fff url('./images/echo.png') top left no-repeat;
  text-indent: -5000px;
  height: 3em;
  margin-top: -1.5em;
  margin-bottom: 1em;*/


    font-family: "fengardoneue";
    font-size: 1.8em;
    text-align: center;
    width: 50%;
    margin-bottom: 1em;
    background-color: #222232;
    color: #1db558;
    float: right;
}

#sidebar article{
  clear: right;
}
#sidebar *{
  text-align: right;
}
#a-venir{
  margin-top: 3em;
  padding-top: 1em;
}

#a-venir_wrapper > article:first-child > header {
  margin-right: 8em;
}

.pagination {
  font-family: "fengardoneue";
  font-size: 2em;
  color: #000;
  overflow: hidden;
  border-top: 1px dotted #c2c2c2;
  padding: 0.5em 0;
}

.pagination a:link, .pagination a:visited {
  color: #000;
}

.pagination span {
  color: #888899;
}

.pagination .pages_wrapper {
  font-size: 0.8em;
  margin: 0 auto;
  text-align: center;
}

.pagination .pages_wrapper > * {
  padding: 0.25em;
}

.pagination .next_wrapper {
  text-align: right;
}

article {
  overflow: hidden;
  margin-bottom: 2em;
}

article > header {
  overflow: hidden;
}

article > header > time {
  text-transform: uppercase;
  font-size: 0.8em;
  display: block;
  float: left;
  padding-top: 1.8em;
  margin-right: 1.6em;
  width: 58px;
  height: 73px;
  text-align: center;
  background: transparent url("./images/date-background.png") no-repeat top left;
}

article > header > time strong {
  font-family: "fengardoneue";
  color: #222233;
  font-weight: bold;
  font-size: 1.6em;
  display: block;
}

.related > article > header > h1, h2.entry-title {
  background: transparent url('./images/icon-article.png') top left no-repeat;
  padding-left: 1.5em;
}

.show_info {
  border: 1px dotted #acacb4;
  border-left: none;
  border-right: none;
  background: #fbfbfc;
  font-size: 0.9em;
  background: transparent url('./images/info_grid2.png') top left repeat;

}

.animateurs{
    border-top: 1px dotted #acacb4;

}
.show_info ul, .show_info .author_info p {
  margin: 0;
  padding: 0.6em 0.6em 0.6em 1.8em;
}

.show_info .subscribe {
  list-style: none;
}

.show_info .subscribe li, .show_info .author_info p {
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 2em;
}

.show_info .subscribe li.podcast {
  background-image: url('./images/icon-podcast.png');
}

.show_info .subscribe li.feed {
  background-image: url('./images/icon-rss.png');
}

.show_info .author_info p {
  background-image: url('./images/icon-author.png');
}

h1 {
  font-family: "fengardoneue", serif;
  color: #000;
}

h2 {
  font-size: 1.2em;
}

article > header > h1, h2.entry-title {
  text-transform: uppercase;
  margin-top: 0.75em;
  font-size: 2em;
}

h2.entry-title{
  font-weight: bold;
}
article > header > h1, article > header > h1 a:link, article > header > h1 a:visited, h2.entry-title a, h2.entry-title a:link, h2.entry-title a:visited  {
  color: #000;
}

#focus > article {
  padding-top: 1em;
  overflow: hidden;
}

#focus > article > header {
  background: transparent url('./images/icon-focus.png') top left no-repeat;
  padding: 1em 0 1em 7em;
  min-height: 5em;
}

#focus > article > header > h1 a:link, #focus > article > header > h1 a:visited {
  color: #07961d;
}

#focus > article > .entry-content {
  margin-top: 0;
}

article > .entry-content {
  text-align: justify;
}

article .entry-meta {
  font-weight: normal;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  color: #888899;
}

article .entry-meta strong {
  font-weight: normal;
  color: #555566;
}

article .entry-content, article .entry-summary {
  font-size: 0.9em;
  color: #555566;
}

#a-venir article .entry-content{
  padding: 0 .5em;
}


#sidebar {
  padding-top: 4em;
}

#sidebar h1 {
  font-size: 1.8em;
  font-weight: normal;
  margin: 0 auto;
  text-align: center;
}

#sidebar > .soutien {
  border-radius: 1px;
  -moz-box-shadow: 0px -1px 10px #ddd;
  -webkit-box-shadow: 0px -1px 10px #ddd;
  box-shadow: 0px -1px 10px #ddd;
  background: #f3f3f5;
  padding: 2em 0.5em;
}

#sidebar > .soutien h1 {
  color: #07961d;
  font-size: 1.6em;
  margin-bottom: 1em;
}

#sidebar section.mangemix {
  position: relative;
  top: -1em;
}

.soutien p {
  font-family: "fengardoneue";
  text-align: center;
  font-style: italic;
  font-size: 1.2em;
  margin-top: 1em;
}
.soutien strong {
  color: #07961d;
  font-weight: normal;
}

#boite_a_idees {
  font-family: Times;
  font-style: italic;
  font-size: 1.2em;
  margin-top: 2.5em;
}

#boite_a_idees h1 {
  margin: 0 auto;
  text-align: center;
  font-size: 1.6em;
  color: #222233;
}

#boite_a_idees .wrapper {
  margin: 0 auto;
  width: 100%;
  position: relative;
  max-width: 640px;
  min-width: 480px;
  background: #fff;
}

#boite_a_idees #menu-frog-player-left{
  text-align: right;
  margin-top: 38px;
  position: absolute;
  left: 0;
  top: 0;
}

#boite_a_idees #menu-frog-player-left li {
  margin-bottom: 45px;
}

#boite_a_idees .decoration img {
  margin: 0 auto;
  display: block;
}

#boite_a_idees #menu-frog-player-right {
  margin-top: 38px;
  position: absolute;
  left: 78%;
  top: 0;
  width: 22%;
}

#boite_a_idees #menu-frog-player-right li {
  margin-bottom: 42px;
}

#boite_a_idees a {
  padding: 10px;
  font-weight: normal;
}

#boite_a_idees a:link, #boite_a_idees a:visited {
  color: #222233;
}

#boite_a_tresors {
  margin: 3em 0;
}

#boite_a_tresors ul {
  list-style-type: none;
  width: 264px;
  overflow: hidden;
}

#boite_a_tresors li {
  position: relative;
  margin-bottom: 0.5em;
}

#boite_a_tresors li a {
  font-weight: normal;
}

#boite_a_tresors li a:hover {
  text-decoration: none;
}

#boite_a_tresors li a > span {
  position: absolute;
  left: 0;
  bottom: 4px;
  background-color: black;
  font-family: 'Helvetica';
  font-size: 13px;
  color: white;
  text-align: right;
  opacity: 0.7;
  filter:alpha(opacity=70); /* IE transparency */
  margin: 0;
  width: 244px;
  padding: 5px 10px;
}

#archivesmagnetiques td{
  padding: 5px;
}

#audiotheque table {
  border: 2px solid black;
}

#audiotheque td,th{
  padding: 5px;
}

#audiotheque th {
  text-align: center;
}

#audiotheque td {
  text-align: left;
}

body table {
  width: 100%;
}

table.grille {
  margin: 0 auto;
  width: 580px;
}

table.grille td {
  padding: 0.5em;
}

table.grille td.time {
  font-family: "fengardoneue";
  border-bottom: 1px dotted #444;
  width: 7em;
  font-size: 1.2em;
}


body > footer {
  display: block;
  padding: 1em 0 8em 0;
 margin: 0 auto; 
  /* 
  text-align: center;
  font-size: 1.2em;
  color: #afafaf;

  */
  color:white;
  background: #222233 url('./images/footer_bg.jpg') center center repeat;

}



#main_wrapper{
   background: transparent url('./images/separation.gif') center top no-repeat;
 
}
/*

body > footer a:link, footer a:visited {
  color: #afafaf;
}

body > footer .copyright {
  font-size: 0.9em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #fff;
}

body > footer nav ul li {
  display: inline;
  padding: 0 1em;
}
*/

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
  j.mp/textsizeadjust */
html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}

@media screen and (max-width: 640px) {
  .container_24 *, * {
    float: none;
}

#top_nav_wrapper {
  position: static;
  right: auto;
  margin-top: 0;
}
}

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


.shareaholic-show-on-load {
    margin-bottom: 2em;
    width: 100%;
}


/* prog */

.animateurs img{
  float: left;
  margin: 1em 2.5em 1em 2em;
}

.animateurs p{
  padding-left: 16em;
}

#archives{
  clear: both;
}

.select{
  text-align: right;
  height: 40px;
  margin-top: 5px;
  margin: 3px 0;
}

.select img{
  width: 40px;
}

.select span,  .select img{
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}