* {
	background-repeat: no-repeat;
	background-position: 0 0;
}

/** [IE6 ONLY]: Permet de corriger le probleme de position:fixed **/
* html, body{
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

/** Formulaire **/

body, input, select, option, textarea {
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

form {
	margin: 0;
	padding: 0;
}

.input_container{
	margin-bottom : 5px;
}

.input_container .label{
	display : inline-block;
	min-width : 150px;
}

select, input {
	border-width: 1px;
}

input[type=checkbox], input[type=radio], input[type=image]  {
	border: none;
	background-color: transparent;
}

label.bigLabel{
	min-width : 150px;
	padding-left : 3px;
}

input, select{
	border:1px solid #0760A4;
}

input{
	color: black;
	background-color: #f6f8ff;
}

input:disabled{
	background-color: #ECE9D8;
}

textarea{
	color: black;
	background-color: #f6f8ff;
	border:1px solid #0760A4;
}

.input_150{
    width : 150px;
}

.fond2{
    background-color : #b7cdfc;
}

.titre{
    font-weight : bolder;
    font-size : 18px;
    color : #000000;
}

.bouton, input.button, button, input[type=button], input[type=submit], input[type=reset]{
	padding: 2px 6px;
	margin-right : 2px;
	background-color:#EDEDED;
	-moz-box-shadow: 0 -1px 1px rgba(118, 118, 118, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 -1px 1px rgba(118, 118, 118, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 -1px 1px rgba(118, 118, 118, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.25);
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #848484;
	color:#262626;
	font-family:arial;
	font-size:12px;
	text-decoration:none;
}

input[type=button],input[type=submit],input[type=reset]{
	padding: 1px 3px;
}

.bouton:hover, input.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover{
 	text-shadow: 1px 1px 0 #FFFFFF;
	color : #0760A4;
}

.bouton:active, input.button:active, button:active, input[type=button]:active,input[type=submit]:active,input[type=reset]:active{
	-webkit-box-shadow: inset 0px -3px 1px #EDEDED, inset 0 0px 3px #848484;
    -moz-box-shadow: inset 0px -3px 1px #EDEDED, inset 0 0px 3px #848484;
    box-shadow: inset 0px -3px 1px #EDEDED, inset 0 0px 3px #848484;
}

.bouton{
	cursor: pointer;
	display: inline-block;
}

.bouton.disabled,
input.button.disabled,
button.disabled,
input.disabled[type=button],
.bouton.disabled:hover,
input.button.disabled:hover,
button.disabled:hover,
input.disabled[type=button]:hover,
.bouton.disabled:active,
input.button.disabled:active,
button.disabled:active,
input.disabled[type=button]:active,
.bouton:disabled,
input.button:disabled,
button:disabled,
input[type=button]:disabled,
.bouton:hover:disabled,
input.button:hover:disabled,
button:hover:disabled,
input[type=button]:hover:disabled,
.bouton:active:disabled,
input.button:active:disabled,
button:active:disabled,
input[type=button]:active:disabled,
input[type=submit]:active:disabled,
input[type=reset]:active:disabled{
	-moz-box-shadow:inset 1px 0px 6px 0px #FFFFFF;
	-webkit-box-shadow:inset 1px 0px 6px 0px #FFFFFF;
	box-shadow:inset 1px 0px 6px 0px #FFFFFF;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EDEDED), color-stop(1, #DFDFDF));
	background:-moz-linear-gradient( center top, #EDEDED 5%, #DFDFDF 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#DFDFDF');
	background-color:#EDEDED;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #848484;
	color:#999999;
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	cursor : default;
	position : static;
}

/** Gros boutons **/

.bouton.big_bouton{
	font-size:16px;
	font-weight : bold;
	padding-left : 10px;
	padding-right : 10px;
}

/** boutons de choix**/

.bouton.choix.selected{
	color: #0760A4;
	cursor : default;
}

.bouton.choix.selected:hover{
	color: #0760A4;
	cursor : default;
}

.bouton.choixgauche{
	border-right:0;
	margin-right:0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
}

.bouton.choixcentre{
	border-right-color:#999999;
	margin-right:0;
	border-left-color:#999999;
	margin-left:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.bouton.choixdroit{
	border-left:0;
	margin-left:0;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
}

/* Labels de boutons. */

.bouton .label{
	display: inline-block;
    margin-bottom: 1px;
    margin-top: 1px;
}

.fond1{
     background-color : #E0EAFE
}

.sstitre{
	font-weight : bolder;
    font-size : 16px;
    color : #000000;
}

.corps{
    font-size : 14px;
    color : #000000;
}

.input_100{
    width : 100px;
    color : #000000;
}

.input_350{
    width : 350px;
}

.input_250{
    width : 250px;
}

td.noborder{
	border:none;
}

table.header{
	background-color : #FFFFFF;
	padding : 5px;
	border-bottom : 2px solid #000000;
}

#header{
	clear : both;
	border-bottom : 2px solid #000000;
	padding : 5px 5px 10px 5px;
	background-color : #FFFFFF;
}

#loadingMain{
	top : 0;
	left : 0;
	position : fixed;
	height : 100%;
	width : 100%;
	z-index : 2001;
	visibility : visible;
	background : #FFFFFF url(../images/loading.gif) no-repeat center;
	opacity : 0.9;
	filter : alpha(opacity=90);
	-khtml-opacity : 0.9;
}

.loadingInfo{
	display : none;
	background : url(../images/loading.gif) no-repeat scroll center center transparent;
	height : 45px;
	position : absolute;
	right : 40px;
	width : 45px;
}

.loadingInfo.small{
	background : url(../images/loadingSmall.gif) no-repeat scroll center center transparent;
	height : 16px;
	width : 16px;
}

.spinner{
	background : #FFFFFF url(../images/loading.gif) no-repeat center;
}

ul.actions{
	float : left;
	list-style : none;
	width : 800px;
	padding : 15px;
}

ul.actions li{
	float : left;
	width : 100%;
	margin-bottom : 10px;

}

ul.actions .selectAccount{
	float : left;
	border : 2px solid #0760A4;
	background-color : #E0EAFE;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	border-radius : 3px;
	padding : 10px;
	width : 100%;
	min-height : 30px;
}

.selectAccount label{
	margin-top : 5px;
}

.selectContainer{
	float : right;
	border : 2px solid #999999;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	border-radius : 3px;
	padding : 5px;
	width : 300px;
	background-color : #FFFFFF;
}

.selectAccount select{
	border : none;
	width : 100%;
	background : transparent;
}

#listeUsersChecked{
	z-index : 9999;
	position : absolute;
	border : 1px solid #999999;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	border-radius : 3px;
	display : none;
	background-color : #FFFFFF;
	max-height : 150px;
	overflow : auto;
	min-width: 175px;
	padding: 5px;
}

#listeUsersChecked ul{
	margin: 0;
    padding-left: 15px;
}

.utilisateurOperateur{
	float : left;
	background : url(../images/operateur.png) no-repeat scroll center center transparent;
	width : 20px;
	height : 20px;
	margin-top : 0;
}

.utilisateurBloque{
	float : left;
	background : url(../images/icons.png) no-repeat scroll -152px 0 transparent;
	width : 20px;
	height : 20px;
	margin-top : 0;
}


/** Formulaire d'identification **/

form[name="form_identification"], form[name="form_captcha"], form[name="form_telephone"],form[name="form_choix_num"]{ 
	border : 2px solid #0760A4;
	display:inline-block;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	border-radius : 3px;
}

.erreur_connexion{
	display:inline-block;
	border : 2px solid #0760A4;
	padding : 5px;
	margin : 15px;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	border-radius : 3px;
	color : #FF0000;
	font-weight : bold;
	text-align : center;
	background-color : #FFFFFF;
}

#captcha_reload{
	background-color: rgba(227, 203, 226, 0.7);
	display: inline-block;
	height: 50px;
	width: 50px;
	bottom: 22px;
	border-radius: 10px;
}

#captcha_reload img{
	margin-top: 10.5px
}

