html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-size: 100%;
	text-decoration: none;
}

html {
	height: 100%;
}

body {
	background-color: #1D0F0F;
	color: #1D0F0F;
	font: normal 0.75em Georgia, Times New Roman, Times, serif;
	line-height: 1;
	text-align: center;
}

h1 {
	margin-bottom: 7px;
	color: #1D0F0F;
	font-size: 0.92em;
	font-weight: bold;
	line-height: 1.45em;
	text-transform: uppercase;
}

h2 {
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 0.92em;
	font-weight: normal;
}

p {
	font-size: 0.92em;
	line-height: 1.45em;
}

#container {
	width: 920px;
	height: 800px;
	margin: 0 auto;
}

#header {
	width: 920px;
	height: 153px;
	background-image: url(../images/header-bg.png);
}

#header #logo {
	float: left;
	width: 170px;
	height: 70px;
	margin-top: 40px;
}

#header #accroche {
	float: right;
	margin-top: 115px;
	color: #908383;
	font-size: 1.8em;
	letter-spacing: 0.1em;
}

#left {
	float: left;
	width: 170px;
	height: 427px;
	margin-right: 30px;
	padding-top: 37px;
	background-image: url("../images/bordures.png");
	background-repeat: repeat-x;
	text-align: left;
}

#left ul#menu {
	margin-bottom: 64px;
	color: #999999;
	list-style: none;
	text-transform: uppercase;
}

#left ul#menu li {
	height: 23px;
	padding: 11px 10px 1px 15px;
	border-top: dotted 1px #908383;
	color: #999999;
	text-transform: uppercase;
}

#left ul#menu li.last {
	height: 23px;
	padding: 11px 10px 1px 15px;
	border-bottom: dotted 1px #908383;
	color: #999999;
	text-transform: uppercase;
}

#left ul#menu li a, #left ul#menu li a:link {
	color: #908383;
	font-size: 0.92em;
}

#left ul#menu li a:visited {
	color: #685C5C;
}

#left ul#menu li a:hover, #left ul#menu li a:focus, #left ul#menu li a:active {
	color: #8EDDE0;
}

#coordonnees {
	margin-bottom: 25px;
	color: #8EDDE0;
}

#coordonnees p {
	margin-bottom: 7px;
}

#mail a, #mail a:link {
	padding-left: 20px;
	background-image: url("../images/enveloppe.png");
	background-repeat: no-repeat;
	color: #908383;
	font-size: 0.92em;
}

#mail a, #mail a:visited {
	color: #685C5C;
}

#mail a:hover, #mail a:focus, #mail a:active {
	background-image: url("../images/enveloppe-marron.png");
	background-repeat: no-repeat;
	color: #8EDDE0;
}

#main {
	float: left;
	width: 720px;
	height: 427px;
	padding-top: 37px;
	background-image: url("../images/bordures.png");
	background-repeat: repeat-x;
}

#main #photos {
	float: left;
	width: 520px;
	height: 390px;
	margin-right: 30px;
}

#content {
	float: left;
	width: 170px;
	margin-bottom: 40px;
	text-align: left;
}

#content #maitre-chocolatier {
	width: 150px;
	height: 190px;
	padding: 10px;
	margin-bottom: 30px;
	background-color: #8EDDE0;
}

#content #specialite-cosy {
	width: 170px;
	height: 150px;
}

#content #texte {
	width: 150px;
	height: 370px;
	padding: 10px;
	background-color: #8EDDE0;
}

#content #texte p {
	margin-bottom: 7px;
}

#content form {
	margin-top: 20px;
}

#content form p {
	margin-bottom: 10px;
}

#content form input {
	width: 147px;
	height: 16px;
	padding-left: 3px;
	border: 0;
	font: normal 1em Georgia, Times New Roman, Times, serif;
}

#content form input[type=submit] {
	width: 74px;
	height: 18px;
	margin-top: 20px;
	margin-left: 77px;
	padding-left: 4px;
	background-color: #1D0F0F;
	border: 0;
	color: #FFFFFF;
}

#content form input[type=submit]:hover {
	background-color: #FFFFFF;
	color: #1D0D0F;
}

#content form textarea {
	width: 147px;
	height: 80px;
	padding-left: 4px;
	border: 0;
	font: normal 1em Georgia, Times New Roman, Times, serif;
}

#footer {
	float: right;
	width: 920px;
	margin-top: 15px;
	text-align: right;
}

#footer ul {
	font-size: 0.83em;
}


#footer ul li {
	padding-right:10px;
	padding-left:10px;
	border-left: solid 1px #4B3D3D;
	display: inline;
	color: #4B3D3D;
	text-transform: uppercase;
}

#footer ul li.first {
	padding-right:10px;
	padding-left:10px;
	border-left: none;
	display: inline;
	color: #4B3D3D;
	text-transform: uppercase;
}

#footer ul li.last {
	padding-right:0;
	padding-left:10px;
	border-left: solid 1px #4B3D3D;
	display: inline;
	color: #4B3D3D;
	text-transform: uppercase;
}

#footer ul li a, #footer ul li a:link {
	color: #4B3D3D;
}

#footer ul li a:visited {
	color: #6C5757;
}

#footer ul li a:hover, #footer ul li a:focus, #footer ul li a:active {
	color: #A1E1F4;
}
