﻿

.grow { 
transition: all .3s ease-in-out;
 }
.grow:hover { 
transform: scale(1.1);
 }

 
.getbig { 
transition: all .3s ease-in-out;
 }
.getbig:hover { 
font-size:60px;
box-shadow: 2px 3px 2px 2px rgba(188, 188, 188, 0.5);
transform: scale(1.1);
 }

 
.modelButton {
	-moz-box-shadow:inset 0px 1px 11px -4px #9fb4f2;
	-webkit-box-shadow:inset 0px 1px 11px -4px #9fb4f2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #4e6096;
	 box-shadow: 2px 3px 2px 2px rgba(188, 188, 188, 0.5);
	   text-decoration: none;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	 min-width:35px;
	 	 max-width:65px;
}

.modelButton:hover {
	-moz-box-shadow:inset 0px 1px 11px -4px #9fb4f2;
	-webkit-box-shadow:inset 0px 1px 11px -4px #9fb4f2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #4e6096;
	 box-shadow: 2px 3px 2px 2px rgba(188, 188, 188, 0.5);
}


.BlueButton {
	-moz-box-shadow:inset 0px 1px 11px -4px #9fb4f2;
	-webkit-box-shadow:inset 0px 1px 11px -4px #9fb4f2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #4e6096;
	 box-shadow: 2px 3px 2px 2px rgba(188, 188, 188, 0.5);
	   text-decoration: none;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	 min-width:35px;
	 	 max-width:65px;
}

.BlueButton:hover {
	-moz-box-shadow:inset 0px 1px 11px -4px #9fb4f2;
	-webkit-box-shadow:inset 0px 1px 11px -4px #9fb4f2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #4e6096;
	 box-shadow: 2px 3px 2px 2px rgba(188, 188, 188, 0.5);
}

.topbuttonsleft {
  color: black;
  text-align: center;
  border-radius:8px;
  font-size:100%;
  float:left;
   height:40px;
      margin-top: 4;
	margin-bottom: 5;
  margin-left:1px; 
   margin-right:10px; 
  	-moz-box-shadow:inset 0px 1px 11px -4px #9fb4f2;
	-webkit-box-shadow:inset 0px 1px 11px -4px #9fb4f2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #4e6096;
  box-shadow:-1px 2px 5px 1px rgba(0, 0, 0, 0.7);
 background-color: #dddddd;    
}

.topbuttonsright{
  color: black;
  text-align: center;
  border-radius:8px;
  font-size:100%;
  float:right; 
   height:40px;
      margin-top: 4;
	margin-bottom: 5;
  margin-left:1px; 
   margin-right:10px; 
  	-moz-box-shadow:inset 0px 1px 11px -4px #9fb4f2;
	-webkit-box-shadow:inset 0px 1px 11px -4px #9fb4f2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #4e6096;
  box-shadow:-1px 2px 5px 1px rgba(0, 0, 0, 0.7);
 background-color: #dddddd;    
}

 .topbuttonsright:hover { 
    list-style-type: none;
    margin-top: 5;
	margin-bottom: 4;
      overflow: hidden;
   	 box-shadow: 2px 2px 2px 2px rgba(244, 244, 244, 0.7);
	  background-color: #cccccc;  
	  margin-left: 0;
	    margin-right :11;
	  text-decoration: none;
}

 .topbuttonsleft:hover { 
    list-style-type: none;
    margin-top: 5;
	margin-bottom: 4;
      overflow: hidden;
   	 box-shadow: 2px 2px 2px 2px rgba(244, 244, 244, 0.7);
	  background-color: #cccccc;  
	  margin-left: 0;
	    margin-right :11;
	  text-decoration: none;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
		border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	width:80%;
	margin-top:8px;
	margin-bottom:15px;
	box-shadow:-1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	border-radius:8px;
}


.myButtonMoinsLarge {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
		border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:34px;
	
	
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	width:40%;
	margin-top:8px;
	margin-bottom:8px;
	box-shadow:-1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	border-radius:7px;
}



.myButtonMoinsLarge:hover {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
		border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:34px;
	
	
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	width:38%;
	margin-top:8px;
	margin-bottom:8px;
	box-shadow:-1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	border-radius:7px;
}


.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
	margin-top:8px;
	margin-bottom:15px;
	width:79%
}

.myButton:active {
	position:relative;
	top:1px;
}


 .ImageDeFondFacade { 
  background: url(facadewhite.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  
 .ImageFondComptoir { 
  background: url(ImageFondComptoir.jpg) no-repeat center center fixed; 
  opacity:0.95;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.tickButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 4px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:2px;
	margin-right:2px;
	box-shadow:-1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	border-radius:6px;
}




.tickButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:3px;
	margin-right:1px;
	box-shadow:inset 1px -1px 1px 1px #97c4fe;	
}





.tickCase {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#080808;
	background-color:#efefef;
	font-family:Arial;
	font-size:14px;
	padding:2px 4px;
	text-decoration:none;
	margin-left:2px;
	margin-right:2px;
	margin-top:1px;
	margin-bottom:1px;
	box-shadow:-1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	border-radius:4px;
}



.tickCase:hover {	
	margin-top:1px;
	margin-bottom:1px;
	margin-left:3px;
	margin-right:1px;
	box-shadow:inset 1px -1px 1px 1px #97c4fe;	
}




.tickButtonVert {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 4px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:2px;
	margin-right:2px;
	box-shadow:-1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	border-radius:6px;
}




.tickButtonVert:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:3px;
	margin-right:1px;
	box-shadow:inset 1px -1px 1px 1px #97c4fe;	
}



