/* 
 * Copyright (c) 2007 Copyright (c) Octolys Development
 * Ce template a été réalisé par http://www.scopika.com & http://www.fredodo.com
 * Il est soumis à la licence GPL
 */

/* Ce fichier définit le style visuel pour les différents éléments des pages.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - Eléments HTML en général
 * - Page
 * - Entête
 * - Chemin
 * - Produit petit & grand
 * - Pied de page
 * - Menu général
 * - Signature
 * - Nombre de pages
 * - les styles particuliers pour les pages intérieures
 */


/* Eléments HTML en général
-------------------------------------------------------- */

body{
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 0.8em;
	width: 320px;
}


body[class="portrait"]{
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 0.8em;
	width: 320px;
}


#loader {
	position: absolute;
	top: 40%;
	left: 45%;
	z-index: 998;
	text-align: center;
}

h1, h2, h3{
}

h1{
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}
h2{
	font-size: 1.2em;
	margin: 10px 0 0 0;
	padding: 5px 0 8px 0;
	color: #953616;
}

h3{
	font-size: 1em;
	margin: 0;
	padding: 0 0 10px 0;
	color: #5b473b;
}

h4{
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #953616;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #953616;
}

a.liencontenu:link, a.liencontenu:visited {
	color: #953616;
	text-decoration: none;
	font-size: 1.3em;
}

a.liencontenu:hover {
	text-decoration: underline;
	color: #953616;
	font-size: 1.3em;
}

img {
	border: 0
}


/* Page
-------------------------------------------------------- */

#page {
	float: left;
	width: 320px;
	margin: 0;
	padding: 0;
	text-align: center;
	display: none;
}

#contenu {
	float: left;
	width:320px;
	padding: 0;
	margin: 0;
}

/* Entête
-------------------------------------------------------- */

#entete {
	float: left;
	width: 320px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#entete .logo {
	float: left;
	width: 320px;
	margin: 0;
	padding: 0;
	background-image: url(_gfx/logo.gif);
	height: 85px;
}

#entete .drapeaux {
	float: left;
	width: 320px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#entete .animation {
	float: left;
	width: 320px;
	margin: 0;
	padding: 0;
}

#entete h1 {
	display:none;
}

/* Menu
-------------------------------------------------------- */

#menu {
	float: left;
	width: 310px;
	margin: 0;
	padding: 5px;
	color: #FFFFFF;
	background-color: #5b473b;
	background-image: url(_gfx/borduresRondes.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menu a.accueil:link, #menu a.accueil:visited  {
	color: #ffffff;
	text-decoration: none;
	background-image: url(_gfx/pictoAccueil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 10px 5px 25px;
}

#menu a.accueil:hover {
	color: #ffffff;
	text-decoration: underline;
}

#menu a.compte:link, #menu a.compte:visited  {
	color: #ffffff;
	text-decoration: none;
	background-image: url(_gfx/pictoCompte.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 10px 5px 25px;
}

#menu a.compte:hover {
	color: #ffffff;
	text-decoration: underline;
}

#menu a.panier:link, #menu a.panier:visited  {
	color: #ffffff;
	text-decoration: none;
	background-image: url(_gfx/pictoPanier.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 10px 5px 25px;
}

#menu a.panier:hover {
	color: #ffffff;
	text-decoration: underline;
}
#menu a.poche:link, #menu a.poche:visited  {
	color: #ffffff;
	text-decoration: none;
	background-image: url(_gfx/pictopoche.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 10px 5px 25px;
}

#menu a.poche:hover {
	color: #ffffff;
	text-decoration: underline;
}
#menu a.cuisine:link, #menu a.cuisine:visited  {
	color: #ffffff;
	text-decoration: none;
	background-image: url(_gfx/pictocuisine.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 10px 5px 25px;
}

#menu a.cuisine:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Pied de page
-------------------------------------------------------- */

