/* BEGIN LICENSE BLOCK ----------------------------------
#
# This file is part of Noviny, a Dotclear 2 theme.
#
# Copyright (c) 2003-2008 Olivier Meunier and contributors
# Licensed under the GPL version 2.0 license.
# See LICENSE file or
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# -- END LICENSE BLOCK --------------------------------- */

/* 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}


@-webkit-viewport{
    width: device-width;
}
@-moz-viewport{
    width: device-width;
}
@-ms-viewport{
    width:device-width;
    zoom:1;
    min-zoom:1;
    max-zoom:1;
    user-zoom:fixed;
}
@-o-viewport{
    width: device-width;
}





ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

:focus { outline: 0; }

ins { text-decoration: none; } del { text-decoration: line-through; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;
}
pre, code, kbd, samp, tt {
	font-size: 1em;
	font-family: "Andale Mono","Courier New",monospace;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}




/* Defaults
-------------------------------------------------------- */
body {
	
    background-color: #d9d8d9;
	background-image: url(img/bodyBackground.png);
	background-repeat: repeat-x;
	color: #fff;
	font: 62.5% "Lucida Sans","Lucida Sans Unicode","Lucida Grande",Lucida,sans-serif;
}
a {
	text-decoration: none;
	color: #2e6da3;
}
a:hover, a:focus {
	text-decoration: underline;
}

/* Layout
-------------------------------------------------------- */
#page {
	   font-size: 1.2em;
        background: #fff  ;
        width: 948px;
        height: 100%;
       
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
       
	    box-shadow: 0px 0px 20px rgb(46,45,50);
	    
}
#wrapper {
   
	background: transparent;
    
    
}
#main {
  
	background: #fff;
	color: #222;
	width:100%;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	
}

#content {
    width:100%;
   height:100%;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	
}

#panel-wrapper {
	clear: both;
	background: #fff url(img/enUnClicBack.png) repeat-x top right;
	color: #fff;
}
#panel {
	width: 100%;
	margin: 0 auto;
}
#panel-handler {
	height: 50px;
	background: #998F76 url(img/evenementBack.png) repeat-x top center;
}

#grid {
	width: 100%;
	overflow: hidden;
	padding: 0px 0px 20px 0px;
	background: transparent ;
    margin-top: -10px;
}
#grid-l {
	float: left;
	width: 50%;
	margin-bottom: 20px;
        
}

#grid-lp {
	float: left;
	width: 50%;
	margin-bottom: 20px;
	padding:0px 20px 0px 20px;       
}

#grid-s {
	float: right;
	width: 50%;
	margin-bottom: 20px;
}

#grid-sp {
	float: right;
	width: 50%;
	margin-bottom: 20px;
	padding:0px 20px 0px 20px;       
}

.grid-l75 {
	float: left;
	width: 65%;
	margin-bottom: 20px;
	padding:0px 1% 0px 1%;       
}

.grid-l85 {
	float: left;
	width: 83%;
	margin-bottom: 20px;
	padding:0px 20px 0px 30px;       
}


#grid-r75 {
	float: right;
	width: 75%;
	margin-bottom: 20px;
	padding:0px 20px 0px 20px;       
}

.grid-r25 {
	float: right;
	width: 29%;
	margin-bottom: 20px;
	padding:0px 1% 0px 1%;   
       
}

.grid-r15 {
	float: right;
	width: 8%;
	margin-bottom: 20px;
	padding:0px 20px 0px 0px;       
}



#grid-l25 {
	float: left;
	width: 25%;
	margin-bottom: 20px;
	padding:0px 20px 0px 20px;       
}


.grid-all { 
    float: left;
	width: 100%;
	margin-bottom: 20px;
}

.bords {
      padding-left:3%;
      padding-right:3%;
}

#sharing{ 
	width:100%;
}



#autresmissions { 
    float: left;
	width: 100%;
	margin-bottom: 20px;
}

.news img{ 
       width:95%;
       float:right;
       max-height: 250px;
       margin-top:10px;
       margin-bottom:6px;
       border-top-left-radius:10px; 
       border-bottom-left-radius:10px; 
       border-width:2px;
       border-color:#007;
}
.newsh2 {
        font-size: 1.5em;
        color: #065;
	    font-family: Helvetica,Palatino,"Palatino Linotype",Palladio,"URW Palladio L","Book Antiqua","Liberation Serif",Times,serif;
    	font-weight: bold;
        margin-top:0px;
        background:#f8ffff ;
        padding: 6px 6px 6px 10px;
        border-top-left-radius:10px;
}

.news {
    background:#F7F7F7;   
    border-bottom-left-radius:10px;
    margin-bottom: 50px;
}

.newstext {
    padding: 6px 2% 4px 5%;
	font-size: 1em;
	line-height: 1.4em;     
}

.newstext p {
   
	font-size: 1em;
	line-height: 1.2em;     
}

#footer {
	padding: 10px 0px  20px;
	text-align: center;
	color: #fff;
	background: #fff url(img/footerBack.png) repeat-x top center;
}
#footer a {
	color: #fff;
}

/* Page header
-------------------------------------------------------- */
#top {
        position: relative;
	    width: 100%;
        height: 230px;
        margin-bottom:10px;
        z-index:100;
}

#topshort {
        position: relative;
	width: 100%;
        height: 130px;
        margin-bottom:10px;
       
}


#topleft {
	float:left;
	width: 70%;
        height: 230px;
        padding-top:0px;
        padding-left: 0px;
	    background-color: #fff;
	    background: url(img/topleft.png) ;
	    background-repeat: no-repeat;
	    background-position:top left;
	    background-size: 100% 235px ;
	   
}

#topleftshort {
	float:left;
	width: 70%;
        height: 130px;
        padding-top:0px;
        padding-left: 0px;
	background: #fff ; 
}

#topleftshort img {
margin-top:4px;
width:50%;
}

#topleftpage {
	float:left;
	width: 70%;
    height: 230px;
    padding-top:0px;
    padding-left: 0px;
	background: #fff ; 
}

#topleftpage img {
       width:50%;
       margin-top:4px;
}



#topleftpage .meta ul.syndicate li {
margin-left:335px;
}

#topleft img {
	float:right;
        width:30%;
}

#topright {
       float:left;
	   width: 26%;
	   height:100%;
       padding-top:0px;
	   background-color: #fff;
	   background:url(img/inee-bg.png);
	   background-repeat: no-repeat;
	   background-size: 100% 175px ;
	   background-position:top left; 

}

#toprightshort {
        float:left;
	    width: 26%;
        height: 100%;
        padding-top:0px;
	   
       padding-top:0px;
	   background-color: #fff ;
	   background:url(img/inee-bg.png);
	   background-repeat: no-repeat;
	   background-size: 100% 100px ;
	   background-position:top left; 
}
#toprightXL { 
       
       float:right;
	   width: 4%;
	   height:100%;   
       background-color: #649329 ;
	   background:url(img/inee-bg2.png);
	   background-repeat: repeat-x;
	   background-size: 100% 175px ;
	   background-position:top left;           
}


#toprightXL img{
         position:relative;
         top:35px;
         width:100%;
         height:25px;
         margin: 0px 0px 0px 0px ;
}


#coinphoto img{
position:absolute;
 top:178px;
 left:860px;
 width:70px;
 height:50px;
}

#twitterlogo img{
position:absolute;
 top:195px;
 left:775px;
 width:150px;
 height:50px;
}

#topright ul {
      color: #ffaaaa;
      text-decoration: none;
      font-size: 1.4em;
      padding-top:35px;
      padding-left: 25px;
      line-height: 1.8em;
}
#topright ul li {
      margin-bottom:15px;
}
#topright li a {
     color: #007700;
}

#topright ul li a:hover {
     color: #aa0000;
     text-decoration: none;
}



#nav {
	position: absolute;
	bottom: 20px;
	left: 350px;
	width: 500px;
}

#nav li {
	
	display: none;
	vertical-align: top;
	word-wrap: break-word;
	height: 100%;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 1.4em;
	color: #ffffff; /*#463017;*/
}
* html #nav li { /* IE6 */
	display: inline;
}
*+html #nav li { /* IE7 */
	display: inline;
}
#nav li a {
	color: #ffffff; /*#e9dfc6;*/
}
#nav li a:hover, #nav li a:focus {
	text-decoration: none;
	color: #ffffff; /*#463017;*/
}
#nav li.nav-active {
	background: transparent  bottom center;
}
#nav li.nav-active a {
	color: #ffffff; /*#888;*/
}




#prelude {
	position: absolute;
	top: 0;
	left: 0;
	color: #998f76;
	font-size: 0.8em;
}
#prelude a {
	color: #998f76;
	text-decoration: none;
}
#prelude a:focus {
	color: red;
	background: yellow;
}

#topleft h1 {
	padding: 65px 0 0 30px;
	font-size: 84px;
	font-family: Helvetica;
	font-weight: bold;
	width: 700px;
   
}
#top h1 a {
	color: #004166;
	text-decoration: none;
}

p#blogdesc {
	width: 500px;
        margin-top:-10px;       
        padding-left: 68px;
	font-size: 2em;
	font-family: Helvetica;
	font-style: normal;
	color: #3f6d90;
        line-height: 1.5em;
}

p#umr {
	width: 500px;
        margin-top:-150px;       
        padding-left: 35px;
	font-size: 2em;
	font-family: Helvetica;
	font-style: normal;
	color: #ff0000;
        line-height: 1.5em;
}

p#verslinee {
        position:absolute;
	top:  40px;
    left: 785px;
	font-size: 1em;
	font-family: Helvetica;
	font-style: normal;
	color: #fff;
}

p#pagetitle {
        margin-top: -90px;       
        margin-left:338px;
	font-size: 3.5em;
	font-family: Helvetica;
	font-weight: bold;
	color: #ecb00f;
        
}

p#cattitle {
        margin-top: -81px;       
        margin-left:338px;
	font-size: 3.5em;
	font-family: Helvetica;
	font-weight: bold;
	color: #ecb00f;
   
}

p#category-desc {
	color: #8c6f4a;
	font-size: 1em;
        margin-top: 10px;       
        margin-left:338px;
        width: 300px;
        line-height: 1.3em;
}


p#verslinee a {
	
	color: #fff;
      
}

#search {
	display: block;
	position:relative;
    top:8px;
	left: 40px;
	bottom: 8px;
	width: 210px;
       
}
#search input.search-field {
	margin: 0 0 0 10px;
	padding: 3px 0 0;
	width: 190px;
	height: 17px;
	border: none;
	background: #fff url(img/search-bg.png) repeat-x top left;
	font-size: 12px;
}
#search span.search-l {
	display: block;
	position: absolute;
	width: 10px;
	height: 20px;
	top: 0;
	left: 0;
	background: transparent url(img/search-l.png) no-repeat top left;
}
#search span.search-r {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	right: 0;
	background: transparent url(img/search-r.png) no-repeat top right;
}
* html #search span.search-l, * html #search span.search-r { /* IE6 */
	top: 1px;
}
*+html #search span.search-l, *+html #search span.search-r { /* IE7 */
	top: 1px;
}

#search-suggest {
	width: 220px;
	z-index: 100;
}
#search-suggest li {
	padding: 0 10px 0 10px;
}
#search-suggest li a {
	display: block;
	padding: 8px 10px;
	color: #fff;
	background: #463017;
	background: rgba(70, 48, 23, 0.9);
	border-bottom: 1px solid #FFF;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	font-weight: bold;
	text-decoration: none;
}
#search-suggest ul li:last-child a {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius : 4px;
	
}
#search-suggest li.suggest-select a {
	color: #000;
	background: #e9dfc6;
}





/* Home page elements
-------------------------------------------------------- */

.gridlabel {

float:left;
background: #fff;
margin-bottom: -2px;
margin-left: 25px;
height:50px;
font-size: 46px; 
font-family: Trebuchet, Tahoma, Helvetica, Arial;	
text-decoration:none;
font-weight:200;
color: #a7b9c9;

}

