body
{
	color: #62768e;
	font-family: "Trebuchet MS", Arial, Helvetica;
}

img
{
	border: 0px;
}

br.responsive-500, br.responsive-600, br.responsive-320
{
	display: none;
}

#footer
{
	text-align: center;
}

#logo
{
	background-color: #cce8f0;
	background-image: url(../images/header_background.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 16px;
	border-radius: 8px;
}

@media screen and (max-width: 1199px)
{
	#logo
	{
		background-image: none;
	}
}

#logo h1
{
	font-weight: bold;
	color: #825c73;
	margin: 0;
	padding: 11px 0 10px 0;
}

#menu
{
	background-color: #6b6b6b;
	border-radius: 8px;
	margin-top: 16px;
}

#content
{
	margin-top: 16px;
}

#content h1
{
	padding: 8px 0;
	border-bottom: 3px solid #ddd;
}

ul.sf-menu
{
	margin-bottom: 0px;
}

ul.sf-menu li
{
	background-color: transparent;
}

ul.sf-menu li:hover
{
	background-color: #3c78a7;
}

ul.sf-menu a
{
	font-weight: bold;
	color: white;
	border-top: 0px;
	border-left: 1px solid #787878;
}

ul.sf-menu li:first-child a
{
	border-left: 0px;
}

#separateur
{
	text-align: center;
	border-top: 10px solid #ececec;
	border-bottom: 10px solid #ececec;
	font-size: 20px;
	padding: 8px;
}

#separateur img
{
	border: 0px !important;
}

#content h2.title
{
	font-size: 24px;
	letter-spacing: -0.05em;
	border-bottom: 1px solid #ddd;
	border-top: 3px solid #ddd;
	padding: 5px 0px;
	color: #606060;
}

#content img
{
	border: 1px solid #ccc;
	margin: 0 10px 5px 0;
	padding: 2px;
}

#sidebar h3
{
	font-size: 16px;
	font-weight: bold;
	background: #606060;
	border-radius: 8px;
	color: #fff;
	margin: 10px 0px 5px 0px;
	padding: 3px 10px;
}

#sidebar ul
{
	margin: 0;
	padding: 0;
}

#sidebar li
{
	list-style: none;
	display: block;
	padding: 2px 0px 2px 13px;
	background: url(../images/li-bullet.png) no-repeat 0 0px;
}

#content > .container
{
	border-bottom: 3px solid #ddd;
}

@media screen and (max-width: 991px)
{
	br.non-responsive
	{
		display: none;
	}
}

@media screen and (max-width: 640px)
{
	#logo h1
	{
		font-size: 33px;
	}
}

@media screen and (max-width: 600px)
{
	br.responsive-600
	{
		display: block;
	}
}

@media screen and (max-width: 500px)
{
	br.responsive-500
	{
		display: block;
	}

	table.responsive tr
	{
		border: 1px dashed #ddd;
	}

	table.responsive td
	{
		padding: 4px;
	}

	table.responsive img
	{
		margin-bottom: 0;
	}
}

@media screen and (max-width: 320px)
{
	#separateur
	{
		font-size: 17px;
	}

	br.responsive-320
	{
		display: block;
	}

	#logo h1
	{
		font-size: 30px;
	}
}
