/* 
    Document   : StylePrincipal
    Created on : 2013-12-04, 09:45:47
    Author     : frahilia
    Description:
        Purpose of the stylesheet follows.
*/

body{
  // background: #f3f3f3 url('../images/admin.png');
    background:  url('../images/bg4.jpg')no-repeat fixed center;
    background-size:1600px 1000px;
  //  background: #f9f9f9;
 //background:  url('../images/bgp.gif');
//border-right: 1px solid #dedede;

}
.b_orange {
	-moz-box-shadow:inset 0px 0px 0px 0px #fafafa;
	-webkit-box-shadow:inset 0px 0px 0px 0px #fafafa;
	box-shadow:inset 0px 0px 0px 0px #fafafa;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #3d3c3d) );
	background:-moz-linear-gradient( center top, #999999 5%, #3d3c3d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#3d3c3d');
	background-color:#999999;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:4px solid #f0edf0;
	display:inline-block;
	color:#080408;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:33px;
	line-height:33px;
	width:100px;
	text-decoration:none;
	text-align:center;
}
.b_orange:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d3c3d), color-stop(1, #999999) );
	background:-moz-linear-gradient( center top, #3d3c3d 5%, #999999 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d3c3d', endColorstr='#999999');
	background-color:#3d3c3d;
}.b_orange:active {
	position:relative;
	top:1px;
}

.heurs{
 /*  float:right;
   margin-top:-30%;
  margin-left: 5%;*/
// width: 600px;
 text-align: center;
}
.date {
   // margin-left: 50%;
   float:left;
   margin: 0px auto;
   padding: 0px;
   font-size: 150%;
   height: 1000px;
}
 td{
   margin: 0px auto;
   padding: 0px;
}
.date input{
    width: 300px;
    height: 25px;   
    border-radius: 5px;
  
}

.patient input{
     width: 250px;
    height: 25px;
     margin: 3px;
     border-radius: 5px;
}
.heurs input ,select{
    width:250px;
    height: 25px;
     margin: 3px;
     border-radius: 5px;
      font-size: 110%;
    
}
.heurs label{
   font-size: 150%;
}
.d_rech{
   // margin-top: 10%;
}
.ag_all{
   //margin: 10%;
    padding: 0px;
    color: #191950;
    min-width: 1030px;
}
.ag_all li{
  display: inline;
}
.b_mdf_h{
    background:  url('../images/mdf.png');
     width: 32px;
    height: 32px;
    border:none;
}
.b_sup_h{
    background:  url('../images/sup.png');
    width: 32px;
    height: 32px;
    border:none;
}
.tab2 {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.tab2 table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.tab2 tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.tab2 table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.tab2 table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.tab2 tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.tab2 tr:hover td{
	
}
.tab2 tr:nth-child(odd){ background-color:#e5e5e5; }
.tab2 tr:nth-child(even)    { background-color:#ffffff; }.tab2 td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:2px;
	font-size:15px;
	font-family:Georgia;
	font-weight:normal;
	color:#000000;
}.tab2 tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tab2 tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tab2 tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tab2 tr:first-child td{
		background:-o-linear-gradient(bottom, #4c4c4c 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #4c4c4c 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#000000");	background: -o-linear-gradient(top,#4c4c4c,000000);

	background-color:#4c4c4c;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Georgia;
	font-weight:bold;
	color:#ffffff;
}
.tab2 tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #4c4c4c 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #4c4c4c 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#000000");	background: -o-linear-gradient(top,#4c4c4c,000000);

	background-color:#4c4c4c;
}
.tab2 tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tab2 tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.tab2 tr{
    max-width: 200px;
}
.tab2 td{
     max-width: 200px; 
}
.max_text{
   max-width: 300px;  
}
.conn_all{
  min-width:1030px ;
  color:#191950;
}
.menuADMIN{
     min-width:1030px ;
}
.medecinADMIN{
    width: 900px;
    margin-left:4%;
    margin-right: 4%;
}
.M_maitre{
   // text-align: center;
    margin-top: 5%;
  // background:  #f4f4f4;
  // color: #666666;
color: #191950;
}
.M_maitre input{
      width: 300px;
    font-size: 110%; 
}
.menuADMIN span{
       color:#191950;
       padding: 2%;
}
.Emp_maitre{
     margin-top: 5%;
  // background:  #f4f4f4;
  // color: #666666;
  color:#191950;
}

.Emp_maitre input{
    width: 300px;
    font-size: 110%;
   
}
.emploi{
      margin-top: 5%;
    color: #191950;
}
.submit {
  background: url("../images/login-btn.png" );
     width: 103px;
     height: 40px;
     border-radius: 5px;
     border: none;
}
#myForm2{
    margin-top: 2%;
    
    
}
#myForm h3{
    color: #191950;
}
.menuLogin{
/*    background: url(../images/form.png) repeat-y;
    width: 500px;
    height: 230px;
   margin-top: 20%;
   margin-left: 30%;*/
}
.heurs a{
    color: #191950;
    font-weight: bold;
}
























/////////////////////////////////////
/*@import url('http://fonts.googleapis.com/css?family=Open+Sans');
@font-face{
	src:url("http://dl.dropbox.com/u/94346812/cssdeck/fonts/pictos-regular-webfont.ttf") format("truetype"),
		url("http://dl.dropbox.com/u/94346812/cssdeck/fonts/pictos-regular-webfont.otf") format("opentype"),
		url("http://dl.dropbox.com/u/94346812/cssdeck/fonts/pictos-regular-webfont.svg") format("svg");
	font-family:icon;
}

body{
	background:#292931;
	font-family:'Open Sans';
}
label{
	font-family:icon;
	text-shadow:0 -1px 0 #666;
	-webkit-font-smoothing: antialiased; 
}
#block,#option{
	width:230px;
	height:113px;
	margin:auto;
}
#block{
	background:#423143;
	margin-top:100px;
}
#block:before{
	content:'';
	display:block;
	width:230px;
	height:3px;
		 The rainbow
	background:linear-gradient(left, rgba(173,107,173,1) 0%, rgba(173,107,173,1) 1%, rgba(181,121,168,1) 1%, rgba(181,126,181,1) 2%, rgba(181,126,181,1) 2%, rgba(189,136,187,1) 3%, rgba(189,136,187,1) 3%, rgba(197,151,181,1) 4%, rgba(197,151,181,1) 5%, rgba(206,165,194,1) 5%, rgba(206,165,194,1) 6%, rgba(214,178,194,1) 6%, rgba(214,178,194,1) 7%, rgba(222,189,189,1) 7%, rgba(222,189,189,1) 8%, rgba(222,197,197,1) 8%, rgba(222,197,197,1) 9%, rgba(229,210,200,1) 9%, rgba(229,210,200,1) 10%, rgba(241,230,197,1) 11%, rgba(241,230,197,1) 12%, rgba(247,247,197,1) 12%, rgba(247,247,197,1) 15%, rgba(236,247,194,1) 15%, rgba(236,247,194,1) 16%, rgba(230,239,189,1) 17%, rgba(230,239,189,1) 18%, rgba(222,239,183,1) 19%, rgba(222,239,183,1) 20%, rgba(212,239,176,1) 20%, rgba(212,239,176,1) 22%, rgba(201,230,165,1) 22%, rgba(201,230,165,1) 25%, rgba(186,230,158,1) 26%, rgba(186,230,158,1) 27%, rgba(182,225,147,1) 27%, rgba(182,225,147,1) 30%, rgba(169,222,140,1) 30%, rgba(169,222,140,1) 32%, rgba(160,222,132,1) 32%, rgba(160,222,132,1) 36%, rgba(156,214,147,1) 36%, rgba(156,214,147,1) 39%, rgba(148,214,161,1) 40%, rgba(148,214,161,1) 43%, rgba(148,214,174,1) 43%, rgba(148,214,174,1) 45%, rgba(148,206,186,1) 46%, rgba(148,206,186,1) 48%, rgba(140,206,197,1) 49%, rgba(140,206,197,1) 52%, rgba(140,206,212,1) 52%, rgba(140,206,212,1) 55%, rgba(140,195,221,1) 55%, rgba(140,195,221,1) 58%, rgba(148,179,210,1) 59%, rgba(148,179,210,1) 60%, rgba(156,173,206,1) 61%, rgba(156,167,197,1) 61%, rgba(156,167,197,1) 63%, rgba(165,154,189,1) 63%, rgba(165,154,189,1) 64%, rgba(169,148,181,1) 65%, rgba(169,148,181,1) 66%, rgba(173,134,175,1) 66%, rgba(173,134,175,1) 67%, rgba(181,121,168,1) 67%, rgba(181,121,168,1) 69%, rgba(189,115,156,1) 69%, rgba(189,115,156,1) 70%, rgba(196,102,146,1) 71%, rgba(196,102,146,1) 72%, rgba(200,88,143,1) 73%, rgba(200,88,143,1) 74%, rgba(206,80,132,1) 74%, rgba(206,80,132,1) 76%, rgba(214,64,123,1) 76%, rgba(214,64,123,1) 78%, rgba(220,59,114,1) 78%, rgba(220,59,114,1) 79%, rgba(222,48,110,1) 79%, rgba(222,48,110,1) 80%, rgba(232,42,107,1) 80%, rgba(232,42,107,1) 81%, rgba(230,33,99,1) 81%, rgba(230,33,99,1) 83%, rgba(232,42,107,1) 83%, rgba(232,42,107,1) 84%, rgba(222,48,110,1) 85%, rgba(222,48,110,1) 86%, rgba(220,59,114,1) 87%, rgba(220,59,114,1) 88%, rgba(214,64,123,1) 88%, rgba(214,64,123,1) 89%, rgba(206,66,130,1) 90%, rgba(206,66,130,1) 92%, rgba(199,74,141,1) 92%, rgba(199,74,141,1) 94%, rgba(189,82,148,1) 95%, rgba(189,82,148,1) 96%, rgba(184,90,158,1) 97%, rgba(184,90,158,1) 99%, rgba(181,99,165,1) 99%, rgba(181,99,165,1) 100%);

}
#block:after{
	content:'';
	display:block;
	width:15px;
	height:15px;
	background:#423143;
	transform:rotate(-45deg);
	margin:10px 18px;
	position:absolute;
}
#block label, #submit{
	position:absolute;
	width:33px;
	height:34px;
	background:#dedede;
	margin:15px;
	text-align:center;
	line-height:2.2;
	color:#857487;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
}
#block label#pass{
	position:absolute;
	width:33px;
	height:34px;
	background:#dedede;
	margin:-5px 15px;
}
#submit{
	border:0;
	margin:-29px 180px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	font-family:icon;
	background:#ae6cac;
	text-shadow:0 -1px 0 #333;
		box-shadow:-1px 0 1px 0px #6c5b6d;
	font-size:12px;
	line-height:2.8;
	padding:0;
}
#submit:hover{
	color:#fff;
}
#user, #pass{
	box-shadow:0.1px 0 2px #6c5B6d;
}
#block input[type=text],#block  input[type=password], #option p {
	font-family:'Open Sans';
	font-weight:300;
	-webkit-font-smoothing: antialiased;
}
#block input[type=text],#block  input[type=password]{
	width:156px;
	height:32px;
	margin:15px 15px;
	border:0;
	border-radius:2px;
	outline:0;
	display:block;
	font-size:18px;
}
#block input[type=password]{
	width:156px;
	height:32px;
	margin:-5px 15px;
}
#submit{
	color:#fff;font-size:8px;font-weight:bold;
}
#option{
	width:230px;
	height:80px;
	overflow:hidden;
	margin:auto;
}
#option p{
	color:#6c5B6d;
	font-size:24px;
	text-transform:uppercase;
	padding:0px 18px;
	margin-top:15px;
	display:block;
	float:left;
	-webkit-font-smoothing: antialiased;
text-shadow:0 -1px 0 #000;	
}
#option a{
	-webkit-font-smoothing: antialiased;
	color:#6c5B6d;
	text-shadow:0 -1px 0 #000;
	font-size:12px;
	display:block;
	float:right;
	margin:26px 15px;
}

input{padding-left:40px;}
#block:active > #block:before{
	background-position:100px 100px;
}

 placeholder 
::-webkit-input-placeholder {
	-webkit-font-smoothing: antialiased;
	color:#999;
	font-size:16px;
}
:-moz-input-placeholder {  
	color:#999;
	font-size:16px;
}*/