/* CSS Document */

@font-face 
{
    font-family: 'Roboto';
    src: url('font/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'Roboto';
    src: url('font/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


html
{
	height:100%;
}

body
{
	margin:0px;
	padding:0px;
	font-family:'Roboto';
	font-size:16px;
	height:100%;
	line-height:1.6em;
	background-image: url(img/bg.jpg);
	background-position: center;
}

h1 
{
	font-size:20px;
}

h2 
{
	font-size:18px;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}

ul, li
{
	margin:0px;
	padding:0px;
}

a
{
	color:#428c7c;
	text-decoration: none;
}

a:hover
{
	color:#31695D;
}

ul
{
	margin-left:20px;
}

span
{
	color:#428c7c;
	font-weight:bold;
}

#logo
{
	text-align: center;
	padding:30px 0px;
	margin-bottom:20px;
}

#content
{
	width:1000px;
	margin:auto;
	margin-bottom:80px;
}

#montage img
{
	width:320px;
	float:left;
	margin-right:15px;
	box-shadow:0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}

#montage ul li
{
	list-style-type: decimal;
}

#footer
{
	width:1000px;
	margin:auto;
	text-align:center;
	font-size:12px;
	bottom:0;
}

.half
{
	width:480px;
	margin-right:40px;
	float:left;
}

.half img
{
	width:100%;
}

.no_margin, #montage img.no_margin
{
	margin-right:0px;
}

.clear
{
	clear: both;
	margin-bottom:30px;
}




