body {
/*        background: url("../images/bg/noise.png") repeat scroll 0 0 transparent;*/ 
    color: black;  /* couleur du texte */
    background: none repeat scroll 0 0 black;
	border: solid 1px white ;
	
      
}
/* WRAPPER */

#wrapper {
    background: url("/custom/bg.jpg") no-repeat center 75%;
	background-attachment: fixed;
	-webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
	border: solid 1px white ;
}

#page-title span, .large-notice p, .tabs-nav li.active a, h1, h2, h3, h4 {
	color: black;
}

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
	background-color: rgba(0, 0, 0, 0.85);
}

.slide-caption {
	background: rgba(0, 0, 0, 0.55);
}

.slide-caption h3 {
	color: #c12127;
	font-weight: bold;
}

.flickr-widget a {
	border: 3px solid black;
}

.flexslider, .tabs-nav li.active a, .tabs-nav li a {
background: transparent;
}

.tabs-nav li a, .tabs-container {
	border: 1px solid black;
	}
	
.tabs-nav li.active a {
	border-bottom: 2px solid rgb(225, 217, 218);
	}

.tabs-nav li:first-child a {
	border-left: 1px solid black;
	border-right: transparent;
	}
	
.tabs-nav li:nth-child(2) a {
	border-left: 1px solid black;
	border-right: transparent;
	}
	
.tabs-nav li:nth-child(3) a {
	border-left: 1px solid black;
	border-right: transparent;
	}
	
.tabs-nav li:last-child a {
	border-left: 1px solid black;
	border-right: 1px solid black;
}
	
.tabs-nav li a {
	background-color: transparent;
	border: 1px solid black;
	border-right: 1px solid black;
	border-bottom: transparent;
}

.headline h3, .headline h4 {
background: transparent;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
background: rgba(255, 255, 255, 0.01);
}

/* BARRE DE NAVIGATION */

#navigation {
    background: none repeat scroll 0 0 #c12127;
	margin-top:-1px;
}

#navigation ul li a {
background: url("../custom/navigation-divider.png") no-repeat scroll right 50% transparent;
}


/* FOOTER */

#footer {
    background-color: #000000;
	border: solid 1px white ;
}