/* 	
	Feuille de style pour les pages d'interceptions cot? utilisateurs d'ALCASAR
	Auteur : Stéphane ERARD
	Licence : GNU GPL

*/


/* règles générales */

/* Couleurs de polices */
:link, :visited, :hover:link, :hover:visited, h1  {
	color: #000000;
}
body {
	color: #666666;
}

/* Style de police */

body, :link, :visited, :hover:link, :hover:visited  {
	font-family: "DejaVu Sans";
}


/* Couleurs de fond */

body {
	background-color: #666;
}


/* Règles des balises HTML */

p {
	text-align: justify;
}

body {
	background-image: url(../images/fond.png);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	margin: 0px;
}

table {
/*	font-size: 90%;*/
}
img {
	height: 150px;
}

/* Boite de dialogue de deconnection */

#page {
	width: 590px;
	margin: 12px auto;
}

#pass_chg {
	position: relative;
}

#pass_chg img {
	position: relative;
	float: left;
	top: -60px;
	left: -50px;
}

#pass_chg_content {
	position: relative;
	float: left;
	top: -40px;
	width: 100%;
}

#lien_pass {
	font-size: 50%;
	text-align: right;
}

#info_pass {
	visibility: hidden;
	position: absolute;
	top: -1500px;
/*	background-color: white;
	width: 500px;

	margin: 30px;
	padding: 15px;
 ombrage css3

	-moz-box-shadow: 0px 0px 12px #000; 
	-webkit-box-shadow: 0px 0px 12px #000;
	box-shadow: 0px 0px 12px #000;*/

}

#block_pass {
	position: relative;
	background-color: white;
	width: 500px;
	height: 345px;
	margin: 30px;
	padding: 15px;
/* ombrage css3*/

	-moz-box-shadow: 0px 0px 12px #000; 
	-webkit-box-shadow: 0px 0px 12px #000;
	box-shadow: 0px 0px 12px #000;
}
#block_pass span {
	float: left;
	margin-top: 5px;
}

#titre_pass {
	font-size: 20px;
}

#btn_pass, #btn_retour {
	float: right;
	margin-top: 20px;
}

#btn_pass {
	margin-right: 10px;
}

#btn_retour {
	margin-right: 60px;
}

#btn_pass:hover {
}

#champs_pass {
	margin: auto;
	padding-top: 50px;
	padding-right: 20px;
}

#champs_pass td {
	padding: 4px;
}

#champs_pass td input {
	border: 1px solid #aaa;
	width: 195px;
}

td.first_item {
	text-align: right;
	width: 100px;
}
.lien_deco {
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}
.log_out {
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
}
.btn_form {
	cursor: pointer;
	height: 26px;
	width: 130px;
	border: none;
	background: #999 url(../images/bg.png) 0 0 repeat-x;
	font-weight: bold;

/* ombrage css3*/

	-moz-box-shadow: 2px 2px 2px #000; 
	-webkit-box-shadow: 2px 2px 2px #000;
	box-shadow: 2px 2px 2px #000;
}
.btn_form:hover {
	background-color: red;
	
/* ombrage css3*/

	-moz-box-shadow: 2px 2px 2px #666; 
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
}

