@charset "utf-8";
/* CSS Document */

th {
	width: auto;
}

#container {
	position: relative;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	top: 220px;
	font-size: 16px;
}

.offres	{
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
}

.left-col {
	float: left;
	width: 25%;
	line-height: 1.2em;
	font-weight: 400;
}

.left-col li {
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	width: 72%;
	text-align: center;
	text-transform: uppercase;
	background: #a3b9d4;
	padding: 2px;
    border-top: 1px solid #FFFFFF;	
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
	line-height: 1.5em;
	margin-top: 10px;
	margin-left: 50%;
	transform: translateX(-50%);
}

.left-col li:hover a {
	display: block;
	text-decoration: none;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	background: #4673a9;
	color: #FFFFFF;
}

.center-col {
	float: left;
	text-align: left;
	width: 50%;
	line-height: 1.2em;
	padding-bottom: 50px;
}
.center-col h3{
	text-align: center;
}

.right-col {
	float: left;
	width: 25%;
	line-height: 1.2em;
}

.page-title	{
	position: absolute;
	text-align: center;
	margin-top: 140px;
	font-family:  microgme;
	font-size: 15px;
	margin-left: 50%;
	transform: translateX(-50%);
}

@media(min-width:1281px){	
}

@media(max-width:1280px){	
}

@media(max-width:1024px){	
}

@media(max-width:960px){
}
	
@media(max-width:640px){
#container {
	font-size: 14px;
}

.page-title	{
	font-size: 13px;
	min-width: 300px;
}
}
	
@media(max-width:480px){
}