/*
1vw = 1% of viewport width

1vh = 1% of viewport height

1vmin = 1vw or 1vh, whichever is smaller

1vmax = 1vw or 1vh, whichever is larger*/

@media (max-width: 768px) {
  .btn-responsive {
    padding:2px 4px;
    font-size:80%;
    line-height: 1;
    border-radius:3px;
  }
  
}

@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    padding:4px 9px;
    font-size:90%;
    line-height: 1.2;
    
  }
}


/******* general ************************/
* {
	margin:0;
	padding:0;
}
html,body{
	height:100%;
	widht:100%;
}
body {
	font-size:14px;
	padding: 0;
	margin: 0;
	background-color: #fff;
}
img {
	border:0;
	vertical-align:top;
	text-align:left;
}
h1{
	font-size: 22px;
	color: #50ad40;
	border-bottom:#d2d2d2 1px solid;
	padding: 7px 0;
	margin:10px 0 20px;
}
h2{
	font-size: 16px;
	color: #1d4b64;
	margin-bottom: 10px;
}
h3{
	font-size: 13px;
	font-weight: bold;	
}

h5{font-size: 3vmax;font-weight: bold;line-height:3vmax }
/***************************************************************************
HEADER
*****************************************************************************/

#header {   
	
	padding: 0px 0px 0px;
	
	margin: 0px 0 0;
	height:132px;
	
}

#header_content {   
	
	padding: 0px 0px 0px;
	width: 1000px;
	margin: 0 auto;
	
	color: #071d5b;
	font-size: 12px;
	height:132px;
	background-color: #eee
	
}

#header_content a{
	color:#071d5b;
	text-decoration: none;
}

#header_content a:HOVER{
	color:#071d5b;
	text-decoration: underline;
}




/***************************************************************************
MENU
*****************************************************************************/

#menu { 
	height: 50px; 
	
}

#menu_content {   
	height: 50px;
	padding: 0px 0px 0px;
	width: 1100px;
	margin: 0 auto;	
	background-color: #78be20;
}

#menu_foot{
	height: 6px;background-color: #1d4b64;
}

/***************************************************************************
MAIN
*****************************************************************************/

#main{
	margin: 0
}

#main_content{
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 10px 0px 0;
}

/***********************************************************
*	ANIMATION
**************************************************************/
#slider { width:auto}

#slider .sliderAnimation { width:1170px; height:504px; float:left ;}

#slider .sliderActualite { width:259px;  height:342px; float:right; font-family:Arial}

