@charset "UTF-8";
html{
	height: 100%;
}
body {
	background-color: #005580;
	background-image: url(imageswebsite/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	height: 100%;
}
#content {
	height: 650px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	background-image: url(imageswebsite/contentbg.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	top: 0;
	bottom: 0;
	height: auto; /*Disable scrollbars. Set to "scroll" to enable*/
	overflow: hidden;
	position: relative;
}
#footer {
	background-image: url(imageswebsite/footeropti.png);
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#smallfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-image: url(imageswebsite/small_footer.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 100px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#contentright {
	float: right;
	height: auto;
	width: 310px;
	margin-right: 10px;
	margin-top: 5px;
}
#contentleft {
	float: left;
	height: auto;
	width: 400px;
	margin-top: 35px;
	margin-left: 10px;
	text-align: left;
}
#contentleft1 {
	height: auto;
	width: 400px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
#contentleft2 {
	height: 220px;
	width: 400px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin-top: 50px;
	background-image: url(imageswebsite/bg_carre.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: thin solid #CCCCCC;
}
#contentleft3 {
	height: 100px;
	width: 400px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin-top: 30px;
	background-image: url(imageswebsite/bg_carre.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: thin solid #CCCCCC;
	vertical-align: middle;
}
#contentgallery {
	height: 650px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
}
#contentleft3contact {
	height: 100px;
	width: 400px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	margin-top: 30px;
	background-image: url(imageswebsite/bg_carre.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: thin solid #CCCCCC;
	vertical-align: middle;
}