.gridlabel a { color: #a7b9c9; }


#gridlabelright {
width:24%;
float:right;
background: #fff;
margin-bottom: -11px;
margin-right: 0px;
}


#gridlabelnews { 
  background:#f9f4f8 ; 
  width: 7%; 
  margin-top:25px;
} 


#cartoon {
width: 95%;
float:left;
background:#086A87;
padding:0;
margin: 0px;
overflow:hidden;
font-size:130%;
color: #F90;
height:400px;
border-radius: 0 10px 10px 0;
}



#slider
{
	position: relative; top: 0px; width: 85%; height:400px;
}

#sliderContent
{
	position: relative;  top: 0; width: 400px; height:400px;
}


#slider #sliderContent img
{   position:absolute;
    top: 0px;
	z-index: 10;
	width: 100%;
    height:280px;
    margin-top:-15px;
    border-top-right-radius:1em;
    border-bottom-right-radius:1em;
}

#slider #sliderContent .texte
{   position:absolute;
    top: 290px;
	z-index: 200;
	width: 90%;
    font-size:120%;
    line-height:130%;
    background: #222;
    opacity:0.7;
    color: #fff;
    border-radius:15px;
      
  padding:2% 5% 2% 5%; 
}

.field
{
  position: relative;
  top:0px;
  left:5%;
  border-radius:10px;
  z-index: 30;				/* le texte va surpasser l'image qui a un z-index inférieur : ci-dessous */
  width:80%;
  padding:2% 5% 2% 5%; 
}
.field a
{
 color: #fff;
 }



#slider #arrowleft
{
  position:relative;
  left:5px;
  top: 3px;
  z-index: 8888; 
  cursor: pointer;
  width: 25px;
}

#slider #arrowright
{
     position:absolute;
     left:100%;
     top: 3px;
	 z-index: 8888;
	 cursor: pointer;
	 width:25px;
}

#overview {
	width : 100%;
	background : transparent ;
}
#overview div.block {
	width: 30%;
	
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	height: 100%;
	margin: 0 0 20px 20px;
}
* html #overview div.block { /* IE6 */
	display: inline;
}
*+html #overview div.block { /* IE7 */
	display: inline;
}

#overview div.block img.front {
	float: right;
	display: block;
	margin: 0 0 10px 20px;
}
#overview p.category-title {
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 5px;
	line-height: 1;
}
#overview p.category-title a {
	color: #998f76;
}
#overview h2.post-title {
	font-size: 1.5em;
}
#overview h2.post-title a {
	color: #000;
}
#overview div.post-content {
	margin: 2px 0 2px 0;
	color: #8c6f4a;
}
#overview div.post-content p {
	margin: 0;
}

#seminaire {
	margin : 0px 0px 0px 0px;

	width : 100%;
	background : #eff ;
	border-radius: 12px;
   
}


#seminaire div.block {
	width: 100%;
	
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	height: 100%;
	margin: 0px 0px 15px 0px;
    padding: 8px 10px 5px 10px;
    background : transparent url(img/enUnClicBack.png) repeat-x top left ;
}

#seminaire div.block-Meetings, #seminaire div.block-Agenda {
	   width: 100%;
	  
	   display: inline-block;
	   vertical-align: top;
	   word-wrap: break-word;
	    height: 100%;
	    margin: 0px 0px 10px 0px;
        padding: 8px 10px 10px 10px;
        background : transparent url(img/enUnClicBack.png) repeat-x top left ;
}



#seminaire div.block-Vie_interne {
	width: 100%;
	
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	height: 100%;
	margin: 0px 0px 10px 0px;
        padding: 8px 10px 5px 10px;
        background : transparent  url(img/enUnClicBack2.png) repeat-x top left ;
}


#seminaire div.block-Journal_Club {
	width: 100%;
	
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	height: 100%;
	margin: 0px 0px 10px 0px;
    padding: 8px 10px 5px 10px;
    background : transparent  url(img/enUnClicBack3.png) repeat-x top left ;
}


* html #seminaire div.block { /* IE6 */
	display: inline;
}
*+html #seminaire div.block { /* IE7 */
	display: inline;
}

#seminaire div.blocktime {
	float: left;
	display: block;
    width:100px;
    height:100px;
	margin: 0 0 20px 5px;
	overflow: hidden;
}
#seminaire p.category-title {
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 5px;
	line-height: 1;
	
}
#seminaire p.category-title a {
	color: #998f76;
}

#seminaire h2.post-title {
	font-size: 1.3em;
        font-family: Helvetica;
        line-height: 1.3em;
        padding-right: 10px;
        padding-left: 105px;
}
#seminaire h2.post-title a {
	 color: #000;
}

#seminaire h2.post-title a:hover {
	 color: #555;
}

#seminaire div.post-content {
	margin: 2px 0px 2px 0px;
	color: #8c6f4a;
    padding-right: 15px;
    padding-left:105px;
}
#seminaire div.post-content p {
	margin: -10px;
    line-height: 1.2em;
    padding : 0 10px 0 0px;
}

#seminairelist {
	padding : 0 25px 0 25px;
	
	
}
#seminairelist div.block {
	width: 100%;
	
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	margin: 0px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
        
}
#seminairelist div.block p {
line-height:1.3em;
}

* html #seminairelist div.block { /* IE6 */
	display: inline;
}
*+html #seminairelist div.block { /* IE7 */
	display: inline;
}

#seminairelist div.blocktime {
	float: left;
	display: block;
        width:100px;
	margin: 0px 0px 30px 5px;
}

#seminairelist h2.post-title {
	font-size: 1.6em;
        font-family: Helvetica;
        line-height:1.3em;
         padding-right: 10px;
        color:#ff8;
}
#seminairelist h2.post-title a {
	 color: #065;
         text-decoration:none
}
#seminairelist h2.post-title a:hover {
	 color: #d77d08;
}



#seminairelist div.post-content {
	margin: 2px 0 2px 0;
	color: #8c6f4a;
        padding-right: 15px;
}
#seminairelist div.post-content p {
	margin: 0;
}




#actualitelist {
	padding : 0 25px 0 25px;
	
	
}
#actualitelist div.block {
	width: 100%;
	
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	margin: 0px 0px 30px 0px;
        padding: 5px 10px 5px 10px;
        
}
* html #actualitelist div.block { /* IE6 */
	display: inline;
}
*+html #actualitelist div.block { /* IE7 */
	display: inline;
}

#actualitelist div.blocktime {
	float: left;
	display: block;
        width:100px;
	margin: 0 20px 30px 5px;
}

#actualitelist div.block img {
	float: left;
	display: block;
        height:100px;
	margin: 5px 25px 40px 5px;
}

#actualitelist h2.post-title {
	font-size: 1.8em;
        font-family: Helvetica;
        line-height:1.3em;
        padding-right: 10px;
        color:#ff8;
}
#actualitelist h2.post-title a {
	 color: #065;
         text-decoration:none
}
#actualitelist h2.post-title a:hover {
	 color: #d77d08;
}

#actualitelist div.post-content {
	margin: 2px 0 2px 0;
	color: #8c6f4a;
        padding-right: 15px;
        
}
#actualitelist div.post-content p {
	margin: 0;
}




.personnellist {
	margin : 20px 1% 0 1%;
    font-size: 1em;	
}

.personnellist li {
	padding : 0 25px 0 25px;
    font-size: 1.6em;
	line-height: 1.8em;	
}

.personnellist div.block {
	width: 45%;
     height:151px;
	
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	margin: 30px 1% 0px 2%;
    padding: 0px 0px 0px 0px;
    font-size: 1.1em;
    font-family: Helvetica;
    line-height:1.4em;
    background:#FCFCFC;
        
}

.personnellist div.block2 {
	width: 80%;
	
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	margin: 0px 0px 0px 0px;
    padding: 0px 10px 5px 10px;
    font-size: 1.1em;
    font-family: Helvetica;
    line-height:1.4em;
        
}


* html .personnellist div.block { /* IE6 */
	display: inline;
}
*+html .personnellist div.block { /* IE7 */
	display: inline;
}



td.cutifnecessary{
overflow: hidden; 
text-overflow: ellipsis; 
white-space: nowrap; 
max-width: 250px; 
}



.personnellist div.block img {
	position:relative;
        float: left;
        width:116px;
        height:150px;
        top:  0px;
        left: 0px;
	margin: 0px 8px 0px 0px;
	box-shadow:1px 1px 5px #aaa;
}



.personnellist div.block2 img {
	    position:relative;
        float: left;
	    display: block;
        top:  -20px;
        left: -20px;
	    margin: 0;
        padding:0;
        box-shadow:1px 1px 5px #aaa;
}

.personnellist h2.post-title {
	position:relative;
        font-size: 1.8em;
        font-family: Helvetica;
        line-height:1.3em;
        left: 8px;
        top:  -8px;
        color:#ff8;
       
}
.personnellist h2.post-title a {
	 color: #065;
         text-decoration:none;
         font-weight:normal;
}
.personnellist h2.post-title a:hover {
	 color: #d77d08;
}

.personnellist div.block table img {
top: 6px;
margin: 0;
padding: 0 8px 0 15px;
width:20px;
height:20px;
box-shadow:0px 0px 0px #fff;
}

.personnellist div.block td {
   font-size:0.9em;
   height:10px;  
    
} 



.personnellist div.block2 table img{
top: 6px;
margin: 0 0 0 30px;
padding: 0 8px 0 10px;
width:20px;
height:20px;
box-shadow:0px 0px 0px #fff;
}


#lesequipes { 
    float: left;
	width: 100%;
	
}

#equipes.home-equipes {  
    float:left;
	padding: 0px 0px 0px 0px;
	background: #fff ;
	width: 100%;
        margin: 0;     
}

#equipes.home-equipes div.block2 {
	    padding: 0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
	    display: inline-block;
        vertical-align: top;
        width:  220px;
        height: 200px;
        float:left;
        background: #fff url(img/enUnClicBackinv.png) repeat-x bottom left ;
        box-shadow: 2px 2px 4px #aaa;
}

#equipes.home-equipes div.block3 {
	padding: 0px 20px 0px 0px;
        margin: 0px 0px 0px 0px;
	display: inline-block;
        vertical-align: top;
        float:right;
        width:220px;
        height: 200px;
        background : #fff ;
       }

#equipes.home-equipes div.category-desc {
        color: #496487;
	font-size: 0.9em;
	padding: 2px 4px 7px 0px;
	line-height: 1.6em;
}

#equipes.home-equipes div.block2 div.category-desc img{
        float: left;
	display: block;
	margin: 0px 0px 5px 0px;
        padding:0px;
        height: 145px;
        width:100%;
     
}

#equipes.home-equipes div.block3 div.category-desc img{
        float: left;
	display: block;
	margin-bottom: 5px;
        padding:0px;
        height: 145px;
        width:100%;
     
}




#equipes.home-equipes div.block2 h2.category-title {
	font-size: 2.8em;
        line-height: 1.3em;
        font-weight:bold;
        font-family:Helvetica;
        color: #d6520A;
        margin-top:-80px;
        position:relative;
        left:0px;
        top:-45px ;
        z-index:1; 
}


#equipes.home-equipes div.block3 h2.category-title {
	font-size: 2.4em;
        line-height: 1.3em;
        font-weight:bold;
        font-family:Helvetica;
        color: #d6520A;
        margin-top:-80px;
        position:relative;
        left:20px;
        top:-25px ;
        z-index:1; 
       
}



#equipes.home-equipes div.block2 h2.category-title a {
	color:#ffffff;
	background:transparent url(img/fondequipe.png) no-repeat -2px 1px;
}

#equipes.home-equipes div.block3 h2.category-title a {
	color: #d77d08;
}


