html, body {
	height: 100%;
}

/* body */
.body{
	margin:0; 
	padding:0; 
	background: #481b2e; 
	width:1600px;
	overflow-x: hidden;
    overflow-y: scroll;
}

/* Bandeau */
.bandeau{
	position:absolute; 
	top: 0px; 
	left: 0px; 
	width: 1600px; 
	height:70px;
}

.symboles{
	position: absolute;
	top: 2px; 
	left: 25px; 
	width: 11%; 
	cursor: pointer;
	z-index: 4;
}

/* menu deroulant*/
.mainmenubtn {
    height: 30px;
    border: none;
	cursor: pointer;
    font-family: Verdana;
    font-size: 15px;  
    color:white;
	display:flex;
    align-items: center;
}

.dropdown {
    display: inline-block;
  	vertical-align: middle;
	position: absolute;
	top: 13px; 
	left : 87%; 
	width:180px;
	z-index:3;
}

.dropdown-child {
    display: none;
    background-color: #8c3239;
  	border: 1px solid;
    border-color: #FFFFFF;
    min-width: 160px;
    padding: 20px;
    border-radius: 7px;
    position: relative;
    top: 8px;
  	left: -10px;
}

.dropdown-child a {
    text-decoration: none;
  	font-family: Verdana;
    font-size: 15px;  
    color: #FFFFFF;
  	cursor: pointer;
    display: block;
	transition: transform .1s;
}

.dropdown:hover .dropdown-child {
    display: block;
}

.dropdown-child a:hover {
    text-decoration: none;
  	font-family: Verdana;
    font-size: 15px;  
    color: #D1A05B;
  	cursor: pointer;
    display: block;
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari 3-8 */
	transform: scale(1.2);
	transform-origin: left;
}

/* section conteneur */
.conteneur_cgu{
	width:100%;
	min-height:2650px; 
	background:#FFFFFF;
	background-size:contain; 
	background-repeat : no-repeat;
}

.conteneur_img{
	position:absolute;
	left:0px;
	top:0px;
	width:100%; 
	min-height:800px;
}

.conteneur_bg{
	width:100%;
	min-height:800px; 
	background-image: url('../images/background.png');
	background-size:contain; 
	background-repeat : no-repeat;
}

.titre {
	position: absolute; 
	left: 0px; 
	top: 101px; 
	height: 343px; 
}

.btn{
	position: absolute; 
	left: 128px; 
	top: 642px; 
	width: 287px; 
	cursor: pointer; 
	transition: transform .1s;
}

.btn:hover{
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1);
}

.conteneur_txt{
	position: absolute; 
	left: 128px; 
	top: 480px;
	width: 620px;
}

.conteneur_txt p{
	font-family: verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
}

.conteneur_txt span{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	cursor: pointer;
}

/* Pied de page */
.pied{
	position: relative;
	background: #481b2e none repeat scroll 0% 0%; 
	margin: 0px; 
	padding: 0px; 
	height: 365px; 
	width: 100%;
}

.pied table{
	padding: 20px 20px 0px 15px; 
	margin:0px;
	width: 100%;
	border: 0px;
}

.tbl_ufem{
	width: 80%;
}

.txt_ufem{
	margin-left: 15px; 
	margin-right: 235px; 
	margin-top: 45px; 
	text-align: justify;
	color: #FFFFFF;
}

.txt_ufem span{
	font-size: 11px; 
	font-family: Verdana; 
	color: #FFFFFF;
}

.plus_ufem{
	margin-left: 15px; 
	margin-top: 40px;
}

.plus_ufem span{
	font-family: Verdana; 
	font-size: 10px; 
	color: #FFFFFF;
	cursor: pointer;
}

.foot_menu{
	width: 50%;
	margin-left: 40px; 
}

.foot_menu p{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	cursor: pointer;
}

.icon_menu{
	text-align: center;
}

.icon_menu img{
	width: 20px;
	cursor:pointer;
}

.mentions{
	font-size: 10px; 
	font-family: Verdana; 
	color: #FFFFFF; 
	text-align: center;
}
	