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

.bwWrapper {
   position:relative;
  display:inline-table;
	padding:0px;
	margin: 0px;
	
	

}
html, body {
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
	background-image: url(../../img/fond2.png);
	background-repeat: repeat;
	
			
			}
			
#main_index {
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	height:300px;
	min-height:300px;
	width:229px;
	vertical-align:middle;
	overflow: hidden;
			}
#main_index img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	overflow: hidden;
	}

#main {
	margin-left:auto;
	margin-right:auto;
	height:100%;
	min-height:3560px;
	width:864px;
	background:#ffffff;
	border:medium solid #FFF;
	overflow: hidden;
	
			}
			
#top {
	height:60px;
	width:864px;
}

#footer {
	font-family:Aaargh;
	font-size: 14px;
	width:864px;
	height:194px;
	background-color:#FFF;
}

#header a img {
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	position: relative;
	align: left;
}
#header {
	
	font-family:Aaargh;
	font-size: 14px;	
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 864px;
}
#header a {
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
	font-family:Aaargh;
	font-size: 14px;
	left: 0px;
	background-color: #48B5CA;
	padding-right: 4px;
}

#header a:hover {
	color: #000;
	text-decoration: none;
	list-style-type: none;
	font-family:Aaargh;
	font-size: 14px;
	background-color: #deff00;
	left: 0px;
	padding-right: 4px;
}


a, a:visited, a:hover {
	text-decoration: none;
}


#sidebar {
	font-family:Aaargh;
  position: fixed;
  top: 24px;
  left: 0px;
  width: 200px;
  z-index:999;
}

#sidebar ul {
	color: #000;
	text-decoration: none;
	list-style-type: none;	
	left: 0px;
}

#sidebar a {
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
	font-family:Aaargh;
	font-size: 14px;
	left: 0px;
	background-color: #48B5CA;
	padding-right: 4px;
	padding-left: 4px;
}
#sidebar a:hover {
	color: #000;
	text-decoration: none;
	list-style-type: none;
	font-family:Aaargh;
	font-size: 14px;
	background-color: #deff00;
	left: 0px;
	padding-right: 10px;
	padding-left: 4px;
}
#animation {
	text-align:center;
	background:#ffffff;
	  position:relative;
  	display:inline-table;
	padding:0px;
	margin: 0px;

}

/*TILT*/
.tilt {
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-15deg);
     -moz-transform: rotate(-15deg);
       -o-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}


@font-face {
    font-family: Aaargh;
    src: url(font/Aaargh.ttf);
    font-weight:400;
}


/*SIDEPAN*/
.sidepan img {
	overflow: hidden;
  margin-left: 0px;
  -webkit-transition: margin 2s ease;
     -moz-transition: margin 2s ease;
       -o-transition: margin 2s ease;
      -ms-transition: margin 2s ease;
          transition: margin 2s ease;
}
 
.sidepan img:hover {
  margin-left: -650px;
}

