      /*General Markup Styles CSS
-------------------------------------------*/
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
html{
 
     /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
 
        background-color:#130E0A ;
}
     #body {
 
        
	font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
	
           background-repeat: no-repeat;
         margin-top:0px;
         width:100%; 
        height: 2840px;
	background-color:#transparent;
	/*font-size: 62,5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 12px;
 
}

          #bodytrois {
 
        /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
	
           background-repeat: no-repeat;
         margin-top:0px;
         width:100%; 
         height: 40px;
	background-color:#ff0000;
	/*font-size: 62,5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 12px;
 
}

         #sup {
              font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
        font-size: 12px;
        vertical-align: center;
       text-align: center;
       line-height:5em;
       color:#fff;
             margin-top:-3395px;
 
            margin-left:auto;
            margin-right:auto;
             max-width:100%; 
            height:560px;
           
            background-repeat: no-repeat center fixed;
           
           text-shadow: 0 0 7px rgba(0,0,0, 0.5);
 
}
 #suptrois {
              font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
        font-size: 26px;
        vertical-align: center;
       text-align: center;
       line-height:5em;
       color:#fff;
             margin-top:55px;
 
            margin-left:auto;
            margin-right:auto;
             max-width:100%; 
            height:560px;
 
            background-repeat: no-repeat center fixed;
 
 
}


#nosarticles a {

margin-left:auto;
margin-right:auto;
  
margin-top:00px;
display:block;
width:180px;
line-height:50px;
text-align:center;
vertical-align:middle;
background-color:#4B92CD;
color:white;
text-decoration:none;
  border-radius: 10px;
-moz-box-shadow: 4px 4px 10px #888;  
  -webkit-box-shadow: 4px 4px 10px #888;  
  box-shadow:4px 4px 6px #888;
border-bottom: solid 1px #2f4bac;
 
}
#nosarticles a:hover {
background-color:#ec8a08;
}





#top{
   position:fixed;
   margin-top:-662px;
   margin-left:auto;
  margin-right:auto;
 width:100%;
 height:50px;
background-color:#990000;
 
}
#logo {
             font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
 
        vertical-align: center;
       text-align: center;
        color:#fff;
          vertical-align: middle;
           margin-top:47px;
          
           line-height:2em;
             width:54px;  
            height:54px;
            background-image:url("logo_alerte_attentat_belgique.png"); 
            background-repeat:no-repeat;
           
           
 
          }
 
 
 
#webmaster {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
        font-size: 14px;
 
       text-align: center;
 
 
           margin-top:15px;
             margin-left:0px; 
 
             width:100%;  
            height:26px;
            background-color:#transparent; 
            border-radius: 5px 10px 0 5px;
 
          }



#partageaddthis {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
        font-size: 14px;
 
       text-align: center;
 
 
            
 
             width:190px;  
            height:36px;
            background-color:#990000; 
            border-radius: 5px 10px 0 5px;
 
          }
#drapeau{
   position:fixed;
   margin-top:7px;
   background-image:url("pcs_belgique_wallonie_charleroi_webmaster.png");
   background-repeat: no-repeat;
  margin-left:60%;
 width:150px;
 height:30px;
background-color:#transparent;
 
}
 #headerbarre{
   position:fixed;
   margin-top:-622px;
   margin-left:auto;
  margin-right:auto;
 width:100%;
 height:62px;
background-color:#2c3e50;
 
}
 
 #headerbarretrois{
   position:fixed;
   margin-top:34px;
   margin-left:auto;
  margin-right:auto;
 width:100%;
 height:62px;
background-color:#2c3e50;
 
}

/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
       min-width:900px;
}
 
/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
       
}
 
/*Style for menu links*/
li a {
	display:block;
 
	min-width:120px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #2c3e50;
	text-decoration: none;
}
 
/*Hover state for top level links*/
li:hover a {
	background: #F3f3f3;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
}
 
/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}
 
/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #F55856;
	color: #fff;
}
 
/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}
 
/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}
 
/*Prevent text wrapping*/
li ul li a {
	width: 200px;
	min-width: 100px;
	padding: 0 20px;
}
 
/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
       width: 200px;
}
 
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background-image:url("boutonmenugris.JPG"); 
        background-repeat:no-repeat;
	text-align: center;
	padding: 10px 0;
        margin-top: -11px;
	display: none;
       width: 60px;
       height:40px;
}
 
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
 
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
 
 
/*Responsive Styles*/
 
