@charset "utf-8";


/*--------------------------------------------------*/
                   /* ANIM */
/*--------------------------------------------------*/
@-webkit-keyframes openanim {
  0%   { opacity: 0.0; }
  50%  { opacity: 0.5; }
  100% { opacity: 1.0; }
}

@-moz-keyframes openanim {
  0%   { opacity: 0.0; }
  50%  { opacity: 0.5; }
  100% { opacity: 1.0; }
}



/*--------------------------------------------------*/
                   /* FONTS */
/*--------------------------------------------------*/
@font-face {
    font-family: 'BubblegumSans-Regular';
    src: url('../chphp-font/BubblegumSans-Regular.eot');
    src: url('../chphp-font/BubblegumSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../chphp-font/BubblegumSans-Regular.otf') format('otf'),
         url('../chphp-font/BubblegumSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CreteRound-Regular';
    src: url('../chphp-font/CreteRound-Regular.eot');
    src: url('../chphp-font/CreteRound-Regular.eot?#iefix') format('embedded-opentype'),
         url('../chphp-font/CreteRound-Regular.otf') format('otf'),
         url('../chphp-font/creteround-regular.ttf') format('truetype');         
    font-weight: normal;
    font-style: normal;
}

.fontNormal{
	font-family:Arial, Helvetica, Sans-serif;
}

.fontNormal img{
	width:100%;
}





/*--------------------------------------------------*/
                   /* STD */
/*--------------------------------------------------*/
body{
	font-family: "CreteRound-Regular";
	color: #000;
	background-color: #fff;
	padding-top: 0px;
}

*{
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}

img, a img, :link img, :visited img { 
	border: none;
}

a{
	text-decoration: underline;
	outline: none;
}

a.lkBrown{	
	font-family:"CreteRound-Regular";	
}

a.auth{
	font-family: "CreteRound-Regular";
	font-size: 24px;
}

p{
	font-family: 'CreteRound-Regular';
	margin-bottom: 5px;	
}

.page{
	width:960px;
	margin:0 auto;
}

h1,h2,h3,h4{
	font-family: "CreteRound-Regular";
	font-weight: normal;	
}


h2.ribbon {
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	display: inline-block;
	font-family: "CreteRound-Regular";
	font-size: 20px;
	height: 21px;
	margin: 15px 0 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 13px;
	position: relative;
}

h2.ribbon::before {   
    content: "e";
    display: inline-block;
    height: 50px;
    left: -10px;
    position: absolute;
    top: 0;
    width: 10px;
	background-repeat:no-repeat;
	background-color:rgba(0, 0, 0, 0);
	background-position:left top;		
}

h2.ribbon::after {    
    content: "";
    display: inline-block;
    height: 50px;
    position: absolute;
    right: -12px;
    top: 0;
    width: 12px;
	background-repeat:no-repeat;
	background-color:rgba(0, 0, 0, 0);
	background-position:left top;
}

h2.ribbon.yellow {	
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	display: inline-block;
	font-family: "CreteRound-Regular";
	font-size: 20px;
	height: 21px;
	margin: 15px 0 0;
	padding: 6px 10px 13px;
	position: relative;
	z-index: 40;
}

h2.ribbon.yellow::before {    
    content: "e";	
	color:transparent;
    display: inline-block;
    height: 50px;
    left: -10px;
    position: relative;
    top: -6px;
    width: 10px;
	background-repeat:no-repeat;
	background-color:rgba(0, 0, 0, 0);
	background-position:left top;	
}

h2.ribbon.yellow::after {    
    content: "";
    display: inline-block;
    height: 50px;
    position: absolute;
    right: -12px;
    top: 0;
    width: 12px;
	background-repeat:no-repeat;
	background-color:rgba(0, 0, 0, 0);
	background-position:left top;		
}

h2.ribbon.brown {    
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    display: inline-block;
    font-family: "CreteRound-Regular";
    font-size: 20px;
    height: 21px;
    margin: 15px 0 0;
    padding: 6px 10px 13px;
    position: relative;
	z-index: 40;
}

h2.ribbon.brown::before {   
    content: "e";
	color:transparent;
    display: inline-block;
    height: 50px;
    left: -10px;
    position: relative;
    top: -6px;
    width: 10px;
	background-repeat:no-repeat;
	background-color:rgba(0, 0, 0, 0);
	background-position:left top;	
}

h2.ribbon.brown::after {    
    content: "";
    display: inline-block;
    height: 50px;
    position: absolute;
    right: -12px;
    top: 0;
    width: 12px;
	background-repeat:no-repeat;
	background-color:rgba(0, 0, 0, 0);
	background-position:left top;	
}

h2.ribbon.red {
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	display: inline-block;
	font-family: "CreteRound-Regular";
	font-size: 20px;
	height: 21px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 13px;
	position: relative;
	z-index: 40;
	margin-top: 15px;
}

h2.ribbon.red::before {   
    content: "e";
	color:transparent;
    display: inline-block;
    height: 50px;
    left: -10px;
    position: relative;
    top: -6px;
    width: 10px;
	background-repeat:no-repeat;
	background-color:rgba(0, 0, 0, 0);
	background-position:left top;	
}

h2.ribbon.red::after {    
    content: "";
    display: inline-block;
    height: 50px;
    position: absolute;
    right: -12px;
    top: 0;
    width: 12px;
	background-repeat:no-repeat;
	background-color:rgba(0, 0, 0, 0);
	background-position:left top;	
}


.col310{
	width:310px;
	float:left;
	margin-left:24px;
}

.col297{
	width:297px;
	float:left;
}

.col287{
	width:287px;
	float:left;	
}

.col960{
	width:960px;
}

.hide{
	display:none;
}

.hidden {
    display: none;
}

.clear{
	clear: both;
}

.cleartop{
	padding-top:150px;
}



.cleartop_ct{
	padding-top: 175px;
}

.clearfoot_ct{
	padding-top: 50px !important;
}	

.mr0{
	margin-right:0px;
}

.mr20{
	margin-right:20px;
}

input[type="text"]{
	cursor:auto;
}



/*--------------------------------------------------*/
                   /* ACCUEIL */
/*--------------------------------------------------*/

.pave_recherche_home_title {
	width: 100%;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	margin: 20px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.pave_recherche_home {
	background-color: #f9e07b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 1130px;
	padding: 20px;
	margin: 0 auto 40px auto;
}

.pave_recherche_home form .select2-container {
    width: 24.2% !important;
    display: block;
    float: left;
    margin: 0 0.4% 10px 0.4%;
}

.pave_recherche_home form .select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pave_recherche_home form .select2-container .select2-selection--single {
    height: 35px;
}

.pave_recherche_home form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    font-weight: bold;
    line-height: 35px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}

.pave_recherche_home form #fullsub {
	margin: 0 0.4% 10px 0.8%;	
	color: #ffffff;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	width: 24.2% !important;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 10pt;
	float: right;	
	background-repeat: repeat-x;
	background-position: 0 0;	
}