.tickButtonJaune {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff623), color-stop(1, #ffff33));
	background:-moz-linear-gradient(top, #fff623 5%, #ffff33 100%);
	background:-webkit-linear-gradient(top, #fff623 5%, #ffff33 100%);
	background:-o-linear-gradient(top, #fff623 5%, #ffff33 100%);
	background:-ms-linear-gradient(top, #fff623 5%, #ffff33 100%);
	background:linear-gradient(to bottom, #fff623 5%, #ffff33 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff623', endColorstr='#ffff33',GradientType=0);
	background-color:#fff623;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 4px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:2px;
	margin-right:2px;
	box-shadow:-1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	border-radius:6px;
}




.tickButtonJaune:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:3px;
	margin-right:1px;
	box-shadow:inset 1px -1px 1px 1px #97c4fe;	
}



.myButtonOrange {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:2px;
	margin-right:2px;
}
.myButtonOrange:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.myButtonOrange:active {
	position:relative;
	top:1px;
}



.myButtonGris {
	-moz-box-shadow: 3px 4px 0px 0px #899599;
	-webkit-box-shadow: 3px 4px 0px 0px #899599;
	box-shadow: 3px 4px 0px 0px #899599;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bab1ba));
	background:-moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-o-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bab1ba',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#3a8a9e;
	font-family:Arial;
	font-size:17px;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:2px;
	margin-right:2px;
}
.myButtonGris:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bab1ba), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-o-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bab1ba', endColorstr='#ededed',GradientType=0);
	background-color:#bab1ba;
}
.myButtonGris:active {
	position:relative;
	top:1px;
}


.myButtonlg {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:9px;
	border:2px solid #999999;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:2px;
	margin-right:2px;
}
.myButtonlg:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.myButtonlg:active {
	position:relative;
	top:1px;
}

.myImage {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow: 0px 1px 0px 0px #fff6af;
	border-radius:9px;
	border:2px solid #999999;
	margin-top:6px;
	margin-bottom:6px;
	margin-left:6px;
	margin-right:6px;
}


.myImage:hover {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow: 0px 1px 0px 0px #fff6af;
	border-radius:9px;
	border:2px solid #999999;
	margin-top:8px;
	margin-bottom:4px;
	margin-left:8px;
	margin-right:4px;
}


.myKhaki {

	background-color:white;
	border-radius:9px;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow: 0px 1px 0px 0px #fff6af;
	text-shadow:0px 1px 0px #ffffff;
	margin-top:2px;
	margin-bottom:4px;
	margin-left:2px;
	padding:7px ;
	
}


.myBlue {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:white;
	padding:6px ;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	
	margin-top:3px;
	margin-bottom:10px;
	box-shadow:-1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	border-radius:8px;
}

.myBblue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
	margin-top:3px;
	margin-bottom:10px;
}

.myBlue:active {
	position:relative;
	top:1px;
}



.zoomin { 

-webkit-transition: all 2s ease; 
-moz-transition: all 2s ease; 
transition: all 2s ease; 
}

.zoomin:hover { 
width: 300px; 
height: 300px; 
} 



.myBlueStaticBack {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
		border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	width:80%;
	margin-top:3px;
	margin-bottom:5px;
	box-shadow:-1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	border-radius:8px;
	opacity:0.85;
}



.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
  
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 3px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


.myRedStaticBack {
	-moz-box-shadow:inset 0px 1px 0px 0px #974444;
	-webkit-box-shadow:inset 0px 1px 0px 0px #974444;
	box-shadow:inset 0px 1px 0px 0px #974444;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9994f6), color-stop(1, #1e4444));
	background:-moz-linear-gradient(top, #999444 5%, #1e4444 100%);
	background:-webkit-linear-gradient(top, #3d4444 5%, #1e4444 100%);
	background:-o-linear-gradient(top, #994444 5%, #1e4444 100%);
	background:-ms-linear-gradient(top, #994444 5%, #1e4444 100%);
	background:linear-gradient(to bottom, #994444 5%, #1e4444 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#994444', endColorstr='#1e4444',GradientType=0);
	background-color:#994444;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
		border:1px solid #334444;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	width:80%;
	margin-top:3px;
	margin-bottom:5px;
	box-shadow:-1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	border-radius:8px;
	opacity:0.85;
}

.myRienStaticBack {
	

	-moz-border-radius:6px;
	-webkit-border-radius:6px;

	display:inline-block;
	cursor:pointer;
		font-family:Arial;
	color:black;
	
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	
	width:80%;
	margin-top:3px;
	margin-bottom:5px;
	 
	border-radius:8px;
	opacity:0.0;
}






@-webkit-keyframes shakeme {
        0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
.shakeme:hover,
.shakeme:focus {
	-webkit-animation-name: shakeme;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
.shakeme {
	display:inline-block
}




.shakemeall {
	-webkit-animation-name: shakeme;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}


.shakemealldecal {
	-webkit-animation-name: shakeme;
	-webkit-animation-duration: 1s;
	-webkit-transform-origin:40% 60%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