.ttactu{ background:url(/images/forBackBlock.gif) no-repeat ;  color:#FFFFFF;; font-weight:bold; font-size:14px;width:259px; height:33px; padding:0px 5px px 5px;}
.ttbody { background:#eeeeee;height:342px; margin:0 ;padding:0}
/* slider layout */
.lof-slidecontent { position:relative;
overflow:hidden;
}
.lof-slidecontent .preload{	height:100%;	width:100%;	position:absolute;	top:0;	left:0;	z-index:100000;	text-align:center;	background:#000}
.lof-slidecontent .preload div{	height:100%;	width:100%;	background:transparent url(/images/load-indicator.gif) no-repeat scroll 50% 50%;}

.lof-slidecontent  .sliders-wrapper{	position:relative;	height:100%;	width:642px;	z-index:3px;	overflow:hidden; }
.lof-slidecontent  ul.sliders-wrap-inner{overflow:hidden;	background:transparent url(/images/load-indicator.gif) no-repeat scroll 50% 50%;	padding:0px;	margin:0;	position:absolute;	overflow:hidden;}
.lof-slidecontent  ul.sliders-wrap-inner li{overflow:hidden;	padding:0px;margin:0px;	float:left;	position:relative;}
.lof-slidecontent  .lof-opacity  li{position:absolute;	top:0;	left:0;	float:inherit; }


.lof-slidecontent  .navigator-content { 
 background: none repeat scroll 0 0 #000000;
    background-color: transparent;
  	/*background-image: url("/images/bg_trans.png");*/
    bottom: 5px;
    padding: 2px ;
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: bold;
    
}
.lof-slidecontent  .navigator-wrapper{	position:relative;	z-index:10;
	height:180px;
	width:310px;
	overflow:hidden;
	color:#FFF;
	float:left
}
.lof-slidecontent  ul.navigator-wrap-inner{	top:0;	padding:0;	margin:0;	position:absolute;	width:100%; }
.lof-slidecontent  ul.navigator-wrap-inner li{ cursor:hand; 	cursor:pointer;	list-style:none;	padding:0;	margin-left:0px;	overflow:visible;	float:left;	display:block;	text-align:center;}

/*******************************************************/
 
ul.sliders-wrap-inner li img{	padding:0px;	}

.lof-slidecontent .slider-description a.readmore{color:#535566; font-size:95%; }
.lof-slidecontent .slider-description a{ color:#FFF; }
.lof-slidecontent .slider-description{
	z-index:100px;
	position:absolute;
	top:20px;
	left:20px;
	width:350px;
	/*border: 1px solid #ff0000;*/
	/*background:url(/images/bg_trans.png);*/
	height:175px;
	padding:10px;
	overflow: hidden;
	color:#FFF;
}

.lof-slidecontent .slider-description p{	
	margin:0;
	/*text-transform:uppercase;
	padding:2px 3px;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px; font-weight:bold;
	line-height:22px;*/
}
.lof-slidecontent  .item-meta a:hover{	text-decoration:underline;}
.lof-slidecontent  .item-meta i {	font-size:70%; }

/* item navigator */
 
.navigator-wrapper{
	 color: #000;
    float: left;
    height: 180px;
    overflow: hidden;
    position: relative;
    width: 310px;
    z-index: 100;
}
.navigator-wrap-inner{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}

.lof-slidecontent ul.navigator-wrap-inner li {
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	padding:0;
	margin-left:0px;
	overflow:hidden;
	float:left;
	display:block;
	text-align:center;
}
.lof-slidecontent ul.navigator-wrap-inner li span{
	display:block; padding:5px; position:relative; line-height:0.5em  }

.lof-slidecontent ul.navigator-wrap-inner li.active ,
.lof-slidecontent ul.navigator-wrap-inner li:hover  {
	
	color:#ffffff;
	background-color:#990000;
	display:block;
	-moz-transition:background-color  0.1s
}

/*********************************
FOOTER 
*****************/
#footer{ 
	
}

#footerContent{width: 1170px; text-align: center;padding: 15px 0;margin: 0 auto;} 

#footer a { text-decoration:none; color:#ffffff;} 
#footer a:hover {text-decoration: underline;}


/*********************************************************************************
CONTENT 1
**********************************************************************************/
#content1 {
	margin:0;
	padding:0;
	width: 970px;
}
#content1 .left {
	display:block;
	float:left;
	width:747px;
	height:auto;
	margin-right: 0px;
}
#content1 .right {
	display:block;
	
	float:right;
	width:208px;
	height:auto;
}

/*********************************************************************************
CONTENT 4
**********************************************************************************/
#content4 {
	margin:0;
	padding:0;
	width: 970px;
}
#content4 .left {
	display:block;
	float:left;
	width:208px;
	height:auto;
	margin-right: 0px;
	background-color: #296281;
}
#content4 .centre {
	display:block;
	float:left;
	width:536px;
	height:auto;
	margin: 0px 0 0 10px;
	padding: 0px 0 0 10px;
	
}
#content4 .right {
	border-left: 1px solid #e0e0e0;
	display:block;
	float:right;
	width:186px;
	height:auto;
	padding: 0px 0px 0 10px;
}
/*********************************************************************************
CONTENT 2
**********************************************************************************/
#content2 {
	margin:0;
	padding:0px;
	width: 970px;
	background-color: #fff;
}

#content2 .left {
	display:block;
	float:left;
	width:208px;
	height:auto;margin:0;padding:0;
	margin-top: 0px;
	background-color: #296281;
	padding: 0px;
	z-index : 50000000;
}
.top1 {
	color :#ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	background-color: #50ad40; 
	
}

.top2 {
	
	border-bottom: 1px solid #ccc; 
	height: 50px;
	background: url("/images/menu_left_2.gif") top left repeat-x;
	color: #010101;
	font-weight: bold;
	font-size: 13px;
	padding: 7px 0 0 7px ;
	line-height: 18px;
}
.contentx{
	padding: 10px 10px 0;
}

#content2 .right {
	display:block;	
	float:right;
	width:747px;
	margin:0px 0 0 0px;
	padding:0;
	height:auto;
}

.MXnavbar{
	margin-bottom: 5px;color:#999;font-style: 11px
}

#content2 .right li{margin-left: 40px}

.welcome {   float:left;width:380px;height:auto;  font-family:Arial, Helvetica, sans-serif; line-height:30px; font-size:12px; text-align:justify}
.welcome h1{ color:#002d00; font-weight:bold;  font-size: 25px;
	font-family: "Trebuchet MS", Arial, "Myriad Pro";}
.welcome1 {    }
.col2{ 
	width:314px;
	height:475px;float:right;background:#9acc99; overflow:hidden;
	font-family:Arial, Helvetica, sans-serif ; 
	padding:7px 4px 7px 7px ;text-align: left
	}

#partenaireinfo { clear:both; width:382px;margin-top: 10px}

#partenaireinfo .link {
text-align: right;
float: right;
width: 300px;
font-size: 11px;
}

#partenaireinfo .link a{text-decoration: none;color: #254c1f}
#partenaireinfo .link a:hover{text-decoration: underline;}

#small-bloc{
	width: 258px;
}
#small-bloc .right{
	
}

