
/* ------------------------------------------------------------
	Ferme des sorbiers.com
	Page index.html
	
	Par Bruno St-Pierre
	Janvier 2010  version1.0
------------------------------------------------------------ */

	
/* Styles des sections principales */

body {
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
		
#principal {
	background: url('../img/fond-principal.jpg') no-repeat;
	width: 1000px;
	margin: 0px auto;
	position: relative;
	top: 0px;
	left: 0px;
	}

#entete {
	background: url('../img/fond-entete.png') no-repeat;
	width: 1000px;
	height: 160px;
	position: relative;
	}
	
#logo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 432px;
	height: 110px;
	}
	
#contenu {
	position: relative;
	width: 960px;
	top: -5px;
	left: 20px;
	}	

#piedpage {
	background: url('../img/fond-piedpage.png') no-repeat;
	width: 1000px;
	height: 84px;
	clear: both;
	position: relative;
	margin: 0px auto;
	bottom: 0px;
	}

#copyright {
	position: absolute;
	top: 65px;
	left: 320px; 
	width: 400px;
	text-align: center;
	}	

#copyright p {

	font-size: .562em;
	color: #bbbbbb;
	font-style: italic;
	}
	
/* CLEAR FIX */

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

	
/* Menus */

#menu_haut_droit {
	position: absolute;
	top: 110px;
	left: 540px;
	font-family: Arial, sans-serif;
	font-size: .812em;
	}
	
#menu_haut_droit ul{
	list-style-type: none;
	}
	
#menu_haut_droit li {
	display:inline;
	margin: 0px 5px;
	}	

#menu_haut_droit li a {
	text-decoration: none;
	color: #ddccdd;
	}
	
#menu_haut_droit a:hover {
	text-decoration: none;
	color: #133cac;
	}
	
#menu_haut_droit .on {
	text-decoration: none;
	color: #133cac;
	}
	
/* Menu principal */

#menu-principal {
	position: relative;
	top: -8px;
	left: 10px;
	height: 35px;
	width: 1000px;
	background: url('../img/fond-menu-principal.png') no-repeat top left;
	padding: 3px 0 0;
	margin: 0px auto;
	overflow: hidden;
	}

#menu-principal ul{
	padding: 0 4px;
	margin: 0;
	}

#menu-principal ul li{
	float: left;
	list-style: none;
	}

#menu-principal ul li a, #menu-principal ul li span {
	color: #6b6b6b;
	font-family: Arial, sans-serif;
	font-size: .687em;
	text-decoration: none;
	padding: 8px 10px 9px;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	}

#menu-principal ul li span {
	color:white;
	}

#menu-principal ul li a:hover {
	color:white;
	}

#menu-principal li.background {
	background: url('../img/bg_menu_right.png') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
	margin-top: 4px;
	}

#menu-principal .background .left {
	background: url('../img/bg_menu.png') no-repeat top left;
	height: 20px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
	}
	
/* Menu bas de page */

#menu-pied-page {
	position: absolute;
	top: 25px;
	left: 260px;
	font-family: Arial, Helvetica,sans-serif;
	font-size: .625em;
}

#menu-pied-page  ul{
	padding: 0 4px;
	margin: 0;
}

#menu-pied-page ul li{
	float: left;
	list-style: none;	
}

#menu-pied-page ul li a{
	color: #ababab;
	padding: 6px 10px 6px;
}

#menu-pied-page ul li a:hover {
	color: white;
}

/* Styles de cette page */

#info-nouv {
	position: relative;
	width: 960px;
	height: 360px;
	top: 0px;
	left: 0px;
	}
	
/* Showcase */
/* scroller  */

.showcase {
	background: url('../img/fond-showcase.png') no-repeat top left;
	width: 970px;
	height: 250px;
	position: relative;
	top: -5px;
	left:0px;
	}

.showcase img {
	border: 0px solid black;
	}
	
.showcase .scroller {
	height: 250px;
	padding-top: 10px;
	overflow: hidden;
	width: 970px;
	clear:both;
	}

.showcase .scroller .section {
	height: 250px;
	float: left;
	overflow: hidden;
	width: 970px;
	}

.showcase .scroller .content {
	width: 10000px;
	}
	
.show_texte {
	float: left;
	font-family: Arial,helvetica,sans-serif;
	color: #ffd273;
	height: 230px;
	width: 440px;
	padding-left: 10px;
	padding-top: 10px;
	}
	
.show_texte p {
	display: block;
	font-size: .875em;
	line-height: 1.25em;
	}
	
.show_bouton {
	width: 120px;
	height: 230px;
	float: left;
	display: block;
	padding-left:20px;
	padding-top: 180px;
	border: 0px solid black;
	}
	
.show_img {
	width: 370px;
	height: 230px;
	float: right;
	padding-top: 7px;
	}
	
.show_img img {
	display: block;
	margin: auto;
	border: 2px solid gray;
	padding: 1px;
	}
	
/* Separateur */
	
#separateur {
	width: 1000px;
	height: 10px;
	background: url('../img/separateur.png') no-repeat top left;
	position: relative;
	top: -5px;
	left: -10px;
	}

/* cases infos */

#nouvelles {
	background: url('../img/fond-nouvelles.png') no-repeat;
	width: 270px;
	height: 280px;
	position: relative;
	float:left;
	margin-left: 20px;
	font-size: .75em;
	line-height: 1.25em;
	padding-top: 80px;
	padding-left: 25px;
	}

.date{
	color: #6d89d5;
	font-style: italic;
	}

.colone_un {
	width: 590px;
	height: 330px;
	position: relative;
	float: left;
	margin-left: 20px;
	font-size: .812em;
	line-height: 1.25em;
	color: #fdf2d9;
	padding-top: 10px;
	}
	
.colone_un img{
	border: 1px solid gray;
	padding: 1px;
	margin-top:20px;
	margin-right:20px;
	margin-bottom: 20px;
	float: left;
	}
	
/* Styles generaux */

/* Styles caracteres et titres */


h1 {
	font-family: Times,serif;
	font-size: 1.875em;
	color: #6d89d5;
	}
	
h2 {
	font-family: Times,serif;
	font-size: 1.5em;
	color: #6d89d5;
	}
	
h3 {
	font-family: Times,serif;
	font-size: 1.125em;
	color: #6d89d5;
	}
	
h4 {
	font-family: Times,serif;
	font-size: .875em;
	color: #6d89d5;
	}
	
a {
	color: #ffc773;
	text-decoration: underline;
	outline-style:none;
	outline-width:0;
	}
		
a:hover {
	color: #ff9900;
	text-decoration: none;
	}