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

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

img, table {
	border:none;
}

table#full_height {
	width:100%;
	height:100%;
}

p#bg {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}
#webjob {
	width:100px;
	height:50px;
	padding:0px;
	margin:0px;
}

#wrapper {
	overflow:hidden;
	height:500px;
	position:relative;
	margin:0;
	border:0;
}
#inner {
	width:12000px;
	height:500px;
	position:relative;
	margin:0;
	border:0;
}
.cell { 
	width:760px;
	height:500px;
	float:left;
	padding-top:50px;
	padding-bottom:50px;
}
.container {
	width:650px;
	height:400px;
	padding-left:50px;
}
.content {
	background:url('../images/tr_bg.png');
	padding:10px;
	width:650px;
	height:400px;
	margin:auto;
	text-align:justify;
	overflow:auto;
}
.inactif {
	opacity:0.1;
}
.actif {
	opacity:1;
}
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 */
	body {
		background:#ffffff;
		font-family:verdana;
		font-size:11px;
		color:#ffffff;
	}
	td, div {
		font-size:11px;
		line-height:140%;
	}
	#inner {
		background:url(../images/wrapper_bg.gif) top left repeat;
	}
	/*liens*/
	a {
		color:#ffffff;
		text-decoration:underline;
	}
	a:hover {
		color:#666666;
		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:#CCCCCC;
	}
	fieldset {
		border:none;
	}
	legend {
		color:#ffffff;
		font-size:13px;
		font-weight:bold;
		padding:5px;
	}
	/* eof éléments généraux */
	/* définitions des éléments propres au header.php/footer.php */
	#splash {
		background:#fff;
		position:absolute;
		z-index:4200;
		width:100%;
		height:100%;
		top:0px;
		left:0px;
	}
	#menu_container {
		width:100%;
		position:relative;
		display:block;
	}
	#table_menu {
		width:100%;
		height:82px;
	}
	#logo {
		width:265px;
		height:208px;
		margin-top:-2px;
	}
	#footer {
		height:20px;
	}
	#table_footer {
		width:100%;
		height:20px;
	}
	#table_footer td {
		color:#999999;
	}	
	#table_footer a {
		color:#666666;
	}	
	#table_footer a:hover {
		color:#333333;
		text-decoration:underline;
	}	
	/* eof définitions des éléments propres au header.php/footer.php */
	/* définitions des div de contenu */
	.zone_container { 
		display:inline;
		float:left;
	}
	
	#container_1, #container_3 table { 
		width:100%;
	}
	
	#container_1, #container_3 td { 
		padding:5px;
	}
	
	#container_1 td {
		padding-right:20px;
	}

	.title_element {
		font:normal 18px verdana;
		display:block;
		text-align:left;
		color:#ffffff;
	}
	.text_container {
		display:block;
	}
		.text_element {
			display:block;
			width:100%;
			text-align:justify;
		}
	.images_container {
		width:100%;
	}
		.image_element {
			display:inline;
			float:left;
			width:150px;
			margin:5px;
		}
		.image_thumb {
			display:block;
			width:150px;
			height:150px;
		}
	.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 {
	}
		.bookmarks_element {
			display:inline;
			float:left;
		}
		.bookmarks_element a {
			border:#cccccc 3px solid;
		}
		.bookmarks_element a:visited {
			border:#ffffff 3px solid;
		}
	/* eof définitions des div de contenu */
	/* définitions des styles pour la carte */	
	tr.carte_item {
		height:35px;
	}
	tr.carte_item:hover {
		background:url('../images/tr_bg.png');
	}
	.carte_annee {
		font-style:italic;	
	}
	.carte_title {
		padding-top:35px;
		font-size:13px;
		font-weight:bold;
	}
	.carte_price {
		font-weight:bold;	
	}
	.carte_sub {
		padding:0px 10px 0px 10px;
		font-size:10px;
		opacity:0.75;	
	}
	.carte_header_title {
		padding-top:35px;
		border-bottom:1px #999999 dotted;
		font-size:13px;
		font-weight:bold;
	}
	.carte_header_price {
		padding-top:35px;
		border-bottom:1px #999999 dotted;
		font-weight:bold;	
	}
	/* eof définitions des styles pour la carte */	
/*************************************************************************************eof définitions des éléments propres au site**********************************************************************************/
/* définitions des éléments liés aux js */
	/* tool_tips */
	.tool-tip {
		color: #666666;
		width: 250px;
		z-index: 13000;
	}
	 
	.tool-title {
		font-weight: bold;
		font-size: 11px;
		margin: 0;
		color: #872343;
		padding: 8px 8px 4px;
		background: url(../images/bubble.png) top left;
	}
	 
	.tool-text {
		font-size: 11px;
		padding: 4px 8px 8px;
		background: url(../images/bubble.png) bottom right;
	}
	/* 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 */