/* Correctif incompatibilité FB button avec ad */
/*.fb-like  {
    line-height: 20px;
    width: 110px; height: 20px; overflow: hidden; text-align: left;
}
.fb-share-button
{
    line-height: 20px;
    width: 110px; height: 20px; overflow: hidden; text-align: left;
}*/
/*iframe {position: relative; width: 500px;}*/

.ombre img {
float:left ; 
margin-right:12px ;
margin-bottom:12px ;
 box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

/*gestion affichage colonne par 6 pour éviter décalage sur mobiles*/
.colWidth_6 > div> h3 {
white-space: nowrap;
}

/*gestion affichage colonne par 6"pour éviter décalage sur mobiles*/
.colWidth_3 > div> h3 {
/*white-space: nowrap;*/
}


/* affichage firefox cesures pour page d'accueil colonnes par 6*/
.icrounded_eventlist .titleSpan  {
 /*  word-break: break-all; */
}


/* Additif affichage dynamique */
#scrollTop {
    width: 40px;
    height: 40px;
    /*background: url('/images/HautPage.png') no-repeat scroll 0px 0px rgba(255, 255, 255, 0.2);*/
    border-radius: 50%;
    position: fixed;
    cursor: pointer;
    z-index: 99999;
    bottom: 15px;
   /* left: 50%;
    margin-left: 550px;*/
	right: 10px;
	margin-right: 10px;    
    box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
}
#scrollTop:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
/* CSS Document */
@font-face {
  font-family: 'mx_icons';
  src: url("../fonts/mx_icons.eot");
  src: url("../fonts/mx_icons.eot?#iefix") format('embedded-opentype'), url("../fonts/mx_icons.woff") format('woff'), url("../fonts/mx_icons.ttf") format('truetype'), url("../fonts/mx_icons.svg#ct_icons") format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
	background-color: #f7f7f7;
}

p {
	margin: 10px 0 12px 0;
}

a {
	color: #C00;
	text-decoration: none;

}

a:hover {
	/*text-decoration: underline;*/
	 color:#440000;

}

a:focus {
    outline: none;
}



.white a {	
	color: #f1f1f1;
	text-decoration: none;
	/*evite le retour a la ligne dans les titres */
	display: inline;
}

.white a:hover {
	/*text-decoration: underline;*/
	 color:#CCC;

}

.white a:focus {
    outline: none;
}



h1, h1 a, h1 span, 
h2, h2 a, h2 span, 
h3, h3 , h3 ,
h4, h4 a, h4 span,
h5, h5 a, h5 span,
blockquote {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: auto;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 10px 0;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5), 0px -1px 0px rgba(0, 0, 0, 0.15);
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	cursor: pointer;	
}

.row > div,
.row_main > div,
.error {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.page-header {
	border: none;
	padding: 0;
	margin: 0;
}

blockquote {
	font-size: 18px;
	font-style:italic;
	line-height: 19px;
}

#main img {
   	border:medium none;
    /*margin:0 10px 10px 0;*/
    margin:0 10px 0px 0;
    max-width:100%;
    outline:medium none;
}

.mx_imgRaw {
	-webkit-border-radius: 0;
	border-radius: 0; 
	-webkit-box-shadow: none;
	box-shadow: none;
}

.collapse {
    -moz-transition:height 0.35s ease 0s;
    height:0;
    overflow:hidden;
    position:relative;
}
/* logo  ------------------------------- */
.textLogo { font-size: 35px; } 
.slogan { font-size: 12px;} 


/* LISTS  ------------------------------- */

ul, ol {
	margin: 1em 0;
	padding: 0;
	padding-left: 0;
    margin-left: 15px;
} 

li {
 	line-height: inherit;
}

ul li {
	margin-left: 0;
}


ul.category {
	list-style: none inside none;
}

ul.category li {
	padding: 7px;
}

ul.mx_squareList,
ul.mx_arrowList, 
ul.mx_starList, 
ul.mx_checkList {
	list-style: outside;
}


