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

	@file         screen.css
	@description  Feuille de styles globale
	@author       remi (ixmedia.com)
	vim: set noet ts=4 fdm=marker fenc=utf-8:

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

@import url("./reset.css");

/* @section Basic {{{
******************************************************************************/

html { font-size: 62.5%; }
html, body { height: 100%; }

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 130%;
	line-height: 1.3;
	color: #6d6e6c;
	background: #fff;
	position: relative;
	behavior: url("/js/ie6/csshover.htc");
}

p,ul,ol,table { margin-bottom: 1em; }
ul { margin-left: 20px; }
a { text-decoration: none; cursor: pointer; color: #e11c39; }
a:focus { outline: 1px dotted; }
a:visited {}
a:hover, a:focus {}
a *, button * { cursor: pointer; }
hr { display: none; }
small { font-size: 90%; }
input, select, button, textarea, option { font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 100%; }
button, label, select, option, input[type=submit] { cursor: pointer; }
.groupe:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .groupe {display: inline-block;}
/* Hides from IE-mac \*/ * html .groupe {height: 1%;} .groupe {display: block;} /* End hide from IE-mac */
sup { font-size: 80%; line-height: 1; vertical-align: super; }
button::-moz-focus-inner { border: 0; padding: 1px; }
span.amp { font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif; font-weight: normal; font-style: italic; font-size: 1.2em; line-height: 0.8; }
h1,h2,h3,h4,h5,h6 { line-height: 1.1; }
header, footer, nav, section, hgroup, article, aside, figure, canvas { display: block; }
time { display: inline; }

/*}}}*/
.bordure{border: 1px solid #CCC;}

/* edit: Raf */
span.erreur { color: red; font-weight: bold; }
.actif { background: #fdf5f7; }
/*fff0f2 -> fef9fa*/

.center { text-align:center; }


/* @section Layout {{{
******************************************************************************/

#wrap {
	height: auto !important;
	height: 100%; /* Pour IE6*/
	min-height: 100%;
	width: 100%;
	min-width: 960px;
	margin: 0 auto;
}
body.template-blogue-blogue-perfectionnement #wrap {
	width: 640px;
}

body.template-accueil #wrap {
	background: url("../img/interface/bg-body-accueil.gif") repeat-y top center;
}

body.template-interieure #wrap {
	background: url("../img/interface/bg-body-interieur.gif") repeat-y top center;
}

body.template-interieure #page .page-inner,
body.template-accueil #page {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 160px;
}
body.template-blogue-blogue-perfectionnement #wrap #page .page-inner,
body.template-blogue-blogue-perfectionnement #wrap #page {
	min-width: 640px;
	width: 640px;
}

body.template-interieure #page {
	background: url("../img/interface/bg-page-interieure.gif") no-repeat top center;
	width: 100%;
	min-width: 960px;
	margin: 0 auto;
	position: relative;
}

#page {
	padding: 0 0 150px;
}

body.template-accueil #entete h2 span{
	background-color: #FFF;
}
/*}}}*/

/* @section Pied de page {{{
******************************************************************************/

#pied {
	clear: both;
	height: 118px;
	position: relative;
	margin: -118px auto 0;
	background: #6d6e6c;
	min-width: 960px;
	width: 100%;
	color: #EAEBEA;
	font-size: 75%;
}
body.template-blogue-blogue-perfectionnement #pied {
	min-width: 640px;
	width: 640px;
}

#pied .pied-inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
body.template-blogue-blogue-perfectionnement #pied .pied-inner {
	width: 640px;
}

#pied p {
	margin: 0;
}

#pied h2 {
	font-family: Baskerville, 'Palatino Linotype', Georgia, serif;
	font-weight: normal;
	font-size: 260%;
	color: #fff;
}

#pied h2 a {
	color: #fff;
	text-decoration: none;
}

#pied .facebook {
	float: left;
	width: 150px;
	padding: 18px 20px 0 14px;
}

#pied .facebook h2 {
	margin: 0 0 15px;
}

#pied .facebook h2 a {
	display: block;
	width: 142px;
	height: 30px;
	text-indent: -9999px;
	background: url("../img/interface/btn-footer-facebook.gif") no-repeat top left;
	color: #EAEBEA;
	overflow: hidden;
}

#pied .rss {
	float: left;
	width: 264px;
	padding: 12px 30px 0 0;
}

#pied .rss h2 a {
	display: block;
	background: url("../img/interface/btn-footer-abonnement.gif") no-repeat top left;
	padding: 5px 2px 18px 53px;
}

#pied .contact {
	float: right;
	width: 460px;
	padding: 12px 10px 0 0;
}

#pied .contact .contact-inner {
	padding: 8px 10px 0 18px;
	background: #595958;
	height: 98px;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}



#pied .contact h2 {
	font-size: 220%;
	margin: 0 0 19px;
}

#pied .contact p {
	float: left;
}



#pied .contact p.p1 {
	width: 216px;
	padding: 0 20px 0 0;
}

#pied .contact p.p2 {
	width: 180px;
	padding: 0 10px 0 0;
}

#pied .contact p.p1 a{
	color: #FFF;
	text-decoration: none;
}

/*}}}*/

/* @section Entête {{{
******************************************************************************/

#entete {
	width: 100%;
	min-width: 960px;
	background: #fff;
	height: 107px;
	position: relative;
	z-index: 210;
}

#entete .header-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 107px;
}
body.template-blogue-blogue-perfectionnement #entete .header-inner {
	width: 640px;
}

#entete #titre {
	line-height: 1;
	margin: 0;
	position: absolute;
	top: 21px;
	left: 37px;
}

#entete h2 {
	font-family: Baskerville, 'Palatino Linotype', Georgia, serif;
	font-weight: normal;
	font-size: 200%;
	position: absolute;
	bottom: 5px;
	right: 90px;
	color: #949594;
}

body.template-accueil #entete h2 span {
	display: none;
}

#entete #utilitaires {
	height: 32px;
	position: absolute;
	top: 0;
	right: 10px;
	background: #6d6e6c;
	float: right;
	padding: 0 9px 0 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

