/*@import "reset.css";*/
/* CSS Document */
/* HTML TAGS */

html {
	padding:0px;
	margin:0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ffffff;
}

body {
	margin: 0px;
	padding: 0px;
	
	
}

body, p, div, a, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

p {
	margin-bottom: 18px;
	margin-top: 0px;
	color: #ffffff;
	
}

img {
	border: none;
}

hr {
	height: 1px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;
	background-color: #49ade2;
	border: none;
}

h1 {
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-image: none;
	text-transform: uppercase;
	font-weight: normal;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-variant: normal;
	margin-left: 0px;
}

h2 {
	color:#ffffff;
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
}

h3 {
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c20000;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
}

b, strong {
	font-weight: bold;
	
}

.bleu {
	color: #8dadc3;
	font-size: 13px;
	font-weight: bold;
}

a:link, a:visited {
	color: #8dadc3;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
}


ul, ol {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}

ul li {
	color: #ffffff;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


table {
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;	
}
tr {
	vertical-align: top;	
}
td {
	padding: 25px;
	/*background-color: #edf4f6;*/
	font-size: 12px;
}

thead th {
	background-color: #8cbfce;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}

tbody th {
	background-color: #8cbfce;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}

th a:link, th a:visited {
	color: #ffffff;
	text-decoration: underline;
}

table.special td {
	padding: 5px;
	background-color: transparent;
}

table.admin-login {
	background-color: transparent;
	width: 300px;
}

table.admin-login td {
	padding: 5px;
	background-color: transparent;
	text-align: center;
}

table.admin {
	background-color: transparent;
	width: 960px;
}

table.admin td {
	padding: 0px;
	background-color: transparent;
	text-align: center;
}

table.expos {
	width: 835px;
	margin: 0px;
}

table.expos td {
	padding: 0px;
	background-color: transparent;
	text-align: right;
}


.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	/*display: inline;*/
}

.warning {
	color: #FF0000;
	font-weight: bold;
}

label {
color:#ffffff;
}

input, select, textarea {
color:#5f5856;
background-color:#f6f4f4;

}

#captchaImg {
	float: left;
}
.input-captcha {
	width:115px;
	border:1px solid #BDBDBD;
	height: 25px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #666666;
	text-align: center;
	float: left;
}

/* DIV LAYOUT */

div {
	padding: 0px;
	margin: 0px;
}


header {
	width: 100%;
	height: 80px;
	clear: both;
	display: block;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.7);
	background: transparent\9; /* clear solid background for ie */
	zoom:1; /* required for the filters*/
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cd484848, endColorstr=#cd484848);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cd484848, endColorstr=#cd484848)";
	/*position: fixed;*/
	/*float: left;*/
	position: absolute;
	left: 0px;
	z-index: 10;
}

#header-content {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	height: 80px;
	position: relative;
	
}
#logo-header {
	width: 250px;
	height: 40px;
	margin: 0px;
	color: #8dadc3;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 10px;
}


#bgContainer {
	position: absolute;
	width:100%;
	height:100%;
	z-index:-10;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

#bg1, #bg2, #bg3, #bg4, #bg5, #bg6, #bg7, #bg8, #bg9 {width:100%;height:100%;position:absolute;display:none;overflow: hidden;}





#container {
	width: 980px;
	padding: 0px;
	position: relative;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container_facebox {
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	
}
/*****contenu admin*****/
#page-content-admin {
	width:980px;
	min-height: 1px;
	padding-top: 360px;
	padding-bottom: 0px;
	margin: 0px;
	margin-top: 120px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
		/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.7);
	background: transparent\9; /* clear solid background for ie */
	zoom:1; /* required for the filters*/
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0000000, endColorstr=#C0000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0000000, endColorstr=#C0000000)";
}

#page-content-admin-inside {
	margin-top: -360px;
	/*padding-top: 130px;*/
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	padding-top: 0px;	
	
}

/* for IE */
* html #page-content-admin {
 height: 1px;
}

/*****page contenu texte*****/

#page-content {
	width:980px;
	height: 500px;
	padding: 0px;
	float: left;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.7);
	background: transparent\9; /* clear solid background for ie */
	zoom:1; /* required for the filters*/
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0000000, endColorstr=#C0000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0000000, endColorstr=#C0000000)";
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 90px;
	margin-left: 0px;
	
}

#scrollbar2 {
	width: 940px;
	clear: both;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#scrollbar2 .viewport {
	width: 780px;
	height: 470px;
	overflow: hidden;
	position: relative;
	padding-right: 80px;
}
#scrollbar2 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar2 .thumb .end,
#scrollbar2 .thumb { background-color: #8dadc3; }
#scrollbar2 .scrollbar { position: relative; float: right; width: 6px; }
#scrollbar2 .track { background-color: #D8EEFD; height: 100%; width:6px; position: relative; padding: 0 1px; }
#scrollbar2 .thumb { height: 20px; width: 6px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar2 .thumb .end { overflow: hidden; height: 5px; width: 8px; }
#scrollbar2 .disable{ display: none; }
	
#page-content p {
	margin-right: 0px;
	line-height: 18px;
}
#page-content ul {
	line-height: 16px;
}


.home-colonne-texte {
	width:360px;
	padding: 0px;
	float: left;
	}