ul.mx_arrowList 		{list-style-image: url(../images/ul_arrow.png);}
ul.mx_arrowList.black	{list-style-image: url(../images/ul_arrow_black.png);}
ul.mx_arrowList.white	{list-style-image: url(../images/ul_arrow_white.png);}


ul.mx_checkList 		{list-style-image: url(../images/ul_check.png);}
ul.mx_checkList.black	{list-style-image: url(../images/ul_check_black.png);}
ul.mx_checkList.white	{list-style-image: url(../images/ul_check_white.png);}


ul.mx_arrowList li, ul.mx_starList li, ul.mx_checkList li  {
	background: none;
}

ul.mx_arrowList li ul,
ul.mx_starList li ul,
ul.mx_checkList li ul,
ul li ul li ul, ul li ul li ul li ul {
	margin-left: 13px;
}


/* SLIDER -------------------------------------*/

#mx_headerWrapper {
	position: relative;
	z-index: 300;
	height: auto;
	overflow: visible;
	margin: auto;
	/*margin-bottom: 20px; modif fbe */
  	margin-top: -10px;
}

#mx_headerContent{
	position: relative;
	height: auto;
	margin: auto;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
    margin-top: 10px;	/* FBe modif */
}

.flexheader {
	overflow: hidden;
    background: transparent !important;
    border: none !important;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
}


.flexheader ul {
	list-style: inside;
	list-style-image: none;
	list-style-type: none;
}

.flexheader ul li {
	margin-left: 0;
}

.flexheader img{
}

.flex-caption {
	-webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
	padding: 1.4% 0 1.4% 0;
	width: 100%;
}

.flex-caption a {
	padding: 2%;
	display: block;
}

flex-control-nav li {
    margin: 0 0 0 10px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
	background-position: 0 0;	
}

.flex-control-nav {
    bottom: -15px !important;
    margin-bottom: 30px;
    position: relative !important;
    text-align: center;
    width: 100%;
}

.flex-direction-nav li a {
	margin: -25px 0;
	-webkit-border-radius: 20px;
    border-radius: 20px;
	height: 40px;
	width: 40px;
}

.flex-direction-nav li .next {
    right: -18px !important;
	
}

.flex-direction-nav li .prev {
    left: -18px !important;
}
/* Flash header -------------------------------------------------------------------------------------------------------- */
#mx-headerout { background-color: #e6e6e6; margin-top: -15px;	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.25);
	
	-pie-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.15)}
#mx-header { margin-bottom: 10px; padding: 0px; }
/* Mobile */

@media handheld, only screen and (max-width: 940px) {

#mx-header { display: none; }

}


/* Copyright -------------------------------------------------------------------------------------------------------- */

#copyright { margin-top: 0.5em; margin-bottom: 0; padding: 10px;float:right;}
#copyright p { margin-bottom:0; }
#copyright ul {  margin:0; padding: 1.2em 0 0; }
#copyright ul li { float:left; list-style:none; background: none; }
#copyright ul li a { display:block; color: #1F1F1F; }
#copyright ul li.active a, #copyright ul li a:hover, #copyright ul li:hover a, #copyright ul li.sfHover a { color: #0099FF;  text-decoration:none; }

/* MODULE POSITION CONTAINERS -------------------------------------*/

.cleartBoth {
	clear: both;
}

.mx_clearFL {
	clear: left;
}

.mx_clearFR {
	clear: right;
	position: fixed;

}

.cleartBoth,
.mx_clearFL,
.mx_clearFR {
	margin: 0 !important;
	padding: 0 !important;
}


.mx_module, .mx_left {
	float: left;
}

.mx_right {
	float: right;
}


/* TABLE STYLES ------------------------------------------*/

.table-striped tbody tr:nth-child(2n+1) td, 
.table-striped tbody tr:nth-child(2n+1) th {
	background: none;
}

.table th, .table td {
    border-top: none;
}

#siteWrapper {
color: #333;
}
/* MODULE BOX STYLES -------------------------------------*/

