/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'VeraHumana';
	font-size: 16px;
	color: #383838;
	background-color: #ffffff;
}
body {
	/*background: url("/img/Fond-600.jpg") repeat-y scroll center top;*/
}
body>#wrap {
	height: auto;
	min-height: 100%;
}
/** helpers **/
.ib {
	display:inline-block;
	vertical-align:middle;
}
.wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vahelp {
	display:inline-block;
	vertical-align:middle;
	width:0;
	height:100%;	
}
.box{
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.cb {
	clear:both;
}
/* ////////// Commun //////////////// */
#main {
	padding-bottom: 28px;
	min-height: 100%;
}
a {
    font-family: Galant;
    color: #904132;
    text-decoration: none;
}
a.gris {
	color: #707070;
}
.titre_page_gris, .titre_page_rouge{
	width:100%;
	font-family: Galant;
	font-size: 22px;
	color: #383838;
	margin:auto;
	text-align: center;
	padding:5px 0 5px 0;
}
.titre_page_rouge{
	color: #904132;
	text-align: center;
}
.suite {
	font-family: VeraHumana;
	color: #904132;
	font-size: 13px;
}
.texte {
	font-family: VeraHumana;
	color: #383838;
	font-size: 13px;
}
.btn {
	cursor: pointer;
}
.contenu {
	position: relative;
	margin: auto;
	border: 0;	
	text-align: center;	
	margin: 0;
}
/* ///////////////// Elements /////////////// */
.logo {
	padding: 4px 0 15px 0;
	height:48px;
	background:url('/css/logo-SMART.png') no-repeat center center #3A373E;
	background-size: 270px 48px;		
}
.toolbar {
	height:25px;
	background:#707070;
}
.toolbar .item.mail {
	margin:0 10px 0 10px;
}
.toolbar .btn-menu, .toolbar .btn-menu-fermer {
	position:absolute;
	left:0;
}
.toolbar .btn-retour {
	position:absolute;
	right:0;
}
/* /////////////////////////////////////////// */
.footer {
    position: relative;    
    bottom: 0;
    height: auto;
	padding-bottom : 5px;
    text-align:center;
    background-color:#3A373E;
}
.footer .lien_mentions {
	margin:0 25px 0 25px;
}
.footer .lien_mentions, .footer .vinium {
	white-space:nowrap;
}
.footer .lien_mentions a, .footer .vinium a, .footer .lien_mentions a:visited, .footer .vinium a:visited {
	font-size: 13px;
	color: #757575;
}
/**********/
.smartphone {
	display:block;
}
.tablet {
	display:none;
}

.mcus{
	overflow : hidden !important;
}