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

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

img, table {
	border:none;
}

table.fullheight {
	background:#444549 url(../images/bg.jpg);
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

#red {
	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 */
	body {
		background:#1e1916;
	}
	body, td, p, div, span {
		font-size:11px;
		font-family:verdana;
		line-height:175%;
		color:#c6c6c6;
	}
	/*liens*/
	a {
		color:#098ba9;
		text-decoration:underline;
	}
	a:hover {
		color:#08c5ff;
		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:#666;
	}
	fieldset {
		border:none;
	}
	legend {
		color:#333333;
		font-weight:bold;
		padding:5px;
	}
	/* eof éléments généraux */
	/* définitions des éléments propres au header.php/footer.php */
		#container_cell {
			background:url(../images/bg_table.jpg) top left repeat-x;
			padding-top:35px;
		}
			#table_contenu {
				width:940px;
			}
			#menu {
				height:61px;
				background:url(../images/bg_menu.gif) bottom left repeat-x;
				-moz-border-radius-topleft:8px;
				-webkit-border-top-left-radius:8px;
				-moz-border-radius-topright:8px;
				-webkit-border-top-right-radius:8px;
			}
			#header_cell {
				background:#2d2d2f url(../images/bg_cell.gif) top left repeat;
				height:320px;
				padding:15px 0px 15px 15px;	
				border-bottom:#212123 1px solid;
			}
			#header_slim {
				background:#2d2d2f url(../images/bg_cell.gif) top left repeat;
				height:216px;
				padding-bottom:5px;	
				border-bottom:#212123 1px solid;
			}
			#header_logo {
				position:absolute;
				top:0px;
				left:0px;
				width:217px;
				height:158px;
				z-index:42424242;
				background:url(../images/logo.png) top left no-repeat;
			}
			#logo_slim {
				background:url(../images/logo_slim.jpg) top left no-repeat;
			}
			#contenu_cell {
				padding:20px;
				background:#2d2d2f url(../images/bg_cell.gif) top left repeat;
				border-top:#373739 1px solid;
				-moz-border-radius-bottomleft:8px;
				-webkit-border-bottom-left-radius:8px;
				-moz-border-radius-bottomright:8px;
				-webkit-border-bottom-right-radius:8px;
			}
			#footer_spacer {
				height:5px;
			}
			#footer {
				height:50px;
				padding:0px 10px 0px 10px;
			}
				#footer table {
					width:100%;
				}
				#footer td {
					color:#cccccc;
				}
			#category_accordion_container {
				width:880px;
			}
			.page_toggler {
				width:880px;
				padding:10px 0px 10px 20px;
				font-size:16px;
				font-weight:normal;
				color:#fff;
				text-align:left;
				cursor:pointer;
				background:url(../images/toggler.png) left no-repeat;
			}
			.page_container {
				width:900px;
			}
			.content_separator {
				padding:10px 0px 10px 20px;
				font-size:16px;
				font-weight:normal;
				text-align:left;
				background:url(../images/toggler.png) left no-repeat;
			}
	/* 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:first-child { 
		width:100%;
	}
		
	.title_element {
		padding-bottom:10px;
		color:#fff;
		font-size:18px;
		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;
			width:300px;
			margin:5px;
		}
		.image_thumb {
			display:block;
			width:300px;
			height:100px;
		}
	.files_container {
		width:100%;
	}
		.file_element {
			clear:both;
			text-align:left;
			padding:15px;
		}
			.file_icon {
				float:left;
			}
			.file_tile {
				text-align:left;
				font-size:11px;
				font-family:verdana;
			}
			.file_description {
				text-align:center;
				font-size:10px;
				font-family:verdana;
				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:10px;
		color:#666666;
	}
	#at15s span {
		color:#666666;
		font-size:11px;
	}
	#at15s_head_brand {
		display:none;
	}
	/* eof définitions des div de contenu */	
	/* menu */
		.link_element {
			padding:0px 0px 10px 75px;
		}
		.link_element a {
			font-weight:bold;
			text-decoration:none;
			color:#fff;
		}
/*************************************************************************************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 */
	/* SlideGallery */
	.gallery {
		margin:0;
		width: 910px;
		position: relative;
	}
	.gallery .holder {
		width: 910px;
		position: relative;
		overflow: hidden;
		z-index: 2;
	}
	.gallery .holder ul {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 30000px;
	}
	.gallery .holder ul li {
		float: left;
		width: 910px;
		padding: 0 1px 1px 0;
	}
	.gallery .holder ul li img { display: block; }
	/* vertical mode */
	.gallery-vert { width: 910px; }
	.gallery-vert .holder { height: 290px; }
	.gallery-vert .holder ul { width: auto; }
	.gallery-vert .holder ul li { float: none; }
	.gallery-vert .holder ul li img {
		vertical-align: top;
		display: inline;
	}
	/* fade */
	.gallery-fade { width: 910px; }
	.gallery-fade .holder ul {
		width: 100%;
		height: 290px;
	}
	.gallery-fade .holder ul li {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 290px;
	}
	.paging {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		list-style: none;
		z-index: 100;
	}
	.paging li {
		padding: 0 10px 0 0;
		float: left;
	}
	.paging li a {
		width: 14px;
		height: 14px;
		display: block;
		background-color: red;
		text-align: center;
		text-decoration: none;
		color: #fff;
	}
	.paging li a.active {
		background-color: yellow;
		color: red;
	}
	.next,
	.prev {
		display:none;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -25px;
		width: 40px;
		height: 40px;
		background: url(../Assets/btn-next.png) no-repeat;
		z-index: 20;
		overflow: hidden;
		text-indent: -9999px;
		outline: none;
		cursor: pointer;
	}
	.next-disable { 	display:none;
	background: url(../Assets/btn-next-disable.png) no-repeat; }
	.prev {
		background: url(../Assets/btn-prev.png) no-repeat;
		right: auto;
		left: 10px;
	}
	.prev-disable { 	display:none;
	background: url(../Assets/btn-prev-disable.png) no-repeat; }
	.control {
		display:none;
		font-size: 18px;
		line-height: 21px;
	}
/* eof définitions des éléments liés aux js */
