body, html {
	background-color: #F0F0F0;
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
}

.formatted {
	font-size: 14px;
	border-collapse: collapse;
}
.formatted tr{
	background-color: #fdfdfd;
	vertical-align: top;
}

.formatted tr:hover{
	background-color: #D5E0E4;
}

.formatted td{
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
	border: 1px solid #000000;
}

.formatted th{
	background-color: #336699;
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
	border: 1px solid #000000;
	color: white;
}

.formatted .alt {
	background-color: #E6F0F5;
}

.tablelink a:link {
	color: #000000;
	text-decoration: none;
}

.tablelink a:visited {
	color: #000000;
	text-decoration: none;
}

.tablelink a:hover {
	color: #000000;
	text-decoration: none;
}


.nested {
	font-size: 14px;
	width: 100%;
	border-collapse: collapse;
	margin-left: 0px;
}

.nested tr {
	background-color: transparent;
	
}

.nested td {
	border: none;
	margin: 0px;
	
	padding: 0px;
	padding-bottom: 3px;
	padding-right: 5px;
}

.retour_button {
	height: 20px;
	font-size: 11px;
}

#container {
	width:980px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	
}

#header {
	padding: 14px;
	text-align:right;
}

#menu {
	background-color: #336699;
	height: 25px;
	color: white;
	padding-left: 15px;
	font-variant: small-caps;
	padding-top:10px;
	padding-bottom:1px;
	font-size: 14px;
}

#menu a {
	color:white;
}

#menu a:visited{
	color:white;
}
#menu a:hover{
	color:white;
	font-style: italic;
}

#menu a:active{
	color:white;
}

#content {
	margin: 10px 12px 10px 12px;
		
}

#content h2 {
	font-size: 22px;
	color: #336699;
	font-variant: small-caps;
	border-bottom: solid #336699;
	border-top: solid #336699;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

#content h3 {
	font-size: 17px;
	color: #336699;
	font-variant: small-caps;
	text-decoration: underline;
}

#content hr {
	color: #336699;
}

#content .column_container {
   height: auto;
   overflow: hidden;
   margin-top: 24px;
}

#content .column_left {
	float: left; /* not needed, just for clarification */
    /* the next props are meant to keep this block independent from the other floated one */
    width: 470px;
    overflow: hidden;
}

#content .column_right {
	width: 470px;
    float: right;
	overflow: hidden;
}

.bloklink {
	float: left;
	width: 144px;
	height: 168px;
	background-color: #336699;
	padding: 3px;
	margin-left: 8px;
	margin-bottom: 10px;
}

.bloklink  img{
	width: 100%;
	height: 144px;
	
}

.bloklink form{
	background-color: white;
	height: 134px;
	width: 100%;
	padding-top:10px;
}

.bloklink .textfield {
	margin-left:6px;
	margin-top: 6px;
	width: 132px;
	background-color:#ffffff;
	font-size: 12px;
	height: 22px;
}

.button {
	margin-left:6px;
	margin-top: 6px;
	width: 132px;
	background-color:#336699;
	color:white;
	font-size: 12px;
	height: 22px;
}

.bloklink p {
	margin: 5px;
	text-align:center;
	font-variant: small-caps;
	color: white;
	font-size: 14px;
}

.bloklink div:hover{
	color:white;
	font-style: italic;
	text-decoration: underline;
}

.big_button {
	font-size: 40px;
	margin: 15px;
	padding: 15px;
	color: white;
	background-color: #336699;
	font-variant: small-caps;
}

#footer {
	clear: both;
	background-color: #336699;
	height: 20px;
	color: white;
	width:100%;
	margin: auto;
	margin-top:10px;
	text-align: center;
	padding-top: 8px;
	font-size: 10px;
}