#small-bloc .header_right{
	width: 2$*px;height: 28px;
	background:#57a555 url("/images/blog_right.gif") no-repeat top left;
	background: url("/images/blog_right.gif") no-repeat top left;
	color: #ffffff;font-weight: bold;font-size: 14px;
	padding: 5px 0 0 10px;
	display: block;
	
}
#small-bloc .header_left{
	width: 258px;height: 33px;
	background:#57a555 url("/images/blog_right.gif") no-repeat top left;
	background: url("/images/blog_right.gif") no-repeat top left;
	color: #ffffff;font-weight: bold;font-size: 14px;
	padding: 5px 0 0 10px;
	display: block;
	
}
#small-bloc input{color: #333;font-size: 11px}
#small-bloc .content{
	font-size:11px;
	margin-top: 2px;border: 1px solid #cccccc;
	padding: 10px;
	color: #5f5955;
	line-height: 22px
}
/*********************************************************************************
CONTENT 22
**********************************************************************************/
#content22 {
	margin:0;
	padding:0px;
	width: 970px;
	background-color: #fff;
}

#content22 .left {
	display:block;
	float:left;
	width:208px;
	height:auto;margin:0;padding:0;
	margin-top: 0px;
	/*background-color: #296281;*/
	padding: 0px;
	z-index : 50000000;
}

#content22 .right {
	display:block;	
	float:right;
	width:747px;
	margin:0px 0 0 0px;
	padding:0;
	height:auto;
}

/********** bloc publication *********************/

#bloc_publication {display:block;margin:10px 0 2px}
#bloc_publication .titre a{font-weight:bold;color:#333;text-decoration:none;font-size:14px; margin:10px 0}
#bloc_publication .titre a:hover{text-decoration:underline}
#bloc_publication .txt{font-size:14px}
#bloc_publication .auteur1{float:left; width:24px; height:40px;padding-top:17px}
#bloc_publication .auteur2{float:left;height:57px;width:42px}
#bloc_publication .auteur3{float:left; width:auto; height:40px;padding-top:17px}
#bloc_publication .auteur4{clear:both}

#content2left{
	float: left;width: 245px;height: auto;
}
#content2left .active{background-color: #9acc99}
#content2left .noactive{background-color: #ffffff}

#content2right{
	float: right;width: 640px;height: auto;margin-right: 5px;background-color: #ffffff;
}

/******* bloc right ************************/

#menulist ul{
list-style:none;
}
#menulist ul li{
/*height:36px;*/
padding:5px 8px;
line-height:22px;
border-bottom:1px solid #ccc;
font-size: 14px;
color: #666
}
#menulist a{text-decoration:none;color:#666}

#menulist a:hover{color:#333}
#bloc_right{
	height:auto;
	/*width:198px;*/
	font-size: 12px;
	
}
#bloc_right .head{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18,24pt;
height:40px;
width:188px;
padding:9px 0 0 10px;overflow:hidden;
color:#FFFFFF;
background-color:#067925;
}
#bloc_right .body{
margin:0;
padding:7px;
height:auto;
/*background-color:#FFFFFF;
border:1px solid #eaeaea;
border-top:none; border-bottom:none;*/
line-height: 25px;
}
#bloc_right .foot{
margin:1px 0 0 0;
padding:7px;
height:19px;
background-color:#FFFFFF;
}
#bloc_right .foot a{ font-size:11px; font-weight:bold;color:#1879b6;text-decoration:none}
#bloc_right .foot a:hover{ text-decoration:underline}

#bloc_right .dates{font-size:10px;color:#0473b3}
#bloc_right .smaltitle{color:#163463;font-weight:bold}
#bloc_right .smaltitle a{color:#163463;text-decoration:none;font-weight:bold}
#bloc_right .smaltitle a:hover{text-decoration:underline}
#bloc_right .smalcontent{font-size:11px}



/*** BLOC TITLE *****/

#title_bloc{
	background: url("/images/title_bg2.gif") repeat-x top left;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	color: #282828;
	margin-bottom: 5px;
}
#title_bloc .title{
	width: 300px;float: left;
}
#title_bloc .link{
	width: 100px;text-align: right;float: right;font-size: 11px
}
#title_bloc a{
	color: #7a7979;
}

#title_bloc a:hover{
}
/*** BLOC CALENDA *****/
#calendar_bg{width: 39px;height: 38px;overflow: hidden;background: url("/images/calendar_back.gif") no-repeat top left;padding:0px 0 0 0}
#calendar_bg .mois{text-align: center;color: #fff;text-transform: uppercase;font-size: 10px;font-weight: bold;margin-top: -2px}
#calendar_bg .jour{text-align: center;font-size: 11px;font-weight: bold;margin-top: -2px}
#calendar_title{font-size: 0.9em;line-height: 18px}
#calendar_title a{color: #336699}
#calendar_title a:hover{}