.pave_recherche_home form .nouvelle_recherche {
    text-align: right;
    display: block;
    padding-right: 0.4%;
    padding-top: 8px;
}

.pave_recherche_home form #keywords {
    width: 24.2% !important;
    display: block;
    float: left;
    margin: 0 0.4% 10px 0.4%;    
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position: left center;	
    border: none;
    color: #000000;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 10pt;
    height: 35px;
    line-height: 35px;
    padding-left:40px;	
    box-sizing: border-box;	
}



/*--------------------------------------------------*/
              /* HEADER BIG */
/*--------------------------------------------------*/
.header_big{		 
	background-repeat: repeat;
	height: 229px;
	width: 100%;
	top: 0;
	position: fixed;
	z-index: 900;
}

.header_big .logo{
	width: 550px;
	height: 92px;
	display: block;
	float: left;
	margin-left: 5px;
	background-repeat: no-repeat;	
}

.header_big .logo_en{	
	background-attachment:!important	
}

.header_big ul#menu_lang{
	list-style-type:none;
	float:right;
	height:42px;
}

.header_big #menu_lang li{
	float:left;
	margin-right:5px;
}

.header_big #menu_lang li a{
	background-color: #723939;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 10px;
	display: block;	
}

.header_big #menu_lang li a:hover{
	background-color: #934949;
	color: #fff;
}

.block-menu{
	background-color: #000000;
	border-radius: 10px 10px 10px 10px;
	height: 75px;
	margin: 40px auto 0;
	position: relative;
	transition: all 0.2s ease 0s;
	width: 940px;
	z-index: 20;
}

ul.menu{
	list-style-type: none;
	margin: 10px 0 5px 10px;
	position: relative;
	top: 12px;
	height: 50px;	
	background-color: #000000
}

ul.menu li{
	float: left;
	margin: 0 1px 0 0;
	height: 49px;	
}

ul.menu li a{
	background: none repeat scroll 0 0;
	
	display: block;
	float: left;
	font-family: "BubblegumSans Regular";	
	font-weight: 400;
	padding: 17px 13px;
	text-transform: uppercase;
	text-decoration: none;
	font-style: normal;
}

/* Chrome / Safari */
@media(-webkit-min-device-pixel-ratio:0) {
ul.menu li a{
	background: none repeat scroll 0 0;	
	display: block;
	float: left;
	font-family: "BubblegumSans-Regular";	
	font-weight: 400;
	height: 16px;
	padding: 17px 13px;
	text-transform: uppercase;
	text-decoration: none;
	font-style: normal;
}
}

ul.menu li a:hover{
	background-color: #222;
}

ul.menu li a.ico-home{	 
    border-radius: 5px 0 0 5px;
    clear: both;
    float: left;
    height: 50px;
    padding: 0;
    text-indent: -9999px;
    width: 60px;
	background-repeat:no-repeat;
	background-color:#000;
	background-position:center;	
}

ul.menu li a.ico-home:hover{	 
	background-repeat:no-repeat;
	background-color:#222;
	background-position:center;	 	
}

ul.menu li a.link-professionnel{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 22px;
	font-weight: bold;
	height: 60px;
	padding: 20px 32px 0 17px;
	position: absolute;
	right: -33px;
	text-transform: uppercase;
	top: -17px;
	width: 106px;
	background-attachment: scroll;
	background-color: #000000;	
	background-repeat: no-repeat;
	background-position: 0 0;
}

.header_big ul.menu li a.link-professionnel:before{
	color: transparent;
    content: "ee";
}

ul.menu li a.link-professionnel:hover{
	color: #eeb3b0;
}

.badge{
	display: block;
	float: left;
	height: 108px;
	opacity: 1;
	position: absolute;
	right: -26px;
	top: -100px;
	transition: all 0.2s ease 0s;
	visibility: inherit;
	width: 222px;
	background-image: url("../");
}

ul.menu li a.link-submenu{  
    background-position: right center;
    background-repeat: no-repeat;
    border-right: 15px solid rgba(0, 0, 0, 0);
    padding-right: 33px;
}

ul.menu li a.link-submenu:hover{    
    background-position: right center;
    background-repeat: no-repeat;
    border-right: 15px solid rgba(0, 0, 0, 0);
    padding-right: 33px;
}

