
/*   PRINT.CSS */
a { text-decoration : underline; color : #0000ff; }

#commentform {display : none;}
#footer {display : none;}
		
#printnote {display : block}
.printnote {display : block}


body
{
	/*background-image: url(Common/Page-Background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF; */
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.74em;
	color: #555555;
}

/* begin unique elements */

#container
{
	width: 720px;  
	margin: 0 auto;
	
	/* defines container element */
}

#header
{
 height:100px
	
	/* height:150px formerly, defines header element */
}

#header h1
{
	margin: 0 0 10px 0;
	padding: 5px 0px 0px 0px;
	text-transform: uppercase;
	text-align: left;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 300%;
	color: #FF9933;
	
	/* 736451 define header h1 tag */
}

#header h2
{
	border-bottom: 1px solid #EEEEEE;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: right;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #000000;
	
	/* define header h2 tag */
}

#centre
{
	background-image: url(Common/Centre-Background.gif);
	background-position: 0px 40px;
	background-repeat: no-repeat;
	padding: 0px 10px;
	
	/* background-color: blue;
	border: 1px solid black; */
	/* container for all blog content */
}

#navigation
{
	height: 25px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 12px;
	color: #ffffff;
	background-color: #FF9933;
 
	
	/* define navigation element */
}

#navigation ul
{
	margin: 0;
	padding: 0;
	
	/* remove padding and margin from navigation list */
}

#navigation ul li
{
	display: inline;
	
	/* set list elements to display inline */
}

#navigation ul li a
{
	height: 20px;
	width: 70px;
	padding: 4px 0px 0px 0px;
	margin-right: 5px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	float: left;
	font-weight:bold;
	
	/* set dimensions of navigation links */
}

#navigation ul li a:hover
{
	background-image: url(Buttons/Navigation-Hover.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #555555;
	
	/* set navigation hover link state */
}

#content
{
	/* on vire la largeur dans la version print
	width: 530px;
	float: left;
	*/
	
	color: Black;
	background-color: white;
	/* defines content element */
}

#content h1
{
	margin: 5px 0px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 25px;
	color: #FF9933;
	text-transform: uppercase;
	
	/* defines generic h1 element */
}

#content h2
{
	margin: 5px 0px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	color: #FF9933;
	
	/* defines generic h2 element */
}

#content h3
{
	margin: 5px 0px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	color: #FF9933;
	
	/* defines generic h3 element */
}

#content p
{

}

#content a
{
	color: #FF9933;;
	text-decoration: underline;
}

#content a:hover
{
	color: #4F5F34;
	text-decoration: none;
}

#breadcrumb
{
	height: 10px;
	padding: 10px 0px;
	
	/* defines breadcrumb element */
}

#breadcrumb a
{
	color: #4F5F34;
	text-decoration: underline;
}

#breadcrumb a:hover
{
	color: #4F5F34;
	text-decoration: none;
}

#subcontent
{ display : none;
	/* 
	width: 160px;
	padding: 10px 0px 0px 0px;
	font-size: 95%;
	color: #6C534A;
	float: right;
	
	defines subcontent element */
}

#subcontent h1
{
	border-bottom: 1px solid #eeeeee;
	margin: 5px 0px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	color: #728C40;
	
	/* defines generic h1 element */
}

#subcontent h2
{
	border-bottom: 1px solid #eeeeee;
	margin: 5px 0px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	text-align: right;
	color: #728C40;
	
	/* defines generic h2 element */
}

#subcontent h3
{
	border-bottom: 1px solid #eeeeee;
	margin: 5px 0px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	text-align: right;
	color: #728C40;
	
	/* defines generic h3 element */
}

#subcontent ul
{
	margin: 0;
	padding: 0;
	
	/* defines generic list container element */
}

#subcontent ul li
{
	list-style: none;
	
	/* defines generic list element */
}

#subcontent ul li a
{
	/*background-image: url(Icons/Icon-Submenu.gif);
	background-position: 145px;
	background-repeat: no-repeat;*/
	width: 150px;
	padding: 5px 0px 0px 5px;
	text-decoration: underline;
	color: #6C534A;
	display: block;
	
	/* defines generic link element */
}

#subcontent ul li a:hover
{
	/*background-image:url(Icons/Icon-Submenu-Hover.gif);
	text-decoration: none;*/
	
	/* defines generic link hover state */
}

#calender
{
	margin: 5px 0px 10px 0px;
	
	/* defines container for calender element */
}

#calender table
{
	border: 1px solid #4F5F34;
	width: 100%;
	height: 150px;
	text-align: center;
	
	/* define table for calender */
}

#calender table td
{
	width: 14%;
	
	/* set column width */
}

#calender table .controls
{
	background-color: #BAC994;
	font-weight: bold;
	
	/* style event controls */
}

#calender table .controls a
{
	color: #FFFFFF;
	text-decoration: underline;
	
	/* style control links */
}

#calender table .controls a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	
	/* style link controls */
}

#calender table .title
{
	background-color: #CBD6AD;

	/* style calender titles */
}

#calender table .days td
{
	background-color: #DEE6CC;
	
	/* style day columns */
}

#calender table .days a
{
	color: #728C40;
	text-decoration: underline;
	
	/* style day links */
}

#calender table .days a:hover
{
	color: #728C40;
	text-decoration: none;
	
	/* style day links */
}

#calender table td.empty
{
	background-color: #E4E4E4;
	
	/* style empty cells */
}

#calender table td.event
{
	background-color: #669900;
	
	/* style event cells */
}

#calender table td.event a
{
	color: #FFFFFF;
	text-decoration: underline;
	
	/* style event links */
}

#calender table td.event a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	
	/* style event links */
}

