html {
	/*background:#269 url('../img/footer_bg.jpg') bottom center repeat-x;*/
    background:#000;
}
body {
	text-align:center;
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#000000;
	margin: 0;
	padding-top: 0;
    padding-bottom:95px;
	background-image: url('../img/background.jpg');
	background-repeat: no-repeat;
	background-position: 50% 10px;
    margin-bottom:57px;
}

h3 {
    font-size:180%;
    margin:10px 0;
}
a {
	text-decoration: none;
	color: white;
    overflow: hidden;
}
a.feature {
	float: left;
    height:108px;
    margin:16px 10px 6px 0;
    overflow:hidden;
    padding:0;
    width:143px;
}
a.next.disabled,
a.prev.disabled { opacity:0.5; }

a.feature:hover  { border-color: black; }
a.feature .hover { display:none; }
	
a.feature .overlay {
    position: absolute;
    z-index: 3;
    width: 139px;
    height: 104px;
    border: 3px solid black;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

a.feature .overlay .title {
    position: absolute;
    height: 30px;
    line-height: 30px;
    width: 100%;
    z-index: 3;
    text-indent: -99em;
    font-size: 11px;
    bottom: 0;
    overflow: hidden;
    text-indent: 10px;
    background-color: black;
    /* for browsers that know rgba */
    opacity: 0.8;
    color: white;
    text-align: center;
}
		
a.feature:hover .overlay {
    border-color: #3f8bc7;
}

a.feature:hover .overlay .title {
    background-color: #3f8bc7;
}
		
a.feature img { 
    opacity: 1.0; 
    padding: 0; 
    padding-top: 3px; 
    padding-left: 3px;
}

a.active { border-color: black;  opacity: 1.0;}
a.active .overlay{border-color: #3f8bc7;}
a.active .overlay .title{background-color: #3f8bc7;}

a.feature img { height: }

a img{
	border: none;
}

a.next,
a.prev {
    float:left;
    width:29px;
    height:121px;
    margin:12px 0 0 0;
}



table.form {
    width:500px;
    margin-bottom:20px;
}
table.form .form-row td {
    padding:5px 0;
}
table.form .form-row label {
    float:left;
    width:100px;
    display:block;
    font-weight:bold;
    color:#666;
    text-align:right;
    margin-right:10px;
}
table.form .submit-row {
    text-align:right;
    padding-right:20px;
}

table.form .form-row textarea {
    width:360px;
}
.clear { clear:both; }
.pagination {
    height:26px;
    clear:both;
    margin:10px auto 0 15px;
    padding:0;
}
.pagination li {
    float:left;
    list-style:none;
    margin:0;padding:0;
}
.pagination li span,
.pagination li a {
    display:block;
    padding:4px 8px;
    margin:0 4px 0 0;
    font-size:90%;
    font-weight:bold;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
    behavior: url('js/border-radius.htc'); 
}

.pagination li span {
    background:#666;
    color:#ccc;
}
.pagination li a {
    color:#269;
    background:#fff;
}
.pagination li a:hover {
    background:#269;
    color:#fff;
}


#doc {}

/**[ HEADER ]*******************************************************************************/

#header{ width: 1010px;margin:0 auto;height: 260px;}

#header #menu_bar{
    width: 1024px;
    margin:0 auto;
    text-align:left;
}
	
#header #logo{
    float: left;
    padding: 5px;
    background-image: url('../img/menu_transparency.png'); 
    text-align: center;
    width: 300px;
    height: 150px;
    padding-top: 30px;
    -moz-border-radius: 0px  0px 10px 10px ; 
    -webkit-border-radius:  0px  0px 10px 10px ; 
    -khtml-border-radius:  0px  0px 10px 10px ; 
    border-radius:  0px  0px 10px 10px ; 
    behavior: url('js/border-radius.htc'); 
}
		
#header #menu{ 
    padding: 0; 
    margin: 0; 
    height: 42px; 
    background-image: url('../img/menu_background.jpg'); 
}
	
#menu ul { 
    list-style-type:none; 
    height: 100%; 
    padding: 0; 
    margin: 0;
}
#header #menu ul li a{ padding: 10px 24px; display: block;}
#header #menu ul li{
    text-align: center;
    float: left;
    color: white;
    font-size: 15px;
    font-family: "Arial Black", Arial, "Times  New Roman";
    font-weight: 600;
    height: 100%;
}

#header #menu ul li a:hover {
    background-image: url('../img/menu_background3.jpg');
}
#header #menu ul li a.active {
    background-image: url('../img/menu_background2.jpg');
    color:#999;
    cursor:default;
}
			