#captcha{
	border-radius: 15px;
}

/** Modal RGPD **/
#masque{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
}
#masque:target{
	display: block;
}
.fenetre-modale{
	background: #e0eafe;
	border: 3px solid #0760A4;
	position: relative;
	margin: 10% auto;
	width: 34%;
	font-size: 16px;
	text-align: justify;
}
.fenetre-modale p{
	padding: 24px 24px;
}
.bt_delete{
	cursor:pointer;
	background : url(../images/icons.png) no-repeat scroll 0 0 transparent;
	width: 20px;
	height: 20px;
	margin: 10px; 
}
.bt_delete:hover{
	background : url(../images/icons.png) no-repeat scroll -21px 0 transparent;
}


.mainContainer{
	margin: 200px 0px;
}

#identification_forteuchoix_num>.fond1{
	padding: 10px 75px;
}

/*Design pour l'ehpad*/
.ehpad .mainContainer{
	margin: 200px 0 60px 0;
}
.img_ehpad .investInHuman{
	margin-bottom: 20px;
}
.img_ehpad .investInHuman img{
	max-width: 532px;
	width: 94%;
	height: auto;
}
.img_ehpad .entreprise img:nth-child(n+2){
	margin-left: 80px;
}
#logicielnet{
	max-width: 172px;
	width: 94%;
	height: auto;
}
#rdv{
	max-width: 216px;
	width: 94%;
	height: auto;
}
#ipcontact{
	max-width: 176px;
	width: 94%;
	height: auto;
}
@media screen and (max-width: 727px) {
	.ehpad .mainContainer{
		margin-top: 100px;
	}
	.img_ehpad .entreprise img:nth-child(3){
		margin-left: 0;
	}
	#ipcontact{
		margin-top: 10px;
	}
	.img_ehpad .entreprise img{
		width: 45%;
	}
	.img_ehpad .entreprise img:nth-child(2){
		margin-left: 10px;
	}
}
