
span.info_bulle span {
    position: absolute;
    top: -2000em;
    left: -2000em;
    width: 1px;
    height: 1px;
    overflow: hidden;
    background: #DDEEFF; /* D�finition du fond, sinon on a le m�me que notre lien */
    border: 1px solid #6699FF; /* D�finition des bordures */
    text-align: left;
}

span.info_bulle:hover {
    border: 0;
}

span.info_bulle:hover span, span.info_bulle:focus span, span.info_bulle:active span {
    position: absolute;
    top: auto;
    padding: 3px;
    left: auto;
    width: 200px;
    height: auto;
    overflow: visible;
    z-index: 4;
    margin-top: 15px;
    margin-left: -100px;
}

/* Text alignment : left */
div .bg_bloc {
    text-align: left;
}

.txt_bloc div:not(.eb_carrousel):not(.eb_carrousel_mobile) {
    width: inherit;
}

div .txt_bloc {
    text-align: left;
	width:inherit;
}

/* Widget HTML Block custom style */
div.htmlBlock {
    border: none;
}

div.htmlBlock div.bg_bloc, body.tinymceHtmlBlock {
    background: none;
}

/* Widget weather Block custom style */
div.weatherBlock {
    border: none;
	min-height:30px;
}

div.weatherBlock div.bg_bloc {
    background: none;
}

div.sortableContainer div.weatherBlock iframe {
	pointer-events: none;
}

div.agenda {
    position: relative;
	overflow:visible;
}

div.paragraphe p.lk_puce_3 a, body.tinymceMainContent p.lk_puce_3 a  {
    float: none;
}

/*Link for rss of News List block appears on the right*/
.bg_bloc .rssLink {
    float: right;
    margin-right: 10px;
}

div .content {
    float: none;
}

h2 .rssLink {
    margin-left: 10px;
}

/** Agenda**/
p.month {
    text-align: center;
}

div .surveyBar {
    background-color: Blue;
    height: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
}

/** Survey **/
div .survey {
    padding: 6px 13px 0 15px;
    float: none;
}

div .survey .question {
    font-style: bold;
}

.itemTitle {
    color: inherit;
}
 
#totalVotes {
	float: none;
	display: inline;
}

/* newsletter */


/* accessibility */


/*pour ne pas casser la mise en page si image trop grande*/
#content, .bloc_side{overflow: hidden}


#content object, .bloc_side object
{
	max-width:100%;
}

#content img, body.tinymceMainContent img, body.tinymceHtmlBlock img, .htmlBlock img, .sondage img, .demarches img, .agenda img, .actu img, body.tinymceHtmlBlock img {
max-width:100%;
height: auto;
}

div#bg_main {
	min-height:800px;
}

body.mce-content-body {
	background:none;
	text-align:left;
	background-color: white !important;
 }
 
 /* Table Sorter - START */
 div#tablesorterPager {	
	width: 100%;
	text-align: center;
}

div#tablesorterPager form img {
	vertical-align: middle;	
	margin: 0;
}

table.tablesorter thead tr .header  {	 
    cursor: pointer;
    text-decoration: underline;
}

 /* Table Sorter - END */