* html #entete #utilitaires { width: 490px; }
*+html #entete #utilitaires { width: 490px; }

#entete #utilitaires ul {
	margin: 0;
}

#entete #utilitaires ul li {
	margin: 0;
	float: left;
	height: 32px;
	position: relative;
}

#entete #utilitaires ul li.dernier {
	padding: 0;
}

#entete #utilitaires ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
	padding: 11px 9px 0 12px;
	height: 21px;
	display: block;
	float: left;
}

/*#entete #utilitaires ul li:hover a,*/
#entete #utilitaires ul li a:hover {
	background: #eaebea url("../img/interface/bg-utilitaires-item-hover.gif") no-repeat top left;
	color: #d71d39;
}

#entete #utilitaires ul li a span {
	display: block;
	background: url("../img/interface/ico-bullet-bas-pale.gif") no-repeat 100% 50%;
	padding: 0 12px 0 0;
}

#entete #utilitaires ul li.accueil a span {
	background: url("../img/interface/ico-bullet-accueil.gif") no-repeat 0 50%;
	padding-left: 16px;
	padding-right: 0;
}

#entete #utilitaires ul li.accueil a {
	padding-left: 8px;
}

#entete #utilitaires ul li.accueil a:hover {
	background: none;
	color: #fff;
}

#entete #utilitaires ul li form {
	float: right;
	padding: 5px 0 0 12px;
}

#entete #utilitaires ul li form input {
	border: 1px solid #9d9f9b;
	background: url("../img/interface/bg-recherche.gif") no-repeat top left;
	color: #dcdddc;
	padding: 4px 5px 2px;
	line-height: 1.2;
	float: left;
	width: 140px;
}

#entete #utilitaires ul li form button {
	border: none;
	width: 21px;
	height: 21px;
	padding: 0;
	background: none;
	float: left;
	margin: 0 0 0 3px;
	display: inline;
}
#entete #utilitaires ul li ul {
	position: absolute;
	top: 28px;
	left: 0;
	left: -9999px;
	border: 1px solid #cecece;
	border-left-width: 5px;
	background: #fff url("../img/interface/bg-sousnav.gif") repeat-y top left;
	width: 190px;
	z-index: 7000;
	float: left;
	clear: both;
	padding: 4px 0;
}

#entete #utilitaires ul li:hover ul {
	left: 0;
}

#entete #utilitaires ul li ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

/*#entete #utilitaires ul li:hover ul li a,*/
#entete #utilitaires ul li ul li a:hover,
#entete #utilitaires ul li ul li a {
	width: auto;
	float: none;
	border: none;
	background: url("../img/interface/ico-bullet-nav.gif") no-repeat 12px 9px;
	display: block;
	width: 160px;
	height: auto;
	padding: 7px 5px 7px 25px;
	color: #5b5c5a;
}

#entete #utilitaires ul li ul li.active a,
#entete #utilitaires ul li ul li a:hover {
	background-image: url("../img/interface/ico-bullet-nav-hover.gif");
	background-color: #fff;
	color: #db3928;
}

/*}}}*/

/* @section Navigation {{{
******************************************************************************/
div.nav{
	z-index: 150;
}

nav {
	background: url("../img/interface/bg-nav.gif") repeat-x bottom left;
	height: 51px;
	border-bottom: 10px solid #fff;
	font-size: 85%;
	position: relative;
	z-index: 200;
}

nav ul {
	width: 960px;
	margin: 0 auto;
	font-weight: bold;
	line-height: 1.2;
}
body.template-blogue-blogue-perfectionnement nav,
body.template-blogue-blogue-perfectionnement nav ul {
	width: 640px;
}

nav ul li {
	width: 133px;
	float: left;
	height: 48px;
	position: relative;
	background: url("../img/interface/bg-nav-item.gif") no-repeat bottom left;
	z-index: 3000;
}
body.template-blogue-blogue-perfectionnement nav ul li {
	width: 153px;
}

nav ul li a {
	width: 133px;
	float: left;
	color: #6d6e6c;
	text-decoration: none;
	position: relative;
	height: 48px;
}
body.template-blogue-blogue-perfectionnement nav ul li a {
	width: 149px;
}

nav ul li a span {
	position: absolute;
	bottom: 6px;
	left: 9px;
	background: url("../img/interface/ico-bullet-bas.gif") no-repeat 100% 100%;
	padding: 0 12px 0 0;
	float: left;
}
body.template-blogue-blogue-perfectionnement nav ul li a span {
	background: transparent;
}

nav ul li.active a,
nav ul li:hover a,
nav ul li a:hover {
	background: #fff;
	border-left: 5px solid #cecece;
	width: 128px;
	color: #db3928;
}

nav ul li.active a span,
nav ul li:hover a span,
nav ul li a:hover span {
	left: 4px;
}

nav ul li ul {
	position: absolute;
	top: 47px;
	left: 0;
	left: -9999px;
	border: 1px solid #cecece;
	border-left-width: 5px;
	background: #fff url("../img/interface/bg-sousnav.gif") repeat-y top left;
	width: 190px;
	z-index: 7000;
	float: left;
	clear: both;
	padding: 4px 0;
}

nav ul li:hover ul {
	left: 0;
}

nav ul li ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

nav ul li:hover ul li a,
nav ul li ul li a:hover,
nav ul li ul li a {
	width: auto;
	float: none;
	border: none;
	background: url("../img/interface/ico-bullet-nav.gif") no-repeat 12px 9px;
	display: block;
	width: 160px;
	height: auto;
	padding: 7px 5px 7px 25px;
	color: #5b5c5a;
}

nav ul li ul li.active a,
nav ul li ul li a:hover {
	background-image: url("../img/interface/ico-bullet-nav-hover.gif");
	background-color: #fff;
	color: #db3928;
}

/*}}}*/

/* @section Contenu texte {{{
******************************************************************************/

.contenu-texte h2 {
	border-bottom: 1px solid #e6e6e6;
	color: #4b4c4a;
	font-size: 120%;
	margin: 0 0 0.8em;
	padding: 0 0 4px;
}

