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

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.9em;
	margin:0;
	width:100%;
	background:#015501 url("../images/background.jpg") no-repeat top center;
}

.page {
	margin:295px auto 100px auto;
	width:70%;
}

h2 {
	text-decoration:none;
	font-size:1.1em;
}

p {
	line-height:1.3em;
}

a {
	color:#909;
	text-decoration:none;
}
/*_________________________ BOUTONS SIDE */

#facebook, .langue, #precommande, #financement, #commandeEnLigne {
	height:40px;
	min-width:45px;
	max-width:80px;
	width:5%;
	position:fixed;
	right:0;
	border-radius:8px 0 0 8px;
}

#facebook {
	background:#909 url(../images/boutonFacebook.png) no-repeat top left;
	top:75px;
	box-shadow:0 0 3px #909;
}

.langue {
	top:120px;
	box-shadow:0 0 3px #06F;
}

#francais {
	background:#06F url(../images/boutonFrancais.png) no-repeat top left;
}

#anglais {
	background:#06F url(../images/boutonAnglais.png) no-repeat top left;
}

#precommande {
	min-width:200px;
	max-width:500px;
	width:14%;
	top:165px;
	padding:7px;
	background:#909;
	color:#FFF;
	font-size:1.4em;
	font-weight:bold;
	box-shadow:0 0 3px #909;
}

#financement, #commandeEnLigne {
	min-width:200px;
	max-width:500px;
	width:14%;
	top:225px;
	padding:7px;
	background:#606;
	color:#FFF;
	font-size:1.4em;
	font-weight:bold;
	box-shadow:0 0 3px #909;
}

/*_________________________ BAS DE PAGE */

#divFooter {
	width:100%;
	background:#909;
	color:#CCC;
	text-align:center;
	font-size:0.8em;
	position:fixed;
	bottom:0;
	padding:7px 0 15px 0;
	box-shadow:0 0 3px #95327A;
	border-top:4px solid #95327A;
}

#divSignature {
	margin-bottom:7px;
}

#divFooter a {
	color:#DDD;
	margin:0 7px;
}

#divFooter a.actif {
	color:#FFF;
}

#divFooter a:hover {
	text-decoration:underline;
}

#lienDeuxTetes {
	position:absolute;
	margin-top:-110px;
	right:3%;
}

@media screen and (max-width: 560px) {
	#divSignature, #divBoutonsFooter {
		display:none;
	}
}