.moduletable {
	height: auto;
}

.mx_left .moduletable, 
.mx_right .moduletable,
.mx_left .moduletable_mx_dark, 
.mx_left .moduletable_mx_dark_light, 
.mx_right .moduletable_mx_dark,
.mx_right .moduletable_mx_dark_light,
.mx_left .moduletable_mx_light, 
.mx_right .moduletable_mx_light,
.mx_left .moduletable_mx_red, 
.mx_left .moduletable_mx_purple, 
.mx_left .moduletable_mx_purple_light, 
.mx_left .moduletable_mx_brown_light, 
.mx_left .moduletable_mx_brown, 
.mx_right .moduletable_mx_red,
.mx_right .moduletable_mx_purple,
.mx_right .moduletable_mx_purple_light,
.mx_right .moduletable_mx_brown_light,
.mx_right .moduletable_mx_brown,
.mx_left .moduletable_mx_green, 
.mx_left .moduletable_mx_red_light, 
.mx_right .moduletable_mx_green, 
.mx_right .moduletable_mx_red_light, 
.mx_right .moduletable_mx_blue_light, 
.mx_left .moduletable_mx_blue_light, 
.mx_left .moduletable_mx_blue, 
.mx_right .moduletable_mx_blue {
	padding: 10px;
}

.moduletable_mx_dark, 
.moduletable_mx_dark_light, 
.moduletable_mx_light, 
.moduletable_mx_red, 
.moduletable_mx_red_light, 
.moduletable_mx_purple, 
.moduletable_mx_brown, 
.moduletable_mx_brown_light, 
.moduletable_mx_green, 
.moduletable_mx_blue_light, 
.moduletable_mx_purple_light, 
.moduletable_mx_blue {
	width: auto;	
	-webkit-border-radius: 3px;
	border-radius: 3px; 	
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); 
	box-shadow:0 1px 4px rgba(0,0, 0, 0.25);
	-pie-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
}
 
.moduletable_mx_light {
	color: #333;
	background-color: #fff !important;
}
 
.moduletable_mx_dark {
	color: #f1f1f1;
	background-color: #333 !important;
}

.moduletable_mx_dark_light {
	color: #f1f1f1;
	background-color: #737373 !important;
}

.moduletable_mx_brown_light {
	color: #f1f1f1;
	background-color: #B6826D !important;
}

.moduletable_mx_purple {
        color: #f1f1f1;
        background-color: #8B588B !important;
}

.moduletable_mx_purple_light {
        color: #f1f1f1;
        background-color: #C390C3 !important;
}

.moduletable_mx_brown {
        color: #f1f1f1;
        background-color: #7E4A35 !important;
}

.breadcrumbs_mx_dark  a{
	color: #FFFFFF;
}
.breadcrumbs_mx_dark  a:hover {
	color: #FFFFFF;
}


.moduletable_mx_red {
	color: #f1f1f1;
	background-color: #992F2F !important;
}


.moduletable_mx_red_light {
	color: #f1f1f1;
	background-color: #D96F6F !important;
}
 

.moduletable_mx_green {
	color: #f1f1f1;
	background-color: #339933 !important;
}
 
.moduletable_mx_blue {
	color: #f1f1f1;
	background-color: #336699 !important;
}

.moduletable_mx_blue_light {
	color: #f1f1f1;
	background-color: #5B8EC1 !important;
}
/* LINKLIST ------------------------------------------------------------------------*/

.moduletable_mx_linkList a {
	position: relative;
	display: block;
	border: none;
	font-weight: normal;
	font-size: 15px;
	padding: 5px 0 5px 0;
	text-decoration: none;
	padding: 5px 10px 5px 0;
	width: auto;
	background-image: url(../images/icon_link_arrow.png);
	background-color: transparent;
	background-position:  center right;
	background-repeat: no-repeat;
	float: left;
	clear: both;
	cursor: pointer;
}


/* VOTING / RATING ------------------------------------------------------------------------*/