.contenu-texte h3 {
	color: #777777;
	font-size: 115%;
	margin: 0 0 0.6em;
}

.contenu-texte h4 {
	color: #4b4c4a;
	font-size: 105%;
	margin: 0 0 0.6em;
}

.section-salle-presse .contenu-texte h2{
	margin-top: 40px;
}

p.communique-diffusion{
	text-align: right;
	font-weight: bold;
}

.contenu-texte ul {
}

.contenu-texte ul li {
	list-style: disc;
	margin: 0 0 6px;
}

.contenu-texte ol {
	margin-left: 25px;
}

.contenu-texte ol li {
	list-style: decimal;
	margin: 0 0 6px;
}

/*}}}*/

/* @section Accueil {{{
******************************************************************************/

body.template-accueil {
}

/* @subsection Contenu principal {{{
**************************************************/

body.template-accueil #principal {
	float: right;
	width: 785px;
}

body.template-accueil #principal #contenu {
  position: relative;
	float: left;
	width: 535px;
	padding: 0 7px 0 13px;
}

body.template-accueil #principal #contenu p.intro {
	padding: 15px 20px;
	height: 47px;
	margin: 0 0 40px;
	color: white;
	font-size: 13px;
	background: url("/img/interface/bg-intro.jpg") center top no-repeat;
}

body.template-accueil #principal #contenu a#lien-blogue {
  position: absolute;
  top: 90px;
  right: 10px;
  width: 101px;
  height: 40px;
  display: inline-block;
  float: right;
  text-indent: -99999em;
  background: url("/img/interface/acelf-blogue.gif") center top no-repeat;
}

body.template-accueil #principal #contenu .articles {
	padding: 0 7px;
}


body.template-accueil #principal #contenu article {
  position: relative;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 1px;
	margin: 0 0 1em;
}



body.template-accueil #principal #contenu .date {
	margin: 0;
	color: #b5b5b5;
}

body.template-accueil #principal #contenu article h3 {
	font-family: Baskerville, 'Palatino Linotype', Georgia, serif;
	font-weight: normal;
	font-size: 150%;
	margin: 0 0 0.3em;
}

body.template-accueil #principal #contenu article p {
	font-size: 0.95em;
}

body.template-accueil #principal #contenu article h3 a {
	text-decoration: none;
}

body.template-accueil #principal #contenu .articles footer {
	margin: 3em 0 0 0;
	background: url("../img/interface/bg-nouvelles-footer.gif") repeat-x top left;
	padding: 12px 8px 0 5px;
}

body.template-accueil #principal #contenu .articles footer ul {
	margin: 0;
}

body.template-accueil #principal #contenu .articles footer ul li {

}

body.template-accueil #principal #contenu .articles footer ul li.rss {
	float: left;
}

body.template-accueil #principal #contenu .articles footer ul li.rss a {
	background: url("../img/interface/ico-feed.png") no-repeat 0 50%;
	font-size: 80%;
	color: #6d6e6c;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 1px 1px 18px;
}

body.template-accueil #principal #contenu .articles footer ul li.toutes {
	float: right;
}

body.template-accueil #principal #contenu .articles footer ul li.toutes a {
	display: block;
	width: 115px;
	height: 30px;
	background: url("../img/interface/btn-accueil-nouvelles.jpg") no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
}

/*}}}*/

/* @subsection Sidebar {{{
**************************************************/

body.template-accueil #principal #sidebar {
	float: right;
	width: 200px;
	padding: 15px 15px 0 15px;
}


body.template-accueil #principal #sidebar ul.bannieres {
	margin: 0 0 10px;
}

body.template-accueil #principal #sidebar ul.bannieres li {
	margin: 0 0 10px;
	height: 1%;
}

body.template-accueil #principal #sidebar ul.bannieres li.lazyLeft {
  margin-left: -13px;
}


body.template-accueil #principal #sidebar ul.bannieres img {
	display: block;
}

body.template-accueil #principal #sidebar #abonnement {
  margin-bottom: 10px;
}
body.template-accueil #principal #sidebar #abonnement ul{
  margin: 10px 0 0 0;
  padding: 0;
}
  body.template-accueil #principal #sidebar #abonnement li {
    background: red;
    margin-bottom: 10px;
    padding-left: 15px;
    background: url('/img/interface/puce.gif') left 4px no-repeat;
  }
    body.template-accueil #principal #sidebar #abonnement li a{
      color: #E11C39;
      font-weight: bold;
      font-size: 13px;
    }

body.template-accueil #principal #sidebar #abonnement .lazyLeft {
  margin-left: -13px;
}


body.template-accueil #principal #sidebar .communaute {
	margin: 0 0 30px;
}

body.template-accueil #principal #sidebar .communaute h2 {
	margin: 0 0 0.4em;
	position: relative;
	/*display: none;*/
	width: 230px;
	overflow: hidden;
	left: -15px;
	margin-right: -30px;
}

*+html body.template-accueil #principal #sidebar .communaute h2 {
	left: -14px;
}

body.template-accueil #principal #sidebar .communaute h2 a {
	display: block;
	height: 88px;
	width: 230px;
	text-indent: -9999px;
	background: url("../img/interface/bg-blogue-acelf.jpg") no-repeat top left;
	overflow: hidden;
}

body.template-accueil #principal #sidebar .communaute .articles {
	padding: 0 6px;
	font-size: 95%;
	margin-top: -10px;
}

body.template-accueil #principal #sidebar .communaute .articles article {
	margin: 0;
	padding: 15px 0 5px;
}

body.template-accueil #principal #sidebar .communaute .articles article h3 {
	margin: 0 0 0.4em;
}

body.template-accueil #principal #sidebar .communaute .articles article h3 a {
	text-decoration: none;
}

body.template-accueil #principal #sidebar .communaute .articles article time {
	font-weight: bold;
}

body.template-accueil #principal #sidebar .articles footer {
	margin: 2em 0 0 0;
	background: url("../img/interface/bg-nouvelles-footer.gif") repeat-x top left;
	padding: 12px 0 0 0;
}