@media screen and  (min-width: 480px) and (max-width: 768px) {
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
 
 
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
 
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 140px;
	}
         /*Prevent text wrapping*/
           li ul li a {
	width: 100px;
	min-width: 40px;
	padding: 0 20px;
}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}
@media screen and (min-width: 320px) and (max-width: 460px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
 
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 74px;
         text-align: left;
	}
         /*Prevent text wrapping*/
           li ul li a {
	width: 80px;
	min-width: 50px;
	padding: 0 20px;
}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}
           #slide {
              font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
        font-size: 26px;
        vertical-align: center;
       text-align: center;
       line-height:5em;
       color:#;
             margin-top:95px;
 
            margin-left:auto;
            margin-right:auto;
             max-width:100%; 
            height:560px;
             
            background-repeat: no-repeat center fixed;
 
 
 
          }
 
 #slidearticle {
              font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
        font-size: 26px;
        vertical-align: center;
       text-align: center;
       line-height:5em;
       color:#fff;
             margin-top:95px;
 
            margin-left:auto;
            margin-right:auto;
             max-width:100%; 
            height:200px;
             background-color:#000;
            background-repeat: no-repeat center fixed;
 
 
 
          }
 
 
 
          #barrepink {
 
 
            display:inline-block;
             margin-top:-590px;
             margin-left:0px; 
            float: left;
             width:50%;  
            height:400px;
            horizontal-align: middle;
            vertical-align: middle;
             background-image: url("");
             background-repeat: no-repeat;
            border-bottom: 1px solid #333;
            border-top: 1px solid #333;
 
          }
               #textcharleroi {
 
             margin-top:30px;
              height:350px;
              width:80%;
              margin-left:20px;
             line-height:3em;
              display:inline-block;
              background-color:rgba(0,0,0,0.7) ;
             font-family: Arial , Georgia, Verdana, Helvetica, sans-serif;
             font-size: 14px;
             horizontal-align: middle;
             text-decoration: none;
             text-align:center;
              color:#fff;
}                
          #barrepinksambre {
            font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
            font-size: 16px;
            line-height:11em;
            color:#fff;
            display:inline-block;
             margin-top:-590px;
             margin-left:50%; 
            float: left;
            horizontal-align: middle;
            vertical-align: middle;
            text-align: center;
             width:50%;  
            height:400px;
 
             background-image: url("charleroi_ville_du_futur.jpg");
             background-repeat: no-repeat;
            border-bottom: 1px solid #333;
            border-top: 1px solid #6f7786;
 
          }
 
 
         #barrecentre {
             margin-top:270px;
             margin-left:0px; 
            float: left;
            horizontal-align: middle;
            vertical-align: middle;
             width:100%;  
            height:190px;
            background-color:rgba(0,0,0,0.7);
            border-bottom: 1px solid #333;
            border-top: 1px solid #333;
 
          }
 
 
        #round-button {
      margin-top:20px;
 
      margin-left:17%; 
    width: 10%;
    height: 0;
    padding-bottom: 10%;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    overflow: hidden;
    background: #FFA500;
    box-shadow: 0 0 3px gray;
   float: left;
}
#round-button:hover {
    background: #4679BD;
}
#round-button img {
    display: block;
    width: 76%;
    padding: 12%;
    height: auto;
}
 
 
 
#round-buttoncentre {
 
    margin-top:20px;
      margin-left:14%; 
    width: 10%;
    height: 0;
    padding-bottom: 10%;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    overflow: hidden;
    background: #19537b;
    box-shadow: 0 0 3px gray;
   float: left;
}
#round-buttoncentre:hover {
    background: #4679BD;
}
#round-buttoncentre img {
    display: block;
    width: 76%;
    padding: 12%;
    height: auto;
}
 
 
 
 
 
#round-buttondroite {
 
    margin-top:20px;
      margin-left:72%; 
    width: 10%;
    height: 0;
    padding-bottom: 10%;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    overflow: hidden;
    background: #19537b;
    box-shadow: 0 0 3px gray;
}
#round-buttondroite:hover {
    background: #4679BD;
}
#round-buttondroite img {
    display: block;
    width: 76%;
    padding: 12%;
    height: auto;
}
 
 
 
         #footer {
             font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
        font-size: 10px;
        vertical-align: center;
       text-align: center;
        color:#fff;
        line-height:5em;
             margin-top:1170px;
             margin-left:0px; 
 
             width:100%;  
            height:300px;
            background-color:#2c3e50; 
             bottom: 0;
          }
 
