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

body {
	text-align: left;
	min-width: 840px;
	padding: 0;
	margin: 0;
	background-color: #dedede;
	font-family:  "Trebuchet MS", Tahoma, sans-serif;
	color: #666666;
	font-size: 90%;
	line-height: 1.6em;
 }

 #wrapper {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: medium solid #CAC7C5;
	background-image: url(img/marques.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
 }

 #content {
	text-align: center;
	height: 800px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
 }
 
H3 {
	font-family:Georgia, Serif;
	font-size:1.2em;
	line-height:1.3em;
	color:#8FC33B;
	font-weight: bold;
	text-align: center;
}

H2 {
	text-align: center;
	text-transform: uppercase;
	color: #E6572F;
}

#Boxes {
	position: relative;
	visibility:visible;
	z-index:6;
	width:790px;
	color: #CCCCCC;
	float: left;
	display: inline;
}
.box {
	width:143px;
	height: 204px;
	float: left;
	text-align: center;
	visibility: visible;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border: thin solid #8FC33B;
	color: #333333;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}


 #side {
     float: right;
     width: 180px;
     margin: 0;
 }

 #side .inner {
     padding-top: 1px;
     margin: 0 10px 10px 10px;
 }

 #footer {
     margin-top: 10px;
     clear: both;
 }

 #footer .inner {
     margin: 10px;
 }
