@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-attachment: scroll;
	background-image: url(headerback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img { border:0}
#fullback{
	background-attachment: scroll;
	background-image: url(lowerback.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#maincontainer{
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection{
}

#contentwrapper{
	float: left;
	width: 100%;
	z-index:5;
	padding-top: 20px;
}

#contentcolumn{
	margin-left: 0px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{ display:none }

#footer{ display:none }


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/*Code de design*/

.logo { display:none}

.menuposition  { display:none }


.fullbox {
	background-color: #FFFFFF;
	display: table;
	height: auto;
	width: auto;
	border: 1px dashed #999966;
	z-index: 2;
	padding:5px;
	margin-bottom: 10px;
}
.leftbox {
	background-color: #FFFFFF;
	display: table;
	height: auto;
	width: 47%;
	border: 1px dashed #999966;
	z-index: 2;
	float: left;
	padding:5px;
	margin-bottom: 10px;
}
.rightbox {
	background-color: #FFFFFF;
	display: table;
	height: auto;
	width: 47%;
	border: 1px dashed #999966;
	z-index: 2;
	float: right;
	padding:5px;
	margin-bottom: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999966;
	margin:0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999966;
	margin:0px;

}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: 999966;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999966;
	margin:0px;
	display: block;
	width: 155px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 999966;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#contentcolumn img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 4px;
}
.icon {
	vertical-align: middle;
}
#contentcolumn .fullbox .icon, a {
	display: none;
}

