/*==Fichier de style pour Shy'Ressources==
Par KorHosik, merci de ne rien voler !*/			
			
			body
			{
				background-color: #696969;
				width: 100%;
				margin: 0px;
				padding: 0px;
				font-size: 70%;
				font-family: Arial, Verdana, Helvetica, sans-serif;
			}
			
			#copyrights
			{
				background-color:#333333;
				height:30px;
				width: auto;
				color: #696969;
				padding-top: 10px;
				padding-left: 20%;
				margin-bottom: 20px;
			}
			
			#gallerie
			{
				background-color: #333333;
				border: 8px solid #d9871b;
				color: #d0d0d0;
				width: 878px;
				margin: auto;
				margin-bottom: 20px;
				min-height: 500px;
				overflow: hidden;
				position: relative;
			}
			
			#separateur
			{
				width: 3px;
				height: 100%;
				border-right: 1px dashed #d9871b;
				position: absolute;
				left: 325px;
			}
			
			#header
			{
				width: 100%;
				height: 138px;
				background-image: url('./ban.png');
				background-repeat: no-repeat;
				position: relative;
			}
			
			#header a
			{
				display: block;
				position: absolute;
				left: 0px;
				top: 82px;
				height: 44px;
				width: 112px;
			}
			
			#header a+a
			{
				left: 741px;
				width: 136px;
			}
			
			#gauche
			{
				width: 322px;
				min-height: 362px;
				float: left;
			}
			
			#droite
			{
				width: 540px;
				margin-left: 340px;
				min-height: 362px;
			}
			
			#gauche #infos
			{
				text-align: justify;
				padding-left: 12px;
				padding-right: 12px;
			}
			
			#gauche p span
			{
				float: right;
				font-weight: bold;
				color: #eb8500;
			}
			
			h1
			{
				background-color:#000000;
				border-left:8px solid #eb8500;
				color:#eb8500;
				font-size: 140%;
				font-variant:small-caps;
				font-weight: normal;
				padding-left:10px;
				margin: auto;
				margin-top: 10px;
				width: 90%;
			}
			
			.center
			{
				text-align: center;
			}
			
			#gallerie a, #dialog a
			{
				color: #666;
			}
			
			#gallerie a:hover, #dialog a:hover
			{
				color: #eb8500;
			}
			
			.vignette
			{
				width: 124px;
				height: 131px;
				margin: 10px;
				float: left;
				background-repeat: no-repeat;
				background-image: url('./0.png');
				cursor: pointer;
			}
			
			img.vignette
			{
				float: none;
			}
			
			/*Fenêtres modales*/
		
		.ui-widget-overlay{background-image: url('./fond_barre.png'); background-color: black; position: fixed; left: 0px; top: 0px;}
		
		.ui-dialog
		{
			position: relative;
			top: 0px;
			left:0px;
			height: 900px;
			width: 800px;
			border: 8px solid #d9871a;
			background-color: #313131;
		}
		
		.ui-dialog-titlebar
		{
			left: 0px;
			top: 0px;			
			font-weight: bold;
			color: #eb6e00;
			padding: 5px;
			background-color: black;
			text-align: center;
			margin: 0px;
			height: 20px;
			cursor: move;
		}
		
		.ui-dialog-content
		{
			text-align: center;
			padding: 0px;
			overflow: auto;
		}
		
		.ui-dialog-titlebar-close, .ui-dialog-titlebar-close:active
		{
			display: block;
			float: right;
			margin: 5px;
			width: 16px;
			height: 16px;
			background-image: url('./close.png');
			text-decoration: none;
		}
		
		.ui-icon-closethick
		{
			visibility: hidden;
		}
			
		#path span
		{
			display: none;
		}