@import "reset.css";

body {
	background-color: #000000;
	font-family: arial, sanserif, verdana;
}

h1 {
	font-size:10px;
	text-align:center;
	color: #ADADAD;
}

h2 {
	font-size:18px;
	text-align:center;
	font-weight:bold;
}

#page {
	position: absolute;
	height:100%;
	width:100%;
}

#bandegauche {
	position:absolute;
	left:0px;
	top: 168px;
	width: 50%;
	height: 63px;
	z-index: 2;
	background-image: url(images/bordure-gauche.jpg);
	background-repeat: repeat-x;
}

#bandedroite {
	position:absolute;
	left:0px;
	top: 168px;
	width: 100%;
	height: 63px;
	z-index: 1;
	background-image: url(images/bordure-droite.jpg);
	background-repeat: repeat-x;
}

#bandegauche2 {
	position:absolute;
	left:0px;
	top: 61px;
	width: 50%;
	height: 63px;
	z-index: 2;
	background-image: url(images/bordure-gauche.jpg);
	background-repeat: repeat-x;
}

#bandedroite2 {
	position:absolute;
	left:0px;
	top: 61px;
	width: 100%;
	height: 63px;
	z-index: 1;
	background-image: url(images/bordure-droite.jpg);
	background-repeat: repeat-x;
}

#accueil {
	position:absolute;
	left:451px;
	top: 128px;
	width: 129px;
	height: 130px;
}

#logo {
	position:absolute;
	z-index: 3;
	left: 184px;
	margin: auto;
	top: 0px;
	width: 129px;
	height: 130px;
}

#main {
	position: relative;
	width: 1050px;
	height:631px;
	margin:auto;
	z-index: 3;
	background-image: url(images/cuisine-muratet-fond.jpg);
	background-repeat: no-repeat;
}

#contenu {
	position: absolute;
	width: 845px;
	height: 322px;
	top: 268px;
	left: 85px;
	background-image: url(images/cuisine-muratet-contenu.jpg);
}

#flashmenu {
	position: absolute;
	top: 50px;
	left:2px;
}

#blocdroite {
	position: absolute;
	top: 3px;
	height: 316px;
	width: 423px;
	left: 420px;
	color: #FFFFFF;
	padding: 2px;
}

#blocdroite p, #blocdroite ul {
	margin-bottom: 7px;
	font-size:12px;
	font-weight:bold;

}

#blocdroite img {
	/*border: 1px solid #FFFFFF;*/
	padding: 0;
}

#blocdroite a {
	display: block;
	float: left;
	height: 48px;
	width: 48px;
	margin-right:8px;
	margin-bottom:4px;
	margin-top: 4px;
	border: 1px solid #FFFFFF;
}

#blocdroite a:hover {
	border:1px solid #FFB400;
}

#contact {
	position: absolute;
	width: 845px;
	height: 30px;
	top: 590px;
	left: 85px;
	color: #adadad;
	font-size: 12px;
	text-align:center;
}

#contact a, #contact a:active, #contact a:visited {
	text-decoration: none;
	color: #adadad;
}

#contact a:hover {
	text-decoration: underline;
}

#tweb {
	position: absolute;
	width: 845px;
	height: 30px;
	top: 650px;
	left: 85px;
	color: #adadad;
	font-size: 10px;
	text-align:center;
}

#tweb a, #tweb a:active, #tweb a:visited {
	text-decoration: none;
	color: #adadad;
}

#tweb a:hover {
	text-decoration: underline;
}

#contactform {
	position: absolute;
	width: 500px;
	height: 50px;
	top: 160px;
	left: 50px;
	text-align:center;
	color: #ffb400;
}

#contactform a, #contactform a:active, #contactform a:visited {
	color: #ffb400;
	text-decoration:none;
}

#contactform a:hover {
	text-decoration: underline;
}