body {
	background-color: #58585a;
	font-size: 14px;
	color: white;
}

h1 {
	font-size: 17px;
	color: red;
}

h2 {
	font-size: 16px;
	color: orange;
}

a {
	color: white;
}


.button {
	margin-left: 30px;
	border: 0px;
}

a:hover .button {
}

a img {
	border: 3px white solid;
}

a:hover img {
	opacity : 0.6;
	-moz-opacity : 0.6;
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: 0.6;
	filter : alpha(opacity=60);
}

#site_top {
	height: 100%;
	vertical-align: top;
}

#site_menu {
	width: 200px;
	height: 400px;
	display: inline-block;
	
	background-image: url("../images/menu.gif");
	background-repeat: no-repeat;
	
	margin-left: 5px;
}

#site_carre {
	width: 200px;
	height: 200px;
	display: inline-block;
	text-align: left;
	
	color: black;
	font-weight:bold;
	
	background-image: url("../images/carre.gif");
	background-repeat: no-repeat;
	
	margin-left: 5px;
	
	padding-left: 5px;
}

#site_carre a {
	color: black;
}

#site_body {
	width: 870px;
	height: 200px;
	vertical-align: top;
}

#site_bottom {
	vertical-align: top;
}

.bordered {
	border: 3px white solid;
}

.label_formulaire {
	width: 120px;
	display: inline-block;
	font-weight: bold;
}

.object_formulaire {
	display: inline-block;
}