/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
*/
* {padding:0; margin:0; border:0; list-style-type:none}
img {display:block}
html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-image:url(../images/fond-bandeau-resto.gif);
	background-repeat:repeat-x;
	height:105px;
	background-color:#FFFFFF;
}
body {
	width:100%;
}

.contenu-principal {
	width:955px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	z-index:50;
}
	.conteneur {
		width:955px;
	}
		.colonne-gauche {
			width:234px;
			float:left;
			padding-bottom:10px;
		}
			.colonne-gauche ul {padding:8px 5px 5px 10px}
			.colonne-gauche ul ul li {padding:0}
			.colonne-gauche li {margin-bottom:3px}
			.encart-entete {
				width:234px;
				height:22px;
				margin-top:8px;
			}
			.encart-corps {
				width:232px;
				border-bottom:1px solid #8A9ED7;
				border-left:1px solid #8A9ED7;
				border-right:1px solid #8A9ED7;
				color:#000000;
				font-size:10px;
			}
				.encart-corps span {
					color:#0157AC;
				}
				.coupon {
					width:63px;
					height:49px;
					float:right;
					padding-top:4px;
					padding-right:5px;
				}
				.encart-visuel {
					width:234px;
					height:78px;
					padding-top:8px;
				}

/************ RUBRIQUE RESTAURANT ******************************************/

#entete-resto {
	width:955px;
	margin-left:auto;
	margin-right:auto;
}
.surbandeau-resto {
	width:629px;
	float:left;
	padding-top:5px;
}
.fonctions {
	width:400px;
	height:26px;
}
	.fonctions img {
		float:left;
		padding-right:5px;
		padding-top:10px;
	}
	
	.drapeaux {
		width:326px;
		height:43px;
		float:right;
	}
.logo {
	clear:both;
}
	
a:link.entete {color:#FFFFFF}
a:visited.entete {color:#FFFFFF}
a:hover.entete {color:#000000}
a:active.entete {color:#FFFFFF}

a:link.rose {color:#E2A2DB}
a:visited.rose {color:#E2A2DB}
a:hover.rose {color:#FFF}
a:active.rose {color:#E2A2DB}

		.colonne-droite-resto {
			float:left;
			width:697px;
			margin-left:24px;
			margin-top:8px;
			padding-bottom:10px;
		}
			.titre-rubrique-resto {
				width:695px;
				height:30px;
				border:#BAAA9A 1px solid;
			}
			.visuel-principal-resto {
				width:697px;
				height:230px;
				margin-top:1px;
			}
			
			.presentation-restaurant {
				width:697px;
				margin-top:2px;
			}
					.presentation-restaurant p {
						padding:5px 5px 5px 10px;
						color:#FFF;
						background-color:#573009;
						font-size:11px;
					}
			
			.presentation-proprietaires {
				width:697px;
				margin-top:10px;
				font-size:11px;
			}
				.conteneur-fiche-milan {
					float:left;
					width:342px;
					margin-right:13px;
				}
					.conteneur-fiche-milan h1 {
						width:342px;
						height:22px;
						background-image:url(../images/titre-fiche-milan.gif);
						background-repeat:no-repeat;
						text-indent:-1000px;
						font-size:1px;
					}
					.fiche-milan {
						width:340px;
						border-left:1px solid #AB9784;
						border-right:1px solid #AB9784;
						border-bottom:1px solid #AB9784;
						height:354px;
					}
					
					.medaillon-milan {
						width:100px;
						height:135px;
						margin-left:10px;
						margin-right:10px;
						margin-bottom:5px;
						float:right;
					}
					.fiche-milan h3 {
						color:#A141AF;
						font-size:12px;
						margin-left:10px;
						padding-top:5px;
					}
					.fiche-milan p {
						padding:5px 10px 5px 10px;
						color:#333333;
					}
					.fiche-milan span {
						color:#A50101;
						float:right;
						padding-right:11px;
						padding-bottom:5px;
					}
				
				.conteneur-fiche-sallard {
					float:left;
					width:342px;
				}
				.conteneur-fiche-sallard h1 {
					width:342px;
					height:22px;
					background-image:url(../images/titre-fiche-sallard.gif);
					background-repeat:no-repeat;
					text-indent:-1000px;
					font-size:1px;
				}
				.fiche-sallard {
					width:340px;
					border-left:1px solid #AB9784;
					border-right:1px solid #AB9784;
					border-bottom:1px solid #AB9784;
					height:354px;
				}
				.fiche-sallard h3 {
					color:#A141AF;
					font-size:12px;
					margin-left:10px;
					padding-top:5px;
				}
				.medaillon-sallard {
					width:100px;
					height:135px;
					margin-left:10px;
					margin-right:10px;
					margin-bottom:5px;
					float:right;
				}
					.fiche-sallard p {
						padding:10px;
						color:#333333;
					}
					.fiche-sallard span {
						color:#A50101;
						float:right;
						padding-right:11px;
						padding-bottom:5px;
					}

.pied-de-page-resto a:link {color:#5D4327; text-decoration:none}
.pied-de-page-resto a:visited {color:#5D4327; text-decoration:none}
.pied-de-page-resto a:hover {color:#000; text-decoration:underline}
.pied-de-page-resto a:active {color:#5D4327; text-decoration:none}
			
.pied-de-page-resto {
	width:955px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-image:url(../images/pied-trait-resto.gif);
	background-repeat:no-repeat;
	color:#5D4327;
	padding-top:10px;
}

.vide {clear:both}
.fleche-double {
	width:12px;
	height:10px;
	float:left;
}
.fleche-simple {
	width:9px;
	height:10px;
	float:left;
}
.fleche {
	width:20px;
	height:13px;
	float:left;
}