#footertrois {
             font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
        font-size: 10px;
        vertical-align: center;
       text-align: center;
        color:#fff;
        line-height:5em;
             position:fixed;
             margin-left:0px; 
             margin-top:1070px;
             width:100%;  
            height:100px;
            background-color:#2c3e50; 
             bottom: 0;
          }
 #likefoot {
             font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
        font-size: 10px;
        vertical-align: center;
       text-align: center;
        color:#fff;
        
             margin-top:-260px;
             margin-left:0px; 
 
             width:100%;  
            height:35px;
            background-color:#transparent; 
             bottom: 0;
          }
 
#likefoottrois {
             font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
        font-size: 10px;
        vertical-align: center;
       text-align: center;
        color:#fff;
        
              margin-top:0px;
             margin-left:0px; 
 
             width:100%;  
            height:35px;
            background-color:#ff0000; 
             bottom: 0;
          }
#barrefooter{
        background-image:;
	background-color:#transparent;
 
	position: fixed;
	width:286px;
	height:150px;
	bottom:0;
        left:82%;
        padding:0;
 
}
 
 
 
#noussuivre{
        background-image:;
 
 
	position: fixed;
 
	width:100%;
	height:90px;
	bottom:40;
        left:82%;
        padding:0;
}
          #bannerimg { 
             margin-top:50px;
             max-width:100%; 
             max-height:200px; 
           background-color:; 
 
          }
 
          #main {
 
            margin-top:125px;
            margin-left:auto;
            margin-right:auto;
            width:1100px; 
            height: 1600px;
 
 
          }    
 
          #main-content {
            background-color:rgba(0,0,0,0.7) ;
           margin-top:70px;
           margin-left:3px; 
            padding:20px;
            width:625px; 
            float:left;
            font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
           font-size: 16px;
           color:#fff;
 
          }  
           #maindeux {
 
            margin-top:235px;
            margin-left:auto;
            margin-right:auto;
            width:1010px; 
            height: 1600px;
 
 
          }    
 
          #main-contentdeux {
           background-color:rgba(0,0,0,0.7) ;
           margin-top:0px;
           margin-left:3px; 
            padding:20px;
            width:960px;
             
            float:left;
            font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
           font-size: 16px;
           color:#fff;
 
          }  
 
         #maindeuxalerte {
 
            margin-top:-295px;
            margin-left:auto;
            margin-right:auto;
            width:1010px; 
            height: 1800px;
 
 
          }    
 
          #main-contentdeuxalerte {
           background-color:rgba(0,0,0,0.7) ;
           margin-top:70px;
           margin-left:3px; 
            padding:20px;
            width:960px;
             height: 1800px;
            float:left;
            font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
           font-size: 16px;
           color:#fff;
 
          }  


       #maintrois {
 
            margin-top:-510px;
            margin-left:auto;
            margin-right:auto;
            width:1010px; 
            height: 1600px;
 
 
          }    
       #maintroisalerte {
 
            margin-top:-510px;
            margin-left:auto;
            margin-right:auto;
            width:1010px; 
            height: 1600px;
 
 
          }    
 
          #main-contenttroisalerte {
           background-color:#transparent ;
           margin-top:40px;
           margin-left:auto;
            margin-right:auto;
            padding:20px;
            width:960px;
             
            float:left;
            font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
           font-size: 16px;
           color:#fff;
 
          }  




          #widget-container {
           margin-top:35px;
            padding:15px;
            width:280px; 
            float:right;
            margin-right:3px;
 
          }   
 
          .widget-content {
             margin:20px; 
             padding:1px;
             width:250px;
              font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
           font-size: 16px;
           color:#333;
 
 
          }    
 
          .widget-title {
 
             padding:10px;
              background-color:rgba(0,0,0,0.7);
            font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
        font-size: 16px;
        vertical-align: center;
        text-align:center;
       color:#fff;
          }    
 
 
 
 
          .widget-text {
             padding:10px;
              background-color:rgba(0,0,0,0.7) ;
             font-family: Arial , Georgia, Verdana, Helvetica, sans-serif;
             font-size: 16px;
             text-decoration: none;
             text-align:left;
              color:#333;
}
         a:hover {
             color:#880000;
             text-decoration:none;
}
 

#barrecookies{
        background-image:;
	background-color:#003366;
        overflow:hidden;
        font-size: 12px;
       font-family:arial;
        text-decoration: none;
        color:#fff;
        text-align: left;  
        vertical-align: center;
        text-align:left;
	position: fixed;
	width:100%;
	height:60px;
	bottom:0;
        left:0px;
        padding:0;
}