#footer{
	float: left;
	width: 300px;
	margin: 10px 0 0 0;
	padding: 10px;
	color: #FFFFFF;
	background-color: #5b473b;
	background-image: url(_gfx/borduresRondes.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer a.accueil:link, #footer a.accueil:visited  {
	color: #ffffff;
	text-decoration: none;
	background-image: url(_gfx/pictoAccueil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 10px 5px 25px;
}

#footer a.accueil:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer a.infos:link, #footer a.infos:visited  {
	color: #ffffff;
	text-decoration: none;
	background-image: url(_gfx/pictoInfos.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 10px 5px 25px;
}

#footer a.infos:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer a.contact:link, #footer a.contact:visited  {
	color: #ffffff;
	text-decoration: none;
	background-image: url(_gfx/pictoContact.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 10px 5px 25px;
}

#footer a.contact:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Rubrique
-------------------------------------------------------- */

#rubrique {
	width: 320px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#rubrique .bloc {
	width: 320px;
	margin: 0;
	padding: 0;
	float: left;
}

#rubrique .image {
	width: 320px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#rubrique .imagePetit {
	float:left;
	width: 160px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#rubrique .titre {
	font-weight: bold;
	float:left;
	margin: 0;
	width: 150px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	color: #333333;
}


#rubrique .texte {
	color: #333333;
	text-align: left;
	font-style: normal;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0;
	padding:10px 0 10px 20px;

}

#rubrique .prix {
	float:left;
	color: #953616;
	font-weight: bold;
	margin: 0;
	font-size: 1.2em;
	padding: 5px 0 0 10px;
}

/* Fiche produit
-------------------------------------------------------- */

#ficheProduit {
	width: 320px;
	margin: 0;
	padding: 0;
}

#ficheProduit .image {
	margin: 5px 0 5px 0;
}

#ficheProduit .description {
	color: #333333;
	text-align: left;
	font-style: normal;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0;
	padding:10px 0 10px 20px;
}

#ficheProduit .prix {
	color: #953616;
	text-align: left;
	font-weight: bold;
	margin: 0;
	font-size: 1.2em;
	background-image: url(_gfx/pucePrix.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
	padding: 5px 0 0 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #953616;
}


/* Bigs boutons
-------------------------------------------------------- */

dl, dt, ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#bigBouton {
	padding: 0;
	margin: 0;
}


dl#bigBouton {
	width: 320px;
	float: left;
	color: #FFF;
}

dl#bigBouton dt {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
	width: 320px;
}

dl#bigBouton dt a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 7px 0 0 0;
	padding: 7px 0 7px 20px;
	background-image: url(_gfx/fondH4.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #953616;
	text-align: left;
}

dl#bigBouton dt a:hover, dl#bigBouton dt .selected {
	color: #ffffff;
	background-color: #792c12;
	text-decoration: underline;
}

/* Nombre de pages
-------------------------------------------------------- */

#pages {
	float: left;
	width: 320px;
	font-size: 0.9em;
	padding: 10px 0 10px 0;
	margin: 0;
	color: #953616;
}

/* Divers éléments de formulaires & tableaux
-------------------------------------------------------- */

.enteteTableau {
	color: #5b473b;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #e2e3ce;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97867e;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #97867e;
}

.ligneTableau {
	background-color: #f2f2e7;
	color: #5b473b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97867e;
	font-size: 0.9em;
}

.ligneTableauHaut {
	font-size: 0.9em;
	background-color: #f2f2e7;
	color: #5b473b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97867e;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #97867e;
}

.ligneTableauInternediaire {
	background-color: #7e6960;
	color: #e2e3ce;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5b473b;
	font-size: 0.9em;
}

.footerTableau {
	font-size: 0.9em;
	color: #e2e3ce;
	font-weight: bold;
	background-color: #5b473b;
	background-image: url(_gfx/borduresRondes.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.obligatoire {
	color: #FF0000;
}

.commentaires {
	font-size: 0.9 em;
	font-style: italic;
	color: #333333;
}


/* Formulaires
-------------------------------------------------------- */

form {
margin: 0;
padding:0;
overflow: hidden;
}
form div {
margin: 10px;
}
form label {
width: 32%;
float: left;
text-align: right;
margin-right: 25px;
}

form .listeDeroulante {
	color: #5b473b;
	font-size: 0.9em;
	background-color: #dcd8c5;
	border: 1px solid #5b473b;
}

form .zoneDeSaisie {
	color: #5b473b;
	font-size: 0.9em;
	background-color: #ffffff;
	border: 1px solid #5b473b;
}

form input.text, form textarea.text {
width: 40%;
border: 1px solid;
padding: 0
}
form .submit {
text-align: center;
}

form .submit input {
font-family: Georgia, "Times New Roman", Times, serif;
border: 1px solid #953616;
background: #953616;
color: #fff;
font-size: 1em;
cursor: pointer;
}
