/* 
    Document   : accueil
    Created on : 22 oct. 2009, 08:34:30
    Author     : enzo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
ul {
	color:#595959;
}
li{
	font-size:12px;
}
#BlocDroite{
    height:565px;
}
#DerniersProjets {
    width:182px;
    margin-top : 2px;
    border: 0px solid green;
    background-color: none;
}
#DP_Titre{
    margin-left:7px;
}
#DP_Gallerie{
    margin:10px 0 0 0;
}
.DP_ListeItem{
    position: relative;
    margin-bottom:10px;
    padding-left:1px;
}
.DP_IMG{
    position: absolute;
    margin-left:2px;
    z-index:0;  
}
.DP-IMG_Masque{
    position: absolute;
    margin-left:-13px;
    z-index:1;
}
.DP-IMG_Survol{
    position: absolute;
    margin-left:-13px;
    z-index:2;
}

#Presentation{
    padding-top:15px;
}
#References{
    position: absolute;     bottom: 0;
    margin-bottom:30px;
    text-align: right; font-size:11px;
}

#References address {
    font-style:normal;
    color: #c6341d;
}

#References p{
    font-size:11px;
    color: gray;
}

#FacebookRecommend {
	float: right; width:130px;
	overflow: hidden;
}