#clic{font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
        
        font-family:arial;
        font-size:14px;
        color:#fff;
        vertical-align:center;
        text-align:left;
        background: #transparent;
	position: fixed;
        bottom:25px;
        left:6%;
	width:70%;
        height:24px;
        
	padding:0;
}

#mapholder{ 
        font-family:arial;
        font-size:14px;
        color:#fff;
        vertical-align:center;
        text-align:left;
        background: #transparent;
	position:fixed
         bottom:25px;
        left:52%;
	width:20%;
        height:44px;
        
	padding:0;
}
 



#barrecookiesdeux{
        background-image:;
	background-color:#003366;
        overflow:hidden;
        font-size: 12px;
       font-family:arial;
        text-decoration: none;
        color:#fff;
        text-align: left;  
        vertical-align: center;
        text-align:left;
	position: fixed;
	width:100%;
	height:200px;
	margin-top:2870px;
        margin-left:auto;
        margin-right:auto;
        padding:0;
}

#clicdeux{font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
        
        font-family:arial;
        font-size:14px;
        color:#fff;
        vertical-align:center;
        text-align:left;
        background: #transparent;
	position: fixed;
        bottom:25px;
        left:6%;
	width:70%;
        height:24px;
        
	padding:0;
}

#mapholders{ 
      
