
/* ***************************** */
/*  IPAD PORTRAIT / IPHONE      */
/* *************************** */
@media only screen and (max-width:930px){

}



/* ***************************** */
/*        IPAD PORTRAIT         */
/* *************************** */
@media only screen and (min-width:735px) and (max-width :930px) {
	html .homePage #home-blocks .ttContentWrap {background: url(../../resCommons/img/fond_content_bottom.gif) right bottom repeat-x; list-style-type: none; width: 47%; padding: 5px; margin-right: 10px; margin-bottom: 10px; float: left; height: 210px;}
	html .homePage #home-blocks .ttContentWrap  .csc-header{background: url(../../resCommons/img/sprite_global.png) repeat-x 0 -1220px; padding: 3px 2px;}
}



/* ***************************** */
/*        IPHONE       */
/* *************************** */
@media only screen and (min-width : 150px) and (max-width :734px) {
	html .homePage #home-blocks .ttContentWrap {margin: 10px 0px; width: 100%; float: none; height: auto; padding: 0px;}
}