.content_vote {
	margin: 5px 0;
}

.content_vote input[type="radio"] {
	margin: 0 2px 0 3px;
}

.content_vote input.button {
	display: inline;
	text-align: center;
	text-decoration: none;
	height: 23px;
	width: auto;
    cursor:pointer;
    font-size:12px;
    font-weight:normal;
	color:#FFFFFF;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.4);
	padding: 2px 7px 7px 7px;
	margin-left: 10px;
}


/* ACTIONS PANEL (PRINT & E-MAIL) ------------------------------------------------------------------------*/

.actions {
	margin: 0;
	padding: 0;
	list-style: inside none;
	float: right;
	width: auto;
}

.actions > li {
	float: left;
}

.actions > li {
	width: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0;
	margin-left: 7px;
}

.actions li > a > i {
	font-size: 18px;
	width: 20px;
	height: 20px;
}



i.tip {
	z-index: 0 !important;
	max-width: auto;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0; 
	background: none;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.print-icon > a > i,
.email-icon > a > i,
.edit-icon > a > i,
.print-icon > a:hover > i,
.email-icon > a:hover > i,
.edit-icon > a:hover > i {
	margin-right: 5px;
}



/* LOGIN -----------------------------------------*/

#login-form p {
	margin-top: 5px;
}

.mx_logins {
	display: inline-block;
	margin-left: 0;
	padding-left: 14px;
	list-style: outside;
	list-style-image: url(../images/icon_link_arrow_small_hover.png);
}

.mx_logins li {
	width: 100%;
}

.mx_logins li a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#form-login-remember {
	display: block;
}

#form-login-remember label, 
#form-login-remember input {
	float: left;
}

#form-login-remember label {
	line-height: 19px;
}

#form-login-remember input {
	clear: right;
}

#login-form .button {
	float: left;
	clear: left;
	margin-top: 10px;
	display: inline-block;
}

.login-fields {
	margin-bottom: 10px;
}

.login .button {
	margin-top: 5px !important;
}

.logout-button .button {
	margin: 0 !important;
	float: none !important;
}

.login-greeting {
	height: 25px;
	font-size: 14px;
	padding-top: 5px;
	margin-right:15px;
}

/* COMPACT VERSION FOR HEADER */

#login-form.compact, 
#login-form.compact fieldset
{
	width: auto;
}

#login-form.compact p {
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	float: left;
	display: inline-block;
}

#login-form.compact #form-login-username label, 
#login-form.compact #form-login-password label, 
#login-form.compact #form-login-remember, 
#login-form.compact .mx_logins 
{
	display: none;
}

#login-form.compact input[type="text"], 
#login-form.compact input[type="password"]
{
	width: 120px;
	height: 25px;
	margin-right:5px;
	padding-left: 7px;
}

#login-form.compact .button
{
	margin: 0;
	float: left;
	display: inline-block;
	margin:0 !important;
	text-indent: -9999px;
	overflow: hidden;
	width: 25px;
	padding: 0;
	padding-bottom: 1px;
	background-position: right;
	background-repeat: no-repeat;
	height: 25px;
}

#login-form.compact .button 
{
	float: none;
	clear: none;
	margin-top: 0;
}

/*-----------------*/

/* RESET / REMIND / REGISTRATION */

.reset, .remind, .registration {
	max-width: 460px;
	white-space: normal;
}


.reset .form-actions, 
.remind .form-actions, 
.registration .form-actions {
	
}

/* HEADER SEARCH ------------------------------------------------------------------------*/

#mx_hIn h3 {
	display: none;
}

#mx_hIn label, 
#mx_hIn .finder label {
	visibility: hidden;
	width: 0;
	height: 0;
}

#search #mod-search-searchword, 
#search .finder input {
	width: 200px;
	padding-left: 30px;
	background-repeat: no-repeat;
}

#mx_hIn .search input, 
#mx_hIn .finder input {
    background-repeat:no-repeat;
    height:25px;
    padding-left:30px;
    width:200px;
}

