@import "styleStandart.css";

body{
	background-color: #FFF;
	background: #FFF url('./imagesPrintemps/bordure.jpg') repeat-x right bottom fixed;
}

@font-face {
    font-family: 'ZallmanCapsRegular';
    src: url('../fonts/zallmancaps.eot');
    src: url('../fonts/zallmancaps.eot?#iefix') format('embedded-opentype'),
         url('../fonts/zallmancaps.woff') format('woff'),
         url('../fonts/zallmancaps.ttf') format('truetype'),
         url('../fonts/zallmancaps.svg#ZallmanCapsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Pour les liens */
a, a:visited, #copyright{
	color: #6D8053;
}

/*Cadre des sections de la page*/
header{
	background: url('./imagesPrintemps/baniere.png') no-repeat center center;
}

#page{
	background-color: #EEF9E5;
}

.sous_menu_titre:first-letter {
	font-family: "ZallmanCapsRegular";
	font-size: 150%; 
	font-weight: normal;
}

.sous_menu a, .sous_menu a:visited{
	background: #EEF9E5;
	color: #333;
}
nav a.place {
	border: solid 1px #6D8053;
}

footer{
	text-shadow : 1px 1px 1px rgba(255, 255, 255, 1);
}


/* Pour les formulaires */
input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus,input[type="password"]:focus,select:focus,textarea:focus{
	border-color: #6D8053;
	-moz-box-shadow: 0 0 3px #6D8053;
	-webkit-box-shadow: 0 0 3px #6D8053;
	-o-box-shadow: 0 0 3px #6D8053;
	-ms-box-shadow: 0 0 3px #6D8053;
	box-shadow: 0 0 3px #6D8053;
}
input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active{
	border-color: #6D8053;
	-moz-box-shadow: 0 0 3px #6D8053;
	-webkit-box-shadow: 0 0 3px #6D8053;
	-o-box-shadow: 0 0 3px #6D8053;
	-ms-box-shadow: 0 0 3px #6D8053;
	box-shadow: 0 0 3px #6D8053;
}