/* style commun EWM */

.clear{clear:both;float:none;font-size:0px;line-height:0px;overflow:hidden}
.clearfix:after { clear: both; content: "."; display: block; font-size: 0; height: 0; visibility: hidden; }
*+html .clearfix { overflow: hidden;  }
* html .clearfix { overflow: hidden;  }

/*
.media_default .media, .media_haut_gauche .media {margin-top:10px; margin-bottom: 10px; } 
.media_bas_gauche .media {margin-top:10px;} 
.media_haut_droite .media {margin-top:10px; margin-bottom: 10px;text-align:right; width:100%}
.media_bas_droite .media {margin-top:10px;text-align:right;width:100%}
.media_haut_centre .media {margin-top:10px; margin-bottom: 10px;text-align:center;width:100%}
.media_bas_centre .media {margin-top:10px;text-align:center;width:100%}

.media_gauche .media {float:left;} 

.media_gauche .img_62_ .info {padding-left:72px;}
.media_gauche .img_596_ .info {padding-left:606px;}
.media_gauche .img_480_ .info {padding-left:490px;}
.media_gauche .img_400x300_ .info {padding-left:410px;}
.media_gauche .img_280_ .info {padding-left:290px;}
.media_gauche .img_240_ .info {padding-left:250px;}
.media_gauche .img_160_ .info {padding-left:170px;}
.media_gauche .img_113_ .info {padding-left:123px;}
.media_gauche .img_100_ .info {padding-left:110px;}

.media_droite .img_62_ .info {padding-right:72px;}
.media_droite .img_596_ .info {padding-right:606px;}
.media_droite .img_480_ .info {padding-right:490px;}
.media_droite .img_400x300_ .info {padding-right:410px;}
.media_droite .img_280_ .info {padding-right:290px;}
.media_droite .img_240_ .info {padding-right:250px;}
.media_droite .img_160_ .info {padding-right:170px;}
.media_droite .img_113_ .info {padding-right:123px;}
.media_droite .img_100_ .info {padding-right:110px;}

.media_in_gauche .media { float: left; margin-right: 10px; margin-bottom: 10px; } 
.media_droite .media {float:right;   display: inline;} 
.media_in_droite .media { float: right; margin-left: 10px; margin-bottom: 10px; } 

.blocewm { margin-bottom: 10px;}
.media_gauche .media { margin: 0 10px 10px 0;}
.media_droite .media { margin: 0 0 10px 10px;}
.media_haut_centre .media { margin: 10px 0 0 0;}
.media_bas_centre .media { margin: 10px 0 0 0;}
*/


.ewm-controlpanel { clear: both; background: url(../../../administrator/images/logo_ewm_header.png) no-repeat top left #2D2D2D; color: #FFF; padding: 2px; width: 800px; margin: 10px auto; /*position: fixed; left: 0px; top: 0px; */ }
/*.ewm-controlpanel a { display: block; }*/
#ewm_blocprevisu { /*box-shadow: 1px 1px 4px #333;*/ position: absolute; display: none; }
#ewm_blocprevisu .tools { position: absolute; top:0; right: 0; }
.ewm_previsu_tools { display: none; }

#overlay { position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; background: #000; opacity: 0.50; display: none; z-index: 5001; filter:alpha(opacity=50); -moz-opacity: 0.50; }
#window { background:#fff; position: fixed; left: 0; top: 0; border: solid 1px #000; box-shadow: 0 4px 18px #000; display: none; margin: 0 auto; z-index: 10000; overflow: hidden; color:#fff; width:410px;}

* html #overlay { position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px') }
* html #window { margin-top: 0px; position: absolute} 
.overlay_close { position: absolute; top: 0; right: 0; width: 16px; height: 16px; background: url(../../core/images/cancel.png) no-repeat top left; }


/* VERSIONS MOBILES */

/* <320 */
@media only screen and (max-width:320px) {
}
/* >320 */
@media only screen and (min-width:321px) and (max-width:480px) {
}
/* >640 */
@media only screen and (min-width:481px) and (max-width:768px) {
}
/* >800 */
@media only screen and (min-width:769px) and (max-width:979px) {
}
/* >1024 */
@media only screen and (min-width:980px) {
}