#equipes.home-equipes div.block2 h2.category-title a:hover {
        color: #660000;
	background:transparent url(img/fondequipe2.png) no-repeat -4px 3px;
	text-decoration:none;
}


#equipes.home-equipes div.block3 h2.category-title a:hover {
        color: #660000;
	text-decoration:none;
}


#equipes p {
        color: #496487;
	font-size: 1em;
	padding: 0px 0px 10px 10px;
	line-height: 1.2em;
}



#theselist{
        margin: 0px 0px 0px 0px;
	    width : 42%;
        height: 100%;
	    background: #f9f4f8 url(img/lead-bg.png) no-repeat bottom right;
	    float:right;     
}

#theselist div.block {
        padding-top:20px;
        padding-bottom:15px;
	    width: 100%;
     	
	    display: inline-block;
        vertical-align: top;
	    height:110px;
	    word-wrap: break-word;
        background : transparent  ;
}




* html #theselist div.block { /* IE6 */
	display: inline;
}
*+html #theselist div.block { /* IE7 */
	display: inline;
}





#theselist img {
     height: 100%;
     width:  85px;
     margin: -35px 0px 0px 14px;
     float: left ;
     box-shadow: 1px 1px 2px #aaa;
}


#theselist h2.post-title {
        padding: 0px 15px 0px 115px;
	    font-size: 1.2em;
        font-family: Helvetica;
        line-height:1.2em;
        color:#ff8;
}

#theselist h2.post-title a {
	     color:#660000;
         text-decoration:none
}



#theselist div.post-content {
        padding: 0px 15px 0px 115px;
        margin-top:-15px;
        color: #8c6f4a;
        font-family: Helvetica;
	    font-size: 1.1em;
	    line-height: 1.3em;  
	   
        hyphens: auto;
}








#newslist{
        margin: 0px 0px 0px 0px;
	    width : 55%;
        height: 100%;
	    background: #f9f4f8 url(img/lead-bg.png) no-repeat bottom right;
	    float:left;     
}

#newslist div.block {
        padding-top:10px;
        padding-bottom:10px;
	    width: 100%;
	    
	    display: inline-block;
        vertical-align: top;
	    height:160px;
	    word-wrap: break-word;
        background : transparent  ;
}

#newslist div.blocktime {
	float: left;
	display: block;
    width:100px;
    height:32px;
	margin: 0px 0px 0px 5px;
}


#newslist img {
     height: 40px;
     width:  60px;
     margin: 0px 0px 0px 15px;
     float: left ;
}



#newslist h2.post-title {
    padding: 0px 15px 0px 100px;
	font-size: 1.2em;
    font-family: Helvetica;
    line-height:1.2em;
    color:#ff8;
}

#newslist h2.post-title a {
	 color:#660000;
     text-decoration:none
}

#newslist h2.post-title a:hover {
	 color: #d77d08;
}

#newslist div.post-content {
    padding: 0px 15px 0px 105px;
    margin-top:-20px;
    color: #8c6f4a;
    font-family: Helvetica;
	font-size: 1.1em;
	line-height: 1.4em;       
}





#newslabel { display: inline; width:80%;}

#newslabel.h2  {
   float:left;
   background: #fff;
   margin-bottom: 0px;
   margin-left: 25px;
   height:50px;
   font-size: 20px;  
   font-family: Trebuchet, Tahoma, Helvetica, Arial;	
   text-decoration:none;
   font-weight:200;
   color: #d77d08;
}

#equipesnews {  
	margin: -20px 0px 0px 25px;
    padding-top:10px;
	width : 85%;
    height: 730px;
	background: #f9f4f8 url(img/lead-bg.png) no-repeat bottom right;
	float:left;
    overflow:auto;
}

#equipesnews div.block {
    padding-top:10px;
    padding-bottom:10px;
	width: 100%;
	
	display: inline-block;
    vertical-align: top;
	
	word-wrap: break-word;
    background : transparent  ;
}


* html #equipes div.block2 { /* IE6 */
	display: inline;
}
*+html #equipes div.block2 { /* IE7 */
	display: inline;
}

* html #equipesnews div.block { /* IE6 */
	display: inline;
}
*+html #equipesnews div.block { /* IE7 */
	display: inline;
}


#equipesnews div.blocktime {
	float: left;
	display: block;
    width:200px;
    height:100px;
	margin: 0px 0px 0px 5px;
}


#equipesnews img {
     height: 60px;
     width:  70px;
     margin: 0px 5px 0px 0px;
     float: left ;
     border-radius:6px;
}


#equipesnews h2.post-title {
        padding: 0px 15px 0px 200px;
	font-size: 1.2em;
        font-family: Helvetica;
        line-height:1.2em;
        color:#ff8;
}

#equipesnews h2.post-title a {
	 color:#660000;
         text-decoration:none
}

#equipesnews h2.post-title a:hover {
	 color: #d77d08;
}

#equipesnews div.post-content {
        padding: 0px 15px 0px 200px;
        margin-top:-20px;
        color: #8c6f4a;
        font-family: Helvetica;
	font-size: 1.2em;
	line-height: 1.4em;   
      
    hyphens: auto;
}

#div.post-content {

    hyphens: auto;
}

#labelautremission {
         background: transparent url(img/autresmissionsBack.png) repeat-y ;
         margin-top: 20px;
         height: 50px;
         font-size: 46px; 
         font-family: Trebuchet, Tahoma, Helvetica, Arial;	
         text-decoration:none;
         font-weight:200;
         padding-left:30px;
         border-radius: 0px 10px 0px 0px ;
}



#missions {  
	margin-left : 50px;
    margin-top : 10px;
	width : 100%;
	background: #fff;
}

#missions div.block {
	width: 28%;
	
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	height: 60px;
	margin: 5px 0 20px 17px;
    background : #F5F6CE ;
    box-shadow: 0px 1px 1px #ddd;
       
}
* html #missions div.block { /* IE6 */
	display: inline;
}
*+html #missions div.block { /* IE7 */
	display: inline;
}

#missions2 {  
	margin-left : 50px;
    margin-top : 10px;
	width : 100%;
	background: #fff;
}

#missions h2.category-title {
	font-size: 2.5em;
        font-weight:bold;
        font-family:Helvetica;
        color: #e9dd9e;
        margin-bottom:  20px;
        padding-left:10px; 
        
       
       
}
#missions h2.category-title a {
	color:#660000;
}
#missions h2.category-title a:hover {
        color: #ecb00f;
	text-decoration:none;
}

#missions p {
        color: #496487;
	font-size: 1em;
	padding: 0px 5px 10px 15px;
	line-height: 1.2em;
}

#missions2 div.block2 {
      
        border: 1px solid ;
        border-radius: 0 10px 0px 0; 
        width: 88%; 
        background: #fff; 
        height: 90px; 
        margin: 0px 10px 0px 20px;    
}

#missions2 div.block2 img {
        height:100%;
        width:20%;
}
#missions2 h2.bannerformation {
   padding-left:23%; 
   margin-top:-80px;
   float:left;
   font-size: 2em;
   line-height:1.3em;
   font-weight:bold;
   font-family:Helvetica;
   color: #660000;
}


#enunclic {
   float:left;
   background: transparent;
   margin-bottom: 0px;
   padding-bottom:0px;
   margin-left: 25px;
   height:40px;
   font-size: 46px;  
   font-family: Trebuchet, Tahoma, Helvetica, Arial;	
   text-decoration:none;
   font-weight:200;
   color: #a7b9c9;
}

#annuairecompact {
width:80%;
}
#annuairecompact table {
width:100%;
margin-left:150px;
font-size:14px;
float:left;
}
#annuairecompact td {
width:250px;
font-size:14px;
float:left;
}



#diffusion { 
width:100%;
}


#diffusion div.block {
         width:25%;
         height:350px;
         background:#FFF;
         float:left;
         vertical-align:top;
         margin:10px 10px 10px 10px;
         padding:0 0 0 0;
         overflow:hidden;
         border-radius:20px 20px 20px 20px;
}

#diffusion div.blocktime {
	float: left;
	display: block;
    width:100%;
    height:50px;
    background:#EEF;
    border-radius:20px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#diffusion img {
         padding-top: 0px;
         width:100%;
         border-radius:0 0 20px 20px;
}




/* Page meta elements
-------------------------------------------------------- */
.meta div {
        margin-top: 20px;
	    margin-bottom: 20px;
}
.meta div div {
	margin-bottom: 0;
}
.meta h2 {
	font-family: Helvetica,FreeSans,Arial,"Liberation Sans","Nimbus Sans L",sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #e9dfc6;
	color: #8c6f4a;
}

.meta div.last-update {
	padding-left: 34px;
	background: #fff url(img/clock.png) no-repeat 0 0;
	color: #998f76;
}
.meta div.last-update strong {
	display: block;
	margin-top: 5px;
}

.meta div.news h3 {
	font-size: 1.1em;
}
.meta div.news p {
	margin-bottom: 10px;
	line-height: 1.2;
}

.meta ul.syndicate {
	margin-bottom: 20px;
}
.meta ul.syndicate li {
	margin-bottom: 5px;
	padding: 3px 0 5px 20px;
	background: #fff url(img/feed.png) no-repeat 0 0;
}

.meta ul.syndicate2 {
        margin-top: 10px;
	margin-bottom: 20px;
        margin-left:338px;
}
.meta ul.syndicate2 li {
	margin-bottom: 5px;
	padding: 3px 0 5px 20px;
	background: #fff url(img/feed.png) no-repeat 0 0;
}





.meta div.category-desc, .meta div.author-desc {
	color: #8c6f4a;
	font-size: 1em;
}

.meta p.post-date {
	float: right;
	margin: 0 0 10px 10px;
	position: relative;
	width: 85px;
}
.meta span.post-date {
	margin: 0;
}
.meta span.post-date span {
	font-family: Arial,sans-serif;
	display: block;
	color: #8c6f4a;
      
}
.meta span.post-date span.date-d {
	float: left;
	margin-right: 2px;
	font-size: 35px;
	font-weight: bold;
	color: #998f76;
}
.meta span.post-date span.date-m {
	font-size: 20px;
	float: left;
}
.meta span.post-date span.date-y {
	font-size: 12px;
	clear: left;
	position: absolute;
	top: 26px;
	left:0;
	background: #fff;
	width: 75px;
        
}
.meta span.post-date span.date-h {
	font-size: 12px;
	position: absolute;
	top: 26px;
	left: 40px;
}

.meta span.post-date span.date-h2 {
    padding:2px;
	font-size: 12px;
	position: absolute;
	top: 26px;
	left: 0px;
    background: #fff;
        
} 

.meta span.post-date span.edit {
	font-size: 10px;
	position: absolute;
	top: 50px;
	left:3px;
}

.meta span.post-date span.shareit {
	font-size: 10px;
	position: absolute;
	top: 70px;
	left:3px;
}

.meta span.post-date span.shareservice {
    position: absolute;
	top: 45px;
	left:3px;
    width:100%;
   

}

.meta span.post-date span.shareservice img{
 position: relative;
	float:right;
	width:25%;
	padding:2px 2px 2px 2px;
}



.share {
    font-size: 0.875em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 0.5em 0px;
    text-align: right;
    clear: both;
}

.share p, .share ul, .share li {
    display: inline-block;
    margin: 5px 0px 5px 0px;
    padding: 0px;
}

.share p {
    padding-right: 1.5em;
}

.share a {
    padding: 0.25em 0.5em 0.25em 2em;
    margin-right: 0.5em;
    background-position: 0.25em center;
    background-repeat: no-repeat;
    background-size: 1.5em auto;
    text-decoration: none;
}

.share ul li:last-child a {
    margin-right: 0;
}

.share a:hover {
	color: #fff;
}

.share .share-twitter {
	background-image: url("img/shareservice/icon-twitter.png");
    background-image: url("img/shareservice/icon-twitter.svg"), none;
}
.share .share-twitter:hover {
	background-color: #78cbef;
}