.home-colonne-expos {
	width:405px;
	float: left;
	background-color: #8dadc3;
	margin-left: 70px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 30px;
	font-weight: bold;
	text-align: right;
}

.home-colonne-expos p {
	color: #304c5f;
	font-weight: bold;
}

.home-colonne-expos .date {
	color: #ffffff;
}

.home-colonne-expos a {
	color: #ffffff;
}

/**** div contenu pour page galerie*****/
#page-content-gallery {
	width:980px;
	height: 380px;
	padding: 0px;
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
	float: left;
	height: 360px;
}

#oeuvre-texte {
	float: left;
	width: 330px;
	height: 360px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.7);
	background: transparent\9; /* clear solid background for ie */
	zoom:1; /* required for the filters*/
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0000000, endColorstr=#C0000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0000000, endColorstr=#C0000000)";
	margin-right: 40px;
}

#scrollbar1 {
	width: 310px;
	clear: both;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#scrollbar1 .viewport { width: 290px; height: 340px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: #8dadc3; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 6px; }
#scrollbar1 .track { background-color: #D8EEFD; height: 100%; width:6px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { height: 20px; width: 6px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 8px; }
#scrollbar1 .disable{ display: none; }

#oeuvre {
	float: left;
	width: 610px;
}

#oeuvre-situation {
	float: left;
	width: 980px;
	text-align: center;
}


table.photo-produits {
	width: 610px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;	
	padding: 0px;
}

table.photo-produits tr {
	background-color: transparent;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin: 0px;
}

table.photo-produits td {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-color: transparent;
	margin: 0px;
	height: 85px;
}
	
.div-frame-photo-main {
	text-align: center;
	width: 480px;
}
.div-frame-photo-mini {
	text-align: center;
	width: 120px;
}		

#footer {
	/*width: 100%;*/
	height: 50px;
	clear: both;
	display: block;
	
	/*position: fixed;
	bottom: 0px;*/
}

/****footer**************/

#footer-text {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.7);
	background: transparent\9; /* clear solid background for ie */
	zoom:1; /* required for the filters*/
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cd484848, endColorstr=#cd484848);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cd484848, endColorstr=#cd484848)";
}

/* TAGCLOUD */

#tagcloud {
	
}
#tagcloud span  {
	text-decoration:none;
	line-height: 1.5em;
	font-family: 'Oswald', Verdana, Arial, Helvetica, sans-serif;
	margin-right: 7px;
}

.pg1-1 {
	color:#afacab;
	font-size: 16px;
	font-weight: bold;
}
.pg1-2 {
	font-size: 13px;
	color:#afacab;
	font-style: italic;
}
.pg1-3 {
	font-size: 18px;
	color:#afacab;
}
.pg1-4 {
	font-size: 14px;
	color:#afacab;
	font-style: italic;
}


/***end cloud*********/


/*****menu lang*****/
#menu-lang {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 20px;
	width: 400px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	padding-right: 0px;
}

#menu-lang ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

#menu-lang ul li {
	
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 26px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#menu-lang ul li a, #menu-lang ul li a:visited  {
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: none;
}


#menu-lang ul li a:hover {
	text-decoration: none;
	color: #999999;
}

/*******Menu Top***********/

#menu-top {
	position: absolute;
	left: 0px;
	top: 50px;
	height: 25px;
	width: 980px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	padding-right: 0px;
	
}


#menu-top ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

#menu-top ul li {
	float:right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	display: block;	
}

#menu-top ul li a:link, #menu-top ul li a:visited  {
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: none;
	text-transform: uppercase;
	margin: 0px;
	/*height: 16px;*/
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: block;		
}

#menu-top ul li#last a:link, #menu-top ul li#last a:visited  {
	background-image: none;
	padding-right: 0px;
}

#menu-top ul li a:hover, #menu-top ul li#last a:hover {
	text-decoration: none;
	color: #8dadc3;
	
}


#menu-top ul li.active a:link, #menu-top ul li.active a:visited, #menu-top ul li.active a:hover  {
	text-decoration: none;
	color: #8dadc3;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8dadc3;	
}


#menu-top ul li#last.active a:link, #menu-top ul li#last.active a:visited  {
	text-decoration: none;
	color: #ffffff;
	background-image: url(images/menu-top-hover.jpg);
	background-repeat: repeat-x;
}
/********fin menu top*************/



/*****NEWS HOME*****/

#news-home {
	height: 120px;
	width: 980px;
	clear: both;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	background: transparent\9; /* clear solid background for ie */
	zoom:1; /* required for the filters*/
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0000000, endColorstr=#C0000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0000000, endColorstr=#C0000000)";
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

/****styles carrousel image*****/

ul#gallery-news-home li  {
	display: block;
	height: 100px;
	width: 120px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: none;
	/*text-align: left;*/
	color: #3f6f9c;
	position: relative;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	
}

ul#gallery-news-home .slide-photo {
	height: 80px;
	width: 120px;
	text-align: center;	
}

ul#gallery-news-home .text-news {
	height: 20px;
	width: 120px;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 15px;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;		
}


.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 950px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;	
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  940px;
	height: 100px;
	margin-right: 5px;
	margin-left: 5px;	
}

.jcarousel-skin-tango .jcarousel-item {
	/*text-align: center;*/
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 2px;
}

/*****Horizontal Buttons*****/
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 40px;
    right: -5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/carrousel-next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 40px;
    left: -5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/carrousel-prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
