/********************************************************************* Balise ****************************************************************/
form {
	padding: 0px;
	margin: 0px;
}

#plan2 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

legend {
	color: #870614;
}

h1 {
	font-size: 16px;
	font-weight:bold;
	display: inline;
	color: #870614;
}

h2 {
	font-size: 11px;
	font-weight:bold;
	display: inline;
	color: #870614;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #292829;
	text-decoration: none;
}

.gris {
	color: #292829;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(gifs/images/traiteur-picavet_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #5e020b;
}
.petage {
	background-image: url(gifs/images/traiteur-picavet_21.jpg);
	background-repeat: repeat-y;
}
.fdnewsletter {
	background-image: url(gifs/images/traiteur-picavet_19.jpg);
	background-repeat: no-repeat;
	height: 64px;
	width: 240px;
}
.fdbas {
	background-image: url(gifs/images/traiteur-picavet_22.jpg);
	height: 66px;
	width: 762px;
	text-align:center;
	color: #f4f0d6;
	padding-right: 240px;
}
.fdtitre {
	background-image: url(gifs/images/traiteur-picavet_14.jpg);
	background-repeat: no-repeat;
	height: 43px;
	width: 481px;
	padding-top: 40px;
	padding-left: 50px;
}


.fd {
	background-image: url(gifs/images/traiteur-picavet_17.jpg);
	background-repeat: no-repeat;
	height: 419px;
	width: 744px;
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 5px;
}


/******************************************************************** Lien ******************************************************************/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #870614;
	text-decoration: underline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #870614;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #870614;
}
a:active {
	text-decoration: underline;
	color: #870614;
}


a.lien1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #870614;
	text-decoration: underline;
}
a.lien1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #870614;
	font-weight:bold;
	text-decoration: underline;
}
a.lien1:hover {
	text-decoration: none;
	color: #870614;
}
a.lien1:active {
	text-decoration: underline;
	color: #870614;
}


.fdbas a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f4f0d6;
	text-decoration: none;
}
.fdbas a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f4f0d6;
	text-decoration: none;
}
.fdbas a:hover {
	text-decoration: underline;
	color: #f4f0d6;
}
.fdbas a:active {
	text-decoration: none;
	color: #f4f0d6;
}

/********************************************************************** Class **************************************************************/
.scrollbarre {
	overflow:auto;
}

/********************************************************************** Newsletter **************************************************************/
.email_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	border-bottom:#bbbbbb 1px solid;
	border-top:#bbbbbb 1px solid;
	border-left:#bbbbbb 1px solid;
	border-right:#bbbbbb 1px solid;
}

.bouton_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:12px;
	color:#ffffff;
	background-color:#585858;
	border-bottom:#585858 1px solid;
	border-top:#585858 1px solid;
	border-left:#585858 1px solid;
	border-right:#585858 1px solid;
}

/**********************************************************BDD AUTO **************************************/
.numpage {
}
.numpage_selec {
	color:#ff0000;
}
.bt_suivant{
}
.bt_precedent{
}
.liste_cat{
}
.fichierbin{
}
.photo{

}
/**********************************************************************************************************/



/*********************************************************LIGHTBOX*****************************************/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(gifs/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gifs/overlay.png", sizingMethod="scale");
	}
	
/**********************************************************************************************************/
	

#accueil {    /* "lien" sera notre conteneur, ici la balise div */ 
    width: 94px;  /* changer la largeur ici */ 
    height: 32px; /* changer la hauteur ici */ 
    background: url(gifs/images/over_06.jpg) no-repeat left top;    /* placement de l'image over */ 
} 

#accueil a {    /* définition du lien qui occupera toute la place du conteneur */ 
    display: block; 
    width: 100%; 
    height: 100%; 
    background: url(gifs/images/traiteur-picavet_06.jpg) no-repeat left top;    /* placement de l'image du menu */ 
    color: #000; 
} 

#accueil a:hover {    /* masquage de l'image1 au survol */ 
    background: transparent none; 
} 


#bleuets {    /* "lien" sera notre conteneur, ici la balise div */ 
    width: 111px;  /* changer la largeur ici */ 
    height: 32px; /* changer la hauteur ici */ 
    background: url(gifs/images/over_07.jpg) no-repeat left top;    /* placement de l'image over */ 
} 

#bleuets a {    /* définition du lien qui occupera toute la place du conteneur */ 
    display: block; 
    width: 100%; 
    height: 100%; 
    background: url(gifs/images/traiteur-picavet_07.jpg) no-repeat left top;    /* placement de l'image du menu */ 
    color: #000; 
} 

#bleuets a:hover {    /* masquage de l'image1 au survol */ 
    background: transparent none; 
} 


#lilas {    /* "lien" sera notre conteneur, ici la balise div */ 
    width: 90px;  /* changer la largeur ici */ 
    height: 32px; /* changer la hauteur ici */ 
    background: url(gifs/images/over_08.jpg) no-repeat left top;    /* placement de l'image over */ 
} 

#lilas a {    /* définition du lien qui occupera toute la place du conteneur */ 
    display: block; 
    width: 100%; 
    height: 100%; 
    background: url(gifs/images/traiteur-picavet_08.jpg) no-repeat left top;    /* placement de l'image du menu */ 
    color: #000; 
} 

#lilas a:hover {    /* masquage de l'image1 au survol */ 
    background: transparent none; 
} 