body.template-accueil #principal #sidebar .articles footer ul {
	margin: 0;
}

body.template-accueil #principal #sidebar .articles footer ul li {

}

body.template-accueil #principal #sidebar .articles footer ul li.rss {
	float: left;
}

body.template-accueil #principal #sidebar .articles footer ul li.rss a {
	background: url("../img/interface/ico-feed.png") no-repeat 0 50%;
	font-size: 80%;
	color: #6d6e6c;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 1px 1px 18px;
}

body.template-accueil #principal #sidebar .articles footer ul li.toutes {
	float: right;
}

body.template-accueil #principal #sidebar .articles footer ul li.toutes a {
	display: block;
	width: 113px;
	height: 43px;
	background: url("../img/interface/btn-accueil-communaute.jpg") no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
}

body.template-accueil #principal #sidebar .calendrier {
	margin: 30px 0 0 0;
}

body.template-accueil #principal #sidebar .calendrier h2 {
	font-family: Baskerville, 'Palatino Linotype', Georgia, serif;
	font-weight: normal;
	font-size: 200%;
	margin: 0 0 14px;
	padding: 0 0 8px;
	background: url("../img/interface/bg-nouvelles-footer.gif") repeat-x bottom left;
}

body.template-accueil #principal #sidebar .calendrier ul {
	margin: 0;
	font-size: 90%;
}

body.template-accueil #principal #sidebar .calendrier ul li {
	background: url("../img/interface/ico-bullet-calendrier.gif") no-repeat 0 3px;
	padding: 0 0 0 15px;
	margin: 0 0 10px;
	height: 1%;
}

body.template-accueil #principal #sidebar .calendrier ul li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 3px;
}

/* }}} */

/* @subsection Contenu secondaire {{{
**************************************************/

body.template-accueil #secondaire {
	float: left;
	width: 175px;
	padding: 0 0 0 0px;
}

body.template-accueil #secondaire .publicites ul {
	margin: 0;
}

body.template-accueil #secondaire .publicites ul li {
	margin: 0 0 10px;
	height: 1%;
}

body.template-accueil #secondaire .publicites ul li img {
	display: block;
}

#menu-secondaire {
  margin: 0;
  padding: 0;
}
#menu-secondaire li {
  margin-bottom: 5px;
}
  #menu-secondaire li a {
    position: relative;
    display: block;
    height: 50px;
    color: #6d6e6c;
    font-weight: bold;
    font-size: 12px;
    background: rgb(234,235,234); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(234,235,234) 0%, rgb(234,235,234) 55%, rgb(226,227,226) 73%, rgb(211,212,211) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(234,235,234)), color-stop(55%,rgb(234,235,234)), color-stop(73%,rgb(226,227,226)), color-stop(100%,rgb(211,212,211))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(234,235,234) 0%,rgb(234,235,234) 55%,rgb(226,227,226) 73%,rgb(211,212,211) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(234,235,234) 0%,rgb(234,235,234) 55%,rgb(226,227,226) 73%,rgb(211,212,211) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgb(234,235,234) 0%,rgb(234,235,234) 55%,rgb(226,227,226) 73%,rgb(211,212,211) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaebea', endColorstr='#d3d4d3',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgb(234,235,234) 0%,rgb(234,235,234) 55%,rgb(226,227,226) 73%,rgb(211,212,211) 100%); /* W3C */
    border-bottom: 2px solid #a6a6a6;
  }
  
    #menu-secondaire li a span.texte {
      display: inline-block;
      position: absolute;
      bottom: 11px;
      left: 9px;
    }
   #menu-secondaire li a span.fleche { 
      position: absolute;
      right: 0px;
      display: inline-block;
      height: 50px;
      line-height: 50px;
      padding: 0 8px;
      vertical-align: middle;
      background: url("/img/interface/spacer.png") left center no-repeat;
      color: #E11C39;
    }
    
   #menu-secondaire li a:hover span.fleche {
      color: #6d6e6c;
	   color: #E11C39;
    } 
/*}}}*/

/*}}}*/

/* @section Pages intérieures {{{
******************************************************************************/

body.template-interieure {
}

/* @subsection Contenu principal {{{
**************************************************/

body.template-interieure #contenu {
	width: 745px;
	float: right;
	padding: 7px 20px 0 0;
	position: relative;
	z-index: 1;
}
body.template-blogue-blogue-perfectionnement #wrap #contenu {
	width: 640px;
}

body.template-interieure #contenu h1 {
	background: #E61A39 url("../img/interface/bg-titre-interieure.jpg") no-repeat bottom left;
	color: #fff;
	font-weight: normal;
	font-family: Baskerville, 'Palatino Linotype', Georgia, serif;
	font-size: 180%;
	position: relative;
	margin: 0 0 20px;
	min-height: 67px;
	height: auto !important;
	height: 67px;
}

body.template-interieure #contenu h1 span {
	/*position: absolute;
	bottom: 8px;
	left: 16px;*/
	display: block;
	padding: 32px 0 8px 16px;
}

body.template-interieure #contenu h1 a {
	color: #fff;
	text-decoration: none;
}

body.template-interieure #contenu table td {
	padding: 5px 10px;
}

/* }}} */

/* @subsection Sidebar {{{
**************************************************/

body.template-interieure #sidebar {
	width: 181px;
	float: left;
}

body.template-interieure #sidebar #sous-menu {
	background: url("../img/interface/bg-sousmenu-bottom.gif") no-repeat bottom left;
	padding: 0 0 83px;
	margin: 0 0 -50px;
}

body.template-interieure #sidebar #sous-menu h2 {
	background: url("../img/interface/bg-sousmenu-top.gif") no-repeat top left;
	padding: 36px 0 10px 17px;
	font-family: Baskerville, 'Palatino Linotype', Georgia, serif;
	font-weight: normal;
	font-size: 150%;
	line-height: 1.1;
}

