/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	background:#532707;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	line-height:16px;
}
textarea {
	height:8em;
}
.hautMin {
	height:450px;
}
/*Les polices-------------------------------------------------*/
/*Les liens--------------------------------*/
a {
	text-decoration:none;
	color:#000000;
}
a:hover {
 color:#000000;
}	


a img {
	border:none;
}

/*Les couleurs------------------------------*/
.blanc{
	color:#C1A591;
}
.blanc a{
	color:#C1A591;
}
.blanc a:hover{
	color:#fff;
}

.grisC{
	color:#17866B;
}
.grisC a{
	color:#17866B;
}
.grisC a:hover{
	color:#fff;
}
/*.grisC a:visited{
	color:#c6c6c6;
}*/

.grisF{
	color:#999;
}
.grisF a{
	color:#999;
}
.grisF a:hover{
	color:#000;
}
/*.grisF a:visited{
	color:#999;
}*/

.rouge{
	color:#532707;
}
.rouge a{
	color:#532707;
}
.rouge a:hover{
	color:#000;
}
/*.rouge a:visited{
	color:#aa0114;
}*/


/*style---------------------------------------*/
.gras {
	font-weight:bold;
}	
.cap {
	font-variant:small-caps;
}
.italique {
	color:#333333;
	font-weight:normal;
	font-style:italic;
}

/*taille--------------------------------------*/
.fin {
	font-size:11px;
	line-height:13px
}
.normal {
	font-size:12px;
	line-height:14px;
	}
.moyen {
	font-size:14px;
	line-height:14px;
}
.gros {
	font-size:16px;
	line-height:18px;
}


.droite{
	text-align:right;
}
.ligne{
	display:inline;
}
.path {
	padding-left:20px;
}
/*Les polices----------------------------------------------------------*/

/*Structure du site-----------------------------------------------------*/
#site {
	width:970px;
	left:0px;
/*	position:relative;*/
	margin:auto;
	}

#colDroite {
	width:152px;
	float:right;
	padding-left:13px;
	padding-top:16px;
	padding-right:15px;
	position:relative;
}

#colCentre {
	width:786px;
	float:left;
/*	position:relative;*/
	height:100%	
}

	/*colDroite--------------------------------------------*/
	#titreSite {
		background: url(../images/cap_resto_64.jpg) no-repeat;
		width:107px;
		height:147px;
		margin-left:20px;
	}
	#editionGuide {
		background:url(../images/edition_pays_basque.jpg) no-repeat;
		width:152px;
		height:10px;
		margin-top:17px;
		margin-bottom:15px;
	}

		
	#choixLangues {
		list-style:none;
		font-weight:bold;
		text-align:center;
	}

	/*colCentre---------------------------------------------*/
		/*entete--------------------------------------------*/
		#entete {	
			width:761px;
			height:81px;
			background: url(../images/entete.jpg) no-repeat;
			padding: 22px 8px 0px 17px;
		}
		#backhome {
			display:block;
			position:absolute;
			width:120px;
			height:120px;
			z-index:10;
			top:15px;
		}
		#titrePage {
	/*		background:url(../images/les_resto.jpg) no-repeat;
			width:288px;*/
			font-size:18px;
			font-variant:small-caps;
			font-weight:normal;
			height:20px;
			margin:0 60px 0 130px;
			text-align:center;
		}
		#points {
			background:url(../images/3points.gif) no-repeat;
			width:42px;
			height:13px;
			margin:8px 0 0 300px;
		}
		#rechercheResto {
			display:block;
			text-align:center;
			margin:8px 60px 0 105px;
		}
		#rechercheResto label {
			padding: 0 5px 0 20px;
			letter-spacing: 2px;
		}
		#rechercheResto input {
			margin-left:15px;
		}
	
		/*Corps du site---------------------------------------*/
		#corps {
			background: url(../images/fond_page.jpg) repeat-y;
			width:761px;
			padding: 0px 8px 0 17px;
			position:relative;
		}
		#categorie {
			height:67px;
			}
		.cat_defaut {
			background:url(../images/cat_defaut.jpg) no-repeat;
		}
		.cat_1 {
			background:url(../images/cat_tendance.jpg) no-repeat;
		}
		.cat_3 {
			background:url(../images/cat_poisson.jpg) no-repeat;
		}
		.cat_5 {
			background:url(../images/cat_gastro.jpg) no-repeat;
		}
		.cat_7 {
			background:url(../images/cat_tradition.jpg) no-repeat;
		}
		.cat_9 {
			background:url(../images/cat_monde.jpg) no-repeat;
		}
		.cat_11 {
			background:url(../images/cat_decouverte.jpg) no-repeat;
		}	
		#contenu {
			position:relative;
		}
		#infos{
			width:542px;
			float:left;
			padding-left:43px;
		}
		#pubs{
			width:175px;
			float:right;
		}
		#fuckie {
			height:200px;
		}
		#pubs div{
			padding:15px;
		}
		#pubs .lie, #pubs .agrandi, #pubs .fiche {
			border: thin solid;
			width:142px;
			height:170px;
			display:block;
			
		}
		.pub{
			background:#00CC66;
			width:142px;
			height:170px;
			margin:auto;
			display:block;
			
		}
		