#cote-jardin {    /* "lien" sera notre conteneur, ici la balise div */ 
    width: 121px;  /* changer la largeur ici */ 
    height: 32px; /* changer la hauteur ici */ 
    background: url(gifs/images/over_09.jpg) no-repeat left top;    /* placement de l'image over */ 
} 

#cote-jardin a {    /* définition du lien qui occupera toute la place du conteneur */ 
    display: block; 
    width: 100%; 
    height: 100%; 
    background: url(gifs/images/traiteur-picavet_09.jpg) no-repeat left top;    /* placement de l'image du menu */ 
    color: #000; 
} 

#cote-jardin a:hover {    /* masquage de l'image1 au survol */ 
    background: transparent none; 
} 


#prestation {    /* "lien" sera notre conteneur, ici la balise div */ 
    width: 119px;  /* changer la largeur ici */ 
    height: 32px; /* changer la hauteur ici */ 
    background: url(gifs/images/over_10.jpg) no-repeat left top;    /* placement de l'image over */ 
} 

#prestation a {    /* définition du lien qui occupera toute la place du conteneur */ 
    display: block; 
    width: 100%; 
    height: 100%; 
    background: url(gifs/images/traiteur-picavet_10.jpg) no-repeat left top;    /* placement de l'image du menu */ 
    color: #000; 
} 

#prestation a:hover {    /* masquage de l'image1 au survol */ 
    background: transparent none; 
}

#xx {    /* "lien" sera notre conteneur, ici la balise div */ 
    width: 121px;  /* changer la largeur ici */ 
    height: 32px; /* changer la hauteur ici */ 
    background: url(gifs/images/over_xx.jpg) no-repeat left top;    /* placement de l'image over */ 
} 

#xx a {    /* définition du lien qui occupera toute la place du conteneur */ 
    display: block; 
    width: 100%; 
    height: 100%; 
    background: url(gifs/images/traiteur-picavet_xx.jpg) no-repeat left top;    /* placement de l'image du menu */ 
    color: #000; 
} 

#xx a:hover {    /* masquage de l'image1 au survol */ 
    background: transparent none; 
}  


#plan {    /* "lien" sera notre conteneur, ici la balise div */ 
    width: 125px;  /* changer la largeur ici */ 
    height: 32px; /* changer la hauteur ici */ 
    background: url(gifs/images/over_11.jpg) no-repeat left top;    /* placement de l'image over */ 
} 

#plan a {    /* définition du lien qui occupera toute la place du conteneur */ 
    display: block; 
    width: 100%; 
    height: 100%; 
    background: url(gifs/images/traiteur-picavet_11.jpg) no-repeat left top;    /* placement de l'image du menu */ 
    color: #000; 
} 

#plan a:hover {    /* masquage de l'image1 au survol */ 
    background: transparent none; 
} 


#contact2 {    /* "lien" sera notre conteneur, ici la balise div */ 
    width: 167px;  /* changer la largeur ici */ 
    height: 32px; /* changer la hauteur ici */ 

    background: url(gifs/images/over_12.jpg) no-repeat left top;    /* placement de l'image over */ 
} 

#contact2 a {    /* définition du lien qui occupera toute la place du conteneur */ 
    display: block; 
    width: 100%; 
    height: 100%; 
    background: url(gifs/images/traiteur-picavet_12.jpg) no-repeat left top;    /* placement de l'image du menu */ 
    color: #000; 
} 

#contact2 a:hover {    /* masquage de l'image1 au survol */ 
    background: transparent none; 
}

#encart1 {
float:left;
background-image:url(gifs/images/index_18.jpg);
height: 110px;
width: 504px;
padding-left: 230px;
padding-top: 8px;
text-align:justify;
padding-right: 10px;
}

#encart5 {

background-image:url(gifs/images/encart_18.jpg);
height: 110px;
width: 504px;
padding-left: 230px;
padding-top: 8px;
text-align:justify;
padding-right: 10px;
line-height: 16px;
}

#encart1 p {
	text-align: right;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}

#encart2 {
float:left;
background-image:url(gifs/images/index_20.jpg);
height: 141px;
width: 165px;
padding-top: 160px;
padding-left: 55px;
padding-right: 10px;
margin-left: 20px;
}

#encart2 p {
	margin: 0px;
	padding: 0px;
	text-align:right;
	padding-top: 10px;
}

#encart3 {
float:left;
background-image:url(gifs/images/index_21.jpg);
height: 141px;
width: 179px;
padding-top: 160px;
padding-left: 55px;
padding-right: 10px;
}

#encart3 p {
	margin: 0px;
	padding: 0px;
	text-align:right;
	padding-top: 10px;
}

#encart4 {
float:left;
background-image:url(gifs/images/index_22.jpg);
height: 141px;
width: 171px;
padding-top: 160px;
padding-left: 55px;
padding-right: 15px;
}

#encart4 p {
	margin: 0px;
	padding: 0px;
	text-align:right;
	padding-top: 10px;
}
.fdtable {
	background-color: #D6D5C5;
}

.contour {
	border: 3px double #63625d;
}
li {
	list-style-type: square;
	color: #870714;
}
.rouge {
	color: #870714;
}

#encartcontact {
	text-align: center;
	background-image: url(gifs/images/encart_20.jpg);
	width:151px;
	padding-top: 15px;
	height:141px;
}