.share .share-fb {
	background-image: url("img/shareservice/icon-facebook.png");
    background-image: url("img/shareservice/icon-facebook.svg"), none;
}
.share .share-fb:hover {
	background-color: #547bbc;
}

.share .share-gp {
	background-image: url("img/shareservice/icon-gplus.png");
    background-image: url("img/shareservice/icon-gplus.svg"), none;
}
.share .share-gp:hover {
	background-color: #d30e60;
}

.share .share-in {
    background-image: url("img/shareservice/icon-linkedin.png");
    background-image: url("img/shareservice/icon-linkedin.svg"), none;
}
.share .share-in:hover {
    background-color: #1686b0;
}

.share .share-mail {
	background-image: url("img/shareservice/icon-email.png");
    background-image: url("img/shareservice/icon-email.svg"), none;
}
.share .share-mail:hover {
	background-color: #99c122;
}




.meta p.post-author {
	font-size: 1em;
	margin-bottom: 10px;
	margin-top: 15px;
}

body.dc-post, .meta ul.syndicate {
	clear: both;
	margin-bottom: 10px;
}
.meta p.post-category {
	clear: right;
	padding: 0 0 5px 20px;
	margin-bottom: 5px;
	background: #fff url(img/category.png) no-repeat 0 0;
	line-height: 1.4;
}
.meta p.post-category a {
	color: #8c6f4a;
}
.meta ul.post-tags {
	clear: right;
	padding: 0 0 5px 20px;
	margin-bottom: 5px;
	background: #fff url(img/tag.png) no-repeat 0 0;
	line-height: 1.4;
}
.meta ul.post-tags li {
	display: inline;
}

/* Site extra elements
-------------------------------------------------------- */
#extra {
	clear: right;
}
#extra div {
	margin-bottom: 20px;
}
#extra div div {
	margin-bottom: 0;
}
#extra h2 {
	padding: 0 0 2px 2px;
	border-bottom: 1px solid #e9dfc6;
	color: #8c6f4a;
	text-align: right;
}

/* Bottom panel
-------------------------------------------------------- */
#panel div.widgets {
	padding-top: 20px;
	margin-left: 0px;
	width: 100%;
}
#panel div.widgets div {
	width: 218px;
	
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	height: 100%;
	margin: 0 0 10px 15px;
}
* html #panel div.widgets div { /* IE6 */
	display: inline;
}
*+html #panel div.widgets div { /* IE7 */
	display: inline;
}

/* Cancel div.widgets div */
#panel div.widgets div div {
	display: block;
	width: auto;
	vertical-align: top;
	word-wrap: break-word;
	height: auto;
	margin: 0;
}

#panel a {
	color: #496487;
}

/* Widget specifics
-------------------------------------------------------- */
div.widgets h2 {
	font-family: Helvetica,FreeSans,Arial,"Liberation Sans","Nimbus Sans L",sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
	font-weight: normal;
	color: #496487;
}
div.widgets ul {
	margin-bottom: 10px;
	padding-left: 15px;
	list-style: disc outside;
}
div.widgets li {
	margin-top: 10px;
	color: #496487;
}

div.widgets div.tags p {
	font-weight: bold;
}
div.widgets div.tags ul {
	border-top: none;
	font-size: 1.1em;
	text-align: justify;
	padding: 0;
}
div.widgets div.tags ul li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.8em;
}
.tag0 { font-size: 75%; }
.tag10 { font-size: 80%; }
.tag20 { font-size: 90%; }
.tag30 { font-size: 100%; }
.tag40 { font-size: 110%; }
.tag50 { font-size: 120%; }
.tag60 { font-size: 140%; }
.tag70 { font-size: 150%; }
.tag80 { font-size: 160%; }
.tag90 { font-size: 170%; }
.tag100 { font-size: 180%; }

div.widgets div.syndicate ul {
	list-style: none;
	padding: 0;
}
div.widgets div.syndicate ul li {
	margin-bottom: 5px;
	padding: 3px 0 5px 20px;
	background: transparent url(img/feed.png) no-repeat ;
	color: #496487;
}

div.widgets div.syndicate ul li a {
	color: #496487;
}


/* basic class (b) - always on a div
-------------------------------------------------------- */
div.b p, div.b li, div.b dd {
	text-align: justify;
	line-height: 1.4;
}
div.b p, div.p, div.b table, div.b pre {
	margin: 0 0 1em 0;
}
div.b h1 { font-size:1.7em; }
div.b h2 { font-size:1.5em; }
div.b h3 { font-size:1.3em; }
div.b h4 { font-size: 1.1em; }
div.b h5 { font-size: 1em; }
div.b h6 { font-size: 0.8em; }
div.b h1, div.b h2, div.b h3, div.b h4, div.b h5, div.b h6 {
	margin: 1.2em 0 0.8em 0;
	font-weight:bold;
}
div.b abbr, div.b acronym {
	border-bottom:1px dotted #000000;
	cursor:help;
}
div.b em {
	font-style:italic;
}
div.b pre {
	white-space: pre;
	
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
	padding-left: 1em;
	border-left: 1px solid #000;
	line-height: 1.4;
}
div.b blockquote {
	margin-left: 2em;
	margin-right: 2em;
}
div.b ul, div.b ol, div.b dl {
	margin: 1em 0 1em 2em;
}

div.b ol li {
	list-style: decimal outside none;
}
div.b ul li {
	list-style: disc outside none;
}
div.b dl dt {
	font-weight: bold;
}
div.b dl dd {
	margin: 0.2em 0 1em 0.5em;
}
div.b table {
	margin-left: 1px;
}
div.b th, div.b td {
	border:1px solid #000;
	padding:0.5em;
}
div.b th {
	font-weight:bold;
	text-align:center;
}
div.b caption {
	margin-bottom:0.5em;
	text-align:center;
}
div.b fieldset { 
  display: block; 
  margin: 1em 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 2px groove ThreeDFace;
}
div.b legend {
  padding-left: 2px;
  padding-right: 2px;
  border: none;
  white-space: nowrap;
}

div.b h2 {
 color: #660000;
}


div.b post-content{
padding-bottom:20px;

}




/* Main titles and titles
-------------------------------------------------------- */
h2.post-title, #lead h2 {
	font-size: 2.5em;
        color: #065;
	font-family: Helvetica,Palatino,"Palatino Linotype",Palladio,"URW Palladio L","Book Antiqua","Liberation Serif",Times,serif;
	font-weight: bold;
        margin-bottom: 20px;
}


h2.post-title_sm {
        font-size: 1.5em;
        color: #065;
	font-family: Helvetica,Palatino,"Palatino Linotype",Palladio,"URW Palladio L","Book Antiqua","Liberation Serif",Times,serif;
	font-weight: bold;
        margin-bottom: 10px;
        margin-top:40px;
}

h2.post-title_usm {
        font-size: 1.5em;
        color: #065;
	font-family: Helvetica,Palatino,"Palatino Linotype",Palladio,"URW Palladio L","Book Antiqua","Liberation Serif",Times,serif;
	font-weight: bold;
        margin-bottom: 10px;
        margin-top:40px;
        background:#eff ;
        padding: 6px 6px 6px 6px;
        border-top-left-radius:6px;
}


h2.post-title a ,.grid-r25 h2, .grid-all h2 {
	color: #065;/* #8c6f4a; */
        font-weight:bold;
}
body.dc-post #lead h2 {
	font-size: 2.8em;
	color: #463017;
}
body.dc-post #lead div.post {
	margin-top: 10px;
}



/* liste de publications dd=description  dt=titre */


div.post-fac h3 {
	font-size: 1.4em;
    color: #660000;
	font-family: Helvetica,Palatino,"Palatino Linotype",Palladio,"URW Palladio L","Book Antiqua","Liberation Serif",Times,serif;
	font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.post-fac dd {
font-size: 1em;
line-height:1.2em;
margin-left: 20px;
}

div.post-fac dt {
font-size: 1.3em;
line-height:1.2em;
margin-top: 15px;
margin-bottom:3px;
margin-left: 20px;
}


/* Comment count (home and lists)
-------------------------------------------------------- */
span.comment-count {
	font: bold 1em Helvetica,FreeSans,Arial,"Liberation Sans","Nimbus Sans L",sans-serif;
	vertical-align: middle;
}
h2 span.comment-count {
	font-size: 0.5em;
}
span.comment-count span {
	display: none;
}
span.comment-count a {
	padding: 2px 0 1px 20px;
	background: transparent url(img/com-count.png) no-repeat 0 -43px;
	text-decoration: none;
	color: #a2bed6;
}
span.comment-count a:hover, span.comment-count a:focus {
	background-position: 0 0;
	color: #2e6da3;
	text-decoration: none;
}

#lead.home-lead span.comment-count a {
	background-position: 0 -140px;
	color: #a2bed6;
}
#lead.home-lead span.comment-count a:hover, #lead.home-lead span.comment-count a:focus {
	background-position: 0 -97px;
	color: #7ebdf3;
}
* html #lead.home-lead span.comment-count a:hover, * html #lead.home-lead span.comment-count a:focus { /* IE6 */
	background-position: 0 -140px;
}

/* Category page
-------------------------------------------------------- */
#subcategories {
	margin-bottom: 20px;
}
#subcategories h3 {
	margin-bottom: 10px;
	font-size: 1.4em;
	font-family: Palatino,"Palatino Linotype",Palladio,"URW Palladio L","Book Antiqua","Liberation Serif",Times,serif;
	font-weight: normal;
}
#subcategories ul {
	margin-bottom: 10px;
	padding-left: 15px;
	list-style: disc outside;
}
#subcategories ul li {
	margin-top: 5px;
	color: #998f76;
	font-weight: bold;
}

img#left { float:left;
margin:8px 8px 8px 0px;    
}

img#right { float:right;
margin:8px 0px 8px 8px;    
}


/* Archives page
-------------------------------------------------------- */
#archives {
	margin-left: -20px;
	width: 100%;
}
#archives div {
	width: 220px;

	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	height: 100%;
	margin: 0 0 10px 20px;
}
* html #archives div { /* IE6 */
	display: inline;
}
*+html #archives div { /* IE7 */
	display: inline;
}
#archives h2 {
	margin-left: 20px;
	margin-bottom: 10px;
}
#archives div h3 {
	margin-bottom: 5px;
	font-size: 2.5em;
	color: #e9dfc6;
}
#archives div ul li {
	margin-bottom: 5px;
	font-size: 1.2em;
}

/* Monthly archive page
-------------------------------------------------------- */
#archive-nav {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}

#archive-nav li {
	display: block;
	width: 50%;
	float: left;
}
#archive-nav li.next {
	float: right;
	text-align: right;
}
#archive-nav li a {
	display: block;
	font-size: 1.2em;
	padding: 5px 0;
	background: transparent url(img/nextprev.png) no-repeat 0 0;
}
#archive-nav li.prev a {
	padding-left: 25px;
	background-position: 0 4px;
}
#archive-nav li.next a {
	padding-right: 25px;
	background-position: 100% -95px;
}
#archive-nav li.prev a:hover {
	text-decoration: none;
	background-position: 0 -45px;
}
#archive-nav li.next a:hover {
	text-decoration: none;
	background-position: 100% -144px;
}

/* Post class (in lists and in post page)
-------------------------------------------------------- */
div.post {
	clear: both;
	margin: 0 0 20px 0;
}

div.post p.post-info {
	margin-top: 3px;
}
div.post span.post-date {
	font-style: oblique;
}
div.post div.post-content {
	margin: 10px 0px 0 0;
}
div.post div.post-content * { /* We find it only in lists */
	margin: 0;
}

div.post.post-excerpt {
	margin-bottom: 2em;
	font-size: 1.1em;
}

div.post img { float:left;
	           margin:8px 8px 8px 8px;          
}


