/* @group General Styles */

body, html {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
	font-size: 1em;
	
}


h1, h2, h3 {
font-size: 1.2em;
font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

b, strong { 
	font-weight: bold;
}

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

a:hover, a:active { 
	text-decoration: none; 
	color: #f3A301;
}

img {
	border-style: none;
	display: block;
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}

ul {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
}

ul li {
}

a img {
	border: none;
}

/* @end */

/* @group Layout */

#container {
	position: relative;
	margin: 0px auto 20px;
}

#navcontainer {
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	height: 20px;
	z-index: 200;
}

#contentContainer {
	width: 66%;
	margin: 0 auto;
	position: relative;
	margin-top: 0px;
}

#pageHeader {
	position: relative;
	height: 200px;
	text-align: center;
	top: 0px;
}

#pageHeader h1 {
	position: absolute;
	top: 30px;
	left: 30px;
	color: #ccc;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

#pageHeader h2 {
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: right;
	color: #ddd;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

#pageHeader #logo {
	position: relative;
	text-align: center;
	margin-left: 20px;
	top: 150px;
	z-index: 300;
	width: 220px;
}

#pageHeader #logo img {
	display: block;
}

#contentContainer #content, .photo-frame {
	position: relative;
	padding: 100px 20px 10px;
}

.photo-frame {
	text-align: center;
	border: 1px solid blue;
	margin-left: auto;
	margin-right: auto;
}


#content #sidebarContainer {
	float: right;
	width: 25%;
	margin-top: 20px;
	padding: 6px;
	color: #444;
	background-color: #000;
	border: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #aaa;
	margin-right: -60px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 0.9em;
}

#content #sidebarContainer .sideHeader {
	color: #336699;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	
}

#content #sidebarContainer h1 {
	font-size: 18px;
}

#content #sidebarContainer h2 {
	font-size: 14px;
}

#breadcrumbcontainer {
	clear: both;
	position: relative;
	left: 0;
	right: 0;
	margin: 10px 0;
	font-size: 0.8em;
}

#footer {
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

#content #footer {
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
}

/* @end */

/* @group Breadcrumb */

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	text-decoration: none; 
}

#breadcrumbcontainer a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Navbar */

#navcontainer ul {
	margin: 0;
	left: 0px;
	padding: 0;
	position: relative;
	left: 0;
	right: 0;
	margin-left: 230px;
	margin-top: 2px;
	z-index: 300;
}

#navcontainer ul li {
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 15px;
	position: relative;
	width: auto;
}

#navcontainer ul li a {
	color: black;
	text-decoration: none;
}

#navcontainer ul li a.current {
	color: #ff9000;
}

#navcontainer ul li a:hover {
}

#navcontainer ul li li a {
	color: #333;
}

#navcontainer ul ul {
	position: absolute;
	left: -3px;
	border-left: 1px solid #FF9000;
	margin-left: 0;
	white-space: nowrap;
	z-index: 400;
	width: 120px;
}

#navcontainer ul ul li {
	display: block;
	float: none;
	height: 18px;
}

#navcontainer ul ul li a {
	padding-left: 6px;
	padding-bottom: 6px;
	display: block;
	height: 12px;
}

#navcontainer ul ul ul {
	position: absolute;
	left: -136px;
	bottom: 0px;
	margin-left: 0;
	z-index: 400;
	white-space: nowrap;
	padding: 0;
}

#navcontainer ul ul ul li a {
	padding-bottom: 0;
}

* html #navcontainer ul ul li a {
	padding-left: 0;
}

#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited {
}

#navcontainer ul ul li a:hover, #navcontainer ul ul li a:active {
	color: #FF9000;
}
div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
	display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
	display:block;
	
}

/* @end */

/* @group Global Classes */

.standout, blockquote {
	font-family: Courier New, Courier, mono;
	border: 1px solid #6c0d1b;
	background: #f3bea3;
	color: #b90000;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.imageStyle {
	padding: 0;
	margin: 0;
}

.image-left {
	width: 40%;
	height: auto;
}


.image-right {
	width: 40%;
	height: auto;
}

.imageStyle {
	width: 100%;
	height: auto;
}

.bar {
	width: 100%;
	height: 1px;
	background: #ffffff;
}

p.description {
	margin-top: 0;
	font-style: italic;
}
	
/* @end */

/* @group Blog */

