@charset "UTF-8";
/* CSS Document */
	body {
			margin:0px;
		}
		#cyber{
			text-align:center}
		
		#conteneur {
			width:795px;
			margin:10px 50px;
			font-family:Verdana, Geneva, sans-serif;
			font-size:80%;
			color:#333;
		}
		
		.entete {
			width:795px;
			background-color:#fff;
			cursor:pointer;
		}
		
		.horaire {
			color:#900;
			font-size:0.9em;
			font-weight:bold;
			display:inline-block;
		}
		
		.salle {
			width:795px;
			color:#333;
			font-size:0.9em;
			font-weight:bold;
			display:inline-block;
		}
		
		.titre {
			display:block;
			padding:0px 5px;
			font-family:Verdana, Geneva, sans-serif;
			font-size:0.9em;
			font-weight:bold;
			color:#000;
			background-color:#fff;
		}
		.detail {
			width:795px;
			background-color:#fff;
			color:#333;
		}
.detail2 {
			width:795px;
			display:none;
			background-color:#fff;
			color:#333;
		}

		.info {
			padding-bottom:10px;
			margin-bottom:10px;
			border-bottom:#FFF 1px dotted;
			
		}
		
		.synopsis {
			background-color:#fff;
			padding:10px;
			text-align:justify;
		}
		
		.blocSouligne {
			border-bottom: #333 2px solid;
		}
#parent{
	background-color:#FFF;
	position:relative;
	top:10px;
	bottom:20px;
	left:100px;
	width:805px;
	height:800px;
	border-color:#996600;
}

#logo{
	position:absolute;
	top:20px;
	left:5px;
	width:250px;
	height:100px;
}
#logo2{
	position:absolute;
	top:20px;
	left:45px;
	width:250px;
	height:100px;
}
#menu{
	position:absolute;
	padding-top:70px;
	left:260px;
	width:355px;
	height:50px;
	background-color:#fff;
}

#recherche{
	position:absolute;
	top:30px;
	left:620px;
	width:125px;
	height:100px;
}
.defilant{
	text-align:center;
	margin-left:20px;
	}
#tabnav {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #666;
	}

#tabnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#tabnav a:link, #tabnav a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 5px 4px 5px;
	text-decoration: none;
	color: #333300;
	}

#tabnav li.active a:link, #tabnav li.active a:visited, #tabnav a:hover {
	border-bottom: 4px solid #ccc;
	padding-bottom: 2px;
	background: #fff;
	color: #999;
	}

#tabnav a:hover {
	color: #666;
	}

		