.autocompleter-choices {
	border: none !important;
	margin-top: 5px !important;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
	overflow: visible !important;
	width: auto !important;
	margin-left: -5px !important;
}
.autocompleter-choices li {
	margin:10px !important;
	background: #00ff00;
}

/* PAGENAV ------------------------------------------------------------------------*/ 

ul.pagenav {
	width: 100%;
	display: block;
	margin: 25px auto;
	clear: left;
}

ul.pagenav li {
	list-style:none outside none;
	background-image: none;
	margin:0;
    padding:0;
}

ul.pagenav li a { 
	margin-top: 20px !important;
}

ul.pagenav li.previous a,
ul.pagenav li.next a {
	float: left;
}
/* pagenav */

ul.pagenav li.pagenav-prev 
{float:left}
ul.pagenav li.pagenav-next 
{float:right}


/* GLOBAL TABLE STYLES  ------------------------------------------------------------------------*/

table.category th, table.category td {
	padding: 5px 5px 5px 7px;
}

table.category {
	width: 100%;
}

table.category th {
	padding: 5px 10px 5px 0;
}

table.category th, table.category th a {
	text-align: left;
	font-family: "MavenProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

table.category th a img {
	margin-left: 5px;
}

table.category th, table.category td {
	padding: 5px;
}


/* SYSTEM MESSAGES -------------------------------------------- */

.alert-info {
    background-color: transparent;
    border-color: transparent;
    color: inherit;
}

.alert,
#system-message > dd { 
	text-indent: 45px;
}

.alert,
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.warning ul,
#system-message dd.notice ul,
.bfErrorMessage {
	background-position: left top !important;
	border: none;
	-webkit-border-radius: 7px;
	border-radius: 7px; 
	padding-left: 0 !important;
	background-color: #fff;
}

.alert,
#system-message > dd.message ul li,
#system-message > dd.error ul li,
#system-message > dd.warning ul li,
#system-message > dd.notice ul li,
.bfErrorMessage {
	color: #ff3600 !important;
	font-size: 14px !important;
}

.alert-heading {
	color: #ff3600 !important;
	font-size: 18px !important;
	font-weight: bold;
}


/* TOOLTIP ----------------------------------------------------- */

.tip-wrap {
	z-index: 1981 !important;	
}

.tip {
	padding: 5px 10px 10px 10px;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
	background-repeat: no-repeat;
}

.tip-title {
	display: inline-block;
	font-weight: normal !important;
	margin: 0 0 5px 23px;
	padding: 0;
	text-decoration: none;
	width: auto;
	font-size: 18px;
	line-height: 18px;
}

.tip-text {
	font-size: 12px;
}


/* BADGES --------------------------------------------------------------*/

