<!--

body 
	{
	font-size: small;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 130%;
	margin: 0;
	padding: 0;
	border: 0;
	border-top:10px solid #FFF;
	border-bottom:10px solid #FFF;
	background-color:#FFF;
	}

#main
	{
	overflow: hidden;
	width: 980px;
	height:100%;
	margin: 0 auto 0 auto;
	background-color: #C0C0C0;
	}

#main:after
	{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

#head
	{
	position: relative;
	font-size: 10px;
	left:0;
	top:0;
	height:20px;
	margin: 0;
	padding-left:0px;
	border-bottom:1px solid #DDD;
	background-color:#FFF;
	}

#head li
	{
	display:inline;
	padding-right:5px;
	}

#head li a
	{
	border-left:2px solid #EEE;
	padding-left:5px;
	}

#head li.premier a
	{
	border-left:2px solid #FFF;
	padding-left:5px;
	}

#head li.selection a
	{
	border-left:2px solid #006;
	padding-left:5px;
	}

#head a:link { text-decoration:none; color: #666; }
#head a:visited	{ text-decoration:none; color: #666; }

#head a:hover
	{
	text-decoration:underline;
	border-left:2px solid #006;
	}

#head li.selection a:hover
	{
	border-left:2px solid #EEE;
	}

#head a:active { text-decoration:underline; color: #666; }

#logo
	{
	position:relative;
	float: left;
	left:0;
	width:980px;
	background-image: url(image/logo-orsys.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	font-size:smaller;
	line-height: 100%;
	}

#logo h1
	{
	color: #FFF;
	font-variant:small-caps;
	padding-left:0px;
	}

#logo ul
	{
	padding:0;
	margin-left:10px;
	list-style: none;
	}

#logo li
	{
	line-height:100%;
	padding-bottom:5px;
	}

#logo li.selection
	{
	font-weight:bolder;
	}

#mnua
	{
	position: relative;
	clear:both;
	float:left;
	left: 0;
	width: 210px;
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	line-height: 25px;
	list-style: none;
	margin: 0;
	margin-top: 0px;
	margin-left: 0px;
	padding:0;
	color: #000;
	border-top:10px solid #FFF;
	background-color:#C0C0C0;
	}

#mnua li
	{
	padding-left:7px;
	background-image: url(image/menu-fond.jpg);
	}

#mnua a
	{
	padding-left:4px;
	}

#mnua li.selection
	{
	background-image: none;
	}

#mnua li.selection a
	{
	font-weight:bold;
	}

#mnua a:link { text-decoration: none; color: #333; }
#mnua a:visited	{ text-decoration: none; color: #333; }

#mnua a:hover
	{
	text-decoration: underline;
	}

#mnua a:active { text-decoration: underline; color: #FFF; }

#mnua li ul a:link { color: #FFF; }
#mnua li ul a:visited	{ color: #FFF; }
#mnua li ul a:hover { color: #FFF; }
#mnua li ul a:active { color: #FFF; }

#mnub
	{
	position: relative;
	clear:both;
	float:left;
	left: 0;
	width: 730px;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	list-style: none;
	margin: 0;
	margin-top: 0px;
	margin-left: 0px;
	padding:0;
	color: #666;
	border-bottom:1px solid #000;
	background-color:#EEE;
	}

#mnub li
	{
	display: inline;
	padding-left:20px;
	}

#mnub a
	{
	border-left:2px solid #DDD;
	padding-left:4px;
	}

#mnub li.selection a
	{
	font-weight:bold;
	border-left:2px solid #006;
	}

#mnub a:link { text-decoration: none; color: #666; }
#mnub a:visited	{ text-decoration: none; color: #666; }

#mnub a:hover
	{
	text-decoration: underline;
	border-left:2px solid #006;
	}

#mnub li.selection a:hover
	{
	border-left:2px solid #EEE;
	}

#mnub a:active { text-decoration: underline; color: #FFF; }

#mnub li ul a:link { color: #FFF; }
#mnub li ul a:visited	{ color: #FFF; }
#mnub li ul a:hover { color: #FFF; }
#mnub li ul a:active { color: #FFF; }

#center
	{
	position: relative;
	float:left;
	left:0;
	margin: 0;
	padding: 0;
	width:770px;
	background-color:#C0C0C0;
	}

#container
	{
	position: relative;
	overflow: visible;
	border: 0;
	border: 10px solid #FFF;
	border-left: 20px solid #FFF;
	border-bottom: 0px solid #FFF;

	vertical-align: top;
	padding: 15px;
	margin: 0;
	background-color:#FFF;
	background-image: url(image/center.jpg);
	background-position:top left;
	background-repeat: no-repeat;

	}

#container p.bas
	{
	border-bottom:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	}

#container ul.haut
	{
	border-top:0px;
	padding-top:0px;
	margin-top:0px;
	}

#container table
	{
	padding:0;
	width: 99%;
	border-left:1px solid #006;
	font-size:smaller;
	}

#container th
	{
	text-align:left;
	line-height: 100%;
	vertical-align: center;
	background-color:#F93;
	color:#000;
	text-align:center;
	padding:5px;
	border:1px solid #006;
	border-left:0;
	}

#container td
	{
	font-weight: normal;
	vertical-align: top;
	padding:5px;
	border-right:1px solid #006;
	border-bottom:1px solid #006;
	}

#container td.c
	{
	text-align:center;
	vertical-align:middle;
	width:80px;
	}

#container td.m
	{
	text-align:center;
	vertical-align:middle;
	}

#container td.d
	{
	text-align:center;
	vertical-align:middle;
	width:265px;
	}

#container ul
	{
	list-style-type:disc;
	}
#container ul
	{
	text-align: justify;
	}

#container input, #container select, #container textarea
	{
	font-size:x-small;
	}

#container.wright
	{
	margin-right: 170px;
	}

#right
	{
	float:right;
	width:150px;
	height:100%;
	padding:0;
	padding-top: 10px;
	margin:0;
	border: 2px solid #F93;
	border-width: 0 3px 0 3px;
	font-size:smaller;
	}

#right h1
	{
	color: #FFF;
	font-variant:small-caps;
	padding-left:0px;
	}

#right ul
	{
	padding:0;
	margin-left:10px;
	list-style: none;
	}

#right li
	{
	line-height:100%;
	padding-bottom:5px;
	}

#right li.selection
	{
	font-weight:bolder;
	}

#footer
	{
	position: relative;
	left: 0;
	float: left;
	font-size: 10px;
	text-align: center;
	color: #323;
	letter-spacing: 2px;
	width: 100%;
	margin: 0;
	padding : 0;
	background-color:#FFF;
	background-image: url(image/copyright-fond.jpg);
	background-repeat: no-repeat;
	border-top:10px solid #FFF;
	border-right:10px solid #FFF;

	}

#footer  a:link { color: #333; }
#footer  a:visited	{ color: #333; }
#footer  a:hover { color: #333; }
#footer  a:active { color: #333; }

img { border:0; padding:0; margin:0; }

h1
	{
	font-size: larger;
	color: #333;
	padding-left: 3px;
	border-left: 0px solid #F93;
	border-bottom: 1px solid #333;
	}

h2
	{
	font-size: larger;
	font-weight: 200;
	line-height:100%;
	padding-left: 30px;
	color: #333;
	}

h3
	{
	font-size: small;
	font-weight: bold;
	padding-left: 10px;
	color: #333;
	}

h4
{
	width: 200px;
}

p
	{
	text-align: justify;
	}
	
a
	{
	text-decoration: underline;
	color: #030;
	}

a:visited
	{
	text-decoration: underline;
	color: #006;
	}

a:hover
	{
	text-decoration: none;
	color: #060;
	}

a:active
	{
	text-decoration: none;
	color: #006;
	}

textarea
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	width:380px
	}


input.text
	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: larger;
	}

label
	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: larger;
	}

label.err
	{
	font-weight: bolder;
	}


-->