.dropdown-menu{
	display:none;
	width:186px;
	list-style-type:none;
	background-color:#222;
	z-index:10000000;
	position:relative;
}

.dropdown-menu li {
	display: block;
	background-color: #6B4B43;
	width: 186px;
}

.dropdown-menu li a:hover{
	background-color: #6B4B43;
}

ul.menu li.dropdown:hover .dropdown-menu{
	display:block;
}

ul.menu li.dropdown ul.dropdown-menu li a{
	background-color: #222;
	display: block;
	width: 186px;
}

ul.menu li.dropdown ul.dropdown-menu li a:hover{
	background-color: #000;
}

ul.menu li.dropdown:hover a.link-submenu {	
    background-position: right center;
    background-repeat: no-repeat;
    border-right: 15px solid rgba(0, 0, 0, 0);
    padding-right: 33px;
}

.search-header{
	margin-left: 10px;
    margin-top: 28px;
	z-index:2;
	position:relative;
}

.search-header #search-form input[type="text"] {
    background: none repeat scroll 0 0;
	background-color:  #fff;
    border: 0 none;
    border-radius: 5px 0 0 5px;
    color: #000;
    display: inline-block;
    float: left;   
	font-family: "CreteRound-Regular";
    height: 25px;
    left: 0;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: all 0.2s ease 0s;
    width: 325px;
	font-size:15px;
}

.search-header #search-form input[type="submit"]{  
    border: 0 none;
    display: inline-block;
    float: left;
    height: 45px;
    left: 0;
    position: relative;
    text-indent: -9999px;
    width: 45px;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#fcc300;
}

.lien-search{
	display: block;
    margin-left: 410px;
    width: 530px;
}

.lien-search h2{
	color:#fcc300;
	margin-top:0px;
	font-weight:bold;
}

.multicritere{	
	color: #FFFFFF;
    display: block;
    float: left;
    font-family: "CreteRound-Regular";
    font-size: 13px;
    padding: 6px 10px 10px 25px;
    text-decoration: underline;
	background-repeat:no-repeat
}

.resSoc_home a {
    display: block;
    float: left;
    height: 46px;
    margin: 7px;
    width: 46px;
}

.resSoc_home img {
    border-radius: 7px;
}

.resSoc_inscription a {
    display: block;
    float: left;
    height: 46px;
    margin: 15px 7px 7px 7px;
    width: 46px;
}

.resSoc_inscription img {
    border-radius: 7px;
    margin: 0 !important;
}





/*--------------------------------------------------*/
              /* HEADER SMALL */
/*--------------------------------------------------*/
#header_small{	
	height: 129px;
	width: 100%;
	top: 0;
	position: fixed;
	z-index: 900;
}

#header_small .logo{
	width: 440px;
	display: block;	
	float: left;
	margin-left: 5px;
	background-repeat: no-repeat;
	z-index: 900;
	height: 54px;
}

#header_small ul#menu_lang{
	list-style-type: none;
	position: absolute;
	right: 80px;	
	z-index: 1000;
	padding: 0;
	margin: 0;	
}

#header_small #menu_lang li{	
	float:right;
	margin-left:1px;	
}

#header_small #menu_lang li a{
	background-color: #673434;
	display: block;	
	width: 20px;
	padding: 5px;
	border: 1px solid;			
}

#header_small #menu_lang li a:hover{
	background-color: #934949;		
}

#header_small .block-menu{
	background-color:transparent;
    border-radius: 5px 5px 5px 5px;
    height: 70px;
    margin: auto 0;
    position: relative;
    transition: all 0.2s ease 0s;
    width: 1180px;
    z-index: 20;
}

#header_small .search-header{
	margin-left: 10px;
    margin-top: 10px;
	z-index:2;
	position:relative;
}

#header_small .search-header #search-form input[type="text"] {
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	border: 0 none;
	border-radius: 5px 0 0 5px;
	display: inline-block;
	float: left;
	font-family: "CreteRound-Regular";
	height: 18px;
	left: 0;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: all 0.2s ease 0s;
	width: 250px;
	font-size: 18px;	
}

#header_small .search-header #search-form input[type="submit"]{   
    border: 0 none;
    display: inline-block;
    float: left;
    height: 38px;
    left: 0;
    position: relative;
    text-indent: -9999px;
    width: 38px;
	cursor:pointer;
	background-color: #fcc300;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center center;	
}

#header_small .search-header #search-form input[type="submit"]:hover{
	border: 0 none;
	display: inline-block;
	float: left;
	height: 38px;
	left: 0;	
	position: relative;
	text-indent: -9999px;
	width: 38px;		
	}

#header_small ul.menu{
	list-style-type:none;	
	margin: 0px 0 5px 10px;
	position: relative;
    top: 0px;
	background-color:#000;
	height:50px;
}

#header_small ::-webkit-input-placeholder{
	 color:#aaaaaa;
}
 
#header_small ::-moz-placeholder{
	 color:#aaaaaa;
} /* firefox 19+ */

#header_small :-ms-input-placeholder{
	 color:#aaaaaa; 
} /* ie */
#header_small input:-moz-placeholder{
	 color:#aaaaaa;
 }

#header_small ul.menu li a{
	background: none repeat scroll 0 0;
	background-color: #000;
	color: #fff;
	display: block;
	float: left;	
	font-weight: normal;
	padding: 16px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