body.template-interieure #sidebar #sous-menu ul {
	background: url("../img/interface/bg-sousmenu.gif") repeat-y top left;
	margin: 0;
	padding: 0 0 5px 6px;
	font-size: 85%;
	font-weight: bold;
}

body.template-interieure #sidebar #sous-menu ul li {
	background: url("../img/interface/bg-liste.gif") ;
}

body.template-interieure #sidebar #sous-menu ul.wp li h3,
body.template-interieure #sidebar #sous-menu ul.wp li,
body.template-interieure #sidebar #sous-menu ul.wp li a{
	background: none;
}

body.template-interieure #sidebar #sous-menu ul.wp li a {
	background: none;
}

body.template-interieure #sidebar #sous-menu ul li a {
	background: url("../img/interface/ico-bullet-nav.gif") no-repeat 12px 7px;
	display: block;
	padding: 5px 5px 5px 25px;
	color: #5b5c5a;
	text-decoration: none;
	height: 1%;
}

body.template-interieure #sidebar #sous-menu ul li.active a,
body.template-interieure #sidebar #sous-menu ul li a:hover,
body.template-interieure #sidebar #sous-menu ul li.current-cat a {
	background-image: url("../img/interface/ico-bullet-nav-hover.gif");
	background-color: #fff;
	color: #db3928 !important;
}

body.template-interieure #sidebar #sous-menu ul li ul {
	margin-left: 27px;
	padding: 0;
}

body.template-interieure #sidebar #sous-menu ul li ul li {
	list-style: none;
	background-image: url("../img/interface/ico-bullet-sousnav.gif") no-repeat;
	font-weight:100;


}

body.template-interieure #sidebar #sous-menu ul li ul li a {
	background: transparent url("../img/interface/ico-bullet-sousnav.gif") no-repeat 0 6px !important;
	color: #666 !important;
	padding: 3px 3px 4px 10px;
}

body.template-interieure #sidebar #sous-menu ul li ul li.active a,
body.template-interieure #sidebar #sous-menu ul li ul li a:hover {
	color: #DF1C3A !important;
}

body.template-interieure #sidebar #sous-menu ul li ul li.active a {
}

body.template-interieure #sidebar #sous-menu ul li h3 {
	background: url("../img/interface/bg-liste.gif") repeat scroll 0 0 transparent;
	font-size: 120%;
	padding: 0 0 0 12px;
	margin: 0 0 0.6em;
}

body.template-interieure #sidebar #sous-menu ul li ul {
	background: none;
	padding-left: 0;
	font-size: 95%;
}

body.template-interieure #sidebar .bannieres {
	margin: 0 0 0 0;
}

body.template-interieure #sidebar .bannieres li {
	margin: 0 0 10px;
	height: 1%;
}

body.template-interieure #sidebar .bannieres li.lazyLeft {
  margin-left: -13px;
}

body.template-interieure #sidebar .bannieres img {
	display: block;
}

body.template-interieure #sidebar #sous-menu ul li.pages ul {
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
	font-size: 120%;
}

body.template-interieure #sidebar #sous-menu ul li.pages ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 0 8px;
}

body.template-interieure #sidebar #sous-menu ul li.pages ul li a {
	float: left;
	display: block;
	background: #C31F38 !important;
	color: #fff !important;
	padding: 2px 7px 3px !important;
}

/* }}} */

/* @subsection Galleria {{{
**************************************************/

.contenu-texte ul.gallery {
	width: 100%;
	overflow: hidden;
	margin: 0;
}

.contenu-texte ul.gallery li {
	list-style: none;
	margin: 0;
	float: left;
	padding: 0 3px 3px 0;
}

.contenu-texte ul.gallery li img {
	border: 2px solid #fff;
	cursor: pointer;
}

.contenu-texte ul.gallery li.active img {
	border-color: #C31E3A;
}

.contenu-texte .galleria-controles {
	width: 680px;
	overflow: hidden;
	padding: 9px 0;
}

.contenu-texte .galleria-controles a {
	display: block;
	float: left;
}

.contenu-texte .galleria-controles a.droite {
	float: right;
}

/* }}} */

/*}}}*/

/* @section Blogues {{{
******************************************************************************/

body.template-blogue {
}

/* @subsection Contenu principal {{{
**************************************************/

body.template-blogue .articles {
}

body.template-blogue .month-navigation {
	margin: 0 7px 1em;
	background: #eee;
	padding: 5px 8px;
}

body.template-blogue .month-navigation li {
}

body.template-blogue .month-navigation li a {
	font-weight: bold;
	text-decoration: none;
	color: #aaa;
}

body.template-blogue .month-navigation li a:hover {
	color: #888;
}

body.template-blogue .month-navigation li.prev {
	float: left;
}

body.template-blogue .month-navigation li.next {
	float: right;
}

body.template-blogue article {
	margin: 0 0 2em;
	padding: 0 7px;
}

body.template-blogue article .article-title {
	font-size: 140%;
	margin: 0 0 0.3em;
}

body.template-blogue article .article-title a {
	text-decoration: none;
}

body.template-blogue article .meta {
	color: #aaa;
}

body.template-blogue article .meta a {
	color: #666;
}

body.template-blogue #comments h2 {
	font-size: 120%;
	margin: 0 0 0.7em;
	padding: 0 7px;
}

body.template-blogue #comments .qualite {
	border: 1px solid #ddd;
	padding: 10px 10px 2px;
	margin: 0 0 1em;
	font-size: 90%;
}

body.template-blogue #comments .qualite h3 {
	font-size: 110%;
	margin: 0 0 0.4em;
}

body.template-blogue #respond {
	padding: 0 7px;
}

body.template-blogue #comments .commentlist {
	border-top: 1px solid #ccc;
	padding: 2em 7px 0;
}

body.template-blogue #comments .commentlist li.comment {
	border-bottom: 1px solid #ccc;
	margin: 0 0 2em;
	padding: 0 0 2em;
}

body.template-blogue #comments .commentlist li.comment .comment-author {
	width: 200px;
	float: left;
}

body.template-blogue #comments .commentlist li.comment .comment-author img {
	float: left;
}

