* {
	margin: 0; 
	padding: 0;
}

a img, a img:hover {
	border:0px;
}

a {
	color: #333;
}

a:hover {
	color: #990000;
	text-decoration: none
}

html { 
	height: 100%
}

body {
	  font-family: georgia;
	  color: #333;
	  font-size: 20px;
	  padding-bottom: 15px;
	  text-align: center
}

h1 {
	margin-top: 10px;
	font-family: georgia;
	font-size: 16px; 
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: georgia;
	color: #990000;
	background-color: #fafafa;
	border-bottom: 1px solid #990000;
	border-top: 1px solid #990000;
	padding: 5px 6px
}

h2 {
	margin-top: 10px;
	font-family: georgia;
	font-size: 15px; 
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: georgia;
	border-left: 1px solid #990000;
	padding: 5px 6px
}

div.titre1 {
	font-family: georgia;
	font-size: 18px; 
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px
}

div.titre2 {
	font-family: georgia;
	font-size: 16px; 
	text-align: center;
	text-transform: uppercase;
	color: #990000;
	letter-spacing: 2px
}

div.titre3 {
	font-family: georgia;
	font-size: 15px; 
	text-align: left;
	color: #990000;
	text-decoration: underline;
	letter-spacing: 2px
}

table.copyright,
div.copyright {
	text-align: center;
	font-size: 10px
}

/*--------------------------------------------*/

div.container {
  margin: 0 auto;
  width: 800px;
  overflow: hidden
}


#corps {
	padding-top: 10px;
	padding-left: 25px;
	text-align: left;
	width: 550px;
	height: 100%;
	float: right;
	background-color: #fff;
	display: table;
	overflow: auto
}

#texte {
	text-align: left;
	width: 100%;
	height: 345px;
	overflow: auto
}

#logo { 
	height: 200px;
	width: 100%;
	padding: 10px 0;
	background: url(images/logo.gif) no-repeat center
}

#bouteille { 
	margin-top:225px;
	width: 225px;
	height: 850px;
	float: left;
	background: url(images/bouteille.jpg) no-repeat top center;
}

#navigation { 
	top: 378px;
	position: relative;
	width: 195px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px dotted #333;
	font-family: georgia;
}

#navigation a {
	padding: 13px 2px 13px 2px;
	display: block;
	height:100%;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px dotted #333;
	color: #333
}

#navigation a:hover {
	color: #eee;
	border-left: 5px solid #990000;
	border-right: 5px solid #990000;
	background-color: #333
}

#navigation a.actif {
	border-left: 5px solid #990000;
	border-right: 5px solid #990000;
	color: #990000
}

#navigation_bas {
	text-align: center
}

#navigation_bas a {
	padding: 0 4px;
	text-decoration: none;
	color: #333;
}

#navigation_bas a:hover {
	color: #eee;
	background-color: #333
}



img.milieu { 
	border: 1px solid #333;
	position: relative;
	margin: 0 0 5px 5px
}

#footer { 
	height: 20px;
	width: 100%;
	font-size: 10px;
	margin-top: 10px;
	padding-top: 3px;
	text-align: center;
	border-top: 1px dotted #333
}
