@charset 'UTF-8';

@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.0.1');src:url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}

/*
	Escape Velocity 2.5 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	*
	{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	body
	{
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		color: #919499;
		background: url('../images/banner.jpg');
	}


/*********************************************************************************/
/* TYPO                                                                         */
/*********************************************************************************/

	h1,h2,h3,h4,h5,h6
	{
		font-weight: 400;
		color: #000;
		font-family: "iskra",sans-serif;
	}
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	{
		color: inherit;
		text-decoration: none;
	}

	a
	{
		text-decoration: underline;
		color: #717479;
		-moz-transition: color .25s ease-in-out;
		-webkit-transition: color .25s ease-in-out;
		-o-transition: color .25s ease-in-out;
		-ms-transition: color .25s ease-in-out;
		transition: color .25s ease-in-out;
	}
	
		a:hover
		{
			text-decoration: none;
		}
		
		a:active
		{
			text-decoration: none;
			color: #fff;
		}

	strong, b
	{
		font-weight: 700;
		color: #484d55;
	}
	
	
.white{
	color:#fff;
}
.bkg_blue-moyen{
	background-color:#5391cc;

}
.blue{
	color:#06447d;
}
.black{
	color:#000;
}
.grey{
	color:#ccc;
}
.justify{
	text-align:justify;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}


.blocTextWrap{
word-wrap: break-word;
-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;	
}

	
/*********************************************************************************/
/* CANVAS                                                                         */
/*********************************************************************************/

#header-wrapper
	{
		/*background: url('../images/banner.jpg') center center;*/
		background: url('../images/bandeau_top.jpg') no-repeat  center center;
		background-size: cover;
		
	}
	
#body-home
	{

		background: url('../images/visuel-orient-rainbow.jpg') no-repeat  center center;
		background-size: cover;
		
	}
	
#bloc-home-txt
	{

		padding-top:10em;
		padding-right:2em;
		text-align:justify;
		
	}
	
#bloc-page
{

	padding-top:10em;
	padding-right:2em;
	text-align:justify;
	
	background:#fff;

}
	
.line-bloc{
		border-bottom:#06447d solid 2px;
		margin-top:1em;
		margin-bottom:1em;
	}
	
#footer
	{
	
		background-color:#212935;
	}
	
#visuel-qsn
	{
		/*background: url('../images/banner.jpg') center center;*/
		background: url('../images/visuel-qsn.jpg') no-repeat  center center;
		background-size: cover;
		
	}	


#visuel-cn
	{
		/*background: url('../images/banner.jpg') center center;*/
		background: url('../images/visuelExportChine.jpg') no-repeat  center center;
		background-size: cover;
		
	}
#visuel-importAsie
	{
		/*background: url('../images/banner.jpg') center center;*/
		background: url('../images/visueImportAsie.jpg') no-repeat  center center;
		background-size: cover;
		
	}
	
	
		
#visuel-contact
	{
		/*background: url('../images/banner.jpg') center center;*/
		background: url('../images/visuel-contact.jpg') no-repeat  center center;
		background-size: cover;
		
	}
	
#visuel-news
	{
		/*background: url('../images/banner.jpg') center center;*/
		background: url('../images/visuel-news.jpg') no-repeat  center center;
		background-size: cover;
		
	
		
	}
#visuel-team
	{
		/*background: url('../images/banner.jpg') center center;*/
	/*	background: url('../images/visuel-team.jpg') no-repeat  center center;*/
		background:url('../images/team-1000.jpg') no-repeat center center;
		background-size: cover;
		
	}
#visuel-client
	{
		/*background: url('../images/banner.jpg') center center;*/
		background: url('../images/visuel-client.jpg') no-repeat  center center;
		background-size: cover;
		
	}
	