font-family:arial;
        font-size:14px;
        color:#fff;
        vertical-align:center;
        text-align:left;
        background: #transparent;
	position: fixed;
         bottom:-16px;
        left:52%;
	width:20%;
        height:44px;
        
	padding:0;
       
}


          @media (min-width: 480px) and (max-width: 768px) {
            #sup { width:740px;left: 0; right: 0 }
            #bannerimg { max-width:740px;max-height:222px; }
            #barrecentre { width:100%;height:160px;left: 0; right: 0 }
            #round-button{ width:55px; height:11px; }
            #round-buttoncentre {width:55px; height:11px; }
             #round-buttondroite {width:55px; height:11px; }
            #main { width:700px; }            
            #main-content { width:250px; float:left; }
             #maindeux { width:700px; }            
            #main-contentdeux { width:550px;float:left; }
            #maindeuxalerte { width:700px; }            
            #main-contentdeuxalerte { width:550px;float:left; }
            #widget-container { width:200px; float:right; }
            .widget-content { width:160px; }
             #logo{ height:54px;}
             #like{ display:none; }
             
          } 
 
           @media (min-width: 860px) and (max-width: 1024px) {
             #sup { width:100%; left: 0; right: 0;}
            #bannerimg { max-width:640px; max-height:135px; }
            #main { width:950px; }            
            #main-content { width:410px;}
            #maindeuxalerte { width:950px; }            
            #main-contentdeuxalerte { width:860px;}
            #widget-container { width:400px; }
            .widget-content { width:380px; margin:0px; float:left;}
             #barrefooter{ left:73%; } 
             #noussuivre{ left:73%; } 
             #like{ display:none; }
             
 
          } 
   
           @media (min-width: 860px) and (max-width: 1680px) {
             #like{ display:none; } 
}
          


             
 
           @media (min-width: 1660px) and (max-width: 2224px) {
           #like{ display:none; }
}

         @media (min-width: 768px) and (max-width: 1023px) {
             #sup { width:960px; left: 0; right: 0;}
            #bannerimg { max-width:640px; max-height:135px; }
            #main { width:750px; }            
            #main-content { width:710px;}
            #maindeuxalerte { width:750px; }            
            #main-contentdeuxalerte { width:718px;}
            #widget-container { width:400px; }
            .widget-content { width:120px; margin:0px; float:left;}
            .widget-text { display:none; } 
            #barrefooter{ display:none; } 
             #noussuivre{ display:none; } 
             #logo{ height:54px;}
           #round-button{ width:60px; height:11px; }
            #round-buttoncentre {width:60px; height:11px; }
             #round-buttondroite {width:60px; height:11px; }
          } 
          @media (min-width: 640px) and (max-width: 960px) {
             #sup { width:600px; left: 0; right: 0;}
            #bannerimg { max-width:640px; max-height:135px; }
            #barrecentre { width:100%;height:120px;left: 0; right: 0 }
            #round-button{ width:65px; height:10px; }
            #round-buttoncentre {width:65px; height:10px; }
             #round-buttondroite {width:65px; height:10px; }
            #main { width:590px; }            
            #main-content { width:540px;}
              #maindeux { width:590px; }            
            #main-contentdeux { width:540px;}
            #maindeuxalerte { width:590px; }            
            #main-contentdeuxalerte { width:540px;}
            #widget-container { width:550px; }
            .widget-content { width:163px;height:auto; margin:0px; float:left;}
            .widget-text { display:none; } 
             #logo{ height:54px;}
             #barrefooter{ display:none; } 
             #noussuivre{ display:none; } 
             #barrecookies{ display:none; }
            #clic{ display:none; }
            #mapholder { display:none; }
            #partageaddthis { display:none; }
          } 
 
          @media (min-width: 321px) and (max-width: 480px) {
            #sup { width:100%;left: 0; right: 0 }
              #barrecentre { width:100%;height:100px;top:2500px;left: 0; right: 0; }
               #menu ul{width:40px;height:auto;}
              #round-button{ width:55px; height:12px; }
            #round-buttoncentre {width:55px; height:12px; }
             #round-buttondroite {width:55px; height:12px; }
            #footer {position: fixed; height:70px; left: 0; right: 0}
            #bannerimg { max-width:280px; max-height:135px; }
            #main { width:320px; }            
            #main-content { width:240px;}
            #maindeux { width:280px; }            
            #main-contentdeux { width:270px;padding:0px;}
             #maindeuxalerte { width:328px; }            
            #main-contentdeuxalerte { width:326px;padding:0px;}
            #widget-container { width:240px; }
            .widget-content { width:240px; margin:0px; float:left;}
            .widget-text { display:none; } 
             #barrefooter{ display:none; } 
             #noussuivre{ display:none; } 
             #webmaster{ display:none; } 
             #logo{ height:54px;}
            #likefoot{ display:none; }
            #barrecookies{ display:none; }
            #clic{ display:none; }
            #mapholder { display:none; }
            #partageaddthis { display:none; }
          }
 
          @media (max-width: 320px) {
            #sup { width:100%;left: 0; right: 0 }
            #menu ul{width:40px;height:auto;}
            #barrecentre { width:100%;height:100px;top:2500px;left: 0; right: 0 ;}
            #footer {position: fixed;height:55px; left: 0; right: 0}
             #round-button {width:40px; height:12px;top:50px; }
             #round-buttoncentre {width:40px; height:12px; }
              #round-buttondroite {width:40px; height:12px; }
            #bannerimg { max-width:275px; max-height:83px; }
            #main { width:280px;left:0; } 
              #main-content { width:290px;padding:0px;left:0;}
            #maindeux { width:323px;left:0; }            
            #main-contentdeux { width:317px;padding:0px;left:0;}
           #maindeuxalerte { width:323px;left:0; }            
            #main-contentdeuxalerte { width:317px;padding:0px;left:0;}
           #barrefooter{ display:none; } 
             #noussuivre{ display:none; } 
            #barrepink {height:50px;}
            #widget-container { width:270px; padding:0px; }
            .widget-content { width:250px; margin:5px;}
            .widget-text { display:none; } 
             #webmaster{ } 
            #barrepink { display:none; } 
            #barrepinksambre { display:none; } 
            #likefoot{ display:none; }
            #barrecookies{ display:none; }
            #clic{ display:none; }
            #mapholder { display:none; }
            #partageaddthis { display:none; }
}
 
            @media (max-width: 280px) {
            #main { width:280px; }            
            #main-content { width:270px;padding:0px;}
            #maindeux { width:280px; }            
            #main-contentdeux { width:270px;padding:0px;}
            #maindeuxalerte { width:280px; }            
            #main-contentdeuxalerte { width:270px;padding:0px;}
            #widget-container { width:270px; padding:0px; }
            .widget-content { width:250px; margin:5px;}
            .widget-text { display:none; } 
            #barrefooter{ display:none; } 
             #noussuivre{ display:none; } 
            #webmaster{ display:none; } 
           #logo{ height:54px;}
            #barrepink { display:none; } 
           #barrepinksambre { display:none; } 
          #round-button {width:40px; height:15px;top:50px; }
             #round-buttoncentre {width:40px; height:15px; }
              #round-buttondroite {width:40px; height:15px; }
            #barrecookies{ display:none; }
            #clic{ display:none; }
            #mapholder { display:none; }
            #partageaddthis { display:none; }
          }