body.template-blogue #comments .commentlist li.comment .comment-author div.author,
body.template-blogue #comments .commentlist li.comment .comment-author div.permalink {
	margin: 0 0 0 46px;
}

body.template-blogue #comments .commentlist li.comment .comment-author div.author {
	margin-bottom: 2px;
}

body.template-blogue #comments .commentlist li.comment .comment-author div.author cite {
	font-style: normal;
	font-weight: bold;
}

body.template-blogue #comments .commentlist li.comment .comment-author div.permalink a {
	color: #aaa;
	text-decoration: none;
}

body.template-blogue #comments .commentlist li.comment .comment-content {
	margin: 0 0 0 220px;
}

/* }}} */

/*}}}*/

/* @section Erreur 404 {{{
******************************************************************************/

body.template-erreur404 {
}

body.template-erreur404 #contenu {
	width: 570px;
	margin: 0 auto;
	padding: 30px 0 0;
	line-height: 1.5;
}

body.template-erreur404 #contenu h1 {
	font-family: Baskerville, 'Palatino Linotype', Georgia, serif;
	color: #DB3927;
	font-size: 300%;
	font-weight: normal;
	text-align: center;
	padding: 10px 0 20px;
}


/*}}}*/

/* @section Abonnements {{{
******************************************************************************/

body.template-abonnements {
}

body.template-abonnements .rangee-1 {
	padding: 14px 14px 0;
	margin: 0 0 6px;
}

body.template-abonnements .rangee-1 .gauche {
	float: left;
	width: 100%;
	padding: 0 0 20px;
}

body.template-abonnements .boite-1 {
	width: 252px;
}

body.template-abonnements .rangee-1 .gauche h2 {
	font-family: Baskerville,'Palatino Linotype',Georgia,serif;
	font-size: 220%;
	line-height: 1.2;
	color: #E61B39;
	font-weight: normal;
	margin: 0 0 8px;
}

body.template-abonnements .rangee-1 .gauche p {
	line-height: 1.3;
	font-size:20px;
}

body.template-abonnements .rangee-2 .boite-1 h2 {
	color: #6d6e6c;
	font-size: 130%;
	margin-left: 0;
}

body.template-abonnements .boite h2 strong {
	color: #E61B39;
	margin: 0 6px 0 0;
}

body.template-abonnements .boite ul {
	margin: 0 0 0 0;
}

body.template-abonnements .boite ul li {
	margin: 0 0 9px;
}

body.template-abonnements .rangee-2 .boites .boite.boite-1 ul li label {
	display: block;
	font-weight: bold;
	margin: 0 0 0px;
	height:1.7em;
	padding: 0;
	font-size:13px;
	color:#6D6E6C;
}

body.template-abonnements .boite ul li input {
	border: 1px solid #ccc;
	width: 205px;
	padding: 5px;
}

body.template-abonnements .boites ul li select {
	width: 215px;
}

body.template-abonnements .rangee-2 h2 {
	color: #6d6e6c;
	font-size: 130%;
	margin: 0 0 12px 14px;
}

body.template-abonnements .rangee-2 h2 strong {
	color: #E61B39;
	margin: 0 6px 0 0;
}

body.template-abonnements .rangee-2 .boites {
	padding: 14px 16px;
	margin: 0 14px 0 0;
	border: 1px solid #bbb;
	background: #eaeaea;
}

body.template-abonnements .rangee-2 .boites .boite {
	float: left;
	width: 214px;
	padding: 0 13px 0 0;
	margin: 0 13px 12px 0;
	min-height: 20.5em;
	height: auto !important;
	height: 20.5em;
}

