/* CSS Document */

@font-face {
	font-family: "FuturaLT";
	font-weight: bold;
	src: url('FuturaLT-Bold.ttf');
}
@font-face {
	font-family: "FuturaLT";
	font-weight: normal;
	src: url('FuturaLT-Light.ttf');
}

body {
	color: #231f20;
	background: #969696 url(../images/bg_tex.jpg);
	font-family: 'FuturaLT', sans-serif;
	font-weight:bold;
	font-size: 13px;
}
#main {
	width:880px;
	margin:auto;
	padding-top:65px;
}
#logo {
	padding-top:356px;
	float:right;
	width:245px;
	background: url(../images/logo.png) top no-repeat;
}
#logo>a {
	cursor:pointer;
}
#logo>a:hover>img {
	background-color:rgba(0,0,0,.3);
}
#mots {
	position:absolute;
	width:207px;
	text-align:right;
	font-size:17px;
	line-height:16px;
	margin-top:-3px;
	color:#fff;
}
.mots_nor{
	margin-left:386px;
}
.mots_dec{
	margin-left:100px;
}
#fmes {
	position:absolute;
	width:173px;
	height:206px;
	border:18px solid rgba(35,31,32,.6);
	padding:18px;
	margin-left:348px;
	background:rgba(255,255,255,.8);
	display:none;
}
#fmes>p{
	margin:5px 0px 0px;
}
#fmes input,#fmes textarea {
	border:none;
	padding:5px;
	width:100%;
	box-sizing:border-box;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}
#fmes textarea {
	height:95px;
}
#rmes {
	display:none;
	width:73px;
	height:73px;
	margin-left:50px;
	margin-top:30%;
	position:absolute;
	font-weight:normal;
	text-align:center;
}
#gros {
	position:absolute;
	width:448px;
	padding-top:356px;
	overflow:visible;
}
#gros>div {
	color:#fff;
	font-size:60px;
	float:right;
	white-space:nowrap;
}

.m { font-size:12px; }
.l { font-weight:normal; letter-spacing:-1px; }
.c_blan { color:#ffffff; }
.c_vert { color:#3d6927; }
.c_noir { color:#231f20; }
.c_bleu { color:#00667d; }

#foot {
	width:593px;
	margin:auto;
	padding-right:287px;
	padding-top:40px;
	padding-bottom:40px;
	text-align:right;
	clear:both;
}