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

/***************DEFAULT*****************/
body {margin:0px;padding:0px;}
a:link {text-decoration:none; color:#000;}
a:visited {text-decoration:none; color:#000;}
.clear {height:20px;}
a:hover {color:#FFF;}

@font-face {
    font-family: 'futura_ltheavyoblique';
    src: url('futuralt-heavyoblique.woff2') format('woff2'),
         url('futuralt-heavyoblique.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/***************LOADING*****************/
.loadingimg {
	z-index:90;
}

.loadingtxt {
	z-index:10;
	color:#FFF;
	margin-top:700px;
	margin-left:650px;
	font-size:24px;
	font-family:"Courier New", Courier, monospace;
}

/***************HEADER***************/

#header{
	
	background-color:#FFF;
	height:auto;
	margin-top:70px;
}

.logo{
	text-align:center;	
}

.imglogo{
	height:150px;
}

#bouton{
	margin-top:80px;
	text-align:center;
	/**font-family: Arial, Helvetica, sans-serif;**/
	font-family: 'futura_ltheavyoblique';
	font-size:16px;	
}

/***************MAIN***************/
#main{
	margin-top:130px;
	padding-bottom:25px;
}

/***************JOURNAL***************/

#imgjournal {
	margin-bottom:20px;
	padding-left:5px;
	margin-left:5px;
	height: 215px;
	width:auto;
	overflow:hidden;
	
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

#imgjournal:hover {
	transform: scale(2);
	-ms-transform: scale(1.75);
	-webkit-transform: scale(1.75);
	-o-transform: scale(1.75);
	-moz-transform: scale(1.75);
}

/***************WORKS***************/

#imgworks {
	
	margin-bottom:20px;
	
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}


/**#imgworks:hover {
	width:600px;
	height:auto;
}**/

#imgworks:hover {
	transform: scale(1.75);
	-ms-transform: scale(1.75);
	-webkit-transform: scale(1.75);
	-o-transform: scale(1.75);
	-moz-transform: scale(1.75);
}


/***************BOUTIQUE***************/

/***************APROPOS***************/

.texteapropos {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
}

/***************inss***************/
#imginss {
	width:100%;
	height:auto;
}