/* Stylesheet: audio player Modified On 2011-12-07 16:45:44 */
@charset "UTF-8";

.audiojs audio {
position: absolute;
left: -1px;
}

.audiojs {
width: 600px;
height: 36px;
background:rgba(255,255,255,0.5);
overflow: hidden;
font-family: monospace;
font-size: 12px;
margin:0;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}

.audiojs .play-pause {
width: 25px;
height: 40px;
padding: 3px 6px;
margin: 0px;
float: left;
overflow: hidden;
border-right: 1px solid #FFF;
}

.audiojs p {
display: none;
width: 25px;
height: 40px;
margin: 0px;
cursor: pointer;
}

.audiojs .play {
display: block;
}

.audiojs .scrubber {
position: relative;
float: left;
width: 420px;
background: #C0C0C0;
height: 14px;
margin:11px 0 0 15px;
border-top: 0px;
border-left: 0px;
border-bottom: 0px;
overflow: hidden;
}

.audiojs .progress {
position: absolute;
top: 0px;
left: 0px;
height: 14px;
width: 0px;
background: #202020;
z-index: 1;
}

.audiojs .loaded {
position: absolute;
top: 0px;
left: 0px;
height: 14px;
width: 0px;
background: #505050;
}

.audiojs .time {
float: left;
height: 36px;
line-height: 36px;
margin: 1px 0 0 10px;
padding: 0px 0px 0px 18px;
border-left: 1px solid #FFF;
color: #505050;
text-shadow:none;
-webkit-text-shadow:none;
-moz-text-shadow:none;
}

.audiojs .time em {
padding: 0px 2px 0px 0px;
color: #505050;
font-style: normal;
}

.audiojs .time strong {
padding: 0px 0px 0px 2px;
font-weight: normal;
}

.audiojs .error-message {
float: left;
display: none;
margin: 0px 10px;
height: 36px;
width: 500px;
overflow: hidden;
line-height: 36px;
white-space: nowrap;
color: #fff;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-icab-text-overflow: ellipsis;
-khtml-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
}

.audiojs .error-message a {
color: #eee;
text-decoration: none;
padding-bottom: 1px;
border-bottom: 1px solid #999;
white-space: wrap;
}

.audiojs .play {
background: url("../../structure/player/player-graphics.png") -2px -1px no-repeat;
}
.audiojs .loading {
background: url("../../structure/player/player-graphics.png") 5px -26px no-repeat;
}

.audiojs .error {
background: url("../../structure/player/player-graphics.png") 4px -58px no-repeat;
}

.audiojs .pause {
background: url("../../structure/player/player-graphics.png") -2px -91px no-repeat;
}

.playing .play, .playing .loading, .playing .error {
display: none;
}

.playing .pause {
display: block;
}

.loading .play, .loading .pause, .loading .error {
display: none;
}

.loading .loading {
display: none;
}

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
display: none;
}

.error .error {
display: block;
}

.error .play-pause p {
cursor: auto;
}

.error .error-message {
display: block;
}

ol {
padding:10px;
list-style:none;
width: 580px;
box-shadow: 1px 1px 5px #A0A0A0;
-webkit-box-shadow: 1px 1px 5px #A0A0A0;
-moz-box-shadow: 1px 1px 5px #A0A0A0;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-top:1px solid #D0D0D0;
}

ol li {
position: relative;
margin:0 0 2px 0;
background:rgba(255,255,255,0.5);
cursor: pointer;
}

ol li a {
display: block;
font-size:12px;
line-height:20px;
text-indent:-10px;
padding: 0px 0px 0px 20px;
color: #606060;
text-decoration: none;
}

ol li a:hover {
color:#a0b63b;
}

li.playing a {
color:#a0b63b;
}
/* Stylesheet: livre d&#039;or Modified On 2011-12-07 16:45:26 */
 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	border-bottom:1px solid #505050;
	margin: 20px 0 0 0;
        padding:5px 0;
        
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	padding:5px 0;
        margin:0 0 70px 0;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
}
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
}

/* Style the smileys links */
.cms-guestbook-somesmileys a
{
	margin-right: .5em;
}

/* Style the entry form */
.cms-guestbook-div-insert label
{
	float: left;
	width: 12em;
}

/* Style the entry form fieldset */
.cms-guestbook-div-insert fieldset {
       border: none;
}
/* Stylesheet: style Modified On 2024-09-29 21:27:54 */
@charset "UTF-8";

/*////////// STRUCTURE //////////*/

html, body {
margin:0;
padding:0;
/* font-family:Arial, Helvetica, sans-serif; */
font-family: 'Marmelad', sans-serif;
font-size:11px;
background:#fff url(../../structure/visuels/background.png);
color:#505050;
text-align:justify;
overflow-y:scroll;
}