/**[ CONTENT ]******************************************************************************/
			

#content{
	width: 1024px;
	margin:0 auto;
	text-align:left;
	position: relative;
}

.titre {
	color: #999;
	font-size: 20px;
	font-weight: bold;
    font-variant:small-caps;
    text-align:left;
	padding:7px;
	margin:0 auto 0 auto;
	width: 1010px;
}
.titre b {
    color:#eee;
}
#app_content{
    margin: 0;
    margin-top: 20px;
    width: 97%;
    background-color: white;
    padding: 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
#app_nav {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-image: url('../img/services_background.jpg');
	background-color: #a3a3a3;
	background-repeat: repeat-x;
	background-position: top;
	padding:0px 20px 0 20px;
	margin: 0px;
    width: 980px;
}

/**[ ACCEUIL ]******************************************************************************/

#text_accueil {
	float: left;
	width: 470px;
	height: 160px;
	padding:10px 15px 30px 15px;
	background:#666;
    font-size:110%;
	line-height: 1.1em;
    text-align:left;
    color:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#text_accueil a {
    color:#8FB5D4;
    font-weight:bold;
}
#text_accueil a:hover {
    color:#fff;
}

#galeries{
	padding: 5px;
	margin-left: 30px;
	float: right;
	width: 470px;
	height: 210px;
}

#galerie{
	float: left;
	width: 450px;
}

#galerie_title{
	height: 100%;
	float: left;
	padding-top: 120px;
}

.image_galeries{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	background-color: black;
	border: black solid 3px;
	float: right;
	width: 100px;
	height: 95px;
	margin-left: 4px;
	margin-bottom: 10px;
}

.image_galeries:hover { border-color: white; }

/**[ SERVICES ]*****************************************************************************/

#services{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	float: left;
	height: 131px;
	width: 980px;
	background-image: url('../img/services_background.jpg');
	background-color: gray;
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
}

#services .service{
	width: 175px;
	height: 120px;
	background-color: black;
	float: left;
}
#services_content{
    margin: 0;
    margin-top: 30px;
	width: 97%;
	background-color: white;
	float: left;
    padding: 15px;
}

#service_image { 
    text-align: center; 
    float: left; 
    min-height: 200px; 
    width: 400px; 
    background-color: #fff; 
    margin-right: 25px;
}
#service_text{ 
    padding-left: 15px; 
    color: black; 
    text-align: justify;
}

#service_text h3 { 
    font-family: Arial; 
    letter-spacing: 0.05em;
    margin:10px 0 10px 410px;
}
    

/**[ PRODUITS ]*****************************************************************************/
#produits{
	float: left;
	background-color: #999;
	height: 310px;
	width: 990px;
	padding: 0 15px 0px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 20px;
	behavior: url('js/border-radius.htc'); 
}
#produits_image     { float: left;  margin-right: 25px;}
#produits_text      { padding:0px  15px; color: black; margin:0 0 0 250px; }
#produits_text h3   { font-family: Arial; font-size: 20px; letter-spacing: 0.05em;}
#produits_text h3   { font-family: Arial; font-size: 20px; letter-spacing: 0.05em;}
.produit{
	float: left;
	background-color: white;
	font-size: 12px;
	width: 300px;
	height: 130px;
	margin: 10px;
	padding-right: 0px;
	border: 2px solid white;
	text-align: left;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #eee;
}

.produit:hover {
	border: 2px solid #999;
}
.produit .text_produit { float: left; width: 160px;height: 120px;}

.gallery {
    padding:15px 20px!important;
}

.gallery a.feature,
.produits a.feature {
    width: 105px;
	overflow: hidden;
    margin:15px 19px 5px 0;
}

.gallery a.feature .overlay,
.produits a.feature .overlay {
    width: 102px;
    height: 100px;
}
#nav{ position: relative; margin-top: -30px; color: black; font-size: 9px;  margin-bottom: 15px; text-align: right;}
#nav a { color: white; }
.produit img { float: left; border: 3px solid black; width: 100px; height: 100px; margin: 10px;}
.produit a { color: black}
.produit p { font-size: 11px; margin-top: 3px; margin-bottom:4px; color:#666; }
.produit h4, .produit h5{ font-size: 12px; ; margin-bottom: 3px;}
.produit h4 { margin-top: 10px; }
.produit h5 { 
    margin-right: 0px!important;
    margin-top: 0px!important;
}
h5 b { 
    color:#c30;
}
.produit .detail {	
    -moz-border-radius: 0px 0px 10px 0px;
    -webkit-border-radius:  0px 0px 10px 0px;
    -khtml-border-radius: 0px 0px 10px 0px;
    position: relative; 
    right: 0px; 
    bottom: 17px; 
    text-align: center; 
    width: 50px; 
    line-height: 25px; 
    float: right; 
    color: white; 
    background-color: black; 
}

#left_bar{
    float: left; width: 450px;
}

