@charset "iso-8859-1";
/*
	
	CSS BY Keven Ouellet
	www.gevictoire.com

*/

/* ==================== GENERAL ====================== */
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
	padding:0;
	margin:0;
}
body {
	font-size:12px;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	background-image:url(../images/background.jpg);
	background-attachment:fixed;
}
img {
	border:0;	
}
h1 {
	
}
h2 {
	font: 30px/40px 'LeagueGothicRegular', Arial, sans-serif;
	color:#000000;
	text-transform:uppercase;
}
h3 {
	font: 20px/30px 'LeagueGothicRegular', Arial, sans-serif;
	color:#dc2b18;
	text-transform:uppercase;
}
h4 {
	font: 28px/25px 'LeagueGothicRegular', Arial, sans-serif;
	color:#dc2b18;
}
#f_detail h4 {
	font: 22px/28px 'LeagueGothicRegular', Arial, sans-serif;
	color:#dc2b18;
	margin-bottom:15px;
	text-transform:uppercase;
}
h5 {
	font: 20px/25px 'LeagueGothicRegular', Arial, sans-serif;
	text-transform:uppercase;
	color:#9d9d9d;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover, a.langue_current {
	color:#dc2b18;
}
p {
	color:#4a4a4a;
	margin-bottom:15px;
}
input, textarea, select {
	font-size:12px;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	vertical-align:middle;
	resize:none;
	border:1px solid #bfbfbf;
	min-width:60px;
}
input:hover, textarea:hover, select:hover {
	border:1px solid #595959;
}
input.submit {
	cursor:pointer;
}
option {
	padding:2px;
}
table.soumission td {
	padding:4px;
}
li {
	list-style-position:inside;
}
/* ==================== ID ====================== */
#global {
	width:960px;
	height:auto;
	margin:auto;
	background-color:#fff;
	
}
#head {
	margin:0px 30px;
	width:900px;
	height:114px;
}
#top {
	float:right;
	width:620px;
	height:114px;
}
#adresse {
	float:left;
	width:460px;
	height:70px;
}
#language {
	float:left;
	width:160px;
	height:70px;
	text-align:right;
}
#menu {
	clear:both;
	width:620px;
	height:44px;
}
#menu ul {
	
}
#menu ul li {
	display:inline;
	list-style:none;
}
#menu ul li a {
	font: 23px/30px 'LeagueGothicRegular', Arial, sans-serif;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	margin-right:15px;
}
#menu ul li a:hover, #menu ul li a.current {
	color:#dc2b18;
}
#banner {
	width:960px;
	height:264px;
	position:relative;
}
#txt_banner {
	width:auto;
	height:auto;
	position:absolute;
	top:90px;
	left:30px;
}
#txt_banner span {
	font: 35px/48px 'LeagueGothicRegular', Arial, sans-serif;
	padding:2px 4px;
	background-color:#000;
	color:#FFF;
	text-transform:uppercase;
}
#txt_banner span.jaune {
	color:#f2ea07;
}
#calltoaction {
	width:203px;
	height:62px;
	position:absolute;
	top:90px;
	right:-17px;
	padding:3px 0px 0px 5px;
	background-image:url(../images/bg_calltoaction.png);
	background-repeat:no-repeat;
}
#calltoaction a {
	font: 24px/26px 'LeagueGothicRegular', Arial, sans-serif;
	color:#FFF;
	text-transform:uppercase;
}
#calltoaction a:hover {
	color:#000;
}
#content {
	width:960px;
	height:auto;
}
#bottom {
	background-color:#4b4b4b;
	width:960px;
	height:auto;
	padding:30px 0px 0px 0px;
}
#bottom p, #bottom h2 {
	color:#FFF;
}
#bottom a.bouton, .bouton {
	font: 20px/26px 'LeagueGothicRegular', Arial, sans-serif;
	color:#FFF;
	background-color:#000;
	padding:3px 5px;
	text-transform:uppercase;
}
#bottom a.bouton:hover, .bouton:hover {
	background-color:#dc2b18;
	color:#000;
}
#footer {
	width:900px;
	height:20px;
	clear:both;
	padding:10px 30px;
}
#ariane {
	padding:10px 30px 0px 30px;
	height:30px;
}
#map {
	width:460px;
	float:right;
	margin-right:30px;
}
#generalite {
	width:425px;
	margin-right:40px;
	float:left;
}
#suggestions {
	width:425px;
	float:left;
}
#enbref {
	padding:10px;
	width:160px;
	height:auto;
	background-color:#9d9d9d;
	float:left;
	margin-top:10px;
}
#enbref p {
	color:#FFF;
	line-height:22px;
}
#f_detail {
	float:left;
	width:670px;
	margin-left:40px;
	margin-top:10px;
}
#f_detail ul {
	margin-bottom:10px;	
}
#f_detail ul li {
	list-style-position:outside;
	margin-left:15px;
}
#offrons {
	width:340px;
	padding-right:20px;
	float:right;
}
/* ==================== CLASS ====================== */
.col_left {
	width:275px;
	height:auto;
	padding:0px 15px 30px 30px;
	float:left;
}
.col_center {
	width:290px;
	height:auto;
	padding:0px 15px 30px 15px;
	float:left;
}
.col_right {
	width:275px;
	height:auto;
	padding:0px 30px 30px 15px;
	float:left;
}
.col_deux {
	width:595px;
	height:auto;
	padding:0px 0px 30px 15px;
	float:left;
}
.col_large {
	width:930px;
	height:auto;
	padding:0px 0px 30px 30px;
	float:left;
}
.clear {
	padding:0;
	margin:0;
	clear:both;
}
.vignette {
	margin-bottom:30px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.erreur, .important {
	color:#F00;	
}
.sended {
	color:#060;	
}
.missing {
	border:1px solid #C00;
}
.missing:hover {
	border:1px solid #ff0000;
}

.imgspacer {
	margin:7px;
}
.forfaits {
	width:auto;
	height:50px;
	margin-top:10px;
	margin-bottom:10px;
}
.number {
	width:50px;
	height:50px;
	text-align:center;
	background-color:#dc2b18;
	float:left;
	padding:3px;
}
.number p {
	font: 45px/50px 'LeagueGothicRegular', Arial, sans-serif;
	color:#FFF;
}
.forfaits_detail {
	width:400px;
	height:50px;
	padding:3px 3px 3px 20px;
	float:left;
	background-color:#e8e8e8;
}
.forfaits_detail p.title {
	font-size:20px;
	line-height:28px;
	margin-bottom:0;
}
a.go {
	font: 45px/50px 'LeagueGothicRegular', Arial, sans-serif;
	color:#000;
	display:block;
	width:50px;
	height:50px;
	background-color:#cfcfcf;
	float:left;
	padding:3px;
	text-align:center;
}
a.go:hover {
	color:#FFF;
	background-color:#4b4b4b;
}
.imp {
	font-size:25px;
	font-weight:bold;
}
p.spacer {
	margin:15px;
	height:10px;
}
.loc {
	float:left;
	margin-right:20px;
}
.loc p {
	width:190px;
	padding:10px;
	background-color:#9d9d9d;
	color:#FFF;
	font-size:12px;
	min-height:152px;
}
.environ {
	font-size:12px;
}