@charset "utf-8";
/* CSS Document */

html{
	background-color:#c45069;	
}

body{
	background-image:url(../images/gal-fd.jpg);
}

#header-gauche{
	position:relative;
	background-image:url(../images/gal-header-g.jpg);
	width:169px;
	height:407px;
}

#header-logo{
	position:relative;
	background-image:url(../images/gal-header-logo.jpg);
	width:814px;
	height:127px;
}

#header-sous-logo{
	position:relative;
	background-image:url(../images/gal-header.jpg);
	width:814px;
	height:247px;
}

#header-droite{
	position:relative;
	background-image:url(../images/gal-header-d.jpg);
	width:169px;
	height:407px;
	left:983px;
	top:-534px;
}

#entete{
	position:relative;
	background-image:url(../images/gal-entete.png);
	width:814px;
	height:123px;
	margin-left:auto;
	margin-right:auto;

}
#gal-ap{
	position: relative;
	background-image:url(../images/gal-ap.png);
	margin-left:auto;
	margin-right:auto;
	width:211px;
	height:25px;
}
ul.ul_gallerie{
/*    list-style: none;
    display: table;
    position:relative;
    margin: 0 auto;
    padding:0 0 15px;
    max-width: 100%;
    width: auto;*/
	text-align: center;
}
ul.ul_gallerie a{
    text-decoration: none;
    color: inherit;
}
li.li_gallerie{
    display: table-cell;
    padding:5px;
    text-align:center;
    float: left;
}
li.li_gallerie img{
    border: none;
    /*max-width: 130px;
    max-height: 170px;*/
}

