@charset "utf-8";
/* CSS Document */

body{
    margin:0px;
    background:white; /*#000;*/
}
.header-cont {
    width:100%;
    position:fixed;
    top:0px;
    z-index: 10;
}
.header {
    height:204px;
    background:white; /*#F0F0F0;*/
    border:0px solid #CCC; /*1px solid #CCC;*/
    width:950px;
    margin:0px auto;
}
.content {
    width:950px;
    background: white; /*#F0F0F0;*/
    border: 0px solid #CCC; /*1px solid #CCC;*/
    height: 1000px;
    margin: 70px auto;
}

.img2 {
    position: absolute;
    top: 580px;
    z-index: 2;
}

.merci_form{
    font-family: Verdana;
    font-size: 16px;
}

.police_default{
    font-family: verdana;
    font-size: 12px;
    color: black;
}
.main_content{
    padding-top: 175px;
}
.studio_photo{
    position: relative;
    top: -20px;
    z-index: 3;
}
#ancre1 {
    padding-top: 204px;
}
#footer_fond {
    background-image: url(../img/FOOTER_vide.png);
    background-repeat: no-repeat;
	background-position: center;
	font-family:Verdana;
	font-size:12px;
	color:#FFF;	
}
