/* @group General Styles */

body {
	margin: 0px 5px 0px 5px;
	text-align: center;
	color: #333333;
	letter-spacing: 0.5px;
	font: 0.75em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding: 0;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

h1.titre {
	text-align: center;
}

.intertitres {
	text-align: center;
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
}

img {
}

.image-left {
	float: left;
	margin: 3px 10px 10px 0;
	position: relative;
	z-index: 5;
	text-align: left;
	display: block;
	padding: 0px;
}

.image-centre {
	position: relative;
	padding: 0px;
	text-align: center;
	z-index: 5;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
	text-align: right;
	display: block;
}

.sponsors {
	line-height: 1.5em;
	font-size: 10px;
}
	.credits {
	color: #000;
	font-size: .7em;
	text-align: center;
	margin-left: 0px;
}

.creditsbk {
	color: #000000;
	text-align: center;
	margin-left: 0px;
	padding: 0px;
	font-size: .7em;
}
.reference {
	color: #000000;
	text-align: right;
	font-weight: bold;
	font-size: .8em;
}
	
/* @end */

/* @group Layout */

#container { /* Right And Left /* Hack To Keep IE5 Windows Happy */
	position: relative;
	margin: 0px auto 0px auto;
	width: 780px;
	background: #cbccb2;
}

#clearer {
}

#pageHeader {
	height: 93px;
	background: #000000;
	color: #cbccb2;
}

#pageHeader img {
	position: absolute;
	top: 20px;
	right: 40px;
}

#pageHeader h1 {
	margin: 0px;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 3px;
	color: #ffda30;
	padding-top: 20px;
	background: transparent;
	text-align: left;
}

#pageHeader h2 {
	margin: 0px;
	margin-top: 10px;
	font-size: .8em;
	color: #cbccb2;
	letter-spacing: 3px;
	text-align: center;
}

#contentContainer {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 2em;
	position: relative;
	z-index: 4;
	background: transparent;
}

#contentContainer #content {
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}

#sidebarContainer {
	width: 189px;
	float: left;
	font-size: 1em;
	position: relative;
	z-index: 3;
	background: transparent;
}

#sidebarContainer #sidebar {
	line-height: 1.4em;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background: transparent;
}

#sidebarContainer .sideHeader {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	background: transparent;
}

#footer {
	display: block;
	clear: both;
	text-align: left;
}

#footer p {
	margin: 0;
	padding-top: 8px;
	padding-left: 40px;
	padding-bottom: 6px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: left;
	margin-left: 20px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 0px 0;
}

#breadcrumbcontainer li {
	display: inline;
	font-size: .8em;
	text-align: left;
}

#breadcrumbcontainer a {
	text-align: left;
	color: #000000;
}

#breadcrumbcontainer a:hover {
	text-decoration: underline;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	line-height: 2.0em;
	margin-bottom: 20px;
	position: relative;
	margin-top: 36px;
	text-align: left;
	padding-right: 15px;
}

#navcontainer #current {
	color: #ffda30;
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	font-weight: bold;
	color: #ffffff;
}

#navcontainer a {
	display: block;
	text-decoration: none;
	padding-left: 10px;
	height: 23px;
	color: #aeb09b;
}

#navcontainer a:hover {
	color: #ffffff;
}

/* Child - Level 1 */

#navcontainer ul ul {
	text-indent: 20px;
	color: #ffffff;
}

#navcontainer ul ul li {
	color: #ffffff;
}

#navcontainer ul ul a {
	color: #ffffff;
}

#navcontainer ul ul a:hover {
	color: #ffda30;
}

#navcontainer ul ul .currentAncestor {
	color: #ffda30;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	text-indent: 40px;
	color: #ffffff;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	color: #ffffff;
}

#navcontainer ul ul ul a:hover {
	color: #ffda30;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	text-indent: 60px;
}

#navcontainer ul ul ul ul li {
	color: #ffffff;
}

#navcontainer ul ul ul ul a {
	color: #ffffff;
}

#navcontainer ul ul ul ul a:hover {
	color: #000000;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	text-indent: 80px;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	color: #ffffff;
}

#navcontainer ul ul ul ul ul a:hover {
	color: #ffda30;
}
/* @end */

/* @group Global Classes */

blockquote, .standout {
	color: #333333;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font: italic 1em/1.6em Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #000;
	text-align: center;
}

h2 {
	color: #000;
	visibility: hidden;
}

h3 {
	color: #000;
}

h4 {
}

#imgbox {
	float: right;
	color: #cbccb2;
	font-size: 12px;
	text-align: right;
}

.imageStyle {
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 1px solid #000000;
}

.image {
	margin: 0px;
	padding: 0px;
	width: 100px;
	text-align: center;
	font-size: 12px;
	float: right;
}

img {
	text-align: right;
	border: 3px inherit #000000 solid;
}

.icn1 {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 0px;
}

.galeriec {
	margin: 0px;
	padding: 10px;
	background: #000000;
	float: left;
	margin-bottom: 20px;
}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}
	
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}
.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
	letter-spacing: 6px;
	font-size: 2.2em;
}

.blog-archive-link {
	margin-bottom: 20px;
}.blog-archive-link a:link, .blog-archive-link a:visited {
}

.blog-archive-link a:hover, .blog-archive-link a:active {
}
	
/* @end */

.blog-entry {
}

.blog-entry-title {
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 6px;
	font-size: 1.5em;
}

.blog-entry-date {
	margin-top: 2px;
	letter-spacing: 5px;
	color: #bfbfbf;
	margin-bottom: 10px;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
	margin-bottom: 45px;
}

.blog-entry-comments {
	margin-top: 10px;
	border-top: 1px dotted #bfbfbf;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.filesharing-item {
	margin-bottom: 15px;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/* @end */

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 6px;
	font-size: 1.5em;
}.movie-page-description {
	margin-bottom: 5px;
	margin-top: 2px;
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 5px;
	color: #666666;
}.movie-thumbnail-frame {
	width: 131px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin: 10px 0;
}

.movie-title {
	background: #f7f5f6;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 1.5em;
	letter-spacing: 10px;
	padding: 8px;
}

.movie-frame {

}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 1.5em;
	visibility: hidden;
}

.album-description {
	margin-top: 2px;
	padding-bottom: 5px;
	color: #bfbfbf;
}

.album-wrapper {
	position: relative;
	background: #000000;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 150px;
	height: 150px;
	padding: 0px;
}


.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
	border: 1px solid #ffffff;
	padding: 0px;
}

.thumbnail-caption {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	width: 100%;
	display: none;
	text-align: center;
	visibility: visible;
	height: 38px;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0;
	background: #000000 url(images/fondcielvert2.jpg);
	margin-bottom: 0px;
	height: 1800px;
}

.photo-navigation {
	height: 80px;
	margin-bottom: 120px;
	background: transparent;
	color: #ffffff;
}

.photo-links {
	background: transparent;
	padding: 5px;
	position: relative;
	top: 7px;
	text-align: center;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #cbccb2;
	text-decoration: none;
}

.photo-navigation a:hover {
	text-decoration: underline;
}

.photo-frame{
	background: #000000;
	border: 1px solid #000000;
}

.photo-title {
	color: #cbccb2;
	margin: 0px;
	font-weight: normal;
	padding: 20px 20px 0px 40px;
	font-size: 1.8em;
	text-align: center;
	visibility: hidden;
}

.photo-caption {
	color: #ffffff;
	margin: 0px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 40px;
	font-size: 0.9em;
	text-align: center;
	visibility: hidden;
}

/* @end */
	
/* @end */

.clear {
	clear: both;
}



