/*
	style.css
	Gris foncé: #686868
	Gris clair: #cdcccc
	Gris très clair: #e4e3e3;
	Orange: #fa6303
*/
body, body#accueil {
	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
}
div#accueil-main {
	width: 970px;
	height: 560px;
	background-image: url(images/accueil/accueil.jpg);
	background-repeat: no-repeat;
}
div#accueil-navigation {
	position: absolute;
	top: 320px;
	left: 550px;
}
#accueil-navigation ul {
	list-style: none outside url(images/accueil/puce_grise.png);
}
#accueil-navigation li {
	vertical-align: top;
}
#accueil-navigation A {
	color: #fa6303;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
#accueil-navigation A:hover {
	color:red;
}


#accueil-promotions {
	position: absolute;
	top: 320px;
	left: 750px;
}

#accueil-connexion {
	position: absolute;
	top: 470px;
	left: 680px;
	font-size: 10px;
	color: white;
}

#accueil-connexion h2 {
	color: #fa6303; 
	font-size: 13px;
}

#accueil-message {
	position: absolute;
	top: 500px;
	left: 500px;
	background-color: #fa6303;
	color: white;
	font-weight: bold;
	padding: .25em;
}

/** FIN ACCUEIL **/

/** PAGES **/
#page {
	width: 970px;
}
#header {
	width: 970px;
	height: 174px;
	background-image: url(images/pages/header.png);
	background-repeat: no-repeat;
}

#anim {
	position: absolute;
	top: 33px;
	left: 810px;
}

#nav {
	position: absolute;
	top: 150px;
	left: 200px;
}
#nav ul {
	list-style-type: none;
}
#nav ul li {
	display: inline;
	background-image: url(images/pages/puce_blanche.png);
	background-repeat: no-repeat;	
	padding-left: 20px;
	font-size: 20px;
	margin-right: 20px;
}

#nav A {
	color: #fa6303;
	text-decoration: none;
}

#nav A:hover {
	color:red;
}

#content {
	background-image: url(images/pages/bordure.png);
	background-repeat: repeat-y;
}

#content A {
	color: #fa6303;
	text-decoration: none;
}
#content A:hover {
	color:red;
}


/* PRESENTATION */
#presentation-content {
	height: 352px;
	background-image: url(images/pages/presentation.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin-right: 8px;
	margin-left: 2em;
	padding-top: 1em;
	padding-right: 200px;
}
#presentation-content p:first-letter {
	font-size: 22px;
	color: #fa6303;
	font-weight: bold;
}

/* CONTACT */
#contact {
	height: 352px;
	margin-right: 2em;
	margin-left: 2em;
	padding-top: 1em;
	text-align: center;	
}
#contact strong {
	color: #fa6303;
}
table#contact-tableau {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}
table#contact-tableau th, table#contact-tableau td {
	text-align: left;
	vertical-align: top;
}

.alerte {
	color: white;
	background-color: #fa6303;
}
.info {
	color: white;
	background-color: #1DB54B;
}

/* FAMILLES */
#barre-famille {
	position: absolute;
	top: 230px;
	left: 9px;
	width: 953px; /* 970 - padding */
	height: 240px;
/*	background-color: #686868; */
	background-image: url(images/pages/barre_famille.jpg);
	background-repeat: no-repeat;
	padding-left: 100px;
	padding-top:40px;
}

#zone-scroll1 {
	position: absolute;
	top: 50px;
	left: 110px;
	height:280px;
	margin-bottom: 0;
	padding-bottom: 0;
	overflow:auto;
	width: 218px;
}
#zone-scroll2 {
	position: absolute;
	top: 50px;
	left: 420px;
	height:280px;
	margin-bottom: 0;
	padding-bottom: 0;
	overflow:auto;
	width: 218px;
}
#zone-scroll3 {
	position: absolute;
	top: 50px;
	left: 725px;
	height:280px;
	margin-bottom: 0;
	padding-bottom: 0;
	overflow:auto;
	width: 227px;
	}


#zone-scroll1 A {
	font-size:0.8em;
}
#zone-scroll2 A {
	font-size:0.8em;
}
#zone-scroll3 A {
	font-size:0.8em;
}

#zone-scroll1 A:hover {
	color:red;
}
#zone-scroll2 A:hover {
	color:red;
}
#zone-scroll3 A:hover {
	color:red;
}


table.familles {
	background-color: none;
	width: 960px;
	margin-left:0px;
}

table.familles td, table.familles th {
	vertical-align: top;
	width: 320px;
	padding-left:0px;
	padding-right:0px;
}
table.familles td h2 {
	color: white;
	margin-top: 0;
	margin-left: 1em;
}
table.familles ul {
	font-size: 10px;
	margin-right: 50px;
}

/* PRODUITS */
table#berk {
	margin-left: 6px;
}
table#berk td {
	vertical-align: top;
}

table#berk td.liste {
	width: 740px;
}

td.liste h2 {
	color: #fa6303;
}

#produits-liste {
	margin-top: 0em;
}

table.produits-liste {
	background-color: #e4e3e3;
}

/* PROMOTIONS */
#promotions-liste {
	margin-top: 0em;
	margin-left: 0em;
	padding-top: 3em;
}
#promotions-liste-wrapper {
	margin-left: 9px;
	padding-left: 2em;
	background-color: #e4e3e3;
	margin-right: 1em;
}

table.promotions-liste {
	border: none;
}
table.promotions-liste th {
	background-color: #cdcccc;
	color: white;
	font-size: 11px;
	padding: 0.5em;
}

table.promotions-liste td {
	background-color: #cdcccc;
	color: #000;
	padding: 0.5em;
}

/* SUR PAGES PRODUITS - NAVIGATION */
#nav-produits-wrapper {
	margin-top: 0px;
}
#nav-produits {
	width: 199px;
	height:490px;
	background-color: #fa6303;
	color: #686868;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 11px;
	margin-top:10px;
	overflow:auto;
	}

#nav-produits ul {
	margin-bottom: 0;
}
#nav-produits h2 {
	padding-left: .25em;
	font-size: 13px;
	color:white;
}
#nav-produits-bottom {
	width: 199px;
	height: 16px;
	background-image: url(images/pages/bas_de_nav_produits.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: 0;
	padding-top: 0;
}

#nav-produits A {
	color: white;
}

#nav-produits A:hover {
	color:#fa6303;
	background:white;
}


/* PIED DE PAGE */
#footer {
	width: 970px;
	height: 174px;
	background-image: url(images/pages/footer.png);
	background-repeat: no-repeat;
	padding-top: 1.2em;
	color: white;
	padding-left: .5em;
}

.image-produit {
	width:370px;
	text-align:right;
}
.fiche-produit {
	width:370px;
}

.produits-liste {
	width:740px;
}

#recherche{
text-align:right;
background-color:#686868;
height:20px;
width:970px;
font-size:11px;
color:#fff;
}

#recherche form{margin-right:8px;padding-top:2px;}
#recherche label{margin-right:6px;}
#recherche label span{font-weight:bold;}

#recherche input{font-size:11px;}
#recherche input.submit{width:30px;}