/*pied de page-----------------------------------------------*/
#piedPage {	
	clear:both;
	background: url(../images/pied_page.jpg) no-repeat;
	height:26px;
	padding: 15px 190px 0px 17px;
	position:relative;
	text-align:center;
}
#piedPage #list_villes {
	font-size:0.7em;
	padding:1em;
}
#private {
	position:absolute;
	width:152px;
	text-align:center;
	bottom:35px;
	right:15px;
}
.log input {
	width:96px;
	margin-bottom:5px;
}
.choixU input {
	width:auto;
	margin-bottom:auto;
}
.choixU{
	padding:10px;
}
#private .envAnnul {
	text-align:right;
}
#private .envAnnul input {
	margin:5px auto;
	width:auto;
}
#private div {
	margin:auto;
	width:100px;
	text-align:left;
}
#secondMenu li {
	background:url(../images/list_tag.jpg) left center no-repeat;
	display:inline;
	padding:0px 12px 0 15px;
	font-weight:bold;
}
#secondMenu #firstItem {
	background:none;
}
#copyright {
	position: absolute;
	background:url(../images/lisere.jpg) no-repeat bottom;
	width:16px;
	height:163px;
	left:0;
	top:-165px;
}

/*on cache les textes remplacés par des images------------------*/
#titreSite span, #editionGuide span, #backhome span, #copyright span, .cache{
	display:none;
}

/*fin des col de flotant-----------------------------------------*/
.finCol {
	clear:both;
	}
/*fin de la structure du site-------------------------------------------------*/

/*Page d'acceuil--------------------------------------------------------------*/
#edito{
	width:542px;
	padding-top:25px;
	text-align:justify;
}
#edito h3 {
	width: 291px;
	height: 35px;
}
#edito p {
	padding-top:15px;
}
#decouvrir{
	padding-top:25px;
}
#decouvrir h3 {
	width:291px;
	height:35px;
}

/*Page de résultats------------------------------------------------------------*/
.navResult{
	width:542px;
	padding:15px 0 5px 43px;
}
.RW{
	float:left;
	background:url(../images/RW.jpg) no-repeat left center;
	padding-left:35px;
}
.FF{
	float:right;
	background:url(../images/FF.jpg) no-repeat right center;
	padding-right:35px;
}

