/* 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%;
	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:#cbcbcc url(../images/bg.jpg) top center no-repeat;
	}
	body, td, p, div, span {
		font-size:11px;
		font-family:verdana;
		line-height:175%;
		color:#ffffff;
	}
	/*liens*/
	a {
		color:#fb045f;
		text-decoration:underline;
	}
	a:hover {
		color:#cccaca;
		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 */
	#table_header {
		width:967px;
		height:256px;
	}
		#header {
			height:204px;
		}
		#menu_cell {
			height:62px;
			background:url(../images/menu_bg.png) top center no-repeat;
		}
		#menu {
			height:52px;
			opacity:0.2;
		}
	#table_contenu {
		background:url(../images/cell_bg.png) top left repeat-y;
		width:967px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
	}
		#contenu {
			width:100%;
			padding:20px;
		}
		#footer {
			height:26px;
			padding-left:35px;
		}
			#footer a {
				color:#cccccc;
			}
			#footer td {
				color:#ffffff;
			}
	/* 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 td {
		padding:10px 0px 10px 0px;
	}
	.text_element table td {
		padding:0px;
	}

	.zone_container>table:first-child { 
		width:100%;
	}
		
	.title_element {
		padding-bottom:10px;
		color:#fb045f;
		font-size:24px; /*à modifier */
		font-family:Trebuchet MS, verdana; /*à modifier */
		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 {
			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: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 */
/* eof définitions des éléments liés aux js */