#visuel-curseur
	{
		/*background: url('../images/banner.jpg') center center;*/
		background: url('../images/contact-curseur.png') no-repeat  center center;
		background-size: cover;
		
	}
			
	
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: relative;
		display: block;
	
		left: 1em;
		width: 100%;
		text-align: left;
	}

		#nav > ul > li > ul
		{
			display: none;
		}

		#nav > ul
		{
			display: inline-block;
			
		}

		#nav > ul > li
		{
			display: inline-block;
			text-align: center;
			padding-right:0.3em;
			
		}
		
			#nav > ul > li > a,
			#nav > ul > li > span
			{
				display: block;
				color: #eee;
				color: rgba(255,255,255,0.75);
				text-transform: uppercase;
				text-decoration: none;
				font-size: 0.60em;
				letter-spacing: 0.15em;
				height: 1em;
				line-height: 1em;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
				-o-transition: all .25s ease-in-out;
				-ms-transition: all .25s ease-in-out;
				transition: all .25s ease-in-out;
				outline: 0;
			}
			
			#nav > ul > li:hover > a,
			#nav > ul > li.active > a,
			#nav > ul > li.active > span
			{
				color: #fff;
				
			}

			#nav #en-cours a {
			  
				color: #fff;
				border-bottom:#FFFFFF solid 2px;
				height:20px;
			}
			
			#nav #en-cours-lang a {
			  
				color: #fff;
				border-bottom:#FFFFFF solid 2px;
				height:20px;
			}
			
			
			
	#nav-lang
	{
		position: relative;
		display: block;
	
		left: 1em;
		width: 100%;
		text-align: left;
	}

		#nav-lang > ul > li > ul
		{
			display: none;
		}

		#nav-lang > ul
		{
			display: inline-block;
			
		}

		#nav-lang > ul > li
		{
			display: inline-block;
			text-align: center;
			padding-right:0.3em;
			
		}
		
			#nav-lang > ul > li > a,
			#nav-lang > ul > li > span
			{
				display: block;
				color: #eee;
				color: rgba(255,255,255,0.75);
				text-transform: uppercase;
				text-decoration: none;
				font-size: 0.60em;
				letter-spacing: 0.15em;
				height: 1em;
				line-height: 1em;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
				-o-transition: all .25s ease-in-out;
				-ms-transition: all .25s ease-in-out;
				transition: all .25s ease-in-out;
				outline: 0;
			}
			
			#nav-lang > ul > li:hover > a,
			#nav-lang > ul > li.active > a,
			#nav-lang > ul > li.active > span
			{
				color: #fff;
				
			}

			#nav-lang #en-cours a {
			  
				color: #fff;
				border-bottom:#FFFFFF solid 2px;
				height:20px;
			}
			
			#nav-lang #en-cours-lang a {
			  
				color: #fff;
				border-bottom:#FFFFFF solid 2px;
				height:20px;
			}
						
			

	#navactus
	{
		position: relative;
		display: block;

		width: 100%;
		text-align: left;
	}

		#navactus > ul > li > ul
		{
			display: none;
		}

		#navactus > ul
		{
			display: inline-block;
			
		}

		#navactus > ul > li
		{
			display: inline-block;
			text-align: center;
			padding-right:0.3em;
			
		}
		
			#navactus > ul > li > a,
			#navactus > ul > li > span
			{
				display: block;
				color: #eee;
				color: rgba(255,255,255,0.75);
				text-transform: uppercase;
				text-decoration: none;
				font-size: 0.60em;
				letter-spacing: 0.15em;
				height: 1em;
				line-height: 1em;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
				-o-transition: all .25s ease-in-out;
				-ms-transition: all .25s ease-in-out;
				transition: all .25s ease-in-out;
				outline: 0;
			}
			
			#navactus > ul > li:hover > a,
			#navactus > ul > li.active > a,
			#navactus > ul > li.active > span
			{
				color: #fff;
			}
			
			
			
	#navbtnadmin
	{
		position: relative;
		display: block;

		width: 100%;
		text-align: center;
	}

		#navbtnadmin > ul > li > ul
		{
			display: none;
		}

		#navbtnadmin > ul
		{
			display: inline-block;
			
		}

		#navbtnadmin > ul > li
		{
			display: inline-block;
			text-align: center;
			padding-right:1em;
	
			
		}
		
			#navbtnadmin > ul > li > a,
			#navbtnadmin > ul > li > span
			{
				display: block;
				color: #eee;
				color: rgba(255,255,255,0.75);
				text-transform: uppercase;
				text-decoration: none;
				font-size: 0.60em;
				letter-spacing: 0.15em;
				height: 1em;
				line-height: 1em;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
				-o-transition: all .25s ease-in-out;
				-ms-transition: all .25s ease-in-out;
				transition: all .25s ease-in-out;
				outline: 0;
			}
			
			#navbtnadmin > ul > li:hover > a,
			#navbtnadmin > ul > li.active > a,
			#navbtnadmin > ul > li.active > span
			{
				color: #fff;
			}
			
			
			
	navlineadmin
	{
		position: relative;
		display: block;

		width: 100%;
		text-align: left;
	}

		#navlineadmin > ul > li > ul
		{
			display: none;
		}

		#navlineadmin > ul
		{
			
			
		}

		#navlineadmin > ul > li
		{
		
			text-align: center;
	
			
		}
		
			#navlineadmin > ul > li > a,
			#navlineadmin > ul > li > span
			{
				display: block;
				color: #eee;
				color: rgba(255,255,255,0.75);
				text-transform: uppercase;
				text-decoration: none;
				font-size: 0.60em;
				letter-spacing: 0.15em;
				height: 1em;
				line-height: 1em;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
				-o-transition: all .25s ease-in-out;
				-ms-transition: all .25s ease-in-out;
				transition: all .25s ease-in-out;
				outline: 0;
			}
			
			#navlineadmin > ul > li:hover > a,
			#navlineadmin > ul > li.active > a,
			#navlineadmin > ul > li.active > span
			{
				color: #fff;
			}