/* hack Chrome / Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#header_small ul.menu li a{
	background: none repeat scroll 0 0;
	background-color:#3F3941;
    color: #fff;
    display: block;
    float: left;    
    font-weight: normal;
    height: 17px;
    padding: 17px 15px;
    text-transform: uppercase;
	text-decoration:none;
}
}

#header_small ul.menu li a:hover{
	background-color: #333333;	
}

#header_small ul.menu li a.ico-home{	
    border-radius: 5px 0 0 5px;
    clear: both;
    float: left;
    height: 50px;
    padding: 0;
    text-indent: -9999px;
    width: 60px;
	background-color: #000;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center center;	
}

#header_small ul.menu li a.ico-home:hover{	
	background-color: #222;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center center;	
}

#header_small ul.menu li a.link-professionnel{	
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 22px;
	height: 60px;
	padding: 20px 32px 0 17px;
	position: absolute;
	right: -10px;
	text-transform: uppercase;
	top: -4px;
	width: 106px;
	background-color: rgba(0, 0, 0, 0);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center center;	
}

#header_small ul.menu li a.link-professionnel:before{
	color: transparent;
    content: "ee";
}

#header_small ul.menu li a.link-professionnel:hover{
	color: #eeb3b0;
}

#header_small ul.menu li a.link-submenu{
    background-position: right center;
    background-repeat: no-repeat;
    border-right: 15px solid rgba(0, 0, 0, 0);
    padding-right: 33px;
}

#header_small ul.menu li a.link-submenu:hover{    
    background-position: right center;
    background-repeat: no-repeat;
    border-right: 15px solid rgba(0, 0, 0, 0);
    padding-right: 33px;
}

#header_small .dropdown-menu{
	display: none;
	width: 186px;
	list-style-type: none;
	background-color: #3F3941;
	z-index: 1000;
	position: relative;
}

#header_small .dropdown-menu li {
	display: block;
	background-color: #3F3941;
	width: 186px;
}

#header_small .dropdown-menu li a:hover{	
}

#header_small ul.menu li.dropdown:hover .dropdown-menu{
	display:block;
}

#header_small ul.menu li.dropdown ul.dropdown-menu li a{	
	background-color: #3F3941;
	display: block;
	width: 186px;
}

#header_small ul.menu li.dropdown ul.dropdown-menu li a:hover{
	background-color: #333333;	
}

#header_small ul.menu li.dropdown:hover a.link-submenu{	
    background-position: right center;
    background-repeat: no-repeat;
    border-right: 15px solid rgba(0, 0, 0, 0);
    padding-right: 33px;
}

#message{
	background-color: #BEC4CE;	
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 5px;
	width: 930px;
}

.error, .confirm{
	color:#091124;	
}

.error ul, .confirm ul{
	list-style-type:none;
}






/*--------------------------------------------------*/
                   /* PAGE GAUCHE */
/*--------------------------------------------------*/
.page_gauche{
	width:615px;
	float:left;
	margin-left:10px;
}

.panels-flexible-column-home_-3 .pane-home-featured-articles-panel-pane-1 h2.ribbon:before, .panels-flexible-column-landing-1 .pane-home-featured-articles-panel-pane-1 h2.ribbon:before {
    left: 0;
}

.titre_paves_accueil{
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;	
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin-left: 1.5%;
	margin-right: 1.5%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.paves_accueil{
}

.pave_accueil{
	float: left;
	width: 30.3%;	
	margin:1.5%;
}

.pave_accueil a{
	text-decoration: none !important;
}

.pave_accueil h3 {	   
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;    
}

.pave_accueil img{
	width:100%;
	height: auto;
	border:1px solid #ccc;	
}

.pave_mag_home{
	background: none repeat scroll 0 0;
    border-radius: 5px;
    clear: both;
    float: left;
    margin: 5px 0 15px;
	margin-top:15px;
    padding: 0 0 0px;
    width: 300px;
	background-color:#ECECEC;	
}

.pave_mag_home img{
	width:200px;
	margin:20px auto;
	display:block;
	border-radius:6px;
}

.pave_mag_home .btn_bk{
	float: none;
    margin-left: 32px;
    margin-top: 10px;
    width: 30%;
}

.pave_mag_home h2{	
    font-family: "CreteRound-Regular";
    font-size: 22px;
	text-align:center;
	border-radius: 5px 5px 0 0;	
	padding:10px;
	margin-bottom:5px;
	display:block;
	background-color:#E5E5E5;
}

.pave_librairie_home {
	background: none repeat scroll 0 0;
    border-radius: 5px;
    clear: both;
    float: left;
    margin: 5px 0 15px;
	margin-top:15px;
    padding: 0 0 0px;
    width: 300px;
	background-color:#ECECEC;	
}

.pave_librairie_home img{
	width:120px;
	margin:20px auto;
	display:block;
	border-radius:6px;	
}

.pave_librairie_home h2{	
    font-family: "CreteRound-Regular";
    font-size: 22px;
	text-align:center;
	border-radius: 5px 5px 0 0;
	background:#E5E5E5;
	padding:10px;
	margin-bottom:5px;
	display:block;
}


.paveNewssurvol:hover a,
.paveNewssurvol:hover h3,
.paveNewssurvol:hover .lkPurple,
.slideHautHome:hover a,
.slideHautHome:hover h3,
.slideHautHome:hover .lkPurple,
.slideHautHome:hover p{
	color:#673434;	
	cursor:pointer;
}

.SlideActu_1{
	background: none repeat scroll 0 0 #ECECEC;
    border-radius: 5px;
    clear: both;
	font-family:Arial, Helvetica, sans-serif;
    padding: 0 0 20px;
    width: 277px;	
	margin-bottom:40px;
}

.SlideActu_1 img{
	width:100%;	
	max-height: 258px;
	position:relative;
	float:left;
	top:0px;
	left: 0;
}

.SlideActu_1 h2.ribbon.brown{   
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    display: inline-block;
    font-family: "CreteRound-Regular";
    font-size: 20px;
    height: 21px;
	left:-5px;
    margin: 5px -10px 10px;
    padding: 6px 5px 13px;
    position: relative;
	z-index: 40;
}

.SlideActu_1 h2.ribbon.brown:before{   
    content: "e";
	color:transparent;
    display: inline-block;
    height: 50px;
    left: -10px;
    position: relative;
    top: -6px;
    width: 10px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-color:rgba(0, 0, 0, 0);
	background-position:left top;
}

.SlideActu_1 h2.ribbon.brown:after{    
    content: "";
    display: inline-block;
    height: 50px;
    position: absolute;
    right: -12px;
    top: 0;
    width: 12px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-color:rgba(0, 0, 0, 0);
	background-position:left top;	
}

.SlideActu_1 .bx-controls{
	display:none;	
}

.SlideActu_1 .bx-wrapper .bx-controls-direction a{
    height: 25px;
    margin-top: 150px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top:0px;
    width: 25px;
    z-index: 10;
}

.SlideActu_1 .bx-wrapper .bx-pager{
    color: #666666;
    display:block;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    padding-top: 0;
    text-align: right;
    top: 0;
	position: relative;
    right: 0;    
    width: 60px;
	margin:0 auto;
}

.SlideActu_1 .bx-wrapper .bx-prev{
	left: 10px;	
	background-repeat:no-repeat;
}

.SlideActu_1 .bx-wrapper .bx-next{
	right: 0px;	
	background-repeat:no-repeat;
}

.SlideActu_1 .bx-wrapper .bx-prev:hover{
	opacity:0.7;
}

.SlideActu_1 .bx-wrapper .bx-controls-direction a{
	position: absolute;
	top: 170px;
	margin-top: 161px;
	outline: 0;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	z-index: 10;
}

.SlideActu_1 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.SlideActu_1 .bx-wrapper .bx-pager.bx-default-pager a.active {	
	width:5px;
	height:5px;
	background-color:#b1b0b1;
	border-radius:4px;
}

.SlideActu_1 .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #d9d9dd;
	text-indent: -9999px;
	display:none;
	width:5px;
	height:5px;
	margin: 0 1px;
	outline: 0;
	border-radius:4px;		
}

