@charset "utf-8";
body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	margin: 30px 0px 30px 0px;
	padding: 0;
	background-color: #333;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
.centre {
	text-align: center;
}
.justify {
	text-align: justify;
}
.right {
	text-align: right;
}
.marge {
	margin-left: 2em;
}
.hidden {
	visibility:hidden;
}
.container {
	width: 1020px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.6);
}
.header {
	height: 260px;
}
.headleft {
	float: left;
	padding: 30px 0px 30px 80px;
}
.headleft img {
	max-height:200px;
	height:auto;
}
.headright {
	width: 270px;
	height: 200px;
	float: right;
	padding: 50px 30px 10px 30px;
	border-left: 1px solid #000;
	font-size: 40px;
	font-weight: bold;
	color: #002A91;
	text-align: center;
}
.headbot {
	height: 100px;
	padding-top:30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	color: #002A91;
	font-size: 35px;
	font-weight: bold;
}
a img {
	border: none;
	vertical-align: middle;
}
.page {
	padding: 30px;
}
.menu {
	padding-bottom : 46px;
	text-align: center;
}
.menu ul {
	padding: 0;
	margin: 0px 0px 0px 1px;
}
.onglets {
	list-style-type : none;
	font-size: 14pt;
}
.onglets li {
	float : left;
	height : 45px;
	background-color: rgba(153,204,255,0.4);
	border: 1px solid #000000;
	margin-left: -1px;
}
.onglets li.active {
	background-color: rgba(0,102,204,0.4);
}
.onglets a {
	height:27px;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	display : block;
	text-decoration : none;
	color: #000;
	padding: 9px 30px 9px 30px;
}
.onglets a:hover {
	height: 27px;
	background-color: rgba(255,255,255,0.4);
	color: #000;
}
.fondtexte {
	background-color: rgba(204,204,204,0.4);
	padding: 4px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
.texte {
	padding: 20px 100px 20px 100px;
	margin: 5px;
	background-color: #F5F8F8;
	text-align: left;
}
.texte ul {
	padding-left: 1em;
}
.texte img{
	max-width:740px;
	height:auto;
}
.textegauche{
	float:left;
	width:360px;
}
.textedroite{
	float:right;
	width:360px;
}
.textegauche img, .textedroite img{
	max-width:360px;
	height:auto;
}
.texte img, .textegauche img, .textedroite img {
	margin-top:20px;
	margin-bottom:20px;
}
.clear{
	clear:both;
}
.tarifs table {
	width: 100%;
	border-spacing: 5px;
}
.tarifs td {
	width: 50%;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #DDD;
}
form table{
	width:auto;
}
form td{
	width:auto;
	padding:7px;
}
form input{
	border: 1px solid #DDD;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	width:300px;
	height:30px;
}
form textarea {
	border: 1px solid #DDD;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	width:300px;
	height:120px;
}
form button {
	background-color: rgba(102,102,102,1);
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16pt;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}
form button:hover{
	background-color: rgba(204,204,204,1);
	color: #000;
}
.footer {
	padding: 30px;
	text-align: center;
	border-top: 1px solid #000;
	color: #000;
}
.footer a, .footer a:visited {
	color: #000;
}
