/*Généralités: Domaine du Feuillerage, Joëlle Gaillard*/
/*---------------------Mise en forme---------------------*/
html{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;	
	font-family: "Comic Sans MS", Arial;
	font-size: 0.9em;
	height: 100%;	
	padding-bottom: 1px;
	text-align:center;/*pr centrer sur IE*/
}
	
body{
	position:relative;
	width: 760px;
	background: url(../design/fond.gif);       
 	min-height: 100%;
	height: auto!important;               
	height: 100%;                                   
	margin: 0 auto;	
	padding: 0;
	text-align: left; /*rétablit l'alignement normal pour IE*/		
}

#tete{
	position: relative;
	background: url(../design/maison.gif);	
	background-repeat: no-repeat;
	height: 181px;	
	margin: 0;
}

#contenu{
	position: relative;
	width: 650px;
	margin: 0 auto;  
  	padding: 0;
	padding-bottom: 2em;
}

/*---------------------General---------------------*/

h1{
	padding-top: 15px;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
	
}

h2{
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin: 0 auto;
}
	
p{
	position:	relative;
  	width:	90%;
	padding:	.1em;
	margin:	0 auto;
	text-align:	justify;
	line-height:	200%;
}

p:first-letter {
	font-weight: bold;
}

.no_fletter:first-letter {
	font-weight: normal;
}

.bold{
font-weight: bold;
}

.underline{
text-decoration:underline;
}

.etroit{
width: 60%;
}

img{
	padding: 1em;
	border: none;
}

.no_underline{
	text-decoration:none;
}

.block{
	display: block;
	margin: 0 auto;
}

div.conteneur_float{/*pour que la largeur d un élément float + reste soit spécifiée*/
	width: 90%;	
	margin: 0 auto;
}

div.conteneur_float p{/*l'élément après le bloc en float ne doit pas avoir de largeur*/
	width:	auto; 
}

.float_right{/*par ex :image habillée*/
	float: right;
	text-align: right;
	margin: 0;
	padding: 1.5em 0 0 1em ; 
}

div.float_right{  /*div permettant une image + légende*/
	width: auto;
	padding: 0;
	margin: 0;
	}

a:link, a:visited, a:active{
	color: #EAB788;
}

a:hover{
	color:#C0C0C0;
}
	
.centre{
	text-align: center;
	display: block;
	margin : 0 auto;
}

a.centre{
	text-decoration: none;
}

.petit { font-size : 0.8em;}

/*table*/.standart{
	border: 1px solid black;
	width: 50%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	border-collapse:collapse;
	text-align: left;
}

.large{width: 70%;}

caption{
	padding-top: 20px;
	font-size: 1.1em;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 25px;
	text-decoration: underline;
}

div#legende_tableau{ /*pour la position de la définition de manifs et news*/
	width: 70%;
	margin: 0 auto;
	margin-top: 1em;
	}

/*
caption span{
	text-decoration: underline;
	padding: 0;
	display: inline;
}
je sais pas d'ou sort ce truc
*/

th{
	background-color: #E9C299;
	padding-left: 10px;
	margin: 0;
	border-bottom: 1px solid black;
}

td{
	padding-left: 10px;
}

tr.over{
	background-color: #E9C299;
	color: white;
}

tr.out{background-color: none;}


/*---------------------Domaine---------------------*/


.img_gauche{
	padding-top: 50px;

}
.img_droite{
	padding-top: 50px;
	float: right;

}

/*---------------------Accueil---------------------*/
/*h1*/#accueil{
	padding-top: 40px;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	margin: 0 auto;
}
#langue{
	width: 45px;
	position: absolute;
	top: 0;
	left: 600px;
	padding: 0;
	margin: 0;
}
#langue img{
	margin: 0;
	padding: 0;
	border: none;
	width: 20px;
}

.manif{color: #CDA67E;}

.news{color: #9B9999;}

#compteur{
	margin-bottom: 2em;
	margin-top: 2em;
	width: 95%;
}

#compteur img{
	padding: 0 .1em 0 .1em;
}
	
#compteur p{
	text-align:center;
}

#config{
	border-top: 1px solid black;
	width: 700px;
	margin-top: -20px; /* moitié de la hauteur */
  	margin-left: -350px; /* moitié de la largeur */
	left: 50%; /*pour y centrer*/
	height: 40px;
	font-size:.8em;
	position: absolute;
	bottom: 0;
}

