

	*{
		margin: 0 auto;
	}
	
<!-- fonts -->
	
	@font-face{
		font-family: albertus-bold;
		src: url('../fonts/Albertus-Extra-Bold.ttf');
	}
	
	@font-face{
		font-family: albertus-medium;
		src: url('../fonts/Albertus-Medium_2907.ttf');
	}
	
	@font-face{
		font-family: albertus-mt;
		src: url('../fonts/Albertus_MT.ttf');	
	}
	
	@font-face{
		font-family: albertus-SH;
		src: url('../fonts/AlbertusSHBold.ttf');	
	}
	
	@font-face{
		font-family: albertus-title;
		src: url('../fonts/Albertus_Titling.ttf');	
	}
	
	#bandeau{
		background: #971f26; 
        height: 50px; 
        border-bottom: 1px solid #fff; 
       	line-height:50px; 
   	}
	
	.band-text{
		color: #fff; 
		letter-spacing: 2pt; 
		display: block; 
		text-align: center;
		font-family:albertus-bold;		
	}
	
	body{
		background: url(../img/NatureForests0072_8_Lcopie.jpg);	
                font-family: arial;
	}
	
	#page{
		background: #530b10;
		width: 1024px;
		border: 4px solid #971f26;
		min-height: 900px;
		margin: 20px auto;
		border-bottom: 20px;
                border-radius: 5px;
		box-shadow: 0px 3px 15px 5px rgba(0,0,0,.8);
	}
	
	header{
		background: url(../img/carca-cite2.png);
		height: 294px;
		width: 1024px;
	}
	
	#titre{
		color: #971f26;
		font-family: albertus-title;
		font-size: 64px;
		text-shadow: 0px 0px 9px #777;
                display: block;
                text-align: center;
	}
	
	nav{
		height: 30px;
		width: 100%;
		background: #971f26;
		line-height: 30px;
		border-bottom: 1px solid #fff;
		-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   		-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   		box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	}
	
	nav li{
		display: block;
		float: left;	
	}
	
	nav li b{
		color: 	#fff;
		font-family: albertus-mt;
		font-size: 18px;
		margin-left: 23px;		
	}
	
	nav li.ete{
		display: block;
		margin-left: 550px;	
	}
	
	.map {
		width: 600px;
		margin-top: 40px;
		height: 450px;
                -webkit-filter: sepia(80%);
		background: url(../img/cantons-map.png) left top no-repeat;	
	}
	
	#photo{
		position: relative;
		top: -400px;	
		z-index: -3000
	}
        
        #footer{
            height: 80px;
            width: 100%;
            line-height: 80px;
            display: block;
            text-align: center;
        }
	
        #footer li{
            display: inline-block;
            color: #fff;
        }
        
        #footer li a{
            color: #fff;
            text-decoration: none;
            font-family: arial;
            font-size: 80%;
        }
        
        label{
            display:block;
            margin-top:5px;
            color: #fff;
        }
        
        form{
            margin-top: 10px;
        }

        form .submit_button{
            background: #F9F9F9; 
            border: 1px solid #DFDFDF; 
            margin-top:20px;
        }
        
        .error{
            color:#f55;
        }

        input{
            font: normal 16px Arial; 
            border: 1px solid #DFDFDF; 
            padding: 4px; 
            margin-top:5px;
        }
        
        .formulaire{
            width: 350px;
            display: block;
            margin-left: 600px;
        }
        
        .societe{
            float: left;
            width: 350px;
            display: block;
            color: #fff;
            margin-left: 150px;
            margin-top: 100px;
        }
        
        textArea{
            width: 250px;
            height: 150px;
        }
	
	
        #thumbnails li{
            display: block;
            float: left;
            margin-right: 20px;'
        }
	
	
	
	
	
	
	
	
	
	