﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family:Calibri;
}

#masthead {
	width:900px;
}

#top_nav {
	width:900px;
}

#menu_elt {
	float:left;
	width:100px;
	height:20px;
}

#menu_elt a {
	float:left;
	width:100px;
	height:20px;
	text-decoration:none;
	color:white;
}

#menu_elt a:hover {
	float:left;
	width:100px;
	height:20px;
	text-decoration:none;
	color:black;
	border-bottom: 4px solid #8C6D30;
}



#container {
	width:900px;
}

#left_col {
	height: 740px;
	width: 200px;
	float: left;
}

#right_col {
	height: 740px;
	width: 200px;
	float: right;
}

#blanklink {
}

#blanklink a {
	text-decoration:none;
	color:white;
}

#blanklink a:hover {
	text-decoration:none;
	color:black;
}

#blacklink {
}

#blacklink a {
	text-decoration:none;
	color:black;
}

#blacklink a:hover {
	text-decoration:none;
	color:white;
}

#page_content {
	height: 740px;
	margin-left: 200px;
	margin-right: 200px;
	background-color:#E8E8E8;
}

#accueil_content {
	margin-left: 200px;
	height: 740px;
	background-color:#E8E8E8;
}

#footer {
	clear: both;
}