/* Attachments
-------------------------------------------------------- */
#attachments {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
}
#attachments h3 {
	font: bold 1.4em Helvetica,FreeSans,Arial,"Liberation Sans","Nimbus Sans L",sans-serif;
}
#attachments li {
	background: transparent url(img/attach.png) no-repeat 0 50%;
	padding-left: 16px;
	margin-top: 1em;
}
#attachments li.video {
	background: none;
	padding-left: 0;
}

/* Comments list
-------------------------------------------------------- */
#comments {
	clear: both;
	margin-top: 10px;
}
#comments h3 {
	font: bold 1.4em Helvetica,FreeSans,Arial,"Liberation Sans","Nimbus Sans L",sans-serif;
}
#comments dl {
	margin: 10px 0;
	overflow: hidden;
}
#comments dt {
	margin: 0;
	float: left;
	clear: left;
	width: 90px;
	position: relative;
}
#comments dd {
	margin: 0 0 20px 100px;
	padding: 0 10px 0 10px;
	border-left: 2px solid #ccc;
	text-align: justify;
}
#comments dd.me {
	border-left-color: #3f6d90;
}
#comments dd p {
	line-height: 1.4;
	margin: 0 0 0.6em 0;
}
#comments dd cite {
	display: block;
	margin: 10px 0;
	font-style: normal;
	font-weight: bold;
}
#comments dd.ping p { /* For pings */
	font-size: 0.9em;
	font-style: oblique;
}
#comments span.comment-date {
	position: absolute;
	top: 0;
	right: 0;
	width: 85px;
	margin: 0;
}
#comments span.comment-date span {
	font-family: Arial,sans-serif;
	display: block;
	color: #8c6f4a;
}
#comments span.comment-date span.date-d {
	float: left;
	margin-right: 2px;
	font-size: 32px;
	font-weight: bold;
	color: #998f76;
}
#comments span.comment-date span.date-m {
	font-size: 18px;
	float: left;
}
#comments span.comment-date span.date-y {
	font-size: 12px;
	clear: left;
	position: absolute;
	top: 24px;
	left:0;
	background: #fff;
	width: 85px;
}
#comments span.comment-date span.date-h {
	font-size: 12px;
	position: absolute;
	top: 24px;
	left: 36px;
}
p#ping-url {
	margin: 10px 0 0 100px;
	padding: 5px 0 0 0;
	font-size: 0.9em;
	color: #444;
	text-align: right;
}

/* Messages & preview
-------------------------------------------------------- */
#pr {
	margin: 10px 0 20px;
}
#pr dd {
	margin: 0 0 5px 0;
	padding: 10px;
	background: #ece4d0;
	border-left: 2px solid #ccc;
}
#pr dd p {
	line-height: 1.4;
	margin: 0 0 0.6em 0;
}
#pr h3 {
	font: bold 1.2em Helvetica,FreeSans,Arial,"Liberation Sans","Nimbus Sans L",sans-serif;
}
#pr.message, #pr.error {
	padding: 0.6em 10px;
	font-weight: bold;
	background: #e1ffe1;
	border: 2px solid #448744;
	color: #448744;
}
#pr.error {
	background: #ffecec;
	border-color: #e83232;
	color: #e83232;
}

/* Comment form
-------------------------------------------------------- */
input.preview, input.submit {
	width: auto;
	padding: 2px 3px;
	outline: none;
	background: #2e6da3;
	color: #eee;
	border: none;
	cursor: pointer;
}
input.submit {
	font-weight: bold;
}
input.preview:focus, input.submit:focus, input.preview:hover, input.submit:hover {
	color: #fff;
}

#comment-form {
	clear: both;
	padding-left: 100px;
	background: transparent url(img/comment-add.png) no-repeat top left;
}
#comment-form h3 {
	background: #fff; /* IE stuff */
	font: bold 1.4em Helvetica,FreeSans,Arial,"Liberation Sans","Nimbus Sans L",sans-serif;
}
#comment-form h3.add-comment {
	padding-bottom: 30px;
}
#comment-form fieldset {
	display: block;
	padding: 10px;
	background: #f8f5ee url(img/form-bg.png) repeat;
}
#comment-form fieldset label {
	font-weight: bold;
	cursor: pointer;
}
#comment-form fieldset p {
	margin: 0 0 1em;
	line-height: 1.2;
}
#comment-form fieldset p.remember * {
	vertical-align: middle;
}
#comment-form fieldset p.field label {
	
	display: inline-block;
	width: 12em;
}
#c_name, #c_mail, #c_site, #c_subject, #c_content, #c_message {
	border: 1px solid #bfbfbf;
	padding: 2px 1px;
	background: #fff;
	color: #444;
}
#c_name, #c_mail, #c_site, #c_subject {
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: inherit;
	font-family: inherit;
}
#c_name {
	background-image: url(img/c-icons.png);
	background-position: 3px 4px;
}
#c_mail {
	background-image: url(img/c-icons.png);
	background-position: 3px -15px;
}
#c_site {
	background-image: url(img/c-icons.png);
	background-position: 3px -37px;
}
#c_subject {
	background-image: url(img/c-icons.png);
	background-position: 3px -57px;
}
#c_content, #c_message {
	width: 98%;
	font-size: inherit;
	font-family: inherit;
	line-height: 1.5;
}
#c_name:hover, #c_mail:hover, #c_site:hover, #c_content:hover,
#c_name:focus, #c_mail:focus, #c_site:focus, #c_content:focus {
	color: #000;
}

/************************************************************/
/* ---------------------------------------------------
 web mobile ecran inferieur à 720 px
--------------------------------------------------- */
/*************************************************************/
@media handheld, screen and (max-width:720px) {

#page {
	font-size: 1.2em;
        background: #fff  ;
        width: 100%;
        height: 100%;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
       
}

#diffusion div.block {
         width:43%;
         height:250px;
         background:#FFF;
         float:left;
         vertical-align:top;
         margin:10px 10px 10px 10px;
         padding:0 0 0 0;
         overflow:hidden;
         border-radius:20px 20px 20px 20px;
}


body {
        background-color: #d9d8d9;
	color: #fff;
	font: 62.5% "Lucida Sans","Lucida Sans Unicode","Lucida Grande",Lucida,sans-serif;
}


#grid {
	width: 100%;
	overflow: hidden;
	padding: 0px 0px 20px 0px;
	background: transparent ;
}
#grid-l {
	float: left;
	width: 100%;
	margin-bottom: 20px;
        
}

#grid-lp {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding:0px 20px 0px 20px;       
}

#grid-s {
	float: right;
	width: 100%;
	margin-bottom: 20px;
}

#grid-sp {
	float: right;
	width: 100%;
	margin-bottom: 20px;
	padding:0px 20px 0px 20px;       
}

.grid-l75 {
	float: left;
	width: 96%;
	margin-bottom: 20px;
	padding:0px 2% 0px 2%;       
}

.grid-l85 {
	float: left;
	width: 96%;
	margin-bottom: 20px;
	padding:0px 2% 0px 2%;       
}


#grid-r75 {
	float: right;
	width: 75%;
	margin-bottom: 20px;
	padding:0px 20px 0px 20px;       
}

.grid-r25 {
	float: right;
	width: 90%;
	margin-bottom: 20px;
    margin-right: 20px;
	    
}

.grid-r15 { 
   width:97%;
   height:40px;
   float:right;
   padding:10px 0 0 0;
   margin:0;
   	      
}

#grid-l25 {
	float: left;
	width: 25%;
	margin-bottom: 20px;
	padding:0px 20px 0px 20px;       
}


.grid-all { 
    float: left;
	width: 100%;
	margin-bottom: 20px;
}
 
.gridlabel {

float:left;
background: #fff;
margin-bottom: -2px;
margin-left: 15px;
height:50px;
font-size: 38px; 
font-family: Trebuchet, Tahoma, Helvetica, Arial;	
text-decoration:none;
font-weight:200;
color: #a7b9c9;
overflow:hidden;

}

#slider
{
	position: relative; top: 0px; width: 90%; height:300px;
}

#sliderContent
{
	position: relative;  top: 0; width: 350px; height:250px;
}


#share { 
height:40px;
}

#slider {
}


#sliderContent img
{   position:absolute;
    top: 10px;
	z-index: 10;
	width: 90%;
    height:250px;
    margin-top:-15px;
    border-top-right-radius:1em;
    border-bottom-right-radius:1em;
}

#slider #sliderContent .texte
{   position:absolute;
    top: 130px;
    left: 0px;
	z-index: 200;
    font-size:120%;
    line-height:120%;
    background: #222;
    opacity:0.7;
    color: #fff;
    border-radius:15px;
    width:92%;
    padding:2% 5% 2% 5%; 
}

#field
{
  position: relative;
  top:0px;
  left:5%;
  border-radius:10px;
  z-index: 30;				/* le texte va surpasser l'image qui a un z-index inférieur : ci-dessous */
  width:80%;
  padding:2% 5% 2% 5%; 
}
#field a
{
 color: #fff;
 }



#slider #arrowleft
{
  position:relative;
  left:5px;
  top: 3px;
  z-index: 8888; 
  cursor: pointer;
  width: 25px;
}

#slider #arrowright
{
     position:absolute;
     left:100%;
     top: 3px;
	 z-index: 8888;
	 cursor: pointer;
	 width:25px;
}

#gridlabelnews { 
    background:#f9f4f8 url(img/hautparleur.jpg) top left; 
    width: 0%; 
    margin-top:25px;
} 


.bords {
      padding-left:0px;
      padding-right:0px;
      margin: 0px 6px 0px 6px;
}

p#cattitle {
    margin-top: -12%;       
    margin-left:52%;
	font-size: 2.0em;
	font-family: Helvetica;
	font-weight: bold;
	color: #ecb00f;
   
}

p#category-desc {
	color: #8c6f4a;
	font-size: 1em;
    margin-top: 12px;       
    margin-left:13%;
    width: 80%;
    line-height: 1.3em;
}

.meta p.post-date {
	float: left;
	margin: 0px 0 10px 4px;
	position: relative;
	width: 100%;
}

#diffusion {
width:100%;
}

.meta span.post-date span.date-h2 {
    padding:2px;
	font-size: 12px;
	position: absolute;
	top: 26px;
	left: 0px;
    background: #fff;
        
} 

.meta span.post-date span.edit {
	display:none;
	
}

.meta span.post-date span.shareit {
	display:none;
	
}

.meta span.shareservice {
    width:70%;
   
}

ul.share-links img {
width:18%;
}

.meta span.post-date span.shareservice img{

	float:left;
	width:18%;
	margin:-10px 2px 2px 2px;
}



.meta ul.syndicate2 {
        margin-top: 5px;
	    margin-bottom: 5px;
        margin-left:13%;
}
.meta ul.syndicate2 li {
	margin-bottom: 5px;
	padding: 3px 0 5px 20px;
	background: #fff url(img/feed.png) no-repeat 0 0;
}


.meta span.post-date span.date-d {
	float: left;
	margin-right: 2px;
	font-size: 28px;
	font-weight: bold;
	color: #998f76;
}
.meta span.post-date span.date-m {
	font-size: 16px;
	float: left;
}
.meta span.post-date span.date-y {
	font-size: 10px;
	clear: left;
	position: absolute;
	top: 20px;
	left:0;
	background: #fff;
	width: 60px;
        
}
.meta span.post-date span.date-h {
	font-size: 10px;
	position: absolute;
	top: 20px;
	left: 30px;
}

.meta span.post-date span.date-h2 {
    padding:2px;
	font-size: 12px;
	position: absolute;
	top: 26px;
	left: 0px;
    background: #fff;

}

#nav {
    position:absolute;
	top:120px;
	left:0px;
	width: 100%;
    height:25px;
    background : #104303;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top:0px;
    margin-bottom:0px;
    box-shadow:3px 3px 5px #999;
}



