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

/*div générale de page */
div#content {
	width: 650px;
	float: center;
	text-align: center;
	padding: 5em 10em 10em; /* bottom padding for footer */
	background: url("images/fond.jpg") repeat-x;
	color: #000;
	position: static;
	border-radius: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
/*div de connexion sur la gauche */
div#part1 {
	font-variant:normal;
	padding:inherit;
	width: 190px;
	float: left;
	text-align: center;
	height: auto;
	background-color: #FE9A2E;
	background-image: -webkit-linear-gradient(top, #FE9A2E 0%, #DF3A01 100%);
	background-image: linear-gradient(to bottom, #FE9A2E 0%, #DF3A01 100%);
	border-radius: 30px 0 30px 0;
	font-family: Arial, Helvetica, sans-serif;
}
/*fond centre avec compteur */
div#part2 {
	width: 900px;
	float: center;
	text-align: center;
	height: auto;
	background-color: #EEE;
	margin: 10em;
	top: 5em;
	border-radius: 20px;
	box-shadow: 5px 10px 1.0em 1.0em #81BEF7;
	font-family: Verdana, Geneva, sans-serif;
	visibility: hidden;
}
/*non utiliser */
div#part3 {
	width: 170px;
	float: right;
	text-align: center;
	height: auto;
	background-color: #3F6;
	opacity:0.6;
	filter:alpha(opacity=70);
	background-color:#3F6 ;
	color:black;
	box-shadow: 0px 0px 1.5em 1.5em #3F6  ;
	}
div#part5 {
	font-variant:normal;
	padding:inherit;
	width: 190px;
	float: left;
	text-align: center;
	height: auto;
	background-color: #A9E2F3;
	background-image: -webkit-linear-gradient(top, #A9E2F3 0%, #0080FF 100%);
	background-image: linear-gradient(to bottom, #A9E2F3 0%, #0080FF 100%);
	border-radius: 30px 0 30px 0;
	font-family: Arial, Helvetica, sans-serif;
}
div#part15 {
	font-variant:normal;
	padding:inherit;
	width: 190px;
	float: left;
	text-align: center;
	height: auto;
	background-color: #C0C0C0;
	background-image: -webkit-linear-gradient(top, #C0C0C0 0%, #8080FF 100%);
	background-image: linear-gradient(to bottom, #C0C0C0 0%, #8080FF 100%);
	border-radius: 30px 0 30px 0;
	font-family: Arial, Helvetica, sans-serif;
}
div#part16 {
	font-variant:normal;
	padding:inherit;
	width: 190px;
	float: left;
	text-align: center;
	height: auto;
	background-color: #2F91F2;
	background-image: -webkit-linear-gradient(top, #2F91F2 0%, #6A2FF2 100%);
	background-image: linear-gradient(to bottom, #2F91F2 0%, #6A2FF2 100%);/*#C0C000*/
	border-radius: 30px 0 30px 0;
	font-family: Arial, Helvetica, sans-serif;
}
/*Pied de page */
div#footer {
	position: absolute;
	width: 100%;
	height: 18px;
	bottom: 17px; /* stick to bottom */
	background: #292f37;
	text-align: center;
	z-index: 0;
	left: 2px;
}

input[type=text],input[type=password]{
	padding: 10px 10px 10px 40px;
	margin-bottom: 15px;
	width: 90%;
	border: 2px solid #ddd;
	border-radius: 10px;
	background-color: #fafafa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #444;
}
input[type=text]{
	background:url(images/User.png)#fafafa 12px center no-repeat;
}
input[type=password]{
	background:url(images/locked.png)#fafafa 12px center no-repeat;
}
input[type=text]:focus,input[type=password]:focus{
	outline:0;
	border:1px solid #FA0521;
	box-shadow:0 0 5px	rgba(0,0,255,1.5);
}
input[type=submit]{
	background: #2DF226;
	background: -moz-linear-gradient(top, #BDBDBD 0%, #848484 100%);
	background: -webkit-gradient(linear, left top, left botton, color-stop(0%,#BDBDBD),color-stop(100%,#848484));
	background: -webkit-linear-gradient(top,#BDBDBD 0%,#848484 100%);
	background: -o-linear-gradient(top,#BDBDBD 0%,#848484 100%);
	background: -ms-linear-gradient(top, #BDBDBD 0%, #848484 100%);
	background: linear-gradient((top, #BDBDBD 0%, #848484 100%);
	color: #fff;
	border: 1px solid #4e92c7;
	border-radius: 10px;
	box-shadow: inset 0 5px 0 rgba(255,255,255,0.3);
	text-shadow: 0 5px 0 rgba(0,0,0,0.25);
	padding: 10px;
	float: right;
	width: 150px;
	cursor: pointer;
	font-style: strong;
}
input[type=submit]:hover{
		color:#407aa6;
		text-shadow:0 1px 0 rgba(255,255,255,0.5);
		box-shadow:insert 0 5px 0 rgba(255,255,255,0.3), 0 0 3px rgba(0,0,0,4);
}
.loginbox{
		width:300px;
		margin:200px auto;
		border-radius:3px;
		background:#fff;
		box-shadow:
			0 1px 1px rgba(0,0,0,.2),
			0 3px 0 #fff,
			0 4px 0 rgba(0,0,0,.2),
			0 6px 0 #fff,
			0 7px 0 rgba(0,0,0,.2),
			0 0 7px rgba(0,0,0,0.3);
		padding:20px;
		overflow:hidden;
}
loginbox h4{
	font-size:1.25em;
	border-bottom:1px dashed rgba(0,0,0,0.2);
	margin-bottom:20px;
	padding-bottom:10px;
	font-weight
}
.loginbox ul{
		list-style:none;
		float:left;
		font-size:0.9em;
		line-height:1.75em;
}
	.loginbox a{
			color:#88159F;
			text-decoration:none;
	}
#getpwd input[type=text]{
	float:left;
	width:65%;
	padding-right:10px;
}
#getpwd input[type=submit]{
	padding:10px;
	}
	#getpwd ul{
	float:right;
	margin-top:10px;
}
#getpwd{
	display:none;
}
/*<style type="text/css" media="screen">*/

div#content1 {
	padding: 0 200px;
	font-size: 18px;
	text-align: center;
	min-height: 120px;
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	radius: 2px;
	border-radius: 20px;
}
  div#content1 h1 {
    color: #2a3c49;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    font-family: "Myriad Pro","FrutigerLT Black", sans-serif;
    padding: 10px 0 25px 0; 
	}
  div#content1 strong {
	font-weight: bold;
	text-align: center;
}
  div#content1 em {
    font-style: italic; }
  div#content1 .bloc {
	width: 67px;
	height: 60px;
	background: url(../_commun/horloge/img/number.png) no-repeat;
	float: left;
	text-align: center;
	color: #AA0000;
	margin-left: 20px;
	box-shadow: 10px 5px 12px #FF8000;
	border-radius: 20px;
}
    div#content1 .bloc strong {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #6600CC;
	margin-bottom: 15px;
	margin-top: 7px;
}
  div#content1 .last {
    margin-right: 2px; }
  div#content1 .numbers {
	overflow: visible;
    *zoom: 1.5;
	padding: 15px 10px;
}

@keyframes fromtop{
		0% {margin:-200px auto;}
		50% {margin:220px auto;}
		75% {margin:180px auto;}
		100% {margin:200px auto;}
}

