/*	--------------------------------------------------
    :: Layout pour une petite r�solution
	-------------------------------------------------- */
body {
    /*background: url("img/body-color.png") repeat-x scroll left top #FFFFFF;*/
    padding-top: 6px;
	font-size:1.37rem;
}
.container {	
	/*background:url("img/header-mini.jpg") repeat-x scroll 0 97px transparent;*/
}
html {
    font-size: 62%;
}
p {
	font-size:1.37rem;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:20px;
}
h5 {
	font-size:17px;
}
p { margin-bottom: 12px; }
input, textarea, select { margin-bottom: 5px; }
form.custom div.custom.dropdown { margin-bottom: 3px; font-size: 12px; }
#primary { height: 62px; }
#primary a { font-size: 14px; height: 32px; line-height: 30px; }
#primary li ul.level1 { padding: 2px; top: 45px; }
.breadcrumb {    
	/*background: url("img/body-separation.png") repeat-x scroll center top transparent;    */
	margin-bottom: -6px;    
	padding-top: 12px;
	font-size: 11.5px;
}
footer {
	background: url("img/body-separation.png") repeat-x scroll center top #444;
	padding-top:15px;
}
footer .row {
	max-width:960px;
}
#shell-mini {
	display:none!important;
}
header {
	position:static;
	height:125px;
}
body.home header {
	position:absolute;
	height:100px;
}
.nice.tabs.vertical dd a {
	padding:10px 15px;
}
form.nice input, form.nice textarea {
	padding:4px 3px;
}
.gammes li {
	padding:8px 6px;
}

#slide-min
{
    display: none !important;
}