/******** CSS OMAQUIS ********/

/******** GENERAL ********/

* {
	margin: 0;
	padding: 0;
}

html {
	text-align: center;
	background-color: #6D320A;
}

.spacer {
	clear: both;
}

#container {
	margin: auto;
	width: 800px;
	background: url("images/background.jpg") repeat-y;
	color:#FFA100;
	font-family: arial;
	font-weight: bolder;
	font-variant: small-caps;
}

a{
	color:#FFA100;
	font-family: arial;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
}

a img {
	border: none;
}

a:hover{
	text-decoration: underline;
}

.image {
	margin: 20px 5px;
	vertical-align: middle;
}

.image-full {
	margin: 30px 0 10px 0;
}

/******** HEADER/MENU ********/

#menu ul {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu ul li{
	display: block;
	float: left;
	width: 100px;
	_width: 98px;
	margin-left: 16px;
	margin-right: 16px;
}

#menu a{
	font-size: 13px;
}

div.lateral {
	position: absolute;
	left: 50%;
	margin-left: -350px;
}

div.lateral2 {
	position: absolute;
	left: 50%;
	margin-left: 290px;
}

div.mini-menu {
	border: solid 1px #6D320A;
	background-color: #FFA100; 
	position: absolute;
	list-style-type: none;
	padding: 7px;
	left: 50%;
	margin-left: 250px; 
	width: 200px;
	text-align: left;
}

div.mini-menu ul {
	border: solid 1px #6D320A;
	list-style-type: none;
	padding: 7px;
}

div.mini-menu li a {
	color: #6D320A;
}

.mini-menu a{
	font-size: 12px;
}


#header {
	margin-top: 30px;
	margin-bottom: 5px;
}

#header div.logo {
	background: url("images/logo.png") no-repeat center top;
	_background: url("images/logo.gif") no-repeat center top;
	padding-bottom: 165px;
}

#header div.logo span {
	display: none;
}

p.message-accueil {
	position: absolute;
	left: 50%;
	margin-left: 178px;
	margin-top: -21px;
}


/******** PAGE ********/

#page h1.titre-image span {
	display: none;
}

#page h1.titre-image {
	padding-top: 30px;
}

#page h1.titre-image#accueil {
	background: url("images/titres/titre-accueil.png") no-repeat center top;
	_background: url("images/titres/titre-accueil.gif") no-repeat center top;
}

#page h1.titre-image#lieu { 
	background: url("images/titres/titre-lieu.png") no-repeat center top;
	_background: url("images/titres/titre-lieu.gif") no-repeat center top;
}

#page h1.titre-image#carte { 
	background: url("images/titres/titre-carte.png") no-repeat center top;
	_background: url("images/titres/titre-carte.gif") no-repeat center top;
}

#page h1.titre-image#carteresto { 
	background: url("images/titres/titre-carteresto.png") no-repeat center top;
	_background: url("images/titres/titre-carteresto.gif") no-repeat center top;
}

#page h1.titre-image#carte { 
	background: url("images/titres/titre-carte.png") no-repeat center top;
	_background: url("images/titres/titre-carte.gif") no-repeat center top;
}

#page h1.titre-image#vin { 
	background: url("images/titres/titre-vin.png") no-repeat center top;
	_background: url("images/titres/titre-vin.gif") no-repeat center top;
}

#page h1.titre-image#vin2 { 
	background: url("images/titres/titre-vin2.png") no-repeat center top;
	_background: url("images/titres/titre-vin2.gif") no-repeat center top;
}

#page h1.titre-image#emporte { 
	background: url("images/titres/titre-emporte.png") no-repeat center top;
	_background: url("images/titres/titre-emporte.gif") no-repeat center top;
}

#page h1.titre-image#traiteur { 
	background: url("images/titres/titre-traiteur.png") no-repeat center top;
	_background: url("images/titres/titre-traiteur.gif") no-repeat center top;
}

#page h1.titre-image#equipe { 
	background: url("images/titres/titre-equipe.png") no-repeat center top;
	_background: url("images/titres/titre-equipe.gif") no-repeat center top;
}

#page h1.titre-image#giuseppe { 
	background: url("images/titres/titre-giuseppe.png") no-repeat center top;
	_background: url("images/titres/titre-giuseppe.gif") no-repeat center top;
}

#page h1.titre-image#jp { 
	background: url("images/titres/titre-jp.png") no-repeat center top;
	_background: url("images/titres/titre-jp.gif") no-repeat center top;
}

#page h1.titre-image#presse1 { 
	background: url("images/titres/titre-presse1.png") no-repeat center top;
	_background: url("images/titres/titre-presse1.gif") no-repeat center top;
}

#page h1.titre-image#presse2 { 
	background: url("images/titres/titre-presse2.png") no-repeat center top;
	_background: url("images/titres/titre-presse2.gif") no-repeat center top;
}

#page h1.titre-image#presse3 { 
	background: url("images/titres/titre-presse3.png") no-repeat center top;
	_background: url("images/titres/titre-presse3.gif") no-repeat center top;
}

#page h1.titre-image#presse4 { 
	background: url("images/titres/titre-presse4.png") no-repeat center top;
	_background: url("images/titres/titre-presse4.gif") no-repeat center top;
}

#page h1.titre-image#contact { 
	background: url("images/titres/titre-contact.png") no-repeat center top;
	_background: url("images/titres/titre-contact.gif") no-repeat center top;
}


#page h2 {
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#page p {
	width: 400px;
	margin: 2px 200px;
	text-align: justify;
	font-size: 14px;
}

#page p.note {
	text-align: center;
	font-size: 12px;
	font-style: italic;
}

#page p.note-carte {
	text-align: left;
	font-size: 14px;
	margin: 15px 175px 10px 175px;
	width: 450px;
}

#page p.important {
	text-align: center;
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#page div.images-accueil {
	width: 550px;
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 20px;
}

#page div.images-accueil  a{
	display: block;
	float: left;
	width: 150px;
	background: url("images/un-lieu.gif") no-repeat;
	padding-top: 170px;
	margin-right: 25px;
}

#page div.images-accueil  a.un-lieu{ background: url("images/un-lieu.gif") no-repeat; }
#page div.images-accueil  a.une-carte{ background: url("images/une-carte.gif") no-repeat; }
#page div.images-accueil  a.une-equipe{ background: url("images/une-equipe.gif") no-repeat; }

#page div.association{
	width: 450px;
	margin: 10px 175px;
	font-size: 12px;
}

#page div.couple{
	border-bottom: dotted 1px;
	margin-bottom: 5px;
}

#page div.couple span{
	display: block;
}

#page div.couple.fort span{ margin-bottom: 5px; }
#page div.couple span.cle{ text-align: left; float: left; }
#page div.couple span.valeur{  text-align: right; float: right; }




/******** FOOTER ********/

#footer{
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 14px;
}

#footer a.to-top {
	display: block;
	background-image: url("images/retour.gif");
	width: 117px;
	height: 52px;
	margin-left: 345px;
}

#footer a.to-top span { 
	display: none;
}

#footer h1 {
	font-size: 23px;
	margin-top: 10px;
	margin-bottom: 1px;
}

#footer h2 {
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-style: italic;
	font-variant: normal;
}

#footer div.adresses {
	margin-top: 12px;
	margin-bottom: 14px;
}

#footer p.restaurant1{ 
	float: left;
	width: 200px;
	margin-left: 190px;
	_margin-left: 95px;
	margin-right: 10px;
}

#footer p.restaurant2 { 
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-right: 190px;
	_margin-right: 0px;
}
