html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #404040;
  background: #FFFFFF;
}

.register-title {
  width: 270px;
  line-height: 43px;
  margin: 50px auto 20px;
  font-size: 19px;
  font-weight: 500;
  color: white;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background: #d7604b;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, #dc745e, #d45742);
  background-image: -moz-linear-gradient(top, #dc745e, #d45742);
  background-image: -o-linear-gradient(top, #dc745e, #d45742);
  background-image: linear-gradient(to bottom, #dc745e, #d45742);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}

.register {
  margin: 0 auto;
  width: 330px;
  padding: 20px;
  background: #f4f4f4;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-top : 30px;
}

input {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 }

.register-input {
  display: block;
  width: 100%;
  height: 38px;
  margin-top: 2px;
  font-weight: 500;
  background: none;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
}
.register-input:focus {
  border-color: #1e9ce6;
  outline: 0;
}

.register-button {
  display: block;
  width: 100%;
  height: 42px;
  margin-top: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #494d59;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background: #fcfcfc;
  border: 1px solid;
  border-color: #d8d8d8 #d1d1d1 #c3c3c3;
  border-radius: 2px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee);
  background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
  background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
  background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.03), 0 1px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.03), 0 1px rgba(0, 0, 0, 0.04);
}
.register-button:active {
  background: #eee;
  border-color: #c3c3c3 #d1d1d1 #d8d8d8;
  background-image: -webkit-linear-gradient(top, #eeeeee, #fcfcfc);
  background-image: -moz-linear-gradient(top, #eeeeee, #fcfcfc);
  background-image: -o-linear-gradient(top, #eeeeee, #fcfcfc);
  background-image: linear-gradient(to bottom, #eeeeee, #fcfcfc);
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.03);
}
.register-button:focus {
  outline: 0;
}


.register-button-acti {
  display: block;
  width: 100%;
  height: 42px;
  margin-top: 5px;
  font-size: 10px;
  font-weight: bold;
  color: #494d59;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background: #fcfcfc;
  border: 1px solid;
  border-color: #d8d8d8 #d1d1d1 #c3c3c3;
  border-radius: 2px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee);
  background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
  background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
  background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.03), 0 1px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.03), 0 1px rgba(0, 0, 0, 0.04);
}
.register-button-acti:active {
  background: #eee;
  border-color: #c3c3c3 #d1d1d1 #d8d8d8;
  background-image: -webkit-linear-gradient(top, #eeeeee, #fcfcfc);
  background-image: -moz-linear-gradient(top, #eeeeee, #fcfcfc);
  background-image: -o-linear-gradient(top, #eeeeee, #fcfcfc);
  background-image: linear-gradient(to bottom, #eeeeee, #fcfcfc);
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.03);
}
.register-button-acti:focus {
  outline: 0;
}



.register-switch {
  height: 32px;
  margin-bottom: 15px;
  padding: 4px;
  background: #6db244;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #60a83a, #7dbe52);
  background-image: -moz-linear-gradient(top, #60a83a, #7dbe52);
  background-image: -o-linear-gradient(top, #60a83a, #7dbe52);
  background-image: linear-gradient(to bottom, #60a83a, #7dbe52);
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
}

.register-switch-input {
  display: none;
}

.register-switch-label {
  float: left;
  width: 50%;
  line-height: 32px;
  color: white;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.register-switch-input:checked + .register-switch-label {
  font-weight: 500;
  color: #434248;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background: white;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee);
  background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
  background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
  background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

:-moz-placeholder {
  color: #aaa;
  font-weight: 300;
}

::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.logo{
	width:100%;
	text-align:center;
	padding-top:100px;
}
.Error{
	display:none;
	color:red;
	padding-top: 10px;
	text-align: center;
}
.Top{
	width:100%;
	/*height:50px;*/
	position:fixed;
	top:0;
	left:0;
	padding-left:20px;
	padding-top:10px;	
	padding-right:20px;	
	background:#FFFFFF;
	z-index:99999;
}
.list-group .ssmenu{
	padding-left:40px;	
	font-size:12px;
}
.sous-menu{
	display:none;
}
.TopLogo{
	float:left;
    padding-top: 7px;
    text-align: center;
    width: 69%;	
}
.TopMyL{
	float:left;
	width:20%;
}
.TopInfo{
	float:right;
	font-size:12px;
	padding-top:5px;
}
.TopInfoConnect
{
	float:left;	
}
.TopInfoDisConnect
{
	float:right;	
}
.MainCentralContent{
	padding-left : 300px;
	padding-top : 150px;	
}
.CritRechCli{
	width:98%;
	padding:10px;
	background: #ffffff none repeat scroll 0 0;
	border-radius: 4px;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);		
	overflow: hidden;
	margin-left:1px;
}
.ui-helper-hidden-accessible { display:none; }
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
.ui-autocomplete.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 10px;
}
.CritLabel{
	width : 200px;
	float:left;
}
.CritForm{
	float:left;
}
#searchclient{
	width:200px;
	font-size:12px;
	padding:1px;
}
.ItemEntete{
	margin-bottom:15px;
}
.CritGlob{
	width:100%;
	overflow:hidden;	
	padding-top:10px;
}
#DateCreaCli{
	height:23px;
	width:200px;
}
.SepCliNom{
	margin-bottom:10px;
}
.SearchButtonCli{
	float:left;
	width:100px;
}
.RCNButton{
	height:23px;
	font-weight:normal;
	font-size:12px;
}
#SearchCliById{
	margin-top:0px;
	margin-left:10px;
}
.SearchButtonCliGlob{
	overflow:hidden;
	width:100px;
}
.AffResult{
	display:none;
	padding-top:20px;
	width:98%;
}
.BackBtn{
	height:23px;
	font-weight:normal;
	font-size:12px;
	width:190px;
	margin-bottom:20px;
	margin-top:0px;
}
.RappelCli{
	margin : 10px 0;	
}
.LeftBloc{
	clear: both;
	padding-top:5px;
	float:left;
	width:50%;	
}
.RightBloc{
	padding-top:5px;	
	float:left;
	width:50%;	
}
.CliLabel{
	font-style:italic;
	font-size:12px;
	/*margin-bottom:10px;*/
	font-weight:bold;
}
.MainTabContent{
	min-height: 100%;
	/*overflow:hidden;*/
}
.LeftBlocContact{
	padding-top:5px;
	overflow:hidden;
	width:100%;	
}
.RightBlocContact{
	overflow:hidden;
	width:100%;	
}
.TAContact{
	width:100%;	
}
/*#CliTab1 input{
	height:12px;
}*/
.AddComBtn{
	height:23px;
	font-weight:normal;
	font-size:12px;
	width:150px;
	margin-top:5px;
}
.MAJCONTACT{
	cursor:pointer;
}
.DELCONTACT{
	cursor:pointer;
}
.MAJCANDIDAT{
	cursor:pointer;
}
.DELCANDIDAT{
	cursor:pointer;
}
.MAJTHEME{
	cursor:pointer;
}
.DELTHEME{
	cursor:pointer;	
}
.MAJLIEU{
	cursor:pointer;
}
.DELLIEU{
	cursor:pointer;	
}
.MAJFORM{
	cursor:pointer;
}
.DELFORM{
	cursor:pointer;	
}
.ADDPARAM{
	cursor:pointer;	
}
.CliGroupInfo {
  padding:10px;	
  border:1px solid #;		
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);	
}
.LeftBlocDivers{
	float:left;
	width:50%;
	margin-top:10px;
}
.txtareaautre{
	width:95%;
	font-weight:normal;
	font-style:normal;
	height:80px;
}
/*----------------------------
    The file upload form
-----------------------------*/


#upload{
    font-family:'PT Sans Narrow', sans-serif;
    background-color:#373a3d;

    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);
    width:400px;
    padding:30px;
    border-radius:3px;
    margin:auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop{
    background-color: #2E3134;
    padding: 40px 50px;
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a{
    background-color:#007a96;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 -30px;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
}

#upload ul li{

    background-color:#333639;

    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 80px;

    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}


/*----------------------------
    The Demo Footer
-----------------------------*/


footer{
    background-color: #080808;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
    height: 40px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100000;
}

footer h2{
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top:0;
    left: 50%;
    bottom:0;
    margin-left: -420px;
    padding:13px 20px 0;
    border:1px solid #000;
    border-width:0 1px;
    background-color:rgba(0,0,0,0.6);
    box-shadow:0 0 5px #000 inset;
    line-height: 1;
    margin-top: 0;
}

footer h2 a{
    color: #EEEEEE !important;
    text-decoration:none !important;
}

footer h2 i{
    font-style:normal;
    color:#888;
}

#tzine-download{
    opacity:0.9;
    background-color:#257691;
    font-size:11px;
    text-align:center;
    text-transform:uppercase;
    width:150px;
    height:28px;
    line-height:28px;
    text-decoration:none !important;

    display: inline-block;
    border-radius: 2px;
    color: #fff !Important;
    font-weight: bold;
    box-shadow: 0 -1px 2px #1e5e74 inset;

    border-top:1px solid #26849c;

    text-shadow:1px 1px 1px #1e6176;
    margin-top:6px;
}

#tzine-download:hover{
    opacity:1;
}