.blog-entry {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blog-entry-title {
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
}

.blog-entry-date {
	text-align: left;
	padding-bottom: 5px;
	font-size: 1.1em;
	font-style: normal;
}

.blog-entry-body {
	text-align: left;
	font-size: 12px;
}

.blog-entry-comments {
	padding-top: 5px;
}

.blog-archive-headings-wrapper {
	margin-bottom: 2em;
}

.blog-archive-month {
	font-size: 1.8em;
}

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

.blog-archive-link-enabled {
	margin: 0 5px;
}

.blog-archive-link-disabled {
	margin: 0 5px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin: 10px auto;
	font-size: 1em;
}

.blog-category-link-enabled {
	margin: 0 5px;
}

.blog-category-link-disabled {
	margin: 0 5px;
}

/* 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 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.filesharing-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.filesharing-item-title {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}

.filesharing-item-description {
	text-align: left;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.1em;
	margin-top: 0.5em;
}

/* @end */

/* @group Photo Album */

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

.album-title {
	padding: 5px;
	font-size: 1.8em;
}

.album-description {
	padding: 5px;
	font-size: 1.1em;
}
.album-description {
	margin-bottom: 60px;
}

.album-wrapper {
	display: block;
	/*width: 99%;*/
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 10px;
	margin-left: 10px;
	width: 144px;
	height: 144px;
}

.thumbnail-frame {
    position: relative;
    bottom: 0;
    left: 0;
    width: 144px;
    height: 144px;
    
}

.thumbnail-frame img {
    margin: auto;
    border: none;
    overflow: hidden;
    display: block;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	top: 20px;
	width: 120px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-frame {
	padding: 5px;
}
.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
	padding: 0;
}

.thumbnail-caption {
	font-size: 10px;
}
	
/* @end */

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

.photo-background {
	text-align: center;
	left: 0;
	right: 0;
	position: relative;
}

.photo-navigation {
	text-align: center;
	padding: 4px;
}

.photo-navigation a, .photo-navigation a:visited {
	text-decoration: none;
	font-size: 0.8em;
}

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

.photo-frame {
	padding: 20px;
	margin-top: 20px;
}

.photo-links {
	padding: 0px;
}

.photo-title {
	padding: 0px;
	font-weight: bold;
	font-size: 1.8em;
	margin: 0;
}

.photo-caption {
	padding: 0px;
	font-size: 1.2em;
}

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

/* @group Quicktime Page */

.movie-description {
	text-align: center;
	margin: 5px;
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-weight: bold;
	font-size: 14px;
}

.movie-page-description {
	margin-bottom: 20px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	padding: 1px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}

.movie-thumbnail-caption {
	text-align: center;
	margin-bottom: 3px;
	font-size: 11px;
}
	
/* @end */

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

.movie-background {
	background: #ffffff;
	margin-top: 5px;
}

.movie-title {
	color: #0062c5;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
	border: 1px solid #ccc;
	background-color: white;
}

textarea.form-input-field {

} 

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

* html body {
	font-size: 0.9em;
}

* html #navcontainer {
	width: 100%;
}

* html #content #sidebarContainer {
	background-image: none;
}




/*FOND*/

body, .photo-background {
	background-image: url("http://phyrea.ch/images/original.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}

body {
	background-color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "Bitstream Vera Sans", "Vera Sans", Geneva, sans-serif;
}

/*Barre de menu*/

#navcontainer {
	background-color: #fff;
	background-image: url("http://phyrea.ch/images/brownlight.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	border-color: #0055A0;
	border-style: solid;
	border-width: 0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	font-weight: bold;
}

#navcontainer ul li a {
	color: black;
	text-decoration: none;
}


#navcontainer ul li a.currentAncestor {
	color: #0055A0;
	font-weight: bold;
}

#navcontainer ul li a:hover {
	color: #f3A301;
}

/*Submenu*/

#navcontainer ul li a.current {
	color: #0055A0;
	font-weight: bold;
}



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

#navcontainer ul ul {
	border-left: 1px solid #f3A301;
	
}

#navcontainer ul ul li {
}

#navcontainer ul ul li a {
}

#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited {
}

#navcontainer ul ul li a:hover, #navcontainer ul ul li a:active {
	color: #f3A301;
}

#navcontainer ul ul ul {
background-color: white;
	border-color: #f3A301;
	border-style: solid;
	border-left-width: 3px;
}

/*Position du sous menu*/

#navcontainer ul ul {
	bottom: 5px;
	padding: 0px 0 13px 0px;
}

#navcontainer ul ul ul {
	border-bottom-width: 1px;
	border-right-width: 0;
	border-top-width: 0;
}