/*Page fiche resto*/
/*----------------*/
.retour {
	padding-left:20px;
}
.retour a:hover{
	color:#aa0114;	
}
#pictos div{
	float:right;
	margin-right:10px;
}
#pictos img{
	width:37px;
	height:37px;
}
#capacite {
	position:absolute;
	display:block;
	width:37px;
	padding-top:20px;
	font-weight:bold;
	text-align:center;
}
#presentation {
	float:left;
	width:440px;
	padding-left:43px;
	margin:25px 10px 25px 0px;
}
#presentation .resumResto {
	float:right;
	width:300px;
}
#description {
	text-align:justify;
}
#grande {
	display:block;
	height:180px;
	width: 235px;
	margin:25px 10px 25px 10px;
}
#menu, #deguste {
	margin:0 10px 10px 43px;
}
#thumbs {
	margin:0 43px 10px 43px;
	text-align:center;
}
#thumbs table {
	width:675px;
}
.pop_js {
	margin:3px;
}
.grande {
	display:inline;
	background-color:#000000;
	padding:3px;
	cursor:pointer;
}
#carte {
	padding:0 43px 10px 43px;
	}
#maMap {
	width:675px;
	height:250px;
	background:#9999CC;
}

/*Page pub*/
/*--------*/
#presentPub {
	float:left;
	padding-left:43px;
	margin:25px 10px 25px 0px;
}
#logoPub {
	float:left;
	padding: 0px 15px 8px 0;
}
#resumPub {
	float:left;
	width:300px;
}
.eventPub{
	padding: 0px 43px;
}
#cadreEventPub{
	width:630px;
	float:left;
	padding:0px 20px 25px 0px;
}

/*Page contact*/
/*------------*/
#txtContact {
	text-align:center;
	padding:30px 10px 15px 0px;	
}

#formContact {
	width:200px;
	margin:auto;
	padding:30px 0px;
}

#etat {
	padding:10px;
	text-align:center;
}

#formContact input, #formContact textarea {
	display:block;
	margin-bottom:10px;
	width:196px;
}

/*Page partenaire*/
/*---------------*/
#txtPartenaire {
	margin:30px 43px 15px 43px;
	text-align:justify;
}
#partenaires {
	padding:0px 38px 15px 38px;
	text-align:center;
	width:685px
}
.partenaire {
	padding:5px;
}

/*Page mentions*/
/*-------------*/
#txtMentions {
	margin:30px 43px 15px 43px;
	text-align:justify;
}
#txtMentions li {
	list-style:none;
	padding-bottom:30px;	
}
#txtMentions ul li {
	list-style:none;
	padding-bottom:5px;	
}
#txtMentions  p{
	padding-bottom:10px;
	
}
/*Les evenements*/
/*--------------*/
.eventAccueil{
	width:542px;
	padding:25px 0px;
	text-align:justify;
}
.eventTotal {
	float: right;
	width: 235px;
	margin:25px 10px 25px 10px;
}
#evenements h4 {
	width:235px;
	height:35px;
}
#cadreEven {
	background: url(../images/cadreEvents.gif) no-repeat;
	padding:6px 2px;
	margin-top:10px;
	width:206px;
	float:left;
	height:150px;
}
#cadreEven iframe{
	background-color: transparent;
}
#scrollBarEv {
	float:right;
	display:block;
	cursor:pointer;
	padding-top:30px;
}
#SBEvH  {
	display:list-item;
	list-style:none;
	background:url(../images/haut.jpg) no-repeat;
	width:21px;
	height:21px;	
}
#SBEvB  {
	display:list-item;
	list-style:none;
	background:url(../images/bas.jpg) no-repeat;
	width:21px;
	height:21px;
}

/*La liste des restos*/
/*-------------------*/
.listResto li {
	list-style:none;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:15px;
	background:url(../images/saut.jpg) no-repeat bottom left;
}
.listResto li a {
	display:block;
	height:85px;
	background:none;
	margin:0 30px 10px 0;
}
.listResto li a:hover {
	background: #FFF0E1;
}
.logoResto {
	display:block;
	float:left;
	width:125px;
	height:85px;
	padding: 0px 15px 8px 0;
}
#infos .resumResto {
	float:right;
	width:370px;	
}
.savoir {
	text-align:right;
	display:block;
	padding:10px 45px 0px 0px;
}




