/* Large desktop */
@media (min-width: 1200px) { 

}
@media (min-width: 980px) and (max-width: 1199px) {
	body {background: url('/public/images/theme/bg-970.gif') repeat-y center center #f3f3f2;}
	.bg { background: url('/public/images/theme/bg-940.png')  no-repeat top center !important; }
	#menu a {font-size:12px;}
	.home-menu li a {line-height: 39px;}
	.searchForm .submit {margin-left: -40px; margin-top:4px;}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	body {background: url('/public/images/theme/bg-754.gif') repeat-y center center #f3f3f2;}
	.bg { background: url('/public/images/theme/bg-724.png')  no-repeat top center !important; }
	#menu a {font-size:10px;}
	#menu {margin-left: 0px;}
	.searchForm .text {
		width: 70%;
	}
	.bar-access #lang {margin:0;}
	.bar-access .span7, .bar-access .span3 {margin:0; font-size: 10px;}
	.shortlinkconnexion, .shortlinkconnexion a {font-size:10px;}
	.home-menu li a {line-height: 39px;}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body {background: url('/public/images/theme/bg-754.gif') repeat-y center center #f3f3f2;}
	.bg { background: url('/public/images/theme/bg-724.png')  no-repeat top center !important; }
	.logo a{margin-left: auto; margin-right: auto;}
	.searchForm .input-large {width: 88%;}

}
@media (min-width: 480px) and (max-width: 629px) {
	.searchForm .input-large {width: 82%;}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	body {background: url('/public/images/theme/bg-754.gif') repeat-y center center #f3f3f2;}
	.bg { background: url('/public/images/theme/bg-724.png')  no-repeat top center !important; }
	.logo a{margin-left: auto; margin-right: auto;}
	.searchForm .input-large {width: 77%;}
}