body{
	margin:0;
	padding:0;
	background: url("../images/background.png") repeat;
	
	font-family: 'Oxygen', Arial, sans-serif;
	color: #434244;
}


/********************  WRAPPER  ********************/

#wrapper{
	width: 1000px;
	margin: auto;
}

#wrapper a{
	color: #1d6e41;
	text-decoration: none;
}

#wrapper a:hover{
	color: #143a7f;
	text-decoration: none;
}

/********************  MENU  ********************/

#menu{
	width: 100%;
	height: 65px;
	background: url("../images/background-menu.jpg") repeat;
	position: fixed;
	top: 0px;
		z-index: 9999;
}

nav{
	width: 1000px;
	margin: auto;
}

ul{
    display: table;
    width: 1000px;
    margin: auto;
    padding: 0;
	/* background: linear-gradient(#3fa36b, #16362b);
	background: -webkit-linear-gradient(#3fa36b, #16362b);
    background:    -moz-linear-gradient(#3fa36b, #16362b);
    background:     -ms-linear-gradient(#3fa36b, #16362b);
    background:      -o-linear-gradient(#3fa36b, #16362b);
    background:         linear-gradient(#3fa36b, #16362b); */
	/* background: #3fa36b; */
	/* border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3),
                0 3px 5px rgba(0, 0, 0, .2),
                0 5px 10px rgba(0, 0, 0, .2),
                0 20px 20px rgba(0, 0, 0, .15); */
}

ul li{
    display: table-cell;
}

ul li a{
    display: block;
    text-align: center;
    color: white; 
    text-decoration: none;
	font-weight: bold;
    padding: 8px 8px 17px 8px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
	/* box-shadow: 0 1px 0 rgba(255, 255, 255, .7) inset, 
                0 -1px 0 hsl(210, 100%, 32%) inset, 
                0 -2px 0 hsl(210, 100%, 38%) inset, 
                0 -3px 0 hsl(210, 100%, 44%) inset, 
                0 -4px 0 hsl(210, 100%, 50%) inset, 
                0 -5px 0 hsl(210, 100%, 60%) inset; */
	transition: padding .3s, background .3s;
	transition: all .3s .1s;
	position: relative;
}

ul li a::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 9px;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
}

ul li a:hover::before,
ul li a:focus::before{
    background: white;
    box-shadow: 0 0 2px white, 
                0 -1px 0 rgba(0, 0, 0, .4);
}

ul li:first-child a{
    border-radius: 3px 0 0 3px;
}
ul li:last-child a{
    border-radius: 0 3px 3px 0;
}

ul li a:hover, 
ul li a:focus{
    background: rgba(255,255,255,.2);
    /* box-shadow: 0 1px 0 rgba(255, 255, 255, .7) inset, 
                0 -1px 0 hsl(210, 100%, 42%) inset, 
                0 -2px 0 hsl(210, 100%, 48%) inset, 
                0 -3px 0 hsl(210, 100%, 54%) inset, 
                0 -4px 0 hsl(210, 100%, 60%) inset, 
                0 -5px 0 hsl(210, 100%, 70%) inset;  */
	padding: 8px 25px 17px 25px;
	transition: all .3s 0s;
} 

ul li a:active{
    background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.1)); 
    box-shadow: 0 0 2px rgba(0,0,0,.3) inset;
}




/********************  HEADER  ********************/

header{
	margin-top: 80px;
}

header h1{
	text-align: center;
}


/********************  CONTENU  ********************/

#bandeau{
	height: 345px;
	background: url("../images/background-slider2.png") no-repeat;
	width: 100%;
	overflow: hidden;
}

#simulation{
	 width:100%;
	 height:390;
	 background-color:#ccc;
	 border:1px solid #000;
}
#description{
	background-color:#28644d; 
	padding:10px; 
	color:#fff;
	text-align:left; 
	height:353px;
}
#description h2{
	color:#fff;
}
#monumentsmarbres{
	padding-left:20px;
	width:580px;
	text-align:left;
}
.monument, .marbre{
	width:120px; 
	height:120px; 
	border:1px solid #000;
} 
#formMsg input{
	width:350px;
}
#zoneTexte p{
	color:#fff;
	background-color:#22573D;
	height:0;
}

td{
	text-align: center;
}

h1{
	color: #143a7f;
	font-size: 28px;
	font-weight: 700;
}

h1{
	color: #143a7f;
	font-size: 26px;
	font-weight: 700;
}

h2{
	font-size: 18px;
	color: #434244;
}

h3{
	color: #1d6e41;
}

hr{
	border-color: #1d6e41; 
	border-style: solid;
}

.txtright{
	text-align:right;
}

.puce{
	vertical-align: middle;
}

div.fond-bleu{
	height: 100px;
	background: url("../images/fond-bleu.png") no-repeat;
	position: relative;
}

div.fond-vert{
	height: 100px;
	background: url("../images/fond-vert.png") no-repeat;
	position: relative;
}

div.fond-bleu p, div.fond-vert p{
	padding-top: 30px;
	margin-left: 175px;
	padding-right: 40px;
	color: white;
}

.image-activite{
	position: absolute;
	top: 15px;
	left: 40px;
}





#contact_form input{
	height: 30px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
       border-radius: 5px;
	vertical-align: -10px;
}

input.span3{
	width: 300px;
}

#contact_form input.radio{
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
        border-radius: 5px;
}

textarea.span6{
	height: 150px;
	width: 600px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
       border-radius: 5px;
}

#monuments{
	text-align:left;
}
#monuments td{
	text-align:left;
	padding:20px;
}
#monuments img{
	width:460px;
	/* height:250px; */
	background-color:#ccc;
}
#monuments .prix{
	text-align:right;
	font-size:28px;
	color:#1d6e41;
}
#monuments .btnresa{
	display:block;
	padding:10px 15px;
	background-color:#143a7f;
	color:#fff;
	width:168px;
	float:right;
	border-radius:20px;
}
#monuments .btnresa:hover{
	color:#90a9d6;
	background-color:#0d2b60;
}
#monuments h3{
	background: url("../images/background-menu.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
	color:#fff;
	padding:10px 15px;
}
#monuments p.vendu:after{
	content:"VENDU";
	position:absolute;
	width:148px;
	height:90px;
	background: url("../images/bandeau-vendu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin-left:-141px;
	margin-top:-5px;
	text-indent:-9999px;
}
#realisations img{
	max-width:200px;
	max-height:200px;
}
#realisations a{
	display:block;
	overflow:hidden;
	width:140px;
	height:140px;
	float:left;
	margin:5px;
	border-radius:10px;
	transition: border-color 0.5s ease-out 0s;
	border:5px solid #2F4291;
	text-align:center;
}
#realisations a:hover{
	border-color:#8593cb;
}
#realisations{
	overflow:hidden;
}

.infoflash{
	width: 480px;
	height: 300px;
	float: left;
}

/********************  FOOTER  ********************/

footer{
	height: 50px;
	background: url("../images/background-footer.jpg") repeat;
	
	margin-top: 70px;
}

footer p{
	color: white;
	font-size: 12px;
	padding-top: 15px;
	text-align: right;
}

footer a{
	color: white;
	text-decoration: none;
}

footer a:hover{
	color: #143a7f;
	text-decoration: none;
}

#footer-interne{
	width: 1000px;
	margin: auto;
}









