﻿@charset "utf-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;
	height:100%;
	border:none
}

p, td, li, body, text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #898989;
	line-height:1.4;
}

p, span{
	text-align:justify;
}

h1.pageTitle {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:1.75em;
	color: #339999; /*#6eb43f;*/
	text-transform:uppercase;
	font-style:italic;
	font-weight: bold;
}

.justify {
	text-align:justify;
}

a {
	color: #339999; /*#6eb43f;*/
	text-decoration:none;
	font-weight: bold;
}

.greenheader {
	font-weight: bold;
	color:#006c68;
	text-decoration:none;
}

.date {
	color: #414141;
	font-weight: bold;
}

.greeninfobox {
	padding: 15px;
	color: white;
	font-size:7pt;
	background:url('lyt_img/saviezvousque2_bottom.gif') no-repeat bottom #354545;
}

.greeninfobox p {
	color:white;
	font-size:7.5pt;
}

.qdn_item {
	background-color: #354545;
	padding: 0 15px;
	color:white;
}

.qdn_item p, .qdn_item span
{	
	text-align:left !important;
}

.qdn_item:HOVER {
	background-color: #536161;
}


#SubMenuLink
{
	border-top:4px solid #536161;
	border-bottom:4px solid #536161;
}

#SubMenuLink td
{
	line-height:14px;
	padding:0 4px 0 5px;
	text-transform:uppercase;
}

#SubMenuLink a
{
	color:white;
}

#SubMenuLink a:hover
{
	color:white;
	text-decoration:underline;
}

#RightSubMenu a
{
	font-weight:normal;
}

#RightMenu a:hover
{
	text-decoration:underline;
}

#RightSubMenu 
{
	margin:0;
	padding:0 0 0 20px;
}

#RightSubMenu li
{
	padding-bottom:2px !important;	
	list-style:none;
	margin:0;
	padding:0;
}

.CalendrierTable td
{
	background-color:white;
}

/* ********************************************* */
/* FORM /*
/* ********************************************* */
.StandardForm .FieldBox
{
	border:1px solid #CDD5C7;
	background-color:#F5FAF1;
	width:400px;
	margin:0 1px 1px 0;
}

.StandardForm .SectionTitle
{
	font-size:16px;
	font-weight:bold;
	color:#1A9AA0;
	border-top:3px solid #1A9AA0;
	margin:10px 0 10px 0;
	text-transform:uppercase;
	font-style:italic;
	padding-top:10px;
	width:623px;
}

.StandardForm .FieldLabel
{
	font-size:12px;
	padding:10px;
	color:#313131;
}

.StandardForm .FieldInput
{
	font-size:12px;
	padding:0 10px 10px 10px;
	color:#313131;
}

.StandardForm .FieldInput input[type=text]
{
	border:1px solid #98A59C;
	background:url('lyt_img/bg_input.gif') repeat-x #FFFFFF;
	height:30px;
	line-height:30px;
	width:100%;	
}

.StandardForm .FieldInput select
{
	border:1px solid #98A59C;
	background:url('lyt_img/bg_input.gif') repeat-x #FFFFFF;
	height:36px;
	line-height:30px;
	vertical-align:middle;
	padding:5px;
}

.StandardForm textarea
{
	border:1px solid #98A59C;
	background:url('lyt_img/bg_input.gif') repeat-x #FFFFFF;
	line-height:30px;
	width:100%;	
}

.StandardForm input[type=radio]
{
	margin-right:20px;
}

.StandardForm input[type=checkbox]
{
	margin-right:20px;
}


.StandardForm .FieldInput .FieldText
{
	margin:2px 0 2px 0;
	/*height:30px;*/
	line-height:30px;
	width:100%;	
}

.StandardForm .FloatLeft
{
	float:left;
}

.StandardForm .FloatRight
{
	float:right;
}

.StandardForm .ClearFloat
{
	clear:both;
}

.StandardForm .ClearLeft
{
	clear:left;
}