#nav li {

	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	height: 100%;
	margin: 4px 0px 0px 14px;
	padding: 0px 1px 0px 0px;
	font-size: 1.2em;
	color: #BB4400;
}
* html #nav li { /* IE6 */
	display: inline;
}
*+html #nav li { /* IE7 */
	display: inline;
}
#nav li a {
	color: #ddd;
}
#nav li a:hover, #nav li a:focus {
	text-decoration: none;
	color: #BB4400;
}
#nav li.nav-active {
	
    margin: 4px 0px 0px 14px;
	padding: 0px 0px 0px 0px;
}
#nav li.nav-active a {
	color: #e9dfc6;
}

#top {
        position: relative;
	    width: 100%;
        height: 170px;
        margin-bottom:10px;
        z-index:100;
}

#topleftpage {
    width:100%;
    height:170px;
}



#topleft h1 {
	padding: 45px 0 0 15px;
	font-size: 48px;
	font-family: Helvetica;
	font-weight: bold;
	width:79%;
   
}

p#blogdesc {
	width: 295px;
    margin-top: -6px;       
    padding-left: 30px;
	font-size: 1.4em;
	font-family: Helvetica;
	font-style: normal;
	color: #3f6d90;
    line-height: 1.5em;
}

p#umr {
	width: 290px;
    margin-top: -86px;       
    padding-left: 20px;
	font-size: 1.4em;
	font-family: Helvetica;
	font-style: normal;
	color: #ff0000;
    line-height: 1.3em;
}



#topleftshort {
	float:left;
	width: 100%;
    height: 70px;
    padding-top:0px;
    padding-left: 0px;
	background: #fff ; 
}

#topshort {
	width: 100%;
    height: 130px;
    padding-top:0px;
    padding-left: 0px;
	background: #fff ; 
}



#topright {
       width:0px;
       display: none;
       
}

#toprightXL {
       width:0px;
       display: none; 
}


#topleft {
	float:left;
	width: 100%;
    height: 170px;
    padding-top:0px;
    padding-left: 0px;
	background: #fff url(img/topleft3.png) no-repeat top left; 
}


#topleftpage img {
         width:50%;
}

#topleftpage div.meta {
        margin-left:30%;
        margin-top:10px;
}


#cartoon {
width: 100%;
float:left;
background:#086A87;
padding:0;
margin:0;
overflow:hidden;
font-size:130%;
color: #F90;
height:250px;
box-shadow:1px 1px 5px #aaa;
}


#cartoon25 {
display:none;
}


#lead.home-lead {
       
    float:left;
    padding: 0px 0px 20px 0px; 
    background: #3f6d90 url(img/lead-bg.png) no-repeat bottom right;
    color: #fff;
    width: 100%;
    margin: 0px 0px 0px 0px;      
}

#coinphoto img{
position:absolute;
top:170px;
left:80%;
width:80px;
height:50px;
}

#twitterlogo img{
position:absolute;
 top:175px;
 left:69%;
 width:25%;
 height:40px;
 padding-bottom:5px;
}

#seminaire {
	margin : 0px 0px 0px 0px;
	padding:0;
	width : 100%;
	background : #eff ;
	border-radius: 12px;
   
}

#seminaire div.block {
	width: 97%;
	
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	height: 110px;
	margin: 8px 0px 0px 0px;
    padding: 8px 5px 25px 5px;
    background : transparent url(img/enUnClicBack.png) repeat-x top left ;
}

#seminaire div.blocktime {
    position: relative;
	top: 0px;
	left:0px;
	display: block;
    width:85px;
    height:100%;
	margin: 0;
	padding:0;
	overflow: hidden;
}
#seminaire h2.post-title {
	font-size: 1.2em;
    font-family: Helvetica;
    line-height: 1.2em;
    padding: 0px 0px 5px 0px;
    margin: 0;
}
#seminaire div.post-content {
	margin: 0;
	color: #8c6f4a;
    padding: 10px 1% 0px 90px;    
}

#equipes.home-equipes div.block2 {
	padding: 0;
	display: inline-block;
        vertical-align: top;
        width:50%;
        height: 200px;
        background : #fff url(img/enUnClicBackinv.png) repeat-x bottom left ;
       }

#equipes.home-equipes div.block3 {
	padding: 0;
	display: inline-block;
        vertical-align: top;
        float:right;
        width:50%;
        height: 200px;
        background : #fff ;
        overflow:hidden;
       }
#equipes.home-equipes div.block2 h2.category-title {
        position:relative;
        margin-top:-100px;
        width:140px;
	    font-size: 1.6em;
        font-weight:bold;
        font-family:Helvetica;
        color: #e9dd9e;
      
      
        z-index:1; 
}

#equipes.home-equipes div.block3 h2.category-title {
        position:relative;
        margin-top:-80px;
    	margin-left: 10px;
    	width:150px;
    	font-size: 2.0em;
        line-height: 1em;
        font-weight:bold;
        font-family:Helvetica;
        color: #d6520A;
        z-index:1; 
       
}




#equipesnews {  
	margin: 0px 0px 0px 0px;
	width : 100%;
    height: 880px;
	background: #f9f4f8 url(img/lead-bg.png) no-repeat bottom right;
	float:right;     
}

#equipesnews div.block {
        padding-top:10px;
        padding-bottom:0px;
        height:180px;
	    display: inline-block;
        vertical-align: top;   
	    word-wrap: break-word;
        background : transparent  ;
}


* html #equipes div.block2 { /* IE6 */
	display: inline;
}
*+html #equipes div.block2 { /* IE7 */
	display: inline;
}

* html #equipesnews div.block { /* IE6 */
	display: inline;
}
*+html #equipesnews div.block { /* IE7 */
	display: inline;
}


#equipesnews div.blocktime {
	float: left;
	display: block;
    width:  90px;
    height: 100%;
	margin: 0px 0px 0px 5px;
}


#equipesnews img {
     height: 40px;
     width:  60px;
     margin: 0px 0px 0px 4px;
     float: left ;
}



#equipesnews h2.post-title {
    padding: 0px 15px 0px 90px;
	font-size: 1.2em;
    font-family: Helvetica;
    line-height:1.2em;
    color:#ff8;
}

#equipesnews h2.post-title a {
	 color:#660000;
     text-decoration:none
     
}

#equipesnews h2.post-title a:hover {
	 color: #d77d08;
}

#equipesnews div.post-content {
    padding: 0px 15px 0px 95px;
    margin-top:-20px;
    color: #8c6f4a;
    font-family: Helvetica;
	font-size: 1.1em;
	line-height: 1.3em;       
}


#missions div.block {
	width: 100%;
	
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	height: 50px;
	margin: 0px 0px 20px -20px;
    background : #fff  ;   
}


#missions2 {  
	margin-left : 5px;
    margin-top : 10px;
	width : 100%;
	background: #fff ;
}

#missions2 div.block2 {
      
        border: 1px solid ;
        border-radius: 0 10px 0px 0; 
        width: 98%; 
        background: #fff; 
        height: 90px; 
        margin: 0px 10px 0px 0px;    
}




#missions2 div.block2 img {
        height:100%;
        width:30%;
}
#missions2 h2.bannerformation {
   padding-left:33%; 
   margin-top:-80px;
   float:left;
   line-height:1em;
   font-size: 1.4em;
   font-weight:bold;
   font-family:Helvetica;
   color: #660000;
}

#missions h2.category-title {
    font-size: 2em;
    font-weight:bold;
    font-family:Helvetica;
    color: #e9dd9e;
    margin-bottom:  20px;
    padding-left:10px; 
}

.personnellist {
	margin : 20px 0px 0 0px;
    font-size: 1em;	
}

.personnellist div.block {
	width: 100%;
    height:151px;
	overflow-wrap: break-word;
	margin: 30px 1% 0px 1%;
    padding: 0px 0px 0px 0px;
    font-size: 1.1em;
    font-family: Helvetica;
    line-height:1.4em;
    background:#FAFAFA;
        
}

.personnellist div.block img {
	  position:relative;
      float: left;
      width:116px;
      height:150px;
      top:   0px;
      left: 0px;
	  margin: 0px 8px 0px 0px;
	  box-shadow:1px 1px 5px #aaa;
}

.personnellist div.block2 {
	width: 100%;
    height:170px;
	overflow-wrap: break-word;
	margin: 0px 0% 0px 0%;
    padding: 0px 0px 0px 0px;
       font-family: Helvetica;
    line-height:1.4em;
    background:#FCFCFC;
    font-size: 1.1em;
    font-family: Helvetica;
    line-height:1.4em;     
}


.personnellist div.block2 img {
	  position:relative;
      float: left;
      width:116px;
      height:150px;
      top:   0px;
      left: 0px;
	  margin: 0px 8px 0px 0px;
	  box-shadow:1px 1px 5px #aaa;
}

.personnellist div.block table {
  position:relative;
  left:  0px;
  top:   0px;
}

.personnellist div.block2 table {
  position:relative;
  left:  0px;
  top:   0px;
}

td.cutifnecessary{
overflow: hidden; 
text-overflow: ellipsis; 
white-space: nowrap; 
max-width: 100px; 
}

.personnellist div.block table img{
top: 6px;
margin: 0 0 0 5px;
padding: 0 5px 0 0px;
width:20px;
height:20px;
box-shadow:0px 0px 0px #fff;
}

.personnellist div.block2 table img{
top: 6px;
margin: 0 0 0 5px;
padding: 0 5px 0 0px;
width:20px;
height:20px;
box-shadow:0px 0px 0px #fff;
}

.personnellist li {
	padding : 0 10px 0 15px;
    font-size: 1.2em;
	line-height: 1.7em;	
}

.personnellist h2.post-title {
	position:relative;
    font-size: 1.6em;
    font-family: Helvetica;
    line-height:1em;
    left: 8px;
    top: -5px;
    color:#ff8;
    text-overflow:ellipsis;   
}


#newslabel { 
 display: inline; width:80%; font-size:40px; background: #fff;
}


div.post div.post-content {
	margin: 10px 20px 0 0;
}


#newslist{
        margin: 0px 0px 0px 0px;
	    width : 100%;
        height: 100%;
	    background: #f9f4f8 url(img/lead-bg.png) no-repeat bottom right;
	    float:right;     
}



* html #newslist div.block { /* IE6 */
	display: inline;
}
*+html #newslist div.block { /* IE7 */
	display: inline;
}
 

#newslist div.block {
        padding-top:10px;
        padding-bottom:0px;
        height:190px;
	    display: inline-block;
        vertical-align: top;   
	    word-wrap: break-word;
        background : transparent  ;
}



#newslist div.blocktime {
	float: left;
	display: block;
    width:  90px;
    height: 100%;
	margin: 0px 0px 0px 5px;
}


#newslist img {
     height: 40px;
     width:  60px;
     margin: 0px 0px 0px 4px;
     float: left ;
}



#newslist h2.post-title {
    padding: 0px 15px 0px 90px;
	font-size: 1.2em;
    font-family: Helvetica;
    line-height:1.2em;
    color:#ff8;
}

#newslist h2.post-title a {
	 color:#660000;
     text-decoration:none;
}

#newslist h2.post-title a:hover {
	 color: #d77d08;
}

#newslist div.post-content {
    padding: 0px 15px 0px 95px;
    margin-top:-20px;
    color: #8c6f4a;
    font-family: Helvetica;
	font-size: 1.1em;
	line-height: 1.2em; 
}

#theselist{
        margin: 0px 0px 0px 0px;
	    width : 100%;
        height: 100%;
	    background: #f9f4f8 url(img/lead-bg.png) no-repeat bottom right;
	    float:right;     
}

#theselist div.block {
        padding-top:20px;
        padding-bottom:15px;
	    width: 100%;
     
	    display: inline-block;
        vertical-align: top;
	    height:110px;
	    word-wrap: break-word;
        background : transparent  ;
}