/**[ GALLERY ]******************************************************************************/

#g_content{
    margin: 0;
    margin-top: 50px;
	width: 97%;
	background-color: white;
	float: left;
    padding: 15px;
}

.g_galerie{
	float: left;
	background-color: white;
	font-size: 12px;
	width: 200px;
	margin: 10px;
	padding-right: 0px;
	border: 2px solid white;
	text-align: justify;
	overflow: hidden;
	color: black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.g_galerie:hover {
	border: 2px solid black;
}

#g_content .active{
	border: 2px solid black;
	width: 250px;
}

 #g_content .active img{ margin-left: 55px; }

.g_galerie img{  float: left; border: 3px solid black; margin-left: 30px;}
	
.g_galerie .g_text{ float: left; color: black; padding-left: 15px; padding-right: 15px;}
.g_galerie p{ font-size: 11px; margin-top: 3px;}
.g_galerie h4 { font-size: 12px; margin-top: 10px; margin-bottom: 3px;}
.produit h4{ }
			
#g_galerie_content{
    float: left;
    width: 600px;
    margin: 20px;
}
#g_galerie_content img{ margin: 10px; }

/**[ FOOTER ]*******************************************************************************/

#footer {
	width: 1010px;
	height: 85px;
    bottom:0;
	display:block;
	clear:both;
    padding:20px 0 0 0;
    margin:0 auto;
}
#footer p {
	text-align:center;
    color:#999!important;
}
#footer a {
    margin-left:10px;
}

/**[ CONTACT ]******************************************************************************/
#Maps {
    float: left;
    overflow: hidden;
    margin-right: 16px;
}
#Maps iframe {
    border:4px solid #666;
}


#contact_form {
    float : left;
    padding: 10px;
    width: 480px;
    overflow: hidden;
    margin-top: 0px;
    color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}
#contact_form p {
    font-size:160%;
    padding:10px 20px;
}



table.form {
    width:500px;
    margin-bottom:20px;
}
table.form .form-row td {
    padding:5px 0;
}
table.form .form-row label {
    float:left;
    width:100px;
    color: white;
    display:block;
    font-weight:bold;
    text-align:right;
    margin-right:10px;
}
table.form .submit-row {
    text-align:right;
    padding-right:20px;
}

table.form .submit-row input{
    background-color: #1b74bb;
    border: 0px;
    width: 370px;
    height: 30px;
    color: white;
    	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

table.form .form-row textarea, table.form .form-row input {
	width:350px;
	background-color: black;
	color: white;
	border: 1px solid #1b74bb;
	font-family: Arial;
	font-size: 13px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	padding: 2px 10px ;
}

table.form .form-row textarea:hover, table.form .form-row input:hover {
	background-color: #1c1c1c;
}

table.form .form-row textarea:focus, table.form .form-row input:focus {
	background-color: #1c1c1c;
}
    
address {
    width: 100%;
	float: left;
	padding: 10px 15px;
    margin:50px 0 10px 0;
	line-height: 1.1em;
    color:#fff;
    background:#666;
    font-size:110%;
    text-align:center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
address span {
    display:block;
    padding:5px;
}
address strong {
    font-size:120%;
    font-weight:bold;
    display:block;
    padding:5px;
}
address a {
    color:#A2D6FF;
}
    
#thanks{ text-align: center; width: 100%; height: 100%; }

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:890px!important;
    height:140px!important;
    margin:0 0 0 40px!important;
}
.carousel-small .jcarousel-clip-horizontal {
    width:875px!important;
    height:140px!important;
    margin:0 0 0 44px !important;
}
.jcarousel-skin-tango .jcarousel-item {
    height:128px!important;
    width:168px!important;
}
.carousel-small .jcarousel-item {
    width:115px!important;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    height:120px!important;
    top:11px!important;
    right:6px!important;
    width:28px!important;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    height:120px!important;
    top:11px!important;
    left:-2px!important;
    width:28px!important;
}

.jcarousel-skin-tango .jcarousel-container {
    border:0!important;
}

.errorlist {
    color:#F75A25;
    margin:4px 0 0 116px;
    padding:0;
}
.errorlist li {
    list-style:none;
}