/*En tete*/

#pageHeader, .photo-navigation {
	height: 260px;
}

#navcontainer {
	top: 240px;
}

#pageHeader #logo {
	top: 210px;
}


#pageHeader, .photo-navigation {
	background-image: url("http://phyrea.ch/images/original.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}

#pageHeader {
	background-color: #fff;
}

.photo-navigation {
	background: #000;
}

/*Texte de l en tete*/
#pageHeader h1, #pageHeader h2 {
	color: #f3A301;
}

.photo-navigation {
	color: #f3A301;
}

.photo-title {
	color: #f3A301;
}

.photo-caption {
	color: #f3A301;
}

.photo-navigation a, .photo-navigation a:visited {
	color: #bf8836;
}

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

/*Contenu*/

#contentContainer {
	background-color: transparent;
	width: 66%;
}


#contentContainer, .photo-frame {
	background-image: url("http://www.phyrea.ch/images/glowlight.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;

}

#contentContainer #content, .photo-frame {
	border-color: #0055A0;
	border-style: solid;
	border-width: 2px;
}

/*Polices du contenu*/
#contentContainer #content, .photo-frame {
	color: #000;
}

#contentContainer h1 {
	color: #0055A0;
}

#contentContainer h2 {
	color: #336699;
}

#contentContainer h3 {
	color: #0055A0;
}

#contentContainer h4 {
	color: #0055A0;
}

#contentContainer h5 {
	color: #0055A0;
}

#contentContainer #content a:link, #contentContainer #content a:visited {
	color: #0055A0;
	text-decoration: none;
}

#contentContainer #content a:hover, #contentContainer #content a:active {
	color: #f3A301;
	text-decoration: underline;
}


/* Barre laterale */

#content #sidebarContainer {
	background-color: #000;
	border-color: #f3A301;
	border-style: solid;
	border-width: 2px;
}

#contentContainer #content #sidebarContainer {
	color: #fff;
}

#contentContainer #sidebarContainer h1 {
	color: #f3A301;
}

#contentContainer #sidebarContainer .sideHeader {
	color: #0055A0;
}


#contentContainer #sidebarContainer h2 {
	color: #0055A0;
}

#contentContainer #sidebarContainer h3 {
	color: #0055A0;
}

#contentContainer #sidebarContainer h4 {
	color: #0055A0;
}

#contentContainer #sidebarContainer h5 {
	color: #0055A0;
}

#contentContainer #content #sidebarContainer a:link, #contentContainer #content #sidebarContainer a:visited {
	color: #0055A0;
	text-decoration: none;
}

#contentContainer #content #sidebarContainer a:hover, #contentContainer #content #sidebarContainer a:active {
	color: #f3A301;
	text-decoration: underline;


/* @group Photo Album */

.album-title {
	color: #0055A0;
}

.album-description {
	color: #0055A0;
}

.thumbnail-caption {
	color: #0055A0;
}

/* @end */

/* @group File Sharing */


.filesharing-item-title {
	color: #0055A0;
}

/* @end */

/* @group Blog */

.blog-entry-title {
	color: #0055A0;
}

.blog-entry-date {
	color: #0055A0;
}

.blog-archive-month {
	color: #0055A0;
}

/* @end */

/* @group Contact Form */


.required-text {
	color: #0055A0;
}

/* @end */

html .photo-frame {
	background-color: transparent;
	background-image: none;
}

html .photo-background {
	background-image: url("http://phyrea.ch/images/glowlight.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}

html .photo-navigation {
	background-image: none;
	background-color: transparent;
}

/* Import defaut butterfly */


body {
	background-color: #fff;
}


body, .photo-background {
	background-image: url("http://phyrea.ch/images/original.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}

/* Menu */

#navcontainer {
	background-image: url("http://phyrea.ch/images/brownlight.jpg");
	background-color: #fff;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	border-color: #0055A0;
	border-style: solid;
	border-width: 0;
	border-top-width: 3px;
	border-bottom-width: 3px;
}

/* Polices du menu */

#navcontainer ul li a {
	color: black;
	text-decoration: none;
}

#navcontainer ul li a.current {
	color: #0055A0;
}

#navcontainer ul li a.currentAncestor {
	color: #0055A0;
	font-weight: bold;
}

#navcontainer ul li a:hover {
	color: #f3A301;
}

/* Sous menu (si existant) */

#navcontainer ul li a.current {
	color: #0055A0;
	font-weight: bold;
}

