<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GENERAL */

	

	a 

	{

		color: #0060AD;

		text-decoration: none;

	}

		

		a:hover

		{

			color: #0066FF;

			cursor: pointer;

			text-decoration: underline;

		}

		

	form { margin: 0px; }

	

	input, select { margin: 0px; padding: 1px; }

	

	img { border: none; }

	

	table

	{

		border-collapse: collapse;

		width: 100%;

	}

		

		th

		{

			text-align: left;

		}

		

/* CONSTANTES */

	

	.bold	{ font-weight: bold; }

	

	.button, .button_disabled

	{

		border: 1px solid #0060AD;

		background-color: #F0F0F0;

		color: #0060AD;

		margin-left: 5px;

		margin-right: 5px;

		padding-bottom: 2px;

		padding-left: 20px;

		padding-right: 20px;

		padding-top: 2px;

		

		border-radius: 10px;

	}

		

		.button

		{

			border: 1px solid #0060AD;

			background-color: #F0F0F0;

			color: #0060AD;

		}

			

			.button:hover

			{

				border: 1px solid #E69632;

				cursor: pointer;

				font-weight: bold;

			}

			

		.button_disabled

		{

			border: 1px solid grey;

			background-color: #F0F0F0;

			color: grey;

		}

	

	.link:hover { cursor: pointer; }

	

	.text_align_center		{ text-align: center; }

	.text_align_left		{ text-align: left; }

	.text_align_right		{ text-align: right; }

	

	.xxxx_small 		{ width: 25px; }

	.xxx_small 		{ width: 50px; }

	.xx_small 		{ width: 75px; }

	.x_small 		{ width: 100px; }

	.small 			{ width: 200px; }

	.medium_small	{ width: 250px; }

	.medium 			{ width: 300px; }

	.medium_large	{ width: 350px; }

	.large 			{ width: 400px; }

	.x_large 		{ width: 500px; }

	.xx_large 		{ width: 600px; }

	.xxx_large		{ width: 700px; }

	.xxxx_large		{ width: 800px; }

	

	.input_false { background-color: rgb(250, 75, 75); }

	.input_true { background-color: white; }



/* SITE */

	

	html, body

	{

		font-family: Arial, Helvetica, sans-serif;

		height: 100%;

		margin: 0px;

		min-height: 600px;

		min-width: 800px;

		min-height: 600px;

		padding: 0px;

		width: 100%;

	}

		

		body

		{

			background-color: silver;

			background-image: url(../images/background/test.jpg);

			background-repeat: repeat-y;

			background-position: middle;

			font-family: Geneva, Arial, Helvetica, sans-serif;

			font-size: 12px;

		}

			

			.browser_error

			{

				border: 1px solid red;

				color: red;

				margin: auto;

				padding: 5px;

				text-align: center;

				width: 100%;

			}

			

			.title

			{

				color: #088A68;

				font-size: 15px;

				text-decoration: underline;

			}

			

			#header, #top_menu, #body, #footer

			{

				clear: both;

				margin: auto;

				/*min-width: 900px;*/

				width: 900px;

				

				border-radius: 5px;

			}

			

			#header

			{

				height: 163px;

			}

				

				#header #logo

				{

					/*background-image: url(../images/Header/Header_animation.gif);*/

					background-image: url(../images/Header/header_anim.gif);

					background-repeat: none;

					height: 130px;

					position: relative;

					

					border-radius: 0px 0px 5px 5px;

				}

					

					#header #logo .logo_simdex

					{

						border: 0px;

						height: 61px; 

						left: 30px;

						position: absolute;

						top: 34px;

						width: 180px;

					}

						

				#header #top_menu

				{

					background-color: #0060AD;

					color: #FFFFFF;

					font-size: 16px;

					height: 30px;

					margin-bottom: 5px;

					margin-top: 5px;

					

					border-radius: 5px;

				}

					

					#header #top_menu table, #header #top_menu table tbody

					{

						height: 100%;

						width: 100%;

					}

						

						#header #top_menu td

						{

							color: white;

							font-weight: bold;

							height: 100%;

							text-align: center;

						}

							

							#header #top_menu .link:hover

							{

								background-color: #6D84B4;

							}

								

								#header #top_menu #messages_icon

								{

									background-position: 50% 50%;

									background-repeat: no-repeat;

									color: red;

									font-weight: bold;

								}

								

			#body

			{

				background-color: #FFFFFF;

				margin-bottom: 4px;

				margin-top: 6px;

				padding: 10px;

				width: 880px;

				/*min-width: 880px;*/

				

				filter: alpha(opacity=75);

			}

			

			#footer

			{

				background-color: #0060AD;

				color: #FFFFFF;

				font-size: 12px;

				margin-bottom: 10px;

				margin-top: 5px;

				text-align: center;

			}

			

			#disclaimer

			{

				background-color: #0060AD;

				color: #FFFFFF;

				font-size: 12px;

				margin-top: 5px;

				text-align: center;

			}

				

				#debug

				{

					padding: 10px;

				}

					

					#debug #debug_title

					{

						border-bottom: 1px solid white;

						padding-bottom: 10px;

						text-align: left;

					}

					

					#debug fieldset

					{

						border-color: white;

						margin-top: 10px;

						

						border-radius: 5px;

					}

						

						#debug legend

						{

							border-color: white;

							width: 100px;

							

							border-radius: 5px;

						}

						

						#debug fieldset th, #debug fieldset td

						{

							padding: 5px;

							vertical-align: top;

						}

						</pre></body></html>