#pages
{


	/* defines container for pages element */
}

#categories
{
	
	/* defines container for categories element */
}

#feeds
{
	
	/* defines container for feeds element */
}

#links
{
	/* defines container for links element */
}

#login
{
	/* defines container for login element */
}

#notification
{
	padding: 15% 0;
	text-align: center;
	
	/* defines container for notification element */
}

#notification h1
{
	margin: 5px 0px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 25px;
	color: #728c40;
	text-transform: uppercase;
	
	/* defines notification h1 element */
}

#notification a
{
	color: #4F5F34;
	text-decoration: underline;
	
	/* defines notification link styles */
}

#notification a:hover
{
	color: #4F5F34;
	text-decoration: none;
	
	/* defines notification link hover styles */
}

#screenshot
{
	background-image:url(Common/Screenshot-Background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	text-align: center;
	overflow: visible;
}

#screenshot img
{
	background-color: #EFEFD6;
	border: 1px solid #542700;
	margin: 6px;
	padding: 3px;
}

#footer
{
	border-top: 1px solid #555555;
	height: 40px;
	padding: 10px 5px 0px 0px;
	margin: 10px 0px 0px 0px;
	text-align: right;
	
	/* style footer element */
}

#footer a
{
	color: #4F5F34;
	text-decoration: underline;
	
	/* style footer links */
}

#footer a:hover
{
	color: #4F5F34;
	text-decoration: none;
	
	/* style footer links */
}


/* begin article style definitions */
.article
{
	
}

h1.articleheader
{

}

ul.articledetails
{
	margin: 0;
	padding: 0;
}

ul.articledetails li
{
	margin-right: 5px;
	list-style: none;
	display: inline;
}

#articleintroduction
{
	border-bottom: 1px solid #EEEEEE;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;
	font-size: 130%;
	color: Black;
	font-style : italic;
}

p.articledetails
{
	background-image: url(Icons/Icon-Extra.gif);
	background-position: 460px 4px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	font-size: 110%;
	text-align: right;
}

.articleimages
{

}

.articleimages img
{
	border: 1px solid #EEEEEE;
	padding: 3px;
	margin: 3px;
}

/* begin comment style definitions */

#comments
{

}

.comment
{	
	padding: 5px 0px;
}

ul.commentdetails
{
	margin: 0;
	padding: 0;
}

ul.commentdetails li
{	 
	margin-right: 5px;
	list-style: none;
	display: inline;
}

#commentform
{

}

#commentform h1
{

}

#commentform p
{
	margin: 10px 0px;
}

#commentform textarea
{
	width: 100%;
	height: 125px;
}


/* begin events styling */

#events
{

}

.event
{

}

h3.eventheader
{

}

ul.eventdetails
{
	margin: 0;
	padding: 0;
}

ul.eventdetails li
{
	margin-right: 5px;
	list-style: none;
	display: inline;
}

.event p
{
	margin: 5px 0px;
}

#search
{

}

.search
{
	
}

h1.searchheader
{

}

ul.searchdetails
{
	margin: 0;
	padding: 0;
}

ul.searchdetails li
{
	margin-right: 5px;
	list-style: none;
	display: inline;
}

#searchintroduction
{
	border-bottom: 1px solid #EEEEEE;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;
	font-size: 110%;
	color: #99B198;
}

p.searchdetails
{
	background-image: url(Icons/Icon-Extra.gif);
	background-position: 460px 4px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	font-size: 110%;
	text-align: right;
}

.searchimages
{

}

.searchimages img
{
	border: 1px solid #EEEEEE;
	padding: 3px;
	margin: 3px;
}

#searchpages
{
	text-align: right;
}

.clear
{
	clear: both;

}

/* miscellaneous elements */
img
{
	border: none;
}

form
{
	margin: 0;
	padding: 0;
}


 

#ads1, #ads2, #ads3, #ads4 { display : none; } 
 
.ads {display: none;}