#config span.titre{
	font-size:1em;
	font-weight: bold;
}
#config span.orange{
	color:#CDA67E;
	margin-right: 3px;
}

.accueil/*tableau d'accueil*/{
	width: 70%;
}

/*** Mise en forme du formulaire ***/


.form_standart{
	position: relative;
	border: none;
	margin: 0 auto;
	padding: 0;
	width: 80%;	/* Largeur du formulaire */
}

#titreForm, #piedForm {	/* Mise en forme du titre et du pied de formulaire */
	text-decoration: underline;
	font-size: 1.3em;
	color: black;
	margin: 0;
	padding: .5em;
	text-align: center;
}
#piedForm {
	text-align: center; /* Les boutons sont alignés à droite */
	text-decoration: none;
}
#piedForm input {
	font-weight: bold; /* Pour améliorer la lisibilité des boutons */
	margin-left: 1em;	
}
#corpForm {	/* Mise en fome du corp du formulaire (bordure, couleur du fond...) */
	color: black;
	margin: 0;
	padding: 1em;
}

#corpForm img
{
	padding : 0;
	margin : 0;
}


#corpForm fieldset {	/* Mise en forme des cadres */
	margin: 0 auto;
	font-style: normal;
	padding: 0 1em 1em;
	display:block;
	width: 90%;
}
#corpForm legend {	/* Mise en forme des titres des cadres */
	font-weight: bold;
	color: black;
	background: transparent;
}
#corpForm p {	/*Mise en forme des lignes du formulaire */
	padding: .2em 0;
	margin: 0 0 .2em 0;
}

#corpForm fieldset label{	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width:39%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: left;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}
#corpForm label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}

#corpForm .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: beige;
	color: black;
}
#corpForm .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;
}

fieldset#type p:first-letter{font-weight: normal;}/*n'est pas respecté par Internet Explorer*/

#type input{margin-right: .5em;}

#corpForm fieldset#type label{	
	float: none;	/*les label par défaut sont en float left mais pas pr le fieldset type*/
	display: inline; /*sans float, ils se mettent à la ligne*/
}

label img
{
	float : left ;
}

/*tableau pour les commandes*/

table.commandes{
	border-collapse: collapse;
	margin: 0 auto;
	margin-bottom: 2em;
}

td.titre{
	font-weight: bold;
	font-size: 1em;
	padding: .5em;
}

td.fin_cat{
	border-bottom: 2px solid black;
	padding-bottom: .5em;
}

/*Album photos*/

div#photo{
	padding-top: 2em;
	padding-left:5px;
	width: 100%;
	margin-bottom: 25px;
}

#titre, #navigation, #img, #pied{width: 100%;}

#titre{
	padding-left:5px;
	font-weight: bold;
	margin-bottom: 25px;
}

#navigation{
	padding: 0 0 0 5px;
	margin: 0;
	font-weight: bold;;
}

#img{
	width: 590px;
	margin: 0 auto;
	text-align: center;
	padding: 2px;
	margin-bottom: 1.5em;
	margin-top: 1em;
}

img#photo{
	border: 1px solid black;
	margin-top: .8em;
	padding: 0;
}

span.g, span.c{
	float: left;
	color: black;
	margin: 0;
	padding: 0;
}

#titre span.g, #titre span.d{width: 50%;}

#navigation span.g, #navigation span.d,  #navigation span.c {width: 15%;}

#navigation span.c {width: 69%;}

#pied span.g, #pied span.d { width: 50%; }

span.g{text-align:left;}

span.d{
	text-align: right;
	float: right;
}

span.c{text-align: center;}

div.spacer {clear: both;}

#titre div.spacer{
	border-top: 2px solid black;
	width: 100%
}


/*-------------------Miniatures--------------------*/
.miniatures{

	width: 60%;
	margin: 0 auto;
}
.miniatures td{
padding: 0;
margin: 0;
width: auto;
}

.miniatures img{
	margin: 0 auto;
	display: block;
	border: 1px solid black;
	padding: 0;
}

/*--------------Rubrique Liens----------------------*/

div#liens{padding-bottom: 1em;}

div#liens li{
  list-style-type:none;
	display: block;
	margin-left: 2em;
}