body.template-abonnements .rangee-2 .boites .boite-1,
body.template-abonnements .rangee-2 .boites .boite-2 { border-right: 1px solid #bbb; }

body.template-abonnements .rangee-2 .boites .boite-3 {
	padding-right: 0;
	margin-right: 0;
}

body.template-abonnements .rangee-2 .boites .boite img {
	border: 1px solid #bbbbbb;
	display: block;
	margin: 0 0 8px;
}

body.template-abonnements .rangee-2 .boites .boite input[type="checkbox"] {
	margin: 3px 0 0 0;
	width: 13px;
	height: 13px;
	float: left;
}

body.template-abonnements .rangee-2 .boites .boite label {
	font-weight: bold;
	color: #dd003e;
	display: block;
	margin: 0 0 0 20px;
	font-size: 120%;
	height: 2.5em;
}

body.template-abonnements .rangee-2 .boites .boite p.comme-label {
	font-weight: bold;
	display: block;
	font-size: 120%;
	height: 2.4em;
}

body.template-abonnements .rangee-2 .boites .note {
	padding: 5px 0 0 0;
	clear: both;
	margin: 0;
	font-size: 90%;
}

body.template-abonnements .rangee-3 {
	padding: 16px 0 0 18px;
}

body.template-abonnements .rangee-3 p {
}

body.template-abonnements .rangee-3 p strong {
	float: left;
	color: #E61B39;
	margin: 0 3px 0 0;
	font-size: 130%;
	padding: 8px 0 0 0;
}

body.template-abonnements .rangee-3 p input {
	float: left;
}

body.template-abonnements .rangee-2 input[type="submit"] {
	background-color:transparent;
	background-image:url(../img/abonnement/btn-valider.png); background-repeat:no-repeat;
	border:none;
	padding:9px 3px 9px 0;
	color:#fff;
	font-size:110%; letter-spacing:0.5px; text-align:center;
	width:220px;
	margin:20px auto 0 auto;
}

body.template-abonnements .rangee-3 h2.autres-abonnements {
	font-size:130%;
	line-height:2.5em;
}


body.template-abonnements .abonnements-autres {
	background: url("../img/interface/bg-nouvelles-footer.gif") repeat-x top left;
	padding: 18px 0 0 14px;
}

body.template-abonnements .abonnements-autres h2 {
	font-size: 120%;
	line-height: 1.2;
	color: #E61B39;
	font-weight: bold;
	margin: 0 0 8px;
}

body.template-abonnements .abonnements-autres p {
	float: left;
}

body.template-abonnements .abonnements-autres ul {
	background: #eaeaea;
	border: 1px solid #bbbbbb;
	margin: 0 0 0 350px;
	font-size: 105%;
	padding: 10px 15px 6px;
}

body.template-abonnements .abonnements-autres ul li {
	margin: 0 0 4px;
}

body.template-abonnements .abonnements-autres ul li a, body.template-abonnements .abonnements-autres a.rss	 {
	background: url("../img/abonnement/ico-rss.gif") no-repeat 0 50%;
	display: inline-block;
	padding: 4px 0 4px 28px;
	margin-left:20px;
}

body.template-abonnements .abonnements-autres a {
	color:#E61B39; 
	font-weight:bold;
}

/*}}}*/

/* @section Formulaire de commande {{{
******************************************************************************/
#boite-formulaire-de-commande {
  padding: 5px 10px;
}

  #boite-formulaire-de-commande h2 {
    border-bottom: none;
    color: #6D6E6C;
    font-size: 21px;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    margin: 0 0 0.8em;
    padding: 0 0 4px;
  }
  p.notice {
    border-bottom: 1px solid #E6E6E6;
    color: #4B4C4A;
    font-size: 120%;
    margin: 0 0 0.8em;
    padding: 0 0 4px;
  }
  #boite-formulaire-de-commande #formulaire-de-commande div.boite-label {
    margin-bottom: 10px;
  }
  
  
  #boite-formulaire-de-commande #formulaire-de-commande fieldset { 
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding: 5px 0; 
  }
  
  #boite-formulaire-de-commande #formulaire-de-commande fieldset legend { display: none; }
  
  #boite-formulaire-de-commande #formulaire-de-commande label {
    display: inline-block;
    padding: 5px 10px;
  }
  
  #boite-formulaire-de-commande #formulaire-de-commande label.errorField { 
    background: #ffe3e3;
  }
  #boite-formulaire-de-commande #formulaire-de-commande label input[type="text"]{
    border: 1px solid #ccc;
    height: 20px;
    padding: 5px;
  }
  
  #boite-formulaire-de-commande #formulaire-de-commande  #errorMessage {
    padding: 10px;
    background: #ffe3e3;
    color: #ff4949;
    width: 50%;
    margin-bottom: 20px;
  }
  #boite-formulaire-de-commande #formulaire-de-commande  #errorMessage ul {
    margin-top: 20px;
  }
  
  #boite-formulaire-de-commande #formulaire-de-commande fieldset#genre-personne {
    margin: 0;
    padding: 0;
    width: 396px;
    padding: 5px 10px;
  }
  
  #boite-formulaire-de-commande #formulaire-de-commande fieldset#genre-personne.errorField {
    background: #ffe3e3;
  }
  
  #boite-formulaire-de-commande #formulaire-de-commande fieldset#info-personnel label input[type="text"]{ width: 200px; }
  #boite-formulaire-de-commande #formulaire-de-commande fieldset#info-personnel span.label { width: 160px; }
  
  #boite-formulaire-de-commande #formulaire-de-commande fieldset#info-personnel .radio-box span.label { 
    width: auto;
    padding-right: 5px;
  }
  #boite-formulaire-de-commande #formulaire-de-commande fieldset#info-personnel .radio-box input[type="radio"] {
    margin-right: 30px;
  } 

  #boite-formulaire-de-commande #formulaire-de-commande fieldset#qte-fascicules { 
    width: 486px;
  }
  #boite-formulaire-de-commande #formulaire-de-commande fieldset#qte-fascicules #total {
    display: inline-block;
    padding: 10px;
    background: #ffe3e3;
    color: #ff4949;
    position:relative;
  }
  
  #boite-formulaire-de-commande #formulaire-de-commande fieldset#qte-fascicules #total.ok {
    background: #b4fbb4;
    color: #0db50d;
  }
    #boite-formulaire-de-commande #formulaire-de-commande fieldset#qte-fascicules #total span {
      display: inline-block;
    }
    
    #boite-formulaire-de-commande #formulaire-de-commande fieldset#qte-fascicules #total span.notice {
      position: absolute;
      width: 245px;
      right: -255px;
      top: 50%;
      margin-top: -8px;
    }
    #boite-formulaire-de-commande #formulaire-de-commande fieldset#qte-fascicules #total.ok span.notice {
      display: none;
    }
    #boite-formulaire-de-commande #formulaire-de-commande fieldset#qte-fascicules #total span.notice:before {
      content: "◄";
      padding-right: 5px;
    }
    
    #boite-formulaire-de-commande #formulaire-de-commande fieldset#qte-fascicules #total span#grand-total {
     display: inline-block;
     margin-left: 10px; 
    }
    
  #boite-formulaire-de-commande #formulaire-de-commande fieldset#qte-fascicules span#qte {
    display: inline-block;
    position: absolute;
    top: -21px;
    right: 17px;
  }
  #boite-formulaire-de-commande #formulaire-de-commande fieldset#qte-fascicules label {
    background: #f1f1f1;
  }
  #boite-formulaire-de-commande #formulaire-de-commande fieldset#qte-fascicules label input[type="text"]{
    width: 50px;
    text-align: center;
  }
  #boite-formulaire-de-commande #formulaire-de-commande fieldset#qte-fascicules span.label { 
    width: 380px;  
  }
  
  #boite-formulaire-de-commande #formulaire-de-commande button {
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
    background: rgb(246,248,249); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(246,248,249) 0%, rgb(229,235,238) 50%, rgb(215,222,227) 51%, rgb(245,247,249) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(246,248,249)), color-stop(50%,rgb(229,235,238)), color-stop(51%,rgb(215,222,227)), color-stop(100%,rgb(245,247,249))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(246,248,249) 0%,rgb(229,235,238) 50%,rgb(215,222,227) 51%,rgb(245,247,249) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(246,248,249) 0%,rgb(229,235,238) 50%,rgb(215,222,227) 51%,rgb(245,247,249) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgb(246,248,249) 0%,rgb(229,235,238) 50%,rgb(215,222,227) 51%,rgb(245,247,249) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgb(246,248,249) 0%,rgb(229,235,238) 50%,rgb(215,222,227) 51%,rgb(245,247,249) 100%); /* W3C */
  }
  
