/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 déc. 2013, 09:33:23
    Author     : sortet0
*/



/*
@import url(http://weloveiconfonts.com/api/?family=zocial);
@import url(http://weloveiconfonts.com/api/?family=entypo);
*/
@import url('icons_zocial.css');
@import url('icons_entypo.css');

/* zocial */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}

/* entypo */
[class*="entypo"]:before {
  font-family: 'entypo', sans-serif;
}


#app-content{
    background-image: url("../img/BDRTM-Page_login_Photo_Saint-Antoine(73).jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
}

#app-content.page_503{
    /*background-image: url("../img/W_barrage_neouvielle.1824.09.037.jpg");*/
    background-image: url("../img/13_1965-la-fine-dei-lavori_1_entreenord.jpg");
    background-position: center bottom;
}

.login_container {
    margin: 10px 10px 0 0;
    margin-top: 150px;
    text-align: center;
}

.login_container input {
    text-align: center;
	border: solid 1px grey;
    padding: 3px;
	}

.login_container a{
    text-align: center;
	color: #FFF;
    font-size: 24px;
	vertical-align:middle;
}

#imgAgri{
    bottom: 15px; 
    /*width: 120px;*/
    height: 150px;
}

#imgEcologie{
    bottom: 15px;
    /*width: 129px; 
    height: 162px;*/
    height: 150px; 
}

.ministereEcologie{
    position: absolute;
    bottom: 15px;
    left: 10px;    
    /*width: 129px;
    height: 162px; */
}

.ministereAgri{
    position: absolute;
    bottom: 15px;
    right: 10px;
    /*width: 120px;
    height: 150px;*/     
    background-color: #FFF;
}