
html, body {
	height: 100%;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#container {
	min-height: 100%;
	position: relative;
}
* html #container {
	height: 100%;
}

/* header stuff */

#header {
	background: url(/pics/header-bg.gif) #1659a7;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #636363;
}

#header h1, #header h2 {
	width: 760px;
	margin: 0 auto;
	font-weight: normal;
	color: #fff;
}

#header h1 {
	padding-top: 40px;
	font-size:  40pt;
}

#header h2 {
	margin-top: -10px;
	font-size: 14pt;
}

#header a {
	color: #fff;
	text-decoration: none;
	position: relative;
	margin: 0 auto auto 20px;
	padding-top: 15px;
	border:none;
}

#header a:hover {
	color: #fbe4b5;
}

#header img {
	border: none;
}


/* horizontal menu */

#menu-h {
	background: url(/pics/menu-h-bg.gif) #fff;
	width: 100%;
	height: 58px;
	margin: 0;
	padding: 0;
}

#menu-h ul {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu-h li {
	float: right;
}

#menu-h a {
	height: 27px;
	background: transparent;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 3px 20px 0 20px;
	color: #636363;
	font-weight: bold;
	text-decoration: none;
}

#menu-h a:hover {
	background: transparent url(/pics/menu-h-bg-invert.gif);
}

#menu-h .active {
	color: #60758f;
	text-decoration: underline;
}

/* main content container */

#main {
	width: 760px;
	margin: 0 auto;
	margin-bottom: 70px;
	margin-top: 10px;
	line-height: 1.7em;
}

#main h1, #main h2, #main h6 {
	border-bottom: 3px solid #43648d;
	width: 100%;
	color: #43648d;
}

#main h4 {
	border-bottom: 1px solid #43648d;
	width: 100%;
	color: #43648d;
}

/* main content */

#content {
	width: 560px;
	float: left;
	margin-right: 40px;
	color: #5c738f;
}

#content p {
	font-size: 10pt;
	padding-right:10px;
}

#content blockquote {
	font-size: 10pt;
	border-left: 3px solid #636363;
	padding: 0 10px 0 10px;
	background: #eef;
}

#content .threecol {
	width: 164px;
	float: left;
	margin-right: 5px;
	font-size: 10pt;
	border-left: 3px solid #ececec;
	border-bottom: 3px solid #ececec;
	padding: 7px;
	background: #eef;
	position: relative;
	line-height: 1.4em;
	display: block;
	height: 545px;
}
#content .threecol2 {
	width: 164px;
	float: left;
	margin-right: 5px;
	font-size: 10pt;
	border-left: 3px solid #ececec;
	border-bottom: 3px solid #ececec;
	padding: 7px;
	background: #eef;
	position: relative;
	line-height: 1.4em;
	display: block;
	height: 440px; 
}

#content ul {
	font-size: 10pt;
}

#content a {
	color: #43648d;
	border-bottom: 1px solid #636363;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	border-bottom: none;
	cursor:pointer;
}
#content a:visited {
	border-bottom: none;
}

#content .intro {
	font-size: 11pt;
}

#content .intro_images {
	margin-left:5px;
	float:left;	
	margin-top:-15px;
}

#content img {
	padding: 3px;
	border: 1px solid #1659a7;
}

#content img:hover {
	padding: 3px;
	border: 1px solid #1659a7;
}

#content .imgpart{
	padding: 3px;
	border: 0;
	float: left;
	margin-right: 10px;
	display:inline;
}
#content .imgpart:hover {
	border: 0;
}

#content .help{
	padding: 3px;
	border: 0;
	float: right;
	margin-right: 10px;
	display:inline;
	cursor:pointer;
	background:none;
}
#content .help:hover{
	border: 0;
}

.helpdiv {
	position:absolute;
	top:auto;
	width:170px;
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 3px solid #f2f2f2; 
	background-color: #FAFAFA; 
	font-size:14px;
}

fieldset{
	border:none;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
}
legend {
  padding: 0 2px;
  font-weight: bold;
  color: #5c738f;
}