* html #theselist div.block { /* IE6 */
	display: inline;
}
*+html #theselist div.block { /* IE7 */
	display: inline;
}

#annuairecompact {
width:100%;
}
#annuairecompact table {
width:100%;
margin-left:15px;
font-size:1em;
float:left;
}
#annuairecompact td {
width:32%;
font-size:0.9em;
float:left;
}

h2.post-title {
	font-size: 2em;
        color: #065;
	font-family: Helvetica,Palatino,"Palatino Linotype",Palladio,"URW Palladio L","Book Antiqua","Liberation Serif",Times,serif;
	font-weight: bold;
    margin-bottom: 20px;
}

#theselist img {
     height: 100%;
     width:  85px;
     margin: -40px 0px 0px 15px;
     float: left ;
     box-shadow: 1px 1px 2px #aaa;
}


#theselist h2.post-title {
        padding: 0px 15px 0px 115px;
	    font-size: 1.2em;
        font-family: Helvetica;
        line-height:1.2em;
        color:#ff8;
}

#theselist h2.post-title a {
	     color:#660000;
         text-decoration:none
}



#theselist div.post-content {
        padding: 0px 15px 0px 115px;
        margin-top:-15px;
        color: #8c6f4a;
        font-family: Helvetica;
	    font-size: 1.1em;
	    line-height: 1.2em;  
	   
        hyphens: auto;
}


#footer {
    width:100%;
	padding: 1% 0px  2%;
	text-align: center;
	color: #fff;
	background: #fff url(img/footerBack.png) repeat-x top center;
}


#sharing {
position:relative;
top:-40px;
left:0px;
}


#editer {
display:none;
}


}




@media all and (min-width:1342px) {


#page {
	font-size: 1.2em;
        background: #fff  ;
        width: 1340px;
        height: 100%;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
       
	    box-shadow: 0px 0px 20px rgb(46,45,50);
}

#topright {
        float:left;
	width:285px;
        height:100%;
        padding-top:0px;
	background: #fff url(img/inee-bg.png) no-repeat top left; 

}

#toprightXL { 
    display:block;
    float:left;
	width: 355px;
    height:100%;
    padding-top:0px;
	background: #fff url(img/inee-bg2.png) repeat-x   ; 
}

#toprightXL img{
   float:right;
   width:80px;
   height:60px;
   margin-top: 1px;
} 

#coinphoto img{
position:absolute;
top:198px;
left:1250px;
}

#twitterlogo img{
position:absolute;
 top:205px;
 left:1180px;
 width:150px;
 height:50px;
}

#top {
	width: 100%;
        height: 230px;
        margin-bottom:10px;     
}

#topshort {
        position: relative;
	    width: 100%;
        height: 130px;
        margin-bottom:10px;    
}

#topleftshort img {
width:50%;
}


#topleft {
	float:left;
	width:700px;
        height: 230px;
        padding-top:0px;
        padding-left: 0px;
	background: #fff url(img/topleft.png) no-repeat top left; 
}

#topleftshort {
	float:left;
	width: 700px;
        height:130px;
        padding-top:0px;
        padding-left: 0px;
	background: #fff ; 
}

#topleftshort img {
width:50%;
}



#topleftpage {
	float:left;
	width: 700px;
        height: 230px;
        padding-top:0px;
        padding-left: 0px;
	background: #fff ; 
}


#grid {
	width: 100%;
	overflow: hidden;
	padding: 0px 0px 20px 0px;
	background: transparent ;
        margin-top: -10px;
}

#grid-l {
	float: left;
	width: 35%;
	margin-bottom: 20px;  
}

#grid-lp {
	float: left;
	width: 50%;
	margin-bottom: 20px;
	padding:0px 20px 0px 20px;       
}

#grid-s {
	float: left;
	width: 37%;
	margin-bottom: 20px;
}

#grid-sp {
	float: right;
	width: 50%;
	margin-bottom: 20px;
	padding:0px 20px 0px 20px;       
}

.grid-l75 {
	float: left;
	width: 65%;
	margin-bottom: 20px;
	padding:0px 1% 0px 1%;       
}

.grid-l85 {
	float: left;
	width: 83%;
	margin-bottom: 20px;
	padding:0px 20px 0px 30px;       
}


#grid-r75 {
	float: right;
	width: 75%;
	margin-bottom: 20px;
	padding:0px 20px 0px 20px;       
}

.grid-r25 {
	float: right;
	width: 29%;
	margin-bottom: 20px;
	padding:0px 0px 0px 1%;   
       
}

.grid-r15 {
	float: right;
	width: 8%;
	margin-bottom: 20px;
	padding:0px 20px 0px 0px;       
}

#grid-l25 {
	float: left;
	width: 25%;
	margin-bottom: 20px;
	padding:0px 20px 0px 20px;       
}

#grid-r {
	float: right;
	width: 25%;
	margin-bottom: 20px;
	padding:0px 20px 0px 20px;       
}


.grid-all { 
    float: left;
	width: 100%;
	margin-bottom: 20px;
}


#cartoon25 {
width: 100%;
float:right;
background:#FFF;
padding:0;
margin:0;
overflow:hidden;
font-size:130%;
color: #F90;
height:900px;
}



#lesequipes { 
        float: left;
	width: 75%;	
}


#autresmissions { 
    float: left;
	width: 70%;
	margin-bottom: 20px;
    margin-top:-210px;
}

#enunclic {
   float:left;
   background: transparent;
   margin-bottom: 0px;
   padding-bottom:0px;
   margin-left: 25px;
   height:40px;
   font-size: 46px;  
   font-family: Trebuchet, Tahoma, Helvetica, Arial;	
   text-decoration:none;
   font-weight:200;
   color: #a7b9c9;
}

#newslabel { display: inline; width:100%;}

#newslabel.h2  {
   float:left;
   background: #fff;
   margin-bottom: 0px;
   margin-left: 25px;
   height:50px;
   font-size: 20px;  
   font-family: Trebuchet, Tahoma, Helvetica, Arial;	
   text-decoration:none;
   font-weight:200;
   color: #d77d08;
}

#wrapper {
	background: transparent;
        width:100%;
       
}


#equipes.home-equipes {  
        float:left;
	padding: 0px 0px 0px 0px;
	background: #fff ;
	width: 940px;
        margin: 0;     
}

#equipes.home-equipes div.block2 {
	padding: 0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
	display: inline-block;
        vertical-align: top;
        width:  220px;
        height: 200px;
        float:left;
        background: #fff url(img/enUnClicBackinv.png) repeat-x bottom left ;
}

#equipes.home-equipes div.block3 {
	padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
	display: inline-block;
        vertical-align: top;
        float:right;
        width:220px;
        height: 200px;
        background : #fff ;
}

#equipes.home-equipes div.category-desc {
        color: #496487;
	font-size: 0.9em;
	padding: 2px 4px 7px 0px;
	line-height: 1.6em;
}

#equipes.home-equipes div.block2 div.category-desc img{
        float: left;
	display: block;
	margin: 0px 0px 5px 0px;
        padding:0px;
        height: 145px;
        width:220px;
     
}

#equipes.home-equipes div.block3 div.category-desc img{
        float: left;
	display: block;
	margin-bottom: 5px;
        padding:0px;
        height: 145px;
        width:220px;
     
}
 


#equipesnews {  
	margin: 0px 0px 0px 0px;
	width : 25%;
    height: 950px;
	background: #f9f4f8 url(img/lead-bg.png) no-repeat bottom right;
	float:right;   
    margin-top: -670px;  
}



#newslist{
    margin: 0px 0px 0px 0px;
	width : 55%;
    height: 100%;
	background: #f9f4f8 url(img/lead-bg.png) no-repeat bottom right;
	float:left;     
}

#newslist div.block {
    padding-top:10px;
    padding-bottom:10px;
   	width: 100%; 
	display: inline-block;
    vertical-align: top;
	height:130px;
	word-wrap: break-word;
    background : transparent  ;
}


* html #equipes div.block2 { /* IE6 */
	display: inline;
}
*+html #equipes div.block2 { /* IE7 */
	display: inline;
}

* html #newslist div.block { /* IE6 */
	display: inline;
}
*+html #newslist div.block { /* IE7 */
	display: inline;
}


#newslist div.blocktime {
	float: left;
	display: block;
        width:200px;
        height:100%;
	margin: 0px 0px 0px 5px;
}


#newslist img {
     height: 50%;
     width:  70px;
     margin: 0px 0px 0px 0px;
     float: left ;
}


#newslist h2.post-title {
        padding: 0px 15px 0px 200px;
	font-size: 1.2em;
        font-family: Helvetica;
        line-height:1.2em;
        color:#ff8;
}

#newslist h2.post-title a {
	 color:#660000;
         text-decoration:none
}

#equipesnews h2.post-title a:hover {
	 color: #d77d08;
}

#newslist div.post-content {
        padding: 0px 15px 0px 200px;
        margin-top:-20px;
        color: #8c6f4a;
        font-family: Helvetica;
	font-size: 1.2em;
	line-height: 1.4em;       
}


#theselist{
        margin: 0px 0px 0px 0px;
	    width : 42%;
        height: 100%;
	    background: #f9f4f8 url(img/lead-bg.png) no-repeat bottom right;
	    float:right;     
}

#theselist div.block {
        padding-top:20px;
        padding-bottom:15px;
	    width: 100%;
	    display: inline-block;
        vertical-align: top;
	    height:110px;
	    word-wrap: break-word;
        background : transparent  ;
}




* html #theselist div.block { /* IE6 */
	display: inline;
}
*+html #theselist div.block { /* IE7 */
	display: inline;
}





#theselist img {
     height: 100%;
     width:  85px;
     margin: -40px 0px 0px 15px;
     float: left ;
     box-shadow: 1px 1px 2px #aaa;
}


#theselist h2.post-title {
        padding: 0px 15px 0px 115px;
	    font-size: 1.2em;
        font-family: Helvetica;
        line-height:1.2em;
        color:#ff8;
}

#theselist h2.post-title a {
	     color:#660000;
         text-decoration:none
}


#theselist div.post-content {
        padding: 0px 15px 0px 115px;
        margin-top:-15px;
        color: #8c6f4a;
        font-family: Helvetica;
	    font-size: 1.2em;
	    line-height: 1.4em;  
	    
        hyphens: auto;
}






#equipesnews div.block {
        padding-top:10px;
        padding-bottom:0px;
        height:195px;
	    display: inline-block;
        vertical-align: top;   
    	word-wrap: break-word;
        background : transparent  ;
}






* html #equipes div.block2 { /* IE6 */
	display: inline;
}
*+html #equipes div.block2 { /* IE7 */
	display: inline;
}

* html #equipesnews div.block { /* IE6 */
	display: inline;
}
*+html #equipesnews div.block { /* IE7 */
	display: inline;
}


#equipesnews div.blocktime {
	float: left;
	display: block;
    width:90px;
    height:100%;
	margin: 0px 0px 0px 5px;
}






#equipesnews img {
     height: 40px;
     width:  60px;
     margin: 0px 0px 0px 10px;
     float: left ;
}


#equipesnews h2.post-title {
    padding: 0px 15px 0px 90px;
	font-size: 1.2em;
    font-family: Helvetica;
    line-height:1.2em;
    color:#ff8;
}

#equipesnews h2.post-title a {
	 color:#660000;
     text-decoration:none
}

#equipesnews h2.post-title a:hover {
	 color: #d77d08;
}

#equipesnews div.post-content {
        padding: 0px 15px 0px 95px;
        margin-top:-20px;
        color: #8c6f4a;
        font-family: Helvetica;
	font-size: 1.1em;
	line-height: 1.2em;       
}

#gridlabelnews { 
     width:0px;
     display:none;

}

p#cattitle {
        margin-top: -85px;       
        margin-left:365px;
	font-size: 3.5em;
	font-family: Helvetica;
	font-weight: bold;
	color: #ecb00f;
   
}

