@charset "UTF-8";
/* CSS Document FR */


html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, pre, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../pictures/fond.jpg);
	background-repeat: repeat-x;
	background-color: #FFA381;
}
#container {
	width: 950px;
	height: 100%;
	background-image: url(../pictures/fond-container.jpg);
	background-repeat: repeat-y;
}
a {
	outline: none;
}
p {
	font-size: 13px;
}
img {
	border:none;
}
.clearfloat {   /* pour <br class="clearfloat" /> */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clignote {
	text-decoration: blink;
}
.underline {
	text-decoration: underline;
}
#header {
	background-image: url(../pictures/header.jpg);
	background-repeat: no-repeat;
	height: 210px;
	width: 950px;
}
#contenu {
	width: 950px;
	height: 100%;
}
#colleft {
	background-image: url(../pictures/sous-header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 255px;
	margin:0px;
	left:0;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	background-color: #;
}
/* // FIN MENU // */

#rightcontent {
	width: 615px;
	margin-left: 255px;
	overflow: auto;
	padding-left: 20px;
	padding-right: 60px;
}
#rightcontent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
	margin-left: 20px;
	text-align: center;
}
#footerhaut {background-color: #FFA381;
	background-image: url(../pictures/fond-bas-page.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: 5px;
	width: 950px;}
#footer {
	width: 950px;
	height: 80px;
	/*border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #5B4B49;*/
	background-image: url(../pictures/footer.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-left: 270px;
}
#footer p {
	color: #5C2B38;
	font-weight: normal;
	font-size: 14px;
}
#baspage {
	background-color: #FFA381;
	background-image: url(../pictures/fond-bas-page.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: 5px;
	width: 950px;
}

/* STYLES*/

h1 {
	font-size: 1.6em;
	color: #5C2B38;
	margin-top: 15px;
}

.decalbouteille {
	margin-right: 65px;
}

/*#contenu li {
	margin-left: 60px;
	font-size: 15px;
	color: #333333;
}*/
.imageright {
	float: right;
	margin-top: 0px;
	padding: 1px;
	margin-left: 30px;
}
.imageleft {
	float: left;
	margin-top: 0px;
	padding: 1px;
	margin-right: 20px;
}