.SlideActu_1 .bx-pager-link{
	font-size:0px;
	text-decoration:none;
	width:5px;
	height:5px;
}

.SlideActu_1 .bx-wrapper .bx-viewport {
    background:transparent;
}

.SlideActu_1 h3{	
	font-family:"CreteRound-Regular";
    display: block;
	margin-bottom:10px;
    position: relative;
	font-size:25px;

}

.slideHautHome{
	margin-bottom: 10px;
	width: 616px;
	z-index: 1;
}

.slideHautHome a{
	text-decoration:none;
}

.slideHautHome h3{
	margin-top:-39px;
	margin-left:10px;
	margin-bottom:10px;	
	font-size:30px;
	text-decoration:none;
	font-weight:bold;
}

.slideHautHome p{
	margin-left:10px;
}

.newsHome {
	display:block;
	margin-bottom:40px;
	text-decoration:none;
}

.newsHome h3{	
    font-family: CreteRound-Regular;
    font-size: 26px;
	margin-bottom:10px;
    font-weight: normal;	
}

.newsHome img{
	margin-bottom:10px;
}

.voirRes{
	width:150px;
	margin: 0 auto;
	cursor:pointer;
	display:block;
	text-align:center;
}


/*--------------------------------------------------*/
                   /* PAGE DROITE */
/*--------------------------------------------------*/

.pave_droite_0 {
    background: none repeat scroll 0 0;	
    border-radius: 5px;
    clear: both;
    float: left;
    margin: 5px 0 0px;
    padding: 0 0 20px;
    width: 300px;
}

.btn_bk{	
    border-right: 10px solid rgba(0, 0, 0, 0);
    clear: both;
    color: #000;
    display: big;
    float: right;
    font-size: 14px;
    margin: 0px 20px 0 0;    
	padding: 10px 28px 10px 10px;
	text-decoration:none;
	background-color: #f9e07b;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:right center;	
}

.btn_bk:hover{	
	background-color:#828082;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:right center;		
}

.complement{		
}

.pave_droite_0{		
	background-color: none;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:center center;	
	border-radius: 5px;
    clear: both;
    float: left;
    margin: 5px 0 0px;
    padding: 0 0 20px;
    width: 300px;
}

.pave_droite_0 img{
	float:left;	
	margin-top:10px;
	margin-left:20px;
}

.pave_droite_0 .ct{
	float:left;	
	padding:5px;
	width:190px;
	margin-top:10px;
}

.pave_mag_home, .pave_librairie_home{	
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:center center;
	background-color: #ECECEC;
    border-radius: 5px;
    clear: both;
    float: left;
    margin: 5px 0 15px;
	margin-top:15px;
    padding: 0 0 0px;
    width: 300px;
}

.pave_mag_home img, .pave_librairie_home img{
	width:200px;
	margin:20px auto;
	display:block;
	border-radius:6px;
}

.pave_librairie_home img{
	width:120px;
}

.pave_mag_home h2, .pave_librairie_home h2 {  
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:center center;
	background-color:#e5e5e5;	
    border-radius: 5px 5px 0 0;    
    display: block;
    font-family: "CreteRound-Regular";
    font-size: 22px;
    margin-bottom: 5px;
    padding: 10px;
    text-align: center;
}