#navcontainer ul li a:hover {
}

#navcontainer ul li li a {
	color: #0055A0;
	font-weight: bold;
}

#navcontainer ul ul {
	border-left: 2px solid #f3A301;
	
}

#navcontainer ul ul li {
}

#navcontainer ul ul li a {
}

#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited {
}

#navcontainer ul ul li a:hover, #navcontainer ul ul li a:active {
	color: #f3A301;
	background-color:white;
	font-weight: bold;
}

#navcontainer ul ul ul {
	border-color: #f3A301;
	border-style: solid;
	border-left-width: 2px;
}
/* fin du style sous menu */


/* En tete */

#pageHeader {
	background-color: #fff;
}

.photo-navigation {
	background: #000;
}

/* fin en tete butterfly */

/* polices en tete */
#pageHeader h1, #pageHeader h2 {
	color: #f00;
}

.photo-navigation {
	color: #f00;
}

.photo-title {
	color: #f00;
}

.photo-caption {
	color: #f00;
}

.photo-navigation a, .photo-navigation a:visited {
	color: #ae3c3e;
}

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

/* fin polices en tete */

/* image en tete et format */

#pageHeader, .photo-navigation {
	background-image: url("http://phyrea.ch/images/original.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}

/* fin entete */

/* Cadre de contenu */


#contentContainer {
	background-color: transparent;
}
#contentContainer, .photo-frame {
	background-image: url("http://phyrea.ch/images/glowlight.jpg");
	background-color: #fff;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}

#contentContainer #content, .photo-frame {
	border-color: #0055A0;
	border-style: solid;
	border-width: 3px;
}

/* Polices du contenu */
#contentContainer #content, .photo-frame {
	color: #000;
}

#contentContainer h1 {
	color: #0055A0;
}

#contentContainer h2 {
	color: #0055A0;
}

#contentContainer h3 {
	color: #0055A0;
}

#contentContainer h4 {
	color: #0055A0;
}

#contentContainer h5 {
	color: #0055A0;
}

#contentContainer #content a:link, #contentContainer #content a:visited {
	color: #0055A0;
	text-decoration: none;
}

#contentContainer #content a:hover, #contentContainer #content a:active {
	color: #f3A301;
	text-decoration: underline;
}

/* @group Photo Album */

.album-title {
	color: #0055A0;
}

.album-description {
	color: #0055A0;
}

.thumbnail-caption {
	color: #0055A0;
}

/* @end */

/* @group File Sharing */


.filesharing-item-title {
	color: #0055A0;
}

/* @end */

/* @group Blog */

.blog-entry-title {
	color: #0055A0;
}

.blog-entry-date {
	color: #0055A0;
}

.blog-archive-month {
	color: #0055A0;
}

/* @end */

/* @group Contact Form */


.required-text {
	color: #0055A0;
}

/* @end */

/* fin police contenu */

/* carre lateral */

#content #sidebarContainer {
	background-color: #000;
	border-color: #f3A301;
	border-style: solid;
	border-width: 3px;
	width: 140px;
}

/* Police carre lateral */
#contentContainer #content #sidebarContainer {
	color: #000;
}

#contentContainer #sidebarContainer h1 {
	color: #0055A0;
}

#contentContainer #sidebarContainer .sideHeader {
	color: #0055A0;
}


#contentContainer #sidebarContainer h2 {
	color: #0055A0;
}

#contentContainer #sidebarContainer h3 {
	color: #0055A0;
}

#contentContainer #sidebarContainer h4 {
	color: #0055A0;
}

#contentContainer #sidebarContainer h5 {
	color: #0055A0;
}

#contentContainer #content #sidebarContainer a:link, #contentContainer #content #sidebarContainer a:visited {
	color: #0055A0;
	text-decoration: none;
}

#contentContainer #content #sidebarContainer a:hover, #contentContainer #content #sidebarContainer a:active {
	color: #f3A301;
	text-decoration: underline;
}

/* fin police carre lateral */

html .photo-frame {
	background-color: transparent;
	background-image: none;
}

html .photo-background {
	background-image: url("http://phyrea.ch/images/glowlight.jpg");
}

html .photo-navigation {
	background-image: none;
	background-color: transparent;
}

/* Logo */

#pageHeader #logo {
	text-align: left;
	margin-left: 20px;
	top: 20px;
	width: auto;
}

#pageHeader h1 {
	right: 20px;
	left: auto;
	top: 20px;
}

#pageHeader h2 {
	top: 40px;
}

