
* {
	margin:0;
	padding:0;
}
body {
	padding: 0 0 20px;
	color:#333333;
	font-family: arial regular, arial, tahoma, verdana, sans-serif;
	font-size: 83%;
	line-height: 1.5;
	background-color: #fff;
	background-image: url(../images/body.gif);
	background-repeat: repeat-x;
	background-position: 0 0%;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}


a {
	text-decoration: none;
	color: #007BC0;
}
a:hover {
	text-decoration: underline;
}
#inactive {
	color: #999999;
	text-decoration: none;
}
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	font-family: arial regular, arial, tahoma, verdana, sans-serif;
	color:#333333;
	border:			none;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 0.1em;
	margin-bottom: 0.3em;
}

h1 {
	font-size: 196%;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 126%;
}

h4 {
	font-size: 116%;
}

h5 {
	font-size: 106%;
}

h6 {
	font-size: 96%;
}
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
p {
	text-align: 	justify;
}
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
ul {
	text-align: 			justify;
	margin: 				.3em 0 1.5em 0;
	list-style-type: 		none;
}

li {
	text-align: 			justify;
	list-style-type: 		none;
}
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
.featurebox {
	position:				relative;
	color:					#333;
	background: 			#EDEDEE;
	margin-top: 			0;
	margin-right: 			0;
	margin-bottom: 			1.5em;
	margin-left: 			0;
	padding-top: 			10px;
	padding-right: 			15px;
	padding-bottom: 		15px;
	padding-left: 			15px;
}

.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {
	margin: 				0 0 .3em;
	border-bottom: 			1px solid #999999;
	color:					#007BBF;
}
.featurebox p {
	border:					none;
	margin: 				0 0 1em;
	color:					#333333
}
.featurebox a {
	font-weight:			bold
}
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/

#showAjax {
	visibility: 			hidden;
	position: 				fixed;
	top:					5%;
	left:					13%;
	margin:					0 auto;
	border:					1px solid #666666;
	width:					74%;
	height:					625px;
	background-color: 		#FFFFFF;
}

/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
table {
	
}

th {
	font-size: 				100%;
	color:					#FFFFFF;
	background-color: 		#007BBF;
	padding:				2px 4px 2px 4px;
}

td {
	color:					#222222;
	padding-top:			0px;
	padding-right: 			5px;
	padding-left:			5px;
	padding-bottom: 		0px;
	vertical-align: 		top;
}

tr {
	background-color: 		#transparent;
}

.table {
	vertical-align:			middle;
	font-size:				80%;
	padding: 				2px 0px 2px 0px;
}

#table_detail {
	width: 					100%;
	border: 				1px solid #DDDDDD;
}
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/

.highlight {
	color:					#007BBF;
}

.backlight {
	border-top:				1px solid #999999;
}

div.backlight {
	padding:				0px 10px 10px 10px;
	background-color: 		#F4F4FF;
	border-left:			1px solid #DDDDDD;
	border-bottom:			1px solid #DDDDDD;
	border-right:			1px solid #DDDDDD;
}

.subdued {
	color:					#999999
}

.thumbnail {
	position:				relative;
	z-index:				9999;
	border: 				0px solid #eee;
	float:					left;
	margin-right: 			10px;
	margin-left: 			0px;
}

#main {
	padding-top: 			0px;
	padding-right: 			15px;
	padding-bottom: 		15px;
	padding-left: 			15px;
}

.button {
	border:					1px solid #666666;
	background-color: 		#FFFFF;
}

fieldset {
	border:					1px solid #DDDDDD;
}

fieldset legend {
	margin: 				0px 5px 0px 5px;
	padding:				0px 5px 0px 5px;
	
	border:					1px solid #DDDDDD;
	
	background-color:		#FFFFFF;
	
	font-weight: 			bold;
	font-size: 				12pt;
	color:					#333333;
	line-height: 			20px;
}





/* ---------------------------------------------------- */