.pave_top5_home{	
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:center center;		
	background-color: #e5e5e5;
    border-radius: 5px;
    clear: both;
	font-family:Arial, Helvetica, sans-serif;
    float: left;
    margin-top:20px;
    padding: 0 0 20px;
    width: 300px;
}

.pave_top5_home h2{	
    font-family: "CreteRound-Regular";
    font-size: 20px;
	text-align:center;
	border-radius: 5px 5px 0 0;
	background: none repeat scroll 0 0;
	padding:10px;
	margin-bottom:0px;
	display:block;
	font-weight:bold;
	background-color:#e5e5e5;
}

.pave_top5_home .pair{	
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:center center;	
    background-color:#ECECEC;	
	padding:5px 0 5px 0;	
}

.pave_top5_home .impair{
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:center center;	
	background-color:#ECECEC;
	padding:5px 0 5px 0;
}

.pave_top5_home .num{	
	width:50px;
	float:left;
	font-family: "CreteRound-Regular";
	height:50px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin-top:10px;
}

.pave_top5_home strong{
	font-family: "CreteRound-Regular";
}

.pave_top5_home .ct{
	width:220px;
	float:left;
	margin-top:5px;
}

.pave_top5_home a{
	text-decoration:none;
	display:block;
	margin-top:5px;	
	padding-right:10px;
}


.pave_top5_home a:hover{
	text-decoration:underline;	
}

.pave_pubD_home{
	background: transparent;
    border-radius: 5px;
    clear: both;
    float: left;
    margin-top:15px;
    padding: 0 0 20px;
    width: 300px;
}

.pave_pubD_home a{
	display:block;	
}

.pave_pubD_home img{
	 border-radius: 5px;
	 display:block;
}

.resSoc_home a{
	display:block;
	float:left;
	width:46px;
	height:46px;
	margin:7px;
}

.resSoc_home img{
	border-radius:7px;
}

.pave_top_100 {
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center center;
	background-color: #ececec;
	border-radius: 5px;
	clear: both;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	margin-top: 20px;
	padding: 0 0 20px;
	width: 300px;
}

.pave_top_100 h2 {
	font-family: "CreteRound-Regular";
	font-size: 24px;
	text-align: center;
	border-radius: 5px 5px 0 0;
	background-color: #E5E5E5;
	padding: 10px;
	margin-bottom: 0px;
	display: block;
	font-weight: bold;
}

.pave_top_100 .impair {
 	background-repeat:repeat;
	background-attachment:scroll;
	background-position:center center;	
	background-color:#ececec;
    padding: 5px 10px;
	padding-left:54px;
}

.pave_top_100 .pair {
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:center center;
	background-color: #e5e5e5 ;
    padding: 5px 10px;
	padding-left:54px;
}

.pave_top_100 a {
    display: block;
    margin-top: 5px;
    padding-right: 10px;
    text-decoration: none;
	font-size:15px;
}

.pave_top_100 .complement{	
	font-family: "CreteRound-Regular";
	font-size: 14px;
	text-align: center;
	background-color: #E5E5E5;
	padding-bottol: 10px;
	margin-bottom: 0px;
	display: block;
}

.pave_top_100 .auth{	
	font-family: "CreteRound-Regular";
	font-size: 18px;
	text-align: center;
	background-color: #E5E5E5;
	padding-bottol: 10px;
	margin-bottom: 0px;
	display: block;
}



.pave_top_100_region {
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:center center;	
	background-color:#ececec;
    border-radius: 5px;
    clear: both;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    margin-top: 20px;
    padding: 0 0 20px;
    width: 300px;
}

.pave_top_100_region h2{	
	font-family: "CreteRound-Regular";
	font-size: 20px;
	text-align: center;
	border-radius: 5px 5px 0 0;
	background-color: #E5E5E5;
	padding: 10px;
	margin-bottom: 0px;
	display: block;
	font-weight: bold;
}

.pave_top_100_region .impair{
 	background-repeat:repeat;
	background-attachment:scroll;
	background-position:center center;	
	background-color: #ececec;
    padding: 5px 10px;	
}

.pave_top_100_region .pair{   
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:center center;
	background-color:#e5e5e5;	
    padding: 5px 10px;	
}

.pave_top_100_region a{
    display: block;
    margin-top: 5px;
    padding-right: 10px;
    text-decoration: none;
}

.pave_top_100_region .complement{	
	font-family: "CreteRound-Regular";
	font-size: 14px;
	text-align: center;
	background-color: #E5E5E5;
	padding-bottol: 10px;
	margin-bottom: 0px;
	display: block;
}

.pave_top_100_region .num{    
    float: left;
    font-family: "CreteRound-Regular";
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    margin-top: 10px;
    text-align: center;
    width: 50px;
}

.pubiphone{
	background-color:#ececec;
	border-radius:20px;
	padding:10px;
	height:150px;
	margin-top:10px;
}

.pubiphone .lien{
	font-size:11px;	
}

.titre_iphone{
	font-size:20px;	
	padding-top:10px;
	padding-left:0px;
	width:85%;
}

.pubiphone_col{
	background-color:#ececec;
	border-radius:20px;
	padding:10px;
	height:150px;
	margin-top:20px;	
	width:90%;
	margin-bottom:0px;
}

.pubiphone_col .titre_iphone{
	font-size:15px;	
}

.pubiphone_col .lien{
	font-size:10px;	
}











/*--------------------------------------------------*/
                   /* FOOTER */
/*--------------------------------------------------*/

.footer{
	background-color: #292529;
	width: 100%;
	position: relative;
	margin-top: 10px;
}

.footer ul li {
	margin-bottom:10px;
}

