﻿/* CSS Document */

body {
	background: #eee url(images/bg.jpg) repeat-x 0 0;
	font: normal 80% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: black;
	margin: 0;
	padding: 0 0 2em 0;
	text-align: left;
}

#site {
	margin:0 auto;
	width: 1100px;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:focus {
	text-decoration: underline;
	font-weight: bold;
}

.clear {
	margin: 0 auto;
	clear: both;
}


h2 {
	margin: 1.2em 0 0.5em 0;
	font-weight: bold;
	font-size: 1.9em;
	color: #9bb50c;
}

h3 {
	margin: 1.2em 0 0.4em 0;
	font-weight: bold;
	font-size: 1.4em;
	color: #e5400d;
}

img.images {
	margin: 25px;
	
}

#header {
	position: relative;
	width: 1100px;
	height: 302px;
	background: url(images/header.jpg) left top no-repeat;
	margin: 0 auto;
	text-align: left;    
}

#header h1 {
	font-size: 1.8em;
	position:absolute;
	margin: 80px 0 0 110px;
}

#menuh {
	position: absolute;
	top: 258px;
	/top: 258px; /* IE6 + IE7 */
	left: 50px;
	text-align: left;
}

#menuh ul li {
	float: left;
	margin-right: 5px;
	list-style: none;
}

#menuh li a {
	float: left;
	height: 29px;
	line-height: 2.3em;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
	padding: 0 15px 0 15px;
	margin: 0px;
}


#content {
	background: url(images/bg-content.jpg) left top repeat-y;
	padding-top: 5px;
	padding-bottom: 50px;
}

#content-in {
	margin: 0 110px 0 110px;
}

#content p {
	margin: 0px;
	padding: 0px;
}

#cadre {
	min-height: 490px;
	background: url(images/cadre.jpg) left bottom no-repeat;
}

#cadre-in {
	margin: 0 0 0 310px;
	padding: 15px 0 0 0;
}

#cadre-photos {
	margin: 0 0 0 -20px;
	width: 591px;
	min-height: 403px;
	background: url(images/cadre-photos.png) left bottom no-repeat;
}

#footer {
	width: 1100px;
	height: 70px;
	background: url(images/footer.jpg) left top no-repeat;   
}

#footer p {
	margin: 0;
	padding: -5px 0 2px 0;
	font-size: 0.9em;
	text-align: center;
	color: #626262;
}

#footer a {
	color: #3d3d3d;
}

#xiti-logo {
	margin: -18px 0 0 91px;
}

div#galerie 
{ 
    width: 800px ; 
    background: #eee ; 
    border: 1px solid #dcb ; 
    padding: 15px ; 
    margin: 15px 30px ; 
    text-align: center ; 
    font: 0.9em Georgia, serif ; 
} 
 
ul#galerie_mini 
{ 
    margin: 0 ; 
    padding: 0 ; 
    list-style-type: none ; 
} 
 
ul#galerie_mini li 
{ 
    float: left ; 
} 
 
ul#galerie_mini li a img 
{ 
    margin: 2px 1px ; 
    border: 1px solid #dcb ; 
} 
 
dl#photo 
{ 
    clear: both ; 
    margin: 0 auto ; 
} 
 
dl#photo dt 
{ 
    font: italic 2.5em/1.5em Georgia, serif ; 
    color: #dcb ; 
} 
 
dl#photo dd 
{ 
    margin: 0 ; 
} 
 
dl#photo img 
{ 
    border: 1px solid #dcb ; 
}

/* Slide */

h4 {
	margin: 0;	
	padding: 3px 0 0 0;
	font-size: 14px;
	text-transform: uppercase;
}

div#feature_list-conteneur {
	margin: 3px 0 0 83px;
}

div#feature_list {
	width: 934px;
	height: 181px;
	overflow: hidden;
	position: relative;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 320px;
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
}

ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 0px 10px 0 0;
}

ul#tabs li span {
	color: #777;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 10px 10px 10px 15px;
	height: 40px;
	outline: none;
}

ul#tabs li a:hover {
	text-decoration: none;
}

ul#tabs li a.current {
	background:  url('http://www.morel-bailly.fr/images/feature-tab-current-2.png');
	color: #FFF;
}

ul#tabs li a.current span {
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 647px;
	height: 181px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 647px;
	height: 240px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
}

ul#output li a:hover {
	background: #D33431;
}