/* ####### HTML ####### */
body {
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-color: #E6DDC1;
	background-position: center top;
	
	margin: 10px;
	
	color: #6D6F71;
	font-family: Verdana;
}

a {
	color: #6D6F71;
}

a:hover {
	color: #6D6F71;
}

table {
	width: 100%;
	font-size: 12px;
}

p {
	padding: 3px;
}

li{
	font-weight:bold;
	list-style:none;
	vertical-align: top;
	padding:0 0 10px 30px;
	margin-top:10px;
	background-image: url(../images/puce.jpg);
	background-repeat: no-repeat;
}

#langues {
	width: 50px;
	float: right;
}

/* ### FORMULAIRE ### */
select {
	color: #000000;
}
option {
	color: #000000;
}
input {
	color: #000000;
}
textarea {
	color: #000000;
}

.alertform {
	color: #e28750;
	font-size: 10px;
	font-weight: bold;
}
select.fondRouge {
	color: #FFFFFF;
	background-color:#e28750;
}
option.fondRouge {
	color: #FFFFFF;
	background-color:#e28750;
}
input.fondRouge {
	color: #FFFFFF;
	background-color:#e28750;
}
textarea.fondRouge {
	color: #FFFFFF;
	background-color:#e28750;
}
/* ### FIN FORMULAIRE ### */
/* ####### FIN HTML ####### */




/* ####### GLOBAL ####### */
.tableauPrincipal {
	width: 920px;
}

.tableauGlobal {
	width: 880px;
}
/* ####### FIN GLOBAL ####### */

/* ####### ENTÊTE ####### */
.tableauEntete {
	width: 100%;

	margin-top: 10px;
	margin-bottom: 10px;
}

/* ####### FIN ENTÊTE ####### */


/* ####### FLASH ####### */
.tableauFlash {
	width: 100%;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 0px solid #FF0000;
	border-bottom: 0px solid #FF0000;
	
	/*background-image: url(../images/background-flash.jpg);
	background-repeat: no-repeat;
	background-color: #000000;*/
}
.tableauQuicksearchFlash {
	width: 100%;
	vertical-align: top;
	
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 0px solid #FF0000;
	border-bottom: 0px solid #FF0000;
	
	/*background-image: url(../images/background-flash-quicksearch.jpg);
	background-repeat: no-repeat;
	background-color: #000000;*/
}
.tableauQuicksearchContenu {
	width: 100%;
	vertical-align: top;
	
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 0px solid #FF0000;
	border-bottom: 0px solid #FF0000;
	
	/*background-image: url(../images/background-flash-quicksearch.jpg);
	background-repeat: no-repeat;
	background-color: #000000;*/
}
/* ####### FIN FLASH ####### */


/* ####### DEBUT QUICKSEARCH ####### */

.tableauQuickSearch {
	width: 100%;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	display: none;
	
	/*
	background-image: url(../images/background-quicksearch.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	*/
}
/* ####### FIN QUICKSEARCH ####### */

/* ####### CONTENU ####### */
.tableauCuisineGastronomique {
	width: 100%;
}

.tableauContenu {
	width: 100%;
	
	text-align: center;
	
	/*background-image: url(../images/background-contenu.jpg);
	background-repeat: no-repeat;
	background-color: #000000;*/
}

.tableauBloc {
	width: 100%;
	margin-bottom: 10px;
	
	/*background-image: url(../images/background-tableau-bloc.jpg);
	background-repeat: no-repeat;
	background-color: #000000;*/
}

.bordureBlocPhoto img {
	border: 1px outset #79A11D;
}

.blocTexte {
	vertical-align: top;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	/*background-image: url(../images/background-bloctexte.jpg);
	background-repeat: no-repeat;
	background-color: #000000;*/
}

.blocTexte * {
	color: #6D6F71;
	/*
	font-family: Verdana;
	font-size: 12px;
	*/
}

.blocPhoto {
	vertical-align: top;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	/*background-image: url(../images/background-blocphoto.jpg);
	background-repeat: no-repeat;
	background-color: #000000;*/
}

.titre {
	/*height: 60px;*/
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	font-size: 20px;
	text-align: center;
	
	/*background-image: url(../images/background-titre.jpg);
	background-repeat: no-repeat;*/
}

.ssTitre {
	/*height: 40px;*/
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	font-size: 16px;
	text-align: center;
	
	/*background-image: url(../images/background-sous-titre.jpg);
	background-repeat: no-repeat;
	background-color: #FF0000;*/
}

.tableauBordure {
	border: 1px solid #6D6F71;
}
.tableauBordure th, .tableauBordure td {
	border: 1px solid #6D6F71;
}

.tableauDistance {
	width: 270px;
}
.tableauDistance th {
	padding: 3px;
	text-align: center;
}
.tableauDistance .gauche {
	width: 80%;
	padding: 3px;
}
.tableauDistance .droite {
	width: 20%;
	padding: 3px;
	text-align: center;
}
.celluleLiensGaleriePhotos {
	text-align: center;
}
/* ####### FIN CONTENU ####### */


/* ####### PIED DE PAGE ####### */
.adresse {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	/*color: #FF0000;
	font-family: Verdana;*/
	font-size: 11px;
	text-align: center;
}

.tableauPiedDePage {
	width: 100%;
	height: 200px;
	
	padding-top: 0px;
	padding-bottom: 0px;
	
	/*font-family: Verdana;
	color: #FFFF00;*/
	font-size: 10px;
	text-align: center;
	
	background-image: url(../images/background-pied-de-page.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
/* ####### FIN PIED DE PAGE ####### */


/* ####### DESCRIPTION REFERENCEMENT ####### */
.tableauDescriptionReferencement {
	width: 100%;
	
	margin-top: 5px;
	margin-bottom: 5px;
	
	/*font-family: Verdana;
	color: #FFFF00;*/
	font-size: 10px;
	text-align: center;
	
	/*background-image: url(../images/background-description-referencement.jpg);
	background-repeat: repeat-x;
	background-color: #000000;*/
}
/* ####### FIN DESCRIPTION REFERENCEMENT ####### */


/* ####### CRÉDITS ####### */
.tableauCredits {
	width: 100%;
	height: 40px;
	
	margin-top: 10px;
	padding-bottom: 10px;
	
	/*font-family: Verdana;
	color: #FFFF00;*/
	font-size: 10px;
	text-align: center;
	
	/*background-image: url(../images/background-credits.jpg);
	background-repeat: repeat-x;
	background-color: #000000;*/
}
/* ####### FIN CRÉDITS ####### */