.footerGrey{
	background-color: #ececec;
	}

.footerGrey .span4{
	width: 220px;
	margin: 10px;
	display: block;
	float: left;	
}

.footerGrey .span4 h3{
	font-size:20px;
	margin-bottom:20px;
    font-family: "CreteRound-Regular";
	font-weight:normal;
}

.footerGrey .span4 ul{
	margin-left:15px;
	font-family: "CreteRound-Regular";
}

.footerGrey .span4 ul li a{
	text-decoration:none;
}

.footerGrey .span4 ul li a:hover{
	text-decoration:underline;
}

.footerBlack{
	padding: 20px 0;
}

.footerBlack .span3{
	width:185px;
	margin:10px;
	display:block;
	float:left;
	color:#9d9d9d;
}

.logo_footer{
	margin-top:0px;
}

.insc_newsletter_footer{
	color:#9D9D9D;
}

#insc_news_footer-form input[type="text"]{
	width: 200px;
	color: #000000;
	background-color: #828082;
	float: left;
	border-radius: 0;
	border: none;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 10px 15px 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#insc_news_footer-form ::-moz-placeholder {
    color: #000000;
}

#insc_news_footer-form input[type="submit"]{
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:center center;		
	background-color:#4E4A4E;
    border: medium none;
    border-radius: 0;
    color: #9d9d9d;
	font-family: 'CreteRound-Regular';
	font-weight:normal;
    cursor: pointer;
    display: block;
    float: left;
    height: 44px;
    margin: 0 10px 10px auto;
   	margin-top:10px;
	padding:15px 10px 15px 10px;
    width: 90px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;	
}

.picto_reseaux_footer{
	display: block;
    float: left;
    margin: 12px 15px 0 0;
}

.insc_newsletter_footer input[type="radio"]:not(:checked),.insc_newsletter_footer input[type="radio"]:checked{
	display:none;
}

label{
	display: block;
	float:left;
	padding-top:0;
}

input[type="radio"]+label
{
	display:block;
	margin:2px;
	margin-right:10px;
}

input[type="radio"]+label:before{
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	margin-right:5px;
	background-color:#828082;
	border:5px solid #828082;
	border-radius:10px;
	position:relative;
	top:4px;
}

input[type="radio"]+label:hover:before{
	background-color:#4e4a4e;
}

input[type="radio"]:checked+label:before{
	background-color:#4e4a4e;
}

input[type="radio"]:disabled+label:before{
	background-color:#999;
	border:2px solid #333;
}

.w320{
	display:block;
	float:left;
	width:320px;
	margin-left:25px;
}

.w320 h3{
	font-size:22px;
	margin-bottom:10px;
}

.footerBlack .span3 h3{
	font-size:20px;
	margin-bottom:20px;
    font-family: "CreteRound-Regular";
	font-weight:normal;
}

.footerBlack .span3 ul{
	margin-left:15px;
	font-family: "CreteRound-Regular";
}

.footerBlack .span3 ul li a{
	color: #9d9d9d;
	text-decoration: none;
}

.footerBlack .span3 ul li a:hover{
	text-decoration:underline;
}

.pagination{
	background: none;	
	padding: 5px;
	margin-top: 50px;
	border-left: 4px solid #7E578A;	
}

.pagination a{		
}

.glossaire{
	margin-top:10px;
}

.glossaire a{	
	color: #9d9d9d;
	text-decoration:none;
}






/*--------------------------------------------------*/
                   /*FANYBOX*/
/*--------------------------------------------------*/

.fanybox{	
	position: absolute;
	left: 29%;
	top: 225px;		
	background-color: #fff;
	padding: 10px;
	border: 8px solid #333;
	display: none;
}

