/* définitions des éléments hors style */

html, body {
	height:100%; 
	width:100%;
	margin:0;
	padding:0;
}

img, table {
	border:none;
}

table.fullheight {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:3;
}
#webjob {
	z-index:5000; 
	position:fixed;
	_position:absolute; 
	bottom:0px; 
	right:0px;
	width:100px;
	height:50px;
	padding:0px;
	margin:0px;
}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
.mbf-item { display:none; }
/* eof définitions des éléments hors style */
/***************************************************************************************définitions des éléments propres au site************************************************************************************/

	/* éléments généraux */
	td, span, div, p {
		font-family:verdana;
		font-size:11px;
		color:#969696;
		line-height:150%;
	}
	/*liens*/
	a {
		color:#8b96ab;
		text-decoration:underline;
	}
	a:hover {
		color:#768096;
		text-decoration:none;
	}
	/*liens*/
	input, select, textarea {
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); -moz-opacity:0.70; opacity:0.70; -khtml-opacity:0.70;
	}
	input.input_form, select.input_form, textarea.input_form {
		color:#636363;
		font-family:verdana;
		font-size:11px;
		background-color: #f6f6f6;
		border: 1px solid #999999;
		overflow:hidden;
		width:400px;
	}
	.faded {
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55); -moz-opacity:0.55; opacity:0.55; -khtml-opacity:0.55;
	}
	.smallText {
		font-size:10px;
		color:#969696;
	}
	fieldset {
		border:none;
	}
	legend {
		background:#999999;
		color:#ffffff;
		font-weight:bold;
		padding:5px;
	}
	/* eof éléments généraux */
	/* définitions des éléments propres au header.php/footer.php */
	body {
		background:#ffffff;
	}
		#header {
			height:315px;
			width:1152px;
		}
		#table_header {
			background:url(../images/bg/01.jpg) top center no-repeat;
			height:315px;
			width:1152px;
		}
		#table_header span {
			display:none;
		}
		
		#menu {
			border-bottom:1px solid #e9e9e9;
		}
		#maint_table {
			width:610px;
		}
		
		#footer {
			border-top:1px solid #e9e9e9;
			height:56px;
		}
		#table_footer {
			height:36px;
			width:610px;
		}
		#table_footer a {
			opacity:0.5;
		}
		#table_footer a:hover {
			opacity:1;
		}

	
	/* eof définitions des éléments propres au header.php/footer.php */
	/* définitions des div de contenu */
	.zone_container { 
		display:inline;
		float:left;
	}
	
	.zone_container table { 
		width:100%;
	}
	
	.zone_container td { 
	}
	
	#container_2 table {
	}

	#container_3 table {
	}
	.title_element {
		padding:40px 0px 10px 0px;
		color:#768096;
		font-size:24px;
		font-family:Trebuchet MS, verdana;
		font-weight:normal;
		display:block;
		text-align:left;
	}
	.text_container {
		display:block;
	}
		.text_element {
			display:block;
			width:100%;
			text-align:justify;
		}
		.content_image {
			display:inline;
			float:right;
			margin:5px;
		}
	.images_container {
		width:100%;
	}
		.image_element {
			display:inline;
			float:left;
			margin:5px;
		}
		.image_thumb {
			display:block;
		}
	.files_container {
		width:100%;
	}
		.file_element {
			display:inline;
			float:left;
			text-align:center;
			margin:5px;
		}
			.file_icon {
				text-align:center;
				display:block;
			}
			.file_tile {
				text-align:center;
				display:block;
				font-size:11px;
				font-family:verdana;
				text-align:center;
			}
			.file_description {
				text-align:center;
				display:block;
				font-size:10px;
				font-family:verdana;
				text-align:center;
				filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); -moz-opacity:0.70; opacity:0.70; -khtml-opacity:0.70;
			}
	.sound_element {
		width:100%;
	}
	.video_element {
		width:100%;
	}
	.bookmarks_container {
		padding:25px;
	}
	/* menu */
		.link_element {
			padding:0px 0px 10px 75px;
		}
		.link_element a {
			font-weight:bold;
			text-decoration:none;
		}
	/* menu */
/* eof définitions des div de contenu */	
/*************************************************************************************eof définitions des éléments propres au site**********************************************************************************/
/* définitions des éléments liés aux js */
	/* tool_tips */
	.tips {
		color: #666666;
		width: 250px;
		z-index:1300;
	}
	 
	.tip-title {
		font-weight: bold;
		font-size: 11px;
		margin: 0;
		color: #ffffff;
		padding: 8px 8px 4px;
		background: url(../images/bubble.png) top left repeat;
	}
	 
	.tip-text {
		font-size: 11px;
		padding: 4px 8px 8px;
		background: url(../images/bubble.png) top left repeat;
	}
	/* eof tool_tips */
	/* slimbox */
	#lbOverlay {
		position: absolute;
		z-index: 9999;
		left: 0;
		width: 100%;
		background-color: #000;
		cursor: pointer;
	}
	
	#lbCenter, #lbBottomContainer {
		position: absolute;
		z-index: 9999;
		left: 50%;
		overflow: hidden;
		background-color: #fff;
	}
	
	.lbLoading {
		background: #fff url(../images/loading.gif) no-repeat center;
	}
	
	#lbImage {
		position: absolute;
		left: 0;
		top: 0;
		border: 10px solid #fff;
		background-repeat: no-repeat;
	}
	
	#lbPrevLink, #lbNextLink {
		display: block;
		position: absolute;
		top: 0;
		width: 50%;
		outline: none;
	}
	
	#lbPrevLink {
		left: 0;
	}
	
	#lbPrevLink:hover {
		background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
	}
	
	#lbNextLink {
		right: 0;
	}
	
	#lbNextLink:hover {
		background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
	}
	
	#lbBottom {
		font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
		font-size: 10px;
		color: #666;
		line-height: 1.4em;
		text-align: left;
		border: 10px solid #fff;
		border-top-style: none;
	}
	
	#lbCloseLink {
		display: block;
		float: right;
		width: 66px;
		height: 22px;
		background: transparent url(../images/closelabel.gif) no-repeat center;
		margin: 5px 0;
		outline: none;
	}
	
	#lbCaption, #lbNumber {
		margin-right: 71px;
	}
	
	#lbCaption {
		font-weight: bold;
	}
	/* slimbox */
/* eof définitions des éléments liés aux js */