label {
	display:inline;
	font-weight:bold;
	margin:1px 0;
	float: none;

}
input[type=text],input[type=password] {
	width:260px; 
	padding:3px;
	border:3px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	display:inline-block;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:3px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
select {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:3px solid #eee;
	display:block;
	color:#777;
}

input[type=submit] { 
	font: bolder 15px Arial, Sans-serif; 
	border: 3px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
	cursor:pointer;
	margin-left: 50%; 
	margin-top:10px;	
}
input[type=button]{ 
	font: bolder 12px Arial, Sans-serif; 
	border: 3px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
	cursor:pointer;
	margin-left: 5px; 	
}
button{ 
	font: bolder 12px Arial, Sans-serif; 
	border: 3px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
	cursor:pointer;
	margin-left: 5px; 	
}


input[type=button]:hover,input[type=submit]:hover,button:hover{
background-color: #eef;
border: 3px solid #5c738f;
}

input[type=radio]{
	position:relative;
	text-align:right;
	margin-left: 5px;
	margin-right: 20px;
}
.radioval{
	position:absolute;
	float:right;
	left:-95px;
	top:-24px;
}

.valent {	
	float:right; 
	top:-20px; 
}

.checkval{
float:right;
margin-top:-20px;
margin-right:95px;
}	

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
background-color: #eef;
border: 3px solid #5c738f;
}
input[type=text]:hover, input[type=password]:hover, select:hover, textarea:hover {
background-color: #eef;
border: 3px solid #5c738f;
}

.error_strings{ font-family:Verdana; font-size:14pt; font-weight:bold; color:#660000;}

/* right menu */

#menu-v {
	width: 160px;
	float: left;
	color: #5c738f;
}

#menu-v h5 {
	border-bottom: 3px solid #43648d;
	width: 100%;
	color: #43648d;
	font-size:12px;
}

#menu-v ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu-v a {

	display:block;
	border:0;
	text-decoration: none;
	color: #5c738f;
	font-size:10pt;
}

#menu-v .active {
	background: #eef;
	color: #60758f;
}

#menu-v a:hover {
	background: #eef;
}

#menu-v p {
	font-size: 10pt;
}

#menu-v label {
	font-size: 8pt;
	
}
/* footer */

#footer {
	background: #1659a7;
	border-top: 4px solid #636363;
	height: 45px;
	color: #c2bcb0;
	padding-top: 15px;
	padding-bottom: 10px;
	width: 100%;
	position: relative;
	margin-top: -65px;
	margin-bottom: -3px;
	clear: both;
}

#footer p {
	text-align: center;
	font-size: 9pt;
	margin: 0;
}

#footer a {
	color: #c2bcb0;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/* misc */
.ifr{
	width:100%;
	height:100%;
	font: normal 1em Verdana, sans-serif;
	border:3px solid #eee;
	color:#777;	
	clear: both;
	margin: 0;
	padding: 0;
	overflow-x:hidden;
}
.ifr:hover {
background-color: #eef;
border: 3px solid #5c738f;
}
.ifr:focus {
background-color: #eef;
border: 3px solid #5c738f;
}

#divlink1, #divlink2, #divlink3, #divlink4, #divlink5, #divlink6, #divlink7, #divlink8, #divlink9, #divlink10{
	display:none;
	position:absolute;
	top:110px;
	background-color:#FAFAFA;
}

.unicprev {
	 margin-top:210px;
}

.loader {
	position:absolute;
	left:600px;
	top:300px;
	display:none;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

#contentLYR {
  position:absolute;
  width:200px;
  height:115px;
  z-index:1;
  left: 200px;
  top: 200px;
}


#ecran_validated{
	position:absolute;
	left:30%;
	margin-top:-25px;
	font-size:11px;
	border: 2px dotted #f2f2f2;
}


#content .legend_ok {
	color:#bbbcc0;
	font-style : italic ;
	text-decoration : none ;
	border:none;
}

#content .legend_ok:hover {
	color:#5c738f ;
	border: none ;
	text-decoration : none ;
	font-style : normal ;
}


#content .noscript_alert {
	display:block;
	background-color: #fbdcca ;
	border: 2px solid #d01d00 ;
	text-align : center ;
} 

#content .law_avert {
	display:block;
	background-color: #dcf1dc ;
	border: 2px solid #489760 ;
	text-align : center ;
} 
