@charset "utf-8";
/* CSS Document */

/*
definition for screen 1440 and above
*/

@media screen and (min-width: 1440px) {

    body {		
		font-size:16px;
		line-height:22px;
    }

/*
	h1{
		font-size:32px;
		line-height:34px;
	}
*/	
/*
	h2, h3{
		font-size:20px;
		line-height:20px;
	}
	#centre-cnt{		
		padding:32px;
	}
*/

.contact #col1 .col.adresse,
.contact #col2 .col.adresse{
	width:196px; /* 200px */
}
.contact #col2 .col.adresse1{
	margin-right:70px;
}
.contact #col1 .col.titre{
	width:196px; /* 200px */
    padding-right: 42px;
}
.contact #col2 .col.titre{
	width:375px; /* 200px */
    padding-right: 42px;
}

	#footer-cnt #signature-formas{
		width: 85px;
	}
	
}
