/*Style sheet for Fresh Air 1024x768 must be included with HTML.*/
/*Styles for body.*/
body
{
	margin:0 auto;
	padding:0;
	font:100% Verdana, Helvetica, Tahoma, Arial, sans-serif;
	background-color:#999;
	color:#494949;
}

/*Styles for main content which will be wrapped to center. */
#MainWrapperBlock
{
	margin:0px auto;
	width:950px;
	background-color:#ffffff;
}

#WrapperGray
{
	margin:0px auto;
	padding:5px 5px 5px 5px;
	width:940px;
	background-color:#ffffff;
	border:solid 2px #666;
}

/*Styles for the headers at the top. */
#Header
{
	margin: 0px auto;
	height:130px;
	width:930px;
/*	background-color: #B8FF99; */
	background-color: #5FBCD;
	border:1px solid #666;
}

#InnerHeader
{
	margin: 0px auto;
	height:110px;
	width:910px;
	border:10px solid #5FBCD3;
	text-align: left;
/*	background-color: #40BB20; */
	background-color: #0094B9;
}

#WrapTextLogo
{
margin-left: 10px;
margin-right: 10px;
padding : 5px;
float: left;
}

/*Styles for the Title of the page with shadow effect. */
#Title
{
	margin:-72px 0 0 0;
	padding:10px 0 0 19px;
	background-color:Transparent;
}
#Title a
{
	color:#ffffff;
	text-decoration:none;
	background-color:inherit;
	font-size:3em;
	font-weight:normal;
	font-family:inherit;
}

#InnerHeader h1
{
	margin:0 auto;
	padding:10px 0 0 20px;
	color:#000;
	font-size:3em;
	font-weight:normal;
	font-family:inherit;
}
#InnerHeader h2
{
	margin:0 auto;
	padding:5px 0 0 20px;
	color:#ffffff;
	background-color: #0094B9;
	font-size:1.6em;
	font-weight:normal;
}

/*Styles for the horizontal menu*/
#navcontainer1 
{
text-align: right;
margin: 5px;
}

#navlist1 li
{
display: inline;
list-style-type: none;
padding-left: 20px;
}

#navlist2
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}

#navlist2 ul, #navlist2 li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}


#navlist2 a:link, #navlist2 a:visited
{
float: left;
line-height: 16px;
font-weight: bold;
font-size: 14px;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #666;
}

#navlist2 a:link#current, #navlist2 a:visited#current, #navlist2 a:hover
{
background: transparent;
color: #0094B9;
}

#navlist2 a:hover { color: #ff3300; }


/*Styles for the container that wraps the contents to left side. */
#LeftContainer
{
	margin: 0 28% 0 0;
}

#WrapText
{
float:left;
margin: 5px;
padding: 5px;
border:1px solid black;
background:#0094B9;
}

/*Styles for the main contents in the page. */
#LeftContents
{
	padding: 0 20px 0 10px;
	line-height: 1.5em;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: justify;
	color: #494949;
	font-size: 1.0em;
}
#LeftContents h2
{
	margin:0 auto;
	padding:5px 0 5px 10px;
	background-color:#5FBCD3;
	font-family: "Century Gothic", Arial, Helvetica, Tahoma, sans-serif;
	border:1px solid #666;
	text-align: left;
	color:#000000;
	font-size: 1.4em;
}
#LeftContents h2 a
{
color:#000000;
}
#LeftContents h2 a:hover
{
color:#000000;
}

#LeftContents p
{
	margin: 5px;
	padding: 0 0 10px 5px;
	background-color:inherit;
}
#LeftContents a
{
	background-color:inherit;
	text-decoration: none;
	color: #ff8800;
}

#LeftContents a:hover
{
	background-color:inherit;
	text-decoration: underline;
	color: #000;
}

/*The general class for the contents in the right column. */
#RightColumn
{
	margin:0 auto;
	padding:0 5px 0 0;
	width:28%;
	float:right;
	background-color: #ffffff;
}

/*Styles for the right columms. */
.RightContents
{
	margin: 0px auto 10px auto;
	background-color:#F2F5EC;
	border:1px solid #0094B9;
	line-height:1.4em;
	text-align: left;
}

.RightContents h3
{
	margin:0 auto;
	padding: 5px 5px 5px 5px;
	background-color:#5FBCD3;
	font-family: "Century Gothic", Arial, Helvetica, Tahoma, sans-serif;
	text-align: left;
	color:#000000;
	font-size: 1.4em;
}

.RightContents p
{
	padding:5px 10px 5px 10px;
	margin: 0 0 0 0;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: left;
	background-color:inherit;
	color: #494949;
	font-size: 1.0em;
}

.RightContents p a
{
	background-color:inherit;
	text-decoration: none;
	color: #ff8800;
}

.RightContents p a:hover
{
	background-color:inherit;
	text-decoration: underline;
	color: #ff8800;
}

/*Styles for Quick links. */
.RightContents ul li
{
	list-style-type: square;
	padding-bottom: 5px;
}

.RightContents ul li a
{
	background-color:inherit;
	text-decoration: underline;
	color: #ff8800;
	font-size: 1.0em;
}

.RightContents ul li a:hover
{
	background-color:inherit;
	color: #666;
}

/*Styles for the page footer. */
#Footer
{
	margin:6px 0 0 0;
	padding:5px 0 5px 10px;
	background-color:#0094B9;
	border:solid 1px #666;
	text-align: center;
	color: #000;
	font-size: 0.8em;
}

#Footer a
{
	background-color: #0094B9;
	text-decoration: underline;
	color:#000;
}

#Footer1
{
	text-align: left;
	float: left;
}

#Footer2
{
	text-align: right;
	padding-right: 10px;
	font-size: 0.9em;
}


/* CSS Document */
#RightThree div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#RightThree div#calendar table{
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#RightThree div#calendar table caption{
	margin: 0 auto;
}

#RightThree div#calendar table th{
	color: #ff8800;
	background: transparent;
}

#RightThree div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#RightThree div#calendar table td a{
	display: block;
	background: #EFA;
	color: #ff8800;
	font-weight: bold;
	text-decoration: none;
}

#RightThree div#calendar table td.today a{
	border: 1px solid #ff8800;
}

#RightThree div#calendar table td a:hover{
	background: #DBB8DC;
	color: #ff3300;
}

#RightThree div#calendar table td.today a:hover{
	border: 1px solid #ff3300;
}

#RightThree div#calendar span{
	display: none;
}

#RightThree div#calendar h2
{
	display: none;
}


.plusinfos
{
	
	font-style: italic;
}

#SSRUB
{
	width:30%;
	float:right;
	background-color:#5FBCD3;
	padding: 10px;
	margin: 10px;
	margin-right: 0px;
	border:1px dotted #666;
}

#SSRUBTITRE
{
	font-style:italic;
	font-weight: bold ;
	font-size: 1.6em;
}

#SSRUBLIST li
{
	margin:0 auto;
	padding:5px 0 5px 10px;
	background-color:#FFFFFF;
	font-family: "Century Gothic", Arial, Helvetica, Tahoma, sans-serif;
/*	border:1px solid #666;*/
	text-align: left;
	color:#000000;
	font-size: 1.4em;
	list-style-type: none;
	margin-bottom:5px;
}