#tzine-actions{
    position:absolute;
    top:0;
    width:500px;
    right:50%;
    margin-right:-420px;
    text-align:right;
}

#tzine-actions iframe{
    display: inline-block;
    height: 21px;
    width: 95px;
    position: relative;
    float: left;
    margin-top: 11px;
}
.LeftBlocFic{
	float:left;	
}
.LeftBlocFicLien{
	float:left;	
	margin-left:10px;
	width:300px;
	margin-top:7px;
	font-size:10px;
}
.LeftBlocFicDel{
	float:left;	
	margin-top:7px;
	font-size:10px;
}
#ListFicExist{
	margin-top:20px;
}
#loadwait{
    background: url('../img/loading_spinner.gif') no-repeat;	
	width:200px;
	height:200px;
}
.SaveButton{
	cursor:pointer;
	background:#cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50%;
	padding:20px;
	border-radius: 4px;
	font-weight:bold;
	color:red;
}
.list-group-item.ssmenu.MenuActif{
	font-weight:bold;
	color:#FFFFFF;
	background:#00BCEF;
}
.LeftBlocSuivi{
	padding-top:5px;
	overflow:hidden;
	width:100%;	
}
.RightBlocSuivi{
	overflow:hidden;
	width:100%;	
}
.TASuivi{
	width:100%;	
}
.MAJSUIVI{
	cursor:pointer;
}
.DELSUIVI{
	cursor:pointer;
}
.MAJREF{
	cursor:pointer;
}
.DELREF{
	cursor:pointer;
}
.MAJPROP{
	cursor:pointer;
}
.DELPROP{
	cursor:pointer;
}
.MAJFB{
	cursor:pointer;
}
.AddSuivBtn{
	height:23px;
	font-weight:normal;
	font-size:12px;
	width:150px;
	margin-top:5px;
}
.NomSuivi0{
	color:blue;
}
.NomSuivi1{
	color:green;
}
.HomeAlerteCli{
    display: inline-block;
	border-color : #00bcef;
	background : #00bcef;
    border-radius: 4px;
    box-shadow: 0 -1px 2px #00bcef inset;	
	width:98%;
	padding:10px;
	position:relative;
	margin-bottom:15px;
	cursor:pointer;
}
.HomeAlerteCliTop{
	font-size:12px;
	float:left;	
	width:100%;
	padding-top:10px;
}
.HomeAlerteTexteCliTopTitre{
	font-size:12px;
	float:left;	
	font-weight:bold;
	width:7%;
	padding-top:10px;	
}
.HomeAlerteTexteCliTop{
	font-size:12px;
	float:left;	
	width:63%;
	padding-top:10px;	
}
.HomeAlerteCand{
    display: inline-block;
	border-color : #A7B5B4;
	background : #A7B5B4;
    border-radius: 4px;
    box-shadow: 0 -1px 2px #A7B5B4 inset;	
	width:98%;
	padding:10px;
	position:relative;
	margin-bottom:15px;
}
.HomeAlerteOffre{
    display: inline-block;
	border-color : #d4f9e9;
	background : #d4f9e9;
    border-radius: 4px;
    box-shadow: 0 -1px 2px #d4f9e9 inset;	
	width:98%;
	padding:10px;
	position:relative;
	margin-bottom:15px;
}
.HomeAlerteForm{
    display: inline-block;
	border-color : #ffcccc;
	background : #ffcccc;
    border-radius: 4px;
    box-shadow: 0 -1px 2px #ffcccc inset;	
	width:98%;
	padding:10px;
	position:relative;
	margin-bottom:15px;
}
.SuppAlerte{
	position:absolute;
	top:5px;
	right:5px;
	color:red;
	cursor:pointer;
}
.SuppAlerteCand{
	position:absolute;
	top:5px;
	right:5px;
	color:red;
	cursor:pointer;	
}
.SuppAlerteForm{
	position:absolute;
	top:5px;
	right:5px;
	color:red;
	cursor:pointer;	
}
.IcoAlerteCli{
	overflow:hidden;
	width:100%;
	color:#FFFFFF;	
	border-bottom:1px solid #FFFFFF;
}
.IcoAlerteOffre{
	overflow:hidden;
	width:100%;
	color:#000000;	
	border-bottom:1px solid #000000;
}
.DelLangue{
	cursor:pointer;
}
#TabLang{
	float:right;
	width:50%;
}
#TabLangPoste{
	/*float:right;*/
	width:100%;
}
.PhotoProfil{
	float:left;
	/*width:50%;	*/
}
.FullBloc{
	clear: both;
	padding-top:5px;
	width:100%;	
	font-size:12px;
}
#TableExp{
	border:1px solid;
	width:100%;
}
#TableExp td{
	border:1px solid;
	padding:5px;
}
#tabsmat li .ui-icon-close {
    cursor: pointer;
    float: left;
    margin: 0.4em 0.2em 0 0;
}
.Pair{
	background:#FFFFFF;
}
.Impair{
	background:#F7F7F7;
}
.InputTextBase {
    font-size: 12px;
    padding: 1px;
    width: 200px;
}
.AddMoniteur{
	cursor:pointer;
}
.AddMoniteur,
.AddPrat,
.AddActi,
.AddActiOS{
	cursor:pointer;
	margin-top:3px;
	margin-left:10px;
}
.DELMON,
.DELACTIOS{
	cursor:pointer;
}
.SAVEMON{
	cursor:pointer;
}
.DELPART,
.DELPLANIF{
	cursor:pointer;
}
.ColJour{
	-webkit-column-count:4;
	-moz-column-count:4;
	column-count:4;
}
.EditCli{
	cursor:pointer;
}