/* CSS reset
-------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* layout CSS 
-------------------------------------- */
html {
	text-align : center;
	min-height: 100%;
	line-height:1px;
}
body {
	width:648px;
	height: 100%;
	text-align:left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
}
.clear { 
	clear:  both; 
}
#container {
	position:relative;
	width:100%;
	background-color: #000000;
	margin:0 auto;
	padding: 0;
}
#container #cadre {
	padding: 15px;
	border: 1px solid #999999;
	background-image: url(images/fond_lab_aout2009.jpg);
	background-repeat: no-repeat;
	height: 100%;
}
#container #cadre #header {
	height: 240px;
}
#container #cadre #contenu {
	height: 100%;
}
#contenu h1 {
}
#contenu h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 30px;
}
#contenu h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #F9635B;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 16px;
}
#contenu h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #719FB0;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 40px;
	text-align: center;
}
#contenu h5 {
}
#contenu p {
	color: #CADCE3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
}
#contenu a {
	color: #F9635B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
}
.menu {
	background-color: #010a11;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.menu h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #996699;
}
.menu .cocktail {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.menu .cocktail h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #8CDEF5;
	margin-top: 20px;
}
.menu .cocktail p {
	padding-top: 5px;
}
img {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