/*********************************************************************************/
/* BUTTON                                                                          */
/*********************************************************************************/

.button_start {
	

padding:0.55em 0.55em 0.55em 0.55em;

border-radius:0.200em;


font-size: 0.85em;
color:#fff;
text-decoration: none;
vertical-align: middle;

background: #06447d;

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2NDQ3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjQ0N2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #06447d 0%, #2989d8 50%, #207cca 51%, #06447d 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#06447d), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#06447d));

background: -webkit-linear-gradient(top,  #06447d 0%,#2989d8 50%,#207cca 51%,#06447d 100%);

background: -o-linear-gradient(top,  #06447d 0%,#2989d8 50%,#207cca 51%,#06447d 100%);

background: -ms-linear-gradient(top,  #06447d 0%,#2989d8 50%,#207cca 51%,#06447d 100%);

background: linear-gradient(to bottom,  #06447d 0%,#2989d8 50%,#207cca 51%,#06447d 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06447d', endColorstr='#06447d',GradientType=0 );







   }
.button_start:hover {

	
background: #0a50a1;



   }
.button_start:active {
	
background: #0a50a1;



   }
   
.button_select {
	

padding:0.55em 0.55em 0.55em 0.55em;

border-radius:0.200em;


font-size: 0.85em;
color:#fff;
text-decoration: none;
vertical-align: middle;

background: #06447d;

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2NDQ3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjQ0N2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #06447d 0%, #2989d8 50%, #207cca 51%, #06447d 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#06447d), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#06447d));

background: -webkit-linear-gradient(top,  #06447d 0%,#2989d8 50%,#207cca 51%,#06447d 100%);

background: -o-linear-gradient(top,  #06447d 0%,#2989d8 50%,#207cca 51%,#06447d 100%);

background: -ms-linear-gradient(top,  #06447d 0%,#2989d8 50%,#207cca 51%,#06447d 100%);

background: linear-gradient(to bottom,  #06447d 0%,#2989d8 50%,#207cca 51%,#06447d 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06447d', endColorstr='#06447d',GradientType=0 );







   }
.button_select:hover {

	
background: #0a50a1;
color:#000;


   }
.button_select:active {
	
background: #0a50a1;
color:#000;



   }
   
.button_select:selected {
	
background: #0a50a1;
color:#000;
}


.abtn_admin  
	{
		text-decoration: underline;
		color: #fff;
		-moz-transition: color .25s ease-in-out;
		-webkit-transition: color .25s ease-in-out;
		-o-transition: color .25s ease-in-out;
		-ms-transition: color .25s ease-in-out;
		transition: color .25s ease-in-out;
	}
	
.abtn_admin : hover
		{
			text-decoration: none;
		}
		
.abtn_admin : active
		{
			text-decoration: none;
			color: #fff;
		}  
   

 
.button_admin {
width:85px;
	
padding:0.55em 0.55em 0.55em 0.55em;
border-radius:0.200em;
font-size: 0.85em;
color:#fff;
text-decoration: none;
vertical-align: middle;

background: #06447d;

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2NDQ3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjQ0N2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #06447d 0%, #2989d8 50%, #207cca 51%, #06447d 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#06447d), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#06447d));

background: -webkit-linear-gradient(top,  #06447d 0%,#2989d8 50%,#207cca 51%,#06447d 100%);

background: -o-linear-gradient(top,  #06447d 0%,#2989d8 50%,#207cca 51%,#06447d 100%);

background: -ms-linear-gradient(top,  #06447d 0%,#2989d8 50%,#207cca 51%,#06447d 100%);

background: linear-gradient(to bottom,  #06447d 0%,#2989d8 50%,#207cca 51%,#06447d 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06447d', endColorstr='#06447d',GradientType=0 );
}
.button_admin:hover 
{	
background: #0a50a1;
}   
.button_admin:active {	
background: #0a50a1;
}     
   
form
{
	
}

	form label
	{
		display: block;
		color: #484d55;
		
	}
	
	form select{
		

		display: block;
		border:#010101 solid 1px;
		background: #fff;
		box-shadow: inset 0px 0px 1px 0px #a0a1a7;
		border-radius: 0.35em;
		
		padding: 0.25em 0.25em 0.25em 0.25em;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	
	
	
	
	

	form input.text,
	form textarea
	{

		-webkit-appearance: none;
		display: block;
		border:#010101 solid 1px;
		background: #fff;
		box-shadow: inset 0px 0px 1px 0px #a0a1a7;
		border-radius: 0.35em;
		width: 309px;
		padding: 0.25em 0.25em 0.25em 0.25em;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}

		form input.text:hover,
		form select:hover,
		form textarea:hover
		{
			
		}

		form input.text:focus,
		form select:focus,
		form textarea:focus
		{
			background: #f8f8f8;
		}
		
		form textarea
		{
			min-height: 12em;
		}

		form .formerize-placeholder
		{
			color: #555 !important;
			font-style: italic;
		}

		form ::-webkit-input-placeholder
		{
			color: #555 !important;
			font-style: italic;
		}

		form :-moz-placeholder
		{
			color: #555 !important;
			font-style: italic;
		}

		form ::-moz-placeholder
		{
			color: #555 !important;
			font-style: italic;
		}

		form :-ms-input-placeholder
		{
			color: #555 !important;
			font-style: italic;
		}

		form ::-moz-focus-inner
		{
			border: 0;
		}
		
		
		
		




.adminform
{
	
}

.adminform label
	{
		display: block;
		color: #484d55;
		
	}
	
.adminform select{
		

		display: block;
		border:#010101 solid 1px;
		background: #fff;
		box-shadow: inset 0px 0px 1px 0px #a0a1a7;
		border-radius: 0.35em;
		
		padding: 0.25em 0.25em 0.25em 0.25em;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	
	
	
	
	

.adminform input.text,
.adminform textarea
	{

		-webkit-appearance: none;
		display: block;
		border:#010101 solid 1px;
		background: #fff;
		box-shadow: inset 0px 0px 1px 0px #a0a1a7;
		border-radius: 0.35em;
		width:1000px;
		padding: 0.25em 0.25em 0.25em 0.25em;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}

.adminform input.text:hover,
.adminform select:hover,
.adminform textarea:hover
		{
			
		}

.adminform input.text:focus,
.adminform select:focus,
.adminform textarea:focus
		{
			background: #f8f8f8;
		}
		
.adminform textarea
		{
			min-height: 12em;
		}

.adminform .formerize-placeholder
		{
			color: #555 !important;
			font-style: italic;
		}

.adminform ::-webkit-input-placeholder
		{
			color: #555 !important;
			font-style: italic;
		}

.adminform :-moz-placeholder
		{
			color: #555 !important;
			font-style: italic;
		}

.adminform ::-moz-placeholder
		{
			color: #555 !important;
			font-style: italic;
		}

.adminform :-ms-input-placeholder
		{
			color: #555 !important;
			font-style: italic;
		}

.adminform ::-moz-focus-inner
		{
			border: 0;
		}










.btn {
    display: inline-block;
    padding: 10px;
    border-radius: 5px; /*optional*/
    color: #aaa;
    font-size: .875em;
}

.pagination {
    background: #fff;
    padding: 1em;
    margin-bottom: 1em;
}

.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #ccc;
    box-shadow: inset 0px 0px 2px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
