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

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

img, table {
	border:none;
}

table.fullheight {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
p, div, span { 
	margin:0;
}
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:#fff;
	}
	body, td, p, div, span {
		font-size:11px;
		font-family:arial;
		color:#333;
	}
	/*liens*/
	a {
		color:#666;
		text-decoration:none;
	}
	a:hover {
		color:#f00;
		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:arial;
		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:#000;
		text-transform: lowercase;
	}
	fieldset {
		border:none;
	}
	legend {
		color:#000;
		font-weight:bold;
		padding:5px;
	}
	/* eof éléments généraux */
	/* définitions des éléments propres au header.php/footer.php */
	#table_contenu {
		width:1020px;
	}
		#header {
			height:92px;
		}
		#contenu {
			height:450px;
		}
		.footer {
			padding-top:100px;
			height:26px;
		}
			.footer a {
				font-weight: normal;
			}
			.copyright {
				font-size: 9px;
				font-weight: bold;
				text-transform: uppercase;
				color: #000000;
				padding-right:5px;
			}
			.lieninfolegales {
				font-size: 9px;
				text-transform: uppercase;
				color: #666666;
				padding:0px 5px 0px 5px;
			}
			.liensb {
				font-size: 9px;
				text-transform: lowercase;
				color: #666666;
			}
	.side_title {
		text-transform:lowercase;
		height:25px;
		font-size: 16px;
		font-style: italic;
		font-weight: bold;
		color: #333333;
	}
	.side_separator {
		height:25px;
	}
	.side_category {
		text-transform:uppercase;
		padding-bottom:5px;
		font-size: 11px;
		color: #000000;
	}
	.news_title {
		font-size: 11px;
		color: #000000;
	}
	.side_folio {
		padding-left:65px;
		padding-bottom:3px;
		margin:-18px 0px 18px 0px;
	}
		.side_folio a {
			font-size: 10px;
			text-transform: lowercase;
			color: #666666;
		}
	.side_page {
		text-transform:lowercase;
		padding-bottom:5px;
	}
		.side_page a {
			font-size: 12px;
			color: #666666;
		}
	.side_page a:hover, .side_folio a:hover, a.selected {
		color:#F00;
	}
	
	.artists_grid {
		width:550px;
	}
	
	.grid_item {
		float:left;
		height:45px;
		width:45px;
		margin:4px;
	}
	.folio_grid {
		width:650px;
	}
	
	.folio_item {
		float:left;
		height:130px;
		width:120px;
		margin:0px 40px 30px 0px;
	}
	.folio_container {
		position:relative;
		width:650px;
	}
	.nav_prev {
		position:absolute;
		top:0px;
		right:100px;
	}
	.nav_next {
		position:absolute;
		top:0px;
		right:0px;
	}
	.nav_back {
		position:absolute;
		top:0px;
		right:50px;
	}
	.artist_intro {
		text-align:justify;
		width:500px;
		padding-top:15px;
	}
	.folio_intro {
		text-align:justify;
		width:600px;
	}
	.lastupdate {
		font-size:10px;
		color:#ccc;
		text-transform: lowercase;
		padding-bottom:5px;
	}
	.file_tile {
		text-align:left;
		font-size:11px;
		font-family:arial;
	}
	.file_description {
		text-align:left;
		font-size:10px;
		font-family:arial;
	}
	/* 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 {
		display:none;
	}
	.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 {
			display:inline;
			float:left;
			text-align:center;
			margin:5px;
		}
			.file_icon {
				text-align:center;
				display:block;
			}
	.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 {
			display:none;
		}
		
		
/*************************************************************************************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 */