/* ---------------------------------------------------- */
input.text {
	width:					100%;
	border:					1px solid #999999;
	color: 					#333333;
}
input.text:focus {
	border:					1px solid #007BC0;
	background-color: 		#E5E5FF;
	color:					#007BC0;
}
input.text:hover {
	border:					1px solid #007BC0;
	background-color: 		#E5E5FF;
}
/* -------------------------- */
input.text_readonly {
	font-family: 			arial regular, arial, tahoma, verdana, sans-serif;
	width:					100%;
	border:					1px solid #999999;
	color: 					#333333;
}
input.text_readonly:focus {
	border:					1px solid #C05325;
	background-color: 		#FFE5E5;
	color:					#C05325;
}
input.text_readonly:hover {
	border:					1px solid #C05325;
	background-color: 		#FFE5E5;
}
/* ---------------------------------------------------- */
input.submit {
	width:					100%;
	height:					20px;
	border:					1px solid #999999;
	background-color: 		#FFFFFF;
	color:					#000000;
	font-weight: 			bold;
	background-image: 		url("../../images/submit.png");
	background-repeat: 		repeat-x;
	background-position: 	center;
}
input.submit:hover {
	background-color: 		#DDDDDD;
	color:					#000000;
	cursor: 				pointer;
}
/* ---------------------------------------------------- */
input.button {
	width:					100%;
	height:					20px;
	border:					1px solid #999999;
	background-color: 		#FFFFFF;
	color:					#000000;
	font-weight: 			bold;
	background-image: 		url("../../images/button.png");
	background-repeat: 		repeat-x;
	background-position: 	center;
}
input.button:hover {
	background-color: 		#DDDDFF;
	color:					#000000;
	cursor: 				pointer;
}
/* ---------------------------------------------------- */
input.file {
	width:					100%;
	border:					1px solid #666666;
	background-color: 		#FFFFFF;
}
/* ---------------------------------------------------- */
select {
	border:					1px solid #666666;
}
/* ---------------------------------------------------- */
#logout {
	height: 				16px;
	width: 					16px;
	background-image: 		url("../../images/logout.png");
	background-position: 	center;
	background-repeat: 		no-repeat;
	cursor: 				pointer;
	border:					none;
	background-color: 		transparent;
}

input.delete {
	width:					16px;
	height:					16px;
	border: 				none;
	background-color:		transparent;
	background-image: 		url("../../images/supprimer.png");
	background-position: 	center;
	background-repeat: 		no-repeat;
}

#delete {
	height: 				16px;
	width: 					16px;
	background-image: 		url("../../images/delete.gif");
	background-position: 	center;
	background-repeat: 		no-repeat;
	cursor: 				pointer;
}

#edit {
	height: 				16px;
	width: 					16px;
	background-image: 		url("../../images/edit.png");
	background-position: 	center;
	background-repeat: 		no-repeat;
	cursor: 				pointer;
}
/* ---------------------------------------------------- */
textarea.text {
	font-family: 			arial regular, arial, tahoma, verdana, sans-serif;
	width:					100%;
	border:					1px solid #999999;
	color: 					#333333;
}
textarea.text:focus {
	border:					1px solid #007BC0;
	background-color: 		#E5E5FF;
	color:					#007BC0;
}
textarea.text:hover {
	border:					1px solid #007BC0;
	background-color: 		#E5E5FF;
}
/* -------------------------- */
textarea.text_readonly {
	font-family: 			arial regular, arial, tahoma, verdana, sans-serif;
	width:					100%;
	border:					1px solid #999999;
	color: 					#333333;
}
textarea.text_readonly:focus {
	border:					1px solid #C05325;
	background-color: 		#FFE5E5;
	color:					#C05325;
}
textarea.text_readonly:hover {
	border:					1px solid #C05325;
	background-color: 		#FFE5E5;
}
/* ---------------------------------------------------- */
select {
	width:					100%;
	border:					1px solid #999999;
	color: 					#333333;
}
select:hover {
	border:					1px solid #007BC0;
	background-color: 		#EEEEFF;
	color:					#007BC0;
}
select:focus {
	border:					1px solid #007BC0;
	background-color: 		#EEEEFF;
	color:					#007BC0;
}
/* ---------------------------------------------------- */