.badge {
	display: inline-block;
	height: 20px;
	min-width: 10px;
	padding: 0 5px;
	text-align: center;
	line-height: 20px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* BLOG-FEATURED ------------------------------------------------------ */

.blog-featured h1 {
	margin-bottom: 20px;
}

.blog-featured h2 {
	margin-bottom: 10px;
}


/* BREADCRUMBS ------------------------------------------------------ */

.mx_breadcrumbs {
	position: relative;
	display: block;
	margin: 10px;
}

.mx_breadcrumbs span, .mx_breadcrumbs a {
	text-decoration: none;
	font-weight: bold;
}

.mx_breadcrumbsSeparator {
	display: inline-block;
	height: 8px;
	width: 7px !important;
	background: url(../images/icon_link_arrow_small_hover.png);
	background-repeat: no-repeat;
}

/* LINKS ---------------------------------------------------*/

.mx_inlineLink {
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	margin: 0 5px;
	padding: 0 9px 2px 0;
	width: auto;
	height: auto;
	background-color: transparent;
	background-position:  center right;
	background-repeat: no-repeat;
}

a.readmore,
p.readmore a{
	text-shadow: none;	
	font-style:normal;	 

	font:  12px/1.2em sans-serif;; 
    display:block;
    font-size:12px;
    font-weight:bold;
	letter-spacing: 0.05em;
    min-height:19px;
    line-height:14px;
    padding: 7px 7px 1px 7px;
    position:relative;
    text-decoration:none;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	color: #bbb !important;
background-color: #000;
	background: -moz-linear-gradient(top,  #474747 0%, #000 100%);
	background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#000));
	background:  -webkit-linear-gradient(top,  #474747 0%,#000 100%);
	background:  -o-linear-gradient(top,  #474747 0%,#000 100%);
	background:  -ms-linear-gradient(top,  #474747 0%,#000 100%);
	background:  linear-gradient(top,  #474747 0%,#000 100%);
	
	-pie-background: linear-gradient(top, #474747 0%, #000 100%);
}

a.readmore,
p.readmore a {
	float: right;
}


/* ERROR PAGES ---------------------------------------------------*/

.error {
	padding: 20px 0;
}

#mx_errorWrapper {
	display: block;
	width: 800px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 50px;
}

.errorNumber, #errorboxheader {
	text-align: center;
	display: block;
}

.errorNumber {
	text-shadow: 1px 3px 3px rgba(0,0,0, 0.5);
	font-size: 100px;
	line-height: 100px;
	margin-bottom: 20px;
}

#errorboxheader {
	font-size: 26px;
	white-space: nowrap;
}

#errorboxbody {
	margin-top: 50px;
	text-align: center;
}

#errorboxbody ul {
	list-style: none;
}

#errorboxbody a {
	position: relative;
	z-index: 0;
	
	text-decoration: none;
	border: none;
	
	font-size: 14px;
	
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.6);
	
	cursor: pointer;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	background-position: right;
	background-repeat: no-repeat;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-pie-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);	

	height: 25px;
	line-height: 22px;
	padding: 4px 12px 1px 12px;
	display: inline-block;
	margin: 0 10px 10px 0;
}

#mailto-window { padding: 10px 20px; }




/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 321px)
and (max-width : 786px) {
	
	.flex-direction-nav {
		display: none;
	}
	
	#main .colWidth_11 img {
		float: none;
	}
}


/* pub google ----------- */
@media only screen
and (min-width : 0px)
and (max-width : 728px) {
	.pub_mobile{
		background:#B3B3B3;
		height: 100px;	
		margin-left: 13px;	
		margin-right: 0px;	

	}
	.pub_desktop {
		display: none;
	    visibility: hidden;
	    clear: both;
	    float: right;		
	}
/*	.pub_pave_desktop {
		display: none;
	    visibility: hidden;
	    clear: both;
	    float: right;		
	}	*/

}

@media only screen
and (min-width : 727px) {
	
	.pub_desktop{
		background:#B3B3B3;
		height: 90px;
		margin-left: 13px;	
		margin-right: 0px;	

	}

	.pub_mobile {
		display: none;
	    visibility: hidden;
	    clear: both;
	    float: left;		
	}
	.pub_pave_desktop {

	}		

}

	.pub_box{
		background:#FFF;
		height: 250px;
		width: 300px;
		margin-left: 5px;	
		margin-right: 0px;	

	}

p.titrepub {
	font-family: "Open Sans",arial;
	font-size: 10px;
	color: #BCBCBC;
	font-weight: 600;
	margin: 0px;
	width: 10px;
	position: absolute;

}	
.vertical{
    -webkit-transform: rotate(-90deg)  translate(0px, 0px);;   
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 44px;		
	/*left:-13px;*/
}

@media only screen
and (min-width : 728px)
and (max-width : 741px) {
	.titrepub {
		display: none;
	    visibility: hidden;
	    clear: both;
	    float: left;		
	}
	.pub_mobile{
		margin-left: 0px;	
	}

	.pub_desktop{
		margin-left: 0px;	
	}

}

@media only screen
and (min-width : 0px)
and (max-width : 333px) {
	.titrepub {
		display: none;
	    visibility: hidden;
	    clear: both;
	    float: left;		
	}
	.pub_mobile{
		margin-left: 0px;	
	}

	.pub_desktop{
		margin-left: 0px;	
	}
}
/* ADMIN / EDIT ---------------------------------*/

