/*****

Global Definition

******/

a
{
	color:#fab41d;
	border:0px;
}
a:hover
{
	color:#fab41d;
	border:0px;
}
*
{
	outline-style:none;
}
img
{
	border:0px;
}

/*****

DOM Definition

******/
body
{
	background:#000000;
	background-image:url(../images/back.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
}

div#cadreVideoLarge
{
	background-image:url(../images/fondVideo.png);

	width:684px;
	height:339px;

	position:absolute;
	top:-500px;
	left:300px;

}
div#lecteurVideo
{
	position:relative;
	top:40px;
	left:29px;
	float:left;
	
	overflow:hidden;
	width:330px;
	height:256px;
}
div#flecheGauche
{
	position:relative;
	top:54px;
	left:23px;
	float:left;
	
	overflow:hidden;
	width:15px;
	height:60px;
}
div#vignetteVideo
{
	position:relative;
	top:54px;
	left:22px;
	float:left;

	overflow:hidden;
	width:255px;
	height:60px;
}
div#flecheDroite
{
	position:relative;
	top:54px;
	left:23px;
	float:left;
	
	overflow:hidden;
	width:15px;
	height:60px;
}

div#vignetteVideo ul li
{
	float:left;
	padding-left:5px;
	width:80px;
	height:60px;
	line-height:60px;
	vertical-align:middle;
	list-style-type:none;
}

div#vignetteVideo ul li img
{
	width:80px;
	height:60px;
}

.reset
{

	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px solid black;
	outline-style:none;
}

div.menu
{
	width:170px;
	color:#fab41d;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	position:absolute;
	
}
/*
div#cadreVideo	{	top:50px;	left:755px;	}
div#cadreNews	{	top:140px;	left:15px;	}
div#cadreAgenda	{	top:160px;	left:145px;	}
div#cadrePrincipe{	top:280px;	left:275px;	}
div#cadrePhoto	{	top:390px;	left:405px;	}
div#cadreContact	{	top:460px;	left:535px;	}
div#cadreLiens	{	top:480px;	left:715px;	}
div#cadreForum	{	top:440px;	left:845px;	}
*/

div#cadreVideo	{	top:-500px;	left:600px;		}
div#cadreNews,
div#cadreReferences,
div#cadreCreations,
div#cadreTechniques,
div#cadrePhoto,
div#cadreContact,
div#cadreLiens,
div#cadrePresse,
div#cadreForum	{	top:300px;	left:-160px;	}


div#logoImhotep
{
	position:absolute;
	top:300px;
	left:0px;
}

div.conteneur
{
	/*background:#333;*/

	width:620px;

	position:absolute;
	/*top:100px;
	left:100px;*/
	top:-1000px;
	left:100px;
}
div.conteneur div.titre
{
	/*border-bottom:1px solid black;*/

	font-weight:bold;
	text-align:center;
	color:#fab41d;

	height:38px;
}

div.conteneur div.contenu
{
	margin-top:5px;
	padding:0px 5px;
	overflow:auto;
	color:#fab41d;
}
.ui-accordion-content
{
	background-image:url(/styles/images/fondContenu.png);
}




span.date	{	margin-right:10px;float:right;	font-size:10px;	}
span.titre	{	margin-left:30px;}

.carrousel
{
	width: 500px;
	height: 500px;
	position: absolute;
	top: 100px;
	left: 0px;

}
.carrousel a
{
	position: absolute;
	width: 110px;
	text-decoration:none;
}

div.back
{
	float:right;
	font-size:8px;
	cursor:pointer;
}

div.ui-tabs div.ui-tabs-panel{background:black;}