hr {
border-top:none;
border-bottom:1px solid #C0C0C0;
}

a {
text-decoration:none;
color:#8e3a90;
}

a:hover {
color:#512451;
}

.sectionheader {
color:#909090;
}

input {
background:rgba(255,255,255,0.6);
color:#666666;
border:none;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-webkit-transition:all .2s;
-moz-transition:all .2s;
transition:all .2s;
padding:8px;
}
input:hover {
background:rgba(255,255,255,1);
color:#444444;
cursor:pointer;
}

#wrap {
position:relative;
margin:0 auto;
width:900px;
}

img {
max-width:600px;
}

#logo {
position:relative;
width:230px;
height:66px;
background:url(../../structure/visuels/logo.png) no-repeat;
background-size: contain;
margin:62px 0 20px 0;
}

#left {
float:left;
width:230px;
}

#main {
float:right;
margin:0 0 0 0;
width:600px;
}

#content {
position:relative;
margin:50px 0;
}

.gallery {
margin:0 0 -20px 0;
}

/*////////// TEXT //////////*/

#breadcrumbs {
position:fixed;
top:0;
margin:-10px 0 0 0;
font-size:12px;
line-height:40px;
padding:7px 10px 0 10px;
color:#fff;
background:rgba(50,50,50,0.3);	
-moz-box-shadow: 1px 1px 5px #555555;
-webkit-box-shadow: 1px 1px 5px #555555;
box-shadow: 1px 1px 5px #555555;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
z-index:999;
}

#breadcrumbs a {
color:#303030;
}

#copyright {
position:relative;
text-align:left;
margin:15px 0 10px 0;
}

#copyright a {
color:#aaaaaa;
}

#copyright a:hover {
color:#909090;
}

#share {
float:right;
margin:10px 0 0 0;
}

#share img {
width:20px;
height:20px;
}

/*////////// MENU VERTICAL //////////*/

#menu_v{
border:0;
border:none;
padding:0;
margin:50px 0 0 0;
}

#menu_v ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

#menu_v li{
padding:0;
margin:0;
text-align:right;
letter-spacing:1px;
}

#menu_v li a{
display:inline-block;
font-weight:normal;

letter-spacing:1px;
margin:0 0 15px 0;
padding:8px;
text-align:right;
text-decoration:none;
font-size:12px;

border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-webkit-transition:all .2s;
-moz-transition:all .2s;
transition:all .2s;

background:rgba(100,100,100,0.5);		
color:#fff;

}

#menu_v li a:hover {
background:rgba(100,100,100,0.1);	
color:#505050;
-webkit-transition:all .2s;
-moz-transition:all .2s;
transition:all .2s;
text-decoration:none;
cursor:pointer;
}




/*////////// MENU HORIZONTAL //////////*/

#menu_h{
width:600px;
min-height:35px;
border:none;
border:0;
margin:95px 0 0 0;
padding:0;
z-index:999;
}

#menu_h ul{
height:35px;
list-style:none;
margin:0;
padding:0;
}

#menu_h li{
float:left;
padding:0px;	
border-top:2px solid #808080;
border-bottom:2px solid #808080;
display:block;
font-weight:normal;
line-height:35px;
margin:0 10px 0 0;
padding:0 1px;
text-align:center;
letter-spacing:1px;
}

#menu_h li:hover {
border-top:2px solid #8e3a90;
border-bottom:2px solid #8e3a90;
color:#8e3a90;
cursor:default;
}

#menu_h li a{
color:#606060;
line-height:32px;
font-size:12px;
display:block;
text-decoration:none;
}

#menu_h li a:hover, .menu_h ul li:hover a{	
color:#8e3a90;
cursor:pointer;
}

#menu_h li ul{
display:none;
height:auto;
padding:0;
margin:0;
border:0;
position:absolute;
z-index:200;
}

#menu_h li:hover ul{
display:block;
padding:12px 0 0 0;
}

#menu_h li li {	
display:block;
float:none;
margin:0 0 2px 0;
padding:0 10px;
min-width:150px;
z-index:999;
}

#menu_h li:hover li {
background:none;
border:none;
color:#fff;
}

#menu_h li:hover li a{
background:none;
border:none;
color:#fff;
}

#menu_h li:hover li {
background:rgba(50,50,50,0.8);
}

#menu_h li ul a{
color:#fff;
display:block;
margin:0;
padding:0;
text-align:left;
letter-spacing:1px;
}

#menu_h li li:hover, #menu_h li ul a:hover, .menu_h li ul li:hover a, .menu_h li ul li:hover {
background:#8e3a90;	
color:#fff;
text-decoration:none;
cursor:pointer;
}

#menu_h p{
clear:left;
}