/*}}}*/
/* @section Vos commentaires {{{
******************************************************************************/
form#frmCommentaires table td { padding:5px;}
/*}}}*/

.pourcent100 { width:95%;}
form#frmEchange td { padding:5px;}

/* @section echanges-francophones formulaire {{{
******************************************************************************/
form.inscription.labelNormal label, form.inscription.labelNormal span.label, form.inscription.labelNormal span.labelAge{
	font-weight: normal;
}
form.inscription ul{
	margin-left: 0;
}
form.inscription ul{
	margin-bottom: 15px;
}
form.inscription ul li{
	list-style-type: none;
}
form#frmEchange ul.eleves li{
	float:left;
}
form.inscription ul.eleves li label{
	width: auto;
}
form.inscription ul.eleves li input{
	margin-right: 20px;
}
form.inscription .labelAge{
	text-align: right;
	float: left;
	margin-top: 3px;
}
form.inscription textarea.long{
	width: 484px;
}
form.inscription ul.age label{
	width: auto;
}
form.inscription ul.age li{
	clear:left;
}
form.inscription ul.age li ul{
	float: left;
}
form.inscription ul.age li ul li{
	float:left;
	clear: none;
}
form.inscription ul.age li ul li label{
	font-weight: normal;
	
}
form.inscription ul li label.normal{
	font-weight: normal;
}
form.inscription ul.age li ul li input{
	margin-right: 20px;
}
form.inscription label, span.labelAge, span.label{
	width: 220px;
	padding-right:20px;
	display: inline-block;
	font-weight: bold;
}
li.labelCourt label{
	width: auto;
}
span.labelEleves, span.labelRadio{
	width: 220px;
	float:left;
	padding-right: 20px;
}
form.inscription .infos-candidature label{
	float: none;
	padding-right: 0;
	display: block;
	width: auto;
	font-weight: normal;
}
form.inscription  p.critere{
	margin-bottom: 0;
}
form.inscription  p.critere label{
	display: inline;
	padding-right: 5px;
	font-weight: bold;
}
form.inscription label.total, form.inscription .gras {
	font-weight: bold;
}
form.inscription .long{
	width: 480px;
}
form.inscription .btRadio label, form.inscription .checkbox label{
	width: auto;
	display: inline;
}
li.clearL{
	clear: left;
}
div#erreur{
	color: #DB3928;
}
div.articles article {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
div.social iframe{
	float: left;
	width: 500px;
	vertical-align: middle;
}
div.social p{
	float: left;
	width: 150px;
	vertical-align: middle;
	padding-top: 3px;
}
div.social p span{
	color: red;
	padding-right: 30px;
}
div.envoyer-a-un-ami{
	clear: both;
}
div.envoyer-a-un-ami div.wrap-c{
	display: none;
	margin-top: 20px;
}
div.envoyer-a-un-ami label{
	width: 200px;
	display: inline-block;
	vertical-align: top;
}
.section-communaute #stafBlock{
	width: 347px;
}
.section-communaute #stafBlock h2{
	font-size: 1.2em;
}
.section-communaute #stafBlock .envoyer{
	height: 30px;
	width: 150px;
}
.section-communaute #stafForm label{
	width: 300px;
	font-weight: bold;
}
.section-communaute #stafForm input{
	width: 300px;
}
.section-communaute form .erreurs{
	font-weight: bold;
	color: #F00;
}
.section-communaute form ul.erreurs{
	list-style-type: disc;
}
.section-communaute form .erreur{
	border: 1px solid #F00;
}

.section-communaute form input{
	border: 1px solid #999;
	padding: 2px 5px;
}

.input-text input{
	width: 300px;
}
div.exergue {
	width: 200px;
	float: right;
	background: #efefef;
	margin: 0 0 2em 2em;
	padding: 15px 15px 15px;
	color: #848484;
	line-height: 1.1;
	font-size: 110%;
	font-style: italic;
	border-top: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
}
p#infosup{
	background: url("../img/interface/bg-sousmenu.gif") repeat-y scroll left top transparent;
	margin: 0;
	padding: 10px 0 10px 17px;
}

.connect_widget_like_button .liketext{
	background: pink!important;
}


/* Stages enseignements: journaux */ 
body.section-stages-enseignement h3, 
body.section-stages-enseignement h4{
	clear: left;
}

body.section-stages-enseignement h2{
	border: none;
}

body.section-stages-enseignement h4{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 5px;
}

body.section-stages-enseignement div.stagiaire{
	width: 350px;
	float: left;
	margin: 10px 0 20px 0;
	clear: left;
}

body.section-stages-enseignement div.stagiaire.droite{
	margin-left: 15px;
	clear: none;
}

body.section-stages-enseignement div.stagiaire img{
	float: left;
	padding: 0 20px 20px 0;
}

body.section-stages-enseignement div.stagiaire .desc{
/*	float: left;*/
}

body.section-stages-enseignement div.stagiaire strong{
	display: block;
	padding-bottom: 10px;
}

body.section-congres table.pad-10 td{
	padding: 10px;
}

body.section-congres table.pad td{
	padding: 20px;
}

.social_wrapper{
	clear: both;
	margin: 20px 0;
	
}
.social_wrapper div{
	width: 150px;
	float: left;
}

/* Alignement wordpress */ 
/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
.alignright {
	margin: 0 7px 2px 10px;
}
.alignleft {
	margin: 0 10px 2px 0px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/* nav */ 
div.navigation a span{ padding: 5px; background-color: #eeefee; font-weight: bold; color:#6D6E6C;}
div.navigation a span.suiv{ float: right;} 
div.navigation a{ color: #6D6E6C}
div.navigation a:hover,
div.navigation a span:hover{ color: #E11C39;}

a.read-more{ float: right;}