#adminForm .tab-content {
	overflow: visible;
}

#mx_errorWrapper, #mx_errorWrapper a {
	color: #369;
}

body,
body.contentpane,
#errorboxheader,
#errorboxoutline {
	color: #333;
}

/* BASIC ELEMENTS ------------------------------*/

/*a:hover,*/
#mx_logins li:hover a,
.mx_breadcrumbs a:hover,
a.readmore:hover, 
p.readmore a:hover,
.categories-list span.item-title a:hover,
.category td a:hover,
.category th a:hover,
.registration legend,
.search-results .result-title:hover,
.search-results .result-title:hover a,
ul.circleList li, 
ul.circleList li ul li,
.errorNumber
{
	color: #440000;
}

.row > div > h1:after,
.row > div > h2:after,
.row > div > h3:after,
.row > div > h4:after,
.row > div > h5:after {
    border-bottom: 1px solid #bbb;
}


/* TOOLTIPS ------------------------------*/

div.tip {
	background: #369;
}

.tip {
	-webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.5);
}

.tip-title {
	color: #fff;
}

.tip-text {
	color: #ddd;
}

#siteWrapper {
	background: url(rgba.php?r=0&g=0&b=0&a=0) repeat;
}

.row > div,
.row_main > div,
.error {
	background: #fff;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	
	-pie-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
header {
	background: #fff;

	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
	
	-pie-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}
/* NAVIGATION ------------------------------*/

.dropdown-menu,
.nav-tabs > li a {
	background: #fafafa;
}

.mx_dropmenu > ul.menu ul a, 
.mx_dropmenu > ul.menu ul .separator {
	background: #fafafa;
}

ul.menu li a,
ul.menu li span,
.dropdown-menu,
.nav-tabs > li a {
	color: #cc0000;
	text-shadow: 0px -1px 0px  rgba(0,0,0,0.5);
}

ul.menu ul li a,
ul.menu ul li span,
.dropdown-menu > li > a {
	color: #333 !important;
	text-shadow: none !important;
}

ul.menu li ul li:hover > a,
ul.menu li ul li:hover > span,
ul.menu li ul li.current > a, 
ul.menu li ul li.current > span, 
ul.menu li ul li.active > a,
ul.menu li ul li.active > span,
ul.menu li ul li ul li:hover > a,
ul.menu li ul li ul li:hover > span,
ul.menu li ul li ul li.current > a, 
ul.menu li ul li ul li.current > span, 
ul.menu li ul li ul li.active > a,
ul.menu li ul li ul li.active > span {
	color: #999 !important;
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 0%, #fff 7%, #fff 96%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(7%,#fff), color-stop(96%,#fff), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top,  #fff 0%,#fff 7%,#fff 96%,#f1f1f1 100%);
	background: -o-linear-gradient(top,  #fff 0%,#fff 7%,#fff 96%,#f1f1f1 100%);
	background: -ms-linear-gradient(top,  #fff 0%,#fff 7%,#fff 96%,#f1f1f1 100%);
	background: linear-gradient(to bottom,  #fff 0%,#fff 7%,#fff 96%,#f1f1f1 100%);
	
	-pie-background: linear-gradient(top,  #fff 0%, #fff 7%, #fff 96%, #f1f1f1 100%);
}

ul.menu ul li:hover,
ul.menu ul li.current, 
ul.menu ul li.active {
	border: none;
}


/* BUTTONS, LINKS & FORM ELEMENTS ------------------------------*/

.button, 
button,
.btn,
.btn:hover,
.btn-primary,
.btn.disabled, 
.btn[disabled],
#errorboxoutline a {	
	color: #bbb !important;
background-color: #000;
	background: -moz-linear-gradient(top,  #474747 0%, #000 100%);
	background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#000));
	background:  -webkit-linear-gradient(top,  #474747 0%,#000 100%);
	background:  -o-linear-gradient(top,  #474747 0%,#000 100%);
	background:  -ms-linear-gradient(top,  #474747 0%,#000 100%);
	background:  linear-gradient(top,  #474747 0%,#000 100%);
	
	-pie-background: linear-gradient(top, #474747 0%, #000 100%);
}


@media only screen
and (min-width : 600px) {
	
	.blog-featured .items.ligne {
      /* ajout d'un trait par ligne en mode double colonne, 600 = valeur plancher */
      border-bottom: 1px dotted #BBB;
	  padding-top: 2%;
    }	
}

@media only screen
and (max-width : 600px) {
	
	.blog-featured .items > .width50 {
      /* ajout d'un trait seulement en mode mobile 1 colonne, 600 = valeur plancher */
      border-bottom: 1px dotted #BBB;
	  padding-top: 15px;
    }	
	.blog-featured .items > .width100 {
      /* ajout d'un trait seulement en mode mobile 1 colonne, 600 = valeur plancher */
      border-bottom: 1px dotted #BBB;
	  padding-top: 15px;
    }	    
}

.blog-featured .items.ligne {
      display:table;
      width:100%;
    }

.blog-featured .items > .width20 { float: left; width: 18%; margin-right: 6px; }
.blog-featured .items > .width25 { float: left; width: 23%; margin-right: 6px;}
.blog-featured .items > .width33 { float: left; width: 32%; margin-right: 6px;}
.blog-featured .items > .width50 { float: left; width: 48%; margin-right: 6px;}

@media handheld, only screen and (max-width: 600px) {

.blog-featured .items > .width20 { float: left; width: 100%; margin-right: 6px; }
.blog-featured .items > .width25 { float: left; width: 100%; margin-right: 6px;}
.blog-featured .items > .width33 { float: left; width: 100%; margin-right: 6px;}
.blog-featured .items > .width50 { float: left; width: 100%; margin-right: 6px;}

}

/* Slideshow */

#mx-header {
	margin: auto; padding: 5px;margin-top: 10px;margin-bottom: 10px;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	border-radius: 5px ;
	-webkit-box-shadow: 0px 0px 2px #999;	
	-moz-box-shadow: 0px 0px 2px #999;
	box-shadow: 0px 0px 2px #999;
}

#mcpanel {
	padding: 10px;
	clear: both;
	font: 40px;
	right: 10px;
	bottom: 10px;
	position:absolute;
	background: #333;
	color: #f1f1f1;
	display: block;
}

#slides {
	padding: 0px 0 0px 0;
	clear: both;
	position:relative;
}


.slides_container {
	overflow:hidden;
	position:relative;
	z-index: 1;
}

.slides_container a,
.slides_container img {
	display: block;
}

#slides .next,
#slides .prev {
	position:absolute;
	top: 0px;
	left: 0px;
	width:38px;
	height:38px;
	background-image:url(../images/slides_arrows.png);
	z-index:10;
}

#slides .next {
	left:10px;
}

.slides_nav {
	display: none;
}


.slides_nav a.prev {
	background-position: 0 0;
	margin: 10px 0 0 0px;
}

.slides_nav a:hover.prev {
	background-position: 80px 0px;
}

.slides_nav a.next {
	background-position: 160px 0;
	margin: 10px 0 0 30px;
}

.slides_nav a:hover.next {
	background-position: 40px 0px;
}

#slides ul.pagination {
	border: 0;
	position: absolute;
	z-index: 10;
	margin: -36px 0 0 10px;
}


#slides ul.pagination li {
	float:left;
	margin: 0;
	list-style:none;
}

#slides ul.pagination li a {
	display:none;
	width:3px;
	height:0;
	padding-top:12px;
	margin-left: 4px;
	background: url(../images/slides_arrows.png) 0 160px;
	float:left;
	overflow:hidden;
}

#slides ul.pagination li.current a {
	background: url(../images/slides_arrows.png) 188px 160px;
}