p#category-desc {
	color: #8c6f4a;
	font-size: 1em;
        margin-top: 10px;       
        margin-left:365px;
        width: 330px;
        line-height: 1.3em;
}

.meta ul.syndicate2 {
        margin-top: 10px;
	margin-bottom: 20px;
        margin-left:365px;
}
.meta ul.syndicate2 li {
	margin-bottom: 5px;
	padding: 3px 0 5px 20px;
	background: #fff url(img/feed.png) no-repeat 0 0;
}

.bords {
      padding-left:3%;
      padding-right:3%;
}


  
}


@media all and (min-width:1800px) {


body {
	
    background-color: #d9d8d9;
	color: #fff;
	font: 62.5% "Lucida Sans","Lucida Sans Unicode","Lucida Grande",Lucida,sans-serif;
}


#page {
	font-size: 1.2em;
        background: transparent ;
        width: 1620px;
        height: 100%;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
      
}


#main {
	background: transparent ;
	color: #222;
	width:100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
      
}

#topright {
        float:left;
	width:285px;
        height:100%;
        padding-top:0px;
	background: #fff url(img/inee-bg.png) no-repeat top left; 

}

#toprightXL { 
        display:block;
        float:left;
	width: 358px;
       height:100%;
        padding-top:0px;
	background: #fff url(img/inee-bg2.png) repeat-x   ; 
}

#toprightXL img{

   float:right;
   width:80px;
   height:60px;
   margin-top: 1px;
} 


#coinphoto img{
position:absolute;
top:198px;
left:1250px;
}

#twitterlogo img{
position:absolute;
 top:205px;
 left:1180px;
 width:150px;
 height:50px;
}
#top {
	width: 1343px;
        height: 230px;
        margin-bottom:10px;   
    	box-shadow: 1px 0px 0px rgb(46,45,50);  
}

#topshort {
        position: relative;
	    width:  100%;
        height: 130px;
        margin-bottom:10px;    
}

#topleftshort img {
    width:50%;
}


#topleft {
	float:left;
	width:700px;
        height: 230px;
        padding-top:0px;
        padding-left: 0px;
	background: #fff url(img/topleft.png) no-repeat top left; 
}

#topleftshort {
	float:left;
	width: 700px;
        height:130px;
        padding-top:0px;
        padding-left: 0px;
	background: #fff ; 
}

#topleftshort img {
width:50%;
}



#topleftpage {
	float:left;
	width: 700px;
        height: 230px;
        padding-top:0px;
        padding-left: 0px;
	background: #fff ; 
}


#grid {
	width: 1343px;
	overflow: hidden;
	padding: 0px 0px 20px 0px;
	background: #fff ;
	min-height:600px;
    margin-top: -10px;
	box-shadow: 0px 0px 20px rgb(46,45,50);
}

#grid-l {
	float: left;
	width: 35%;
	margin-bottom: 20px;  
}

#grid-lp {
	float: left;
	width: 50%;
	margin-bottom: 20px;
	padding:0px 20px 0px 20px;       
}

#grid-s {
	float: left;
	width: 37%;
	margin-bottom: 20px;
}

#grid-sp {
	float: right;
	width: 50%;
	margin-bottom: 20px;
	padding:0px 20px 0px 20px;       
}

.grid-l75 {
	float: left;
	width: 65%;
	margin-bottom: 20px;
	padding:0px 1% 0px 1%;       
}

.grid-l85 {
	float: left;
	width: 83%;
	margin-bottom: 20px;
	padding:0px 20px 0px 30px;       
}


#grid-r75 {
	float: right;
	width: 75%;
	margin-bottom: 20px;
	padding:0px 20px 0px 20px;       
}

.grid-r25 {
	float: right;
	width: 29%;
	margin-bottom: 20px;
	padding:0px 0px 0px 1%;   
       
}

.grid-r15 {
	float: right;
	width: 8%;
	margin-bottom: 20px;
	padding:0px 20px 0px 0px;       
}

#grid-l25 {
	float: left;
	width: 25%;
	margin-bottom: 20px;
	padding:0px 20px 0px 20px;       
}


.grid-all { 
    float: left;
	width: 1343px;
	margin-bottom: 0px;
}


#diffusion { 
width:100%;


}


#diffusion div.block {
         width:15%;
         height:350px;
         background:#FFF;
         float:left;
         vertical-align:top;
         margin:10px 10px 10px 10px;
         padding:0 0 0 0;
         overflow:hidden;
}

#diffusion div.blocktime {
	float: left;
	display: block;
    width:100%;
    height:50px;
    background:#EEF;
    border-radius:20px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#diffusion img {
         padding-top: 0px;
         width:100%;
         border-radius:0 0 20px 20px;
}



#lesequipes { 
    float: left;
	width: 75%;	
}


#autresmissions { 
    float: left;
	width: 70%;
	margin-bottom: 20px;
    margin-top:-210px;
}



#newslabel { display: inline; width:100%;}

#newslabel.h2  {
   float:left;
   background: #fff;
   margin-bottom: 0px;
   margin-left: 25px;
   height:50px;
   font-size: 20px;  
   font-family: Trebuchet, Tahoma, Helvetica, Arial;	
   text-decoration:none;
   font-weight:200;
   color: #d77d08;
}

#wrapper {
	background: transparent;
        width:100%;
       
}


#equipes.home-equipes {  
        float:left;
	padding: 0px 0px 0px 0px;
	background: #fff ;
	width: 940px;
    margin: 0;     
}

#equipes.home-equipes div.block2 {
	    padding: 0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
	    display: inline-block;
        vertical-align: top;
        width:  220px;
        height: 200px;
        float:left;
        background: #fff url(img/enUnClicBackinv.png) repeat-x bottom left ;
}

#equipes.home-equipes div.block3 {
	padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
	display: inline-block;
        vertical-align: top;
        float:right;
        width:220px;
        height: 200px;
        background : #fff ;
       }

#equipes.home-equipes div.category-desc {
        color: #496487;
	font-size: 0.9em;
	padding: 2px 4px 7px 0px;
	line-height: 1.6em;
}

#equipes.home-equipes div.block2 div.category-desc img{
        float: left;
	display: block;
	margin: 0px 0px 5px 0px;
        padding:0px;
        height: 145px;
        width:220px;
     
}

#equipes.home-equipes div.block3 div.category-desc img{
        float: left;
	display: block;
	margin-bottom: 5px;
        padding:0px;
        height: 145px;
        width:220px;
     
}



#equipesnews {  
	margin: 0px 0px 0px 0px;
	width : 25%;
    height: 980px;
	background: #f9f4f8 url(img/lead-bg.png) no-repeat bottom right;
	float:right;   
    margin-top: -670px;  
}






#newslist{
    margin: 0px 0px 0px 0px;
	width : 55%;
    height: 100%;
	background: #f9f4f8 url(img/lead-bg.png) no-repeat bottom right;
	float:left;     
}

#newslist div.block {
    padding-top:10px;
    padding-bottom:10px;
	width: 100%;
	display: inline-block;
    vertical-align: top;
	height:120px;
	word-wrap: break-word;
    background : transparent  ;
}


* html #equipes div.block2 { /* IE6 */
	display: inline;
}
*+html #equipes div.block2 { /* IE7 */
	display: inline;
}

* html #newslist div.block { /* IE6 */
	display: inline;
}
*+html #newslist div.block { /* IE7 */
	display: inline;
}


#newslist div.blocktime {
	float: left;
	display: block;
        width:200px;
        height:100%;
	margin: 0px 0px 0px 5px;
}


#newslist img {
     height: 50%;
     width:  70px;
     margin: 0px 0px 0px 0px;
     float: left ;
}


#newslist h2.post-title {
        padding: 0px 15px 0px 200px;
	    font-size: 1.2em;
        font-family: Helvetica;
        line-height:1.2em;
        color:#ff8;
}

#newslist h2.post-title a {
	 color:#660000;
         text-decoration:none
}

#equipesnews h2.post-title a:hover {
	 color: #d77d08;
}

#newslist div.post-content {
        padding: 0px 15px 0px 200px;
        margin-top:-20px;
        color: #8c6f4a;
        font-family: Helvetica;
	    font-size: 1.2em;
	    line-height: 1.4em;         
}



#equipesnews div.block {
        padding-top:10px;
        padding-bottom:0px;
        height:195px;
	    display: inline-block;
        vertical-align: top;   
	    word-wrap: break-word;
        background : transparent  ;
}


* html #equipes div.block2 { /* IE6 */
	display: inline;
}
*+html #equipes div.block2 { /* IE7 */
	display: inline;
}

* html #equipesnews div.block { /* IE6 */
	display: inline;
}
*+html #equipesnews div.block { /* IE7 */
	display: inline;
}


#equipesnews div.blocktime {
	float: left;
	display: block;
    width:  90px;
    height:100%;
	margin: 0px 0px 0px 5px;
}


#equipesnews img { 
     height: 50px;
     width:  60px;
     margin: 0px 0px 0px 10px;
     float: left ;
}


#equipesnews h2.post-title {
        padding: 0px 15px 0px 90px;
	    font-size: 1.2em;
        font-family: Helvetica;
        line-height:1.2em;
        color:#ff8;
}

#equipesnews h2.post-title a {
	 color:#660000;
         text-decoration:none
}

#equipesnews h2.post-title a:hover {
	 color: #d77d08;
}

#equipesnews div.post-content {
        padding: 0px 15px 0px 95px;
        margin-top:-20px;
        color: #8c6f4a;
        font-family: Helvetica;
	font-size: 1.1em;
	line-height: 1.2em;  
        text-decoration:none;       
}

#gridlabelnews { 
     width:0px;
     display:none;

}

p#cattitle {
    margin-top: -85px;       
    margin-left:365px;
	font-size: 3.5em;
	font-family: Helvetica;
	font-weight: bold;
	color: #ecb00f;
   
}

p#category-desc {
	color: #8c6f4a;
	font-size: 1em;
        margin-top: 10px;       
        margin-left:365px;
        width: 330px;
        line-height: 1.3em;
}

.meta ul.syndicate2 {
        margin-top: 10px;
	margin-bottom: 20px;
        margin-left:365px;
}
.meta ul.syndicate2 li {
	margin-bottom: 5px;
	padding: 3px 0 5px 20px;
	background: #fff url(img/feed.png) no-repeat 0 0;
}

.bords {
      padding-left:3%;
      padding-right:3%;
}




#enunclic {
position:fixed;
top: 15px;
left: 79%;
height:30px;
font-size: 46px; 
font-family: Trebuchet, Tahoma, Helvetica, Arial;	
text-decoration:none;
font-weight:200;
color: #fff;
}



/* Bottom panel
-------------------------------------------------------- */

#panel-wrapper {
    position:fixed;
	clear: both;
	background: transparent ;
	color: #fff;
    width: 250px;
    float:right;
    top: 55px;
    left: 80%;
}

#panel {
	
	background: transparent;
	color: #fff;
    width: 100%;
    float:right;
        
	
}
#panel-handler {
	height: 50px;
	background: #998F76 url(img/evenementBack.png) repeat-x top center;
}


#panel div.widgets {
	padding-top: 20px;
	margin-left: 0px;
	width: 100%;
}
#panel div.widgets h2 {
	font-family: Helvetica,FreeSans,Arial,"Liberation Sans","Nimbus Sans L",sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
	font-weight: bold;
	color: #fff;
}

#panel div.widgets div {
	width: 220px;
	
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	height: 100%;
	margin: 0 0 10px 20px;
}
* html #panel div.widgets div { /* IE6 */
	display: inline;
}
*+html #panel div.widgets div { /* IE7 */
	display: inline;
}



#footer {
    width:83%;
	padding: 2px 0px  20px;
	text-align: center;
	color: #fff;
	background: #fff url(img/footerBack.png) repeat-x top center;
}



}