.transparent-border{
    border: 8px solid rgba(0,0,0,0.2);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.rounded{
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px; 
}

.shadow{
     -moz-box-shadow: 2px 2px 2px #666; 
     -webkit-box-shadow: 2px 2px 2px #666; 
     box-shadow: 2px 2px 2px #666;
} 
	
.animate{
     -webkit-animation: openanim 1s; 
     -moz-animation: openanim 1s; 
     -ms-animation: openanim 1s; 
}

.show:target {
	 display: block;
	 z-index: 900;
}

.close{
	  position:absolute;
	  top:-16px; right:-16px; 
	  z-index:5; 
	  vertical-align:middle; 
	  line-height:1; 
	  font-family:Arial, sans-serif; 
	  text-decoration:none; 
	  font-weight:bold; 
	  background-color:#000; 
	  border:3px solid #fff; 
	  color:#fff; 
	  display:block; 
	  width:20px; 
	  height:20px; 
	  text-align:center; 
	  -moz-border-radius: 40px; 
	  -webkit-border-radius: 40px; 
	  border-radius: 40px; 
	  -moz-box-shadow: 0 0 1px 1px #666;
	  -webkit-box-shadow: 0 0 1px 1px #666;
	  box-shadow: 0 0 1px 1px #666;
}

.left-close{
     left:-16px;
}

.description{
     position:absolute; 
	 bottom:0; 
	 left:0; 
	 width:100%; 
	 height:30px; 
	 padding:5px 0; 
	 text-align:center; 
	 background-color:rgba(0,0,0,0.2); 
	 color:#fff;
}

.blackoutline{
	outline:2000px solid rgba(0,0,0,0.4);
}







/*--------------------------------------------------*/
                   /* ROLLERBOX */
/*--------------------------------------------------*/
.ca-menu{
	padding: 0;
	margin: 20px auto;
	width: 100%;
	font-family: 'Dosis',sans-serif;
}
.ca-menu li{
	width: 100%;
	height: 210px;
	border: 10px solid #f6f6f6;
	overflow: hidden;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	margin-right: 4px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
	border-radius: 125px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	max-width:210px
}
.ca-menu li:last-child{
	margin-right:0px;
}
.ca-menu li a{
	text-align: left;
	width: 100%;	
	height: 100%;
	display: block;
	color: #333;
	position: relative;
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	
	}
.ca-icon{
	font-family:'WebSymbolsRegular',cursive;
	font-size:40px;
	color:#f6f6f6;
	line-height:60px;
	position:absolute;
	width:100%;
	height:60px;
	left:0px;
	top:30px;
	text-align:center
	;-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	transition:all 200ms linear;
}
.ca-main{
	font-size:24px;
	position:absolute;
	top:110px;
	height:80px;
	width:170px;
	left:50%;
	margin-left:-85px;
	opacity:0.8;
	text-align:center;
}
.ca-sub{
	text-align:center;
	color:#000;
	font-size:26px;
	position:absolute;
	height:80px;
	width:170px;
	left:50%;
	margin-left:-85px;
	top:110px;
	opacity:0;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	transition:all 200ms linear;
}
.ca-menu li:hover{
	background-color: #f7f7f7;
	border-color: #fff;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	box-shadow: 0 45px 60px -50px #000000;
}
.ca-menu li:hover .ca-icon{
	color:#555;
	font-size:60px;
}
.ca-menu li:hover .ca-main{
	display:none;
}
.ca-menu li:hover .ca-sub{
	opacity:0.8;
}
.ca-content{
}







/*--------------------------------------------------*/
                   /* CONTACT.PHP */
/*--------------------------------------------------*/
.label_1{	
	float: left;
	width: 150px;
	font-family: "CreteRound-Regular";
	margin-bottom: 20px;
	font-size: 18px;
}

input[type="text"]{
	padding: 4px 5px 9px;
	margin: 0;
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
	color: #888;
	width: 150%;	
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border: 1px solid #B9BDC1;	
}

#msg_content{
	padding: 4px 5px 9px;
	margin: 0;
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
	color: #888;
	width: 150%;
	height: 200px;	
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border: 1px solid #B9BDC1;	
}

#form_contact input[type="submit"]{
	width: 220px;
	background-color: #292529;
	border-radius: 0;
	border: none;
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	color: #ffffff;
	cursor: pointer;	
	padding: 10px;
	float: left;	
}

#form_contact input[type="submit"]:hover{
	background-color: #828082;
	float: left;
	opacity: 1;	 
}

#form_admin input[type="submit"]{
	width: 220px;
	background-color: #292529;
	border-radius: 0;
	border: none;
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	color: #ffffff;
	cursor: pointer;
	padding: 10px;
	float: none;
}


#form_admin input[type="submit"]:hover{
	background-color: #828082;
	float: none;
	opacity: 1;
}



.txt18px{
	font-size:18px;	
}

.txt28px{
	font-size:28px;	
}

/*--------------------------------------------------*/
                   /* mention_legale.php */
/*--------------------------------------------------*/
.p_mlg{
	margin-bottom: 11pt;
	color: #5a5a5a;
	text-align: justify;
	font-family: Arial;
	line-height: 25px;
	font-size: 15px;
}


.h1_mlg{	
	margin-bottom:30pt;
	font-family:Arial;
	font-size:30pt;
	color: #5a5a5a;
	text-align:center;
}


.h2_mlg{
	margin-top: 30pt;
	margin-bottom: 15pt;
	font-family: Arial;
	font-size: 17pt;
	color: #5a5a5a;
}

.cleartop_mlg{
	padding-top: 150px;	
}


.widget{margin:1em;padding-top:1.38462em;padding-bottom:1.38462em;margin-bottom:1.38462em;text-align:left;overflow:hidden;border-bottom:2px solid #222;}
.widget.grey{background:#EEE;margin:0;padding:1em;border-bottom:0;margin-bottom:1.38462em;}
.widget .title{margin-top:3px;color:#333333;font-size:18px}
.widget img,.widget iframe{height:auto;max-width:100%!important;}
.widget_facebook_likebox{height:300px;min-height:300px!important;}
.widget_facebook_likebox,.widget_twitter_timeline{padding:0!important;background:none!important;}
.widget_facebook_likebox h3.title,.widget_twitter_timeline h3.title{display:none!important}
.widget_facebook_likebox iframe{width:100%!important;}.popular-posts{margin:0!important;padding-top:1.38462em;padding-right:18px;padding-left:18px;background:#EEE}
.popular-posts h3.title{text-transform:uppercase;letter-spacing:0.03em;font-style:italic;margin-bottom:10px;font-size:20px;text-align:center;margin-top:0;padding-top:0;}
.popular-posts ul{counter-reset:repas;padding:0;margin:30px 0 0 0;}
.popular-posts li:before{content:counter(repas);padding:2px 7px;margin-right:10px;margin-bottom:15px;vertical-align:top;background:#565656;-moz-border-radius:18px;border-radius:18px;font-weight:bold;font-size:14px;color:white;}
.popular-posts li{list-style-type:none;counter-increment:repas;margin-bottom:19px}
#text-29,#text-30,#text-31{padding:0!important}
#text-29 .textwidget,#text-30 .textwidget,#text-31 .textwidget{line-height:0;background:#eee}
#text-29 .title,#text-30 .title,#text-31 .title{padding:1em 1em 6px 1em!important}
.widget_recent_entries ul{padding-left:0;margin-top:20px}
.widget_recent_entries li{list-style:none;margin-bottom:20px}
