
body.pourparlerbg{
background-color: black;
}
form, .pages
        {
		color:white;
            text-align:center;
        }



p{
	color:white;
}

header {
	width: 100%;
	height: 248px; 
	background-image: url(img/header.png); 
	overflow: hidden;
	-webkit-transition-property: background-image;
	-webkit-transition-duration: 2s;
    -moz-transition-property: background-image;
	-moz-transition-duration: 2s;
	transition-property: background-image;
	transition-duration: 1s;
	transition-delay: 1.5s;
}
header:hover, header:focus {
	background-image: url(img/welcome.png);
}




.global {width:1250px !important; position:relative; z-index:1; margin:auto;} 
nav {width: 100%; height: 70px; background: #111010; border-bottom: 8px solid #253225;border-top: 8px solid #253225;}
nav ul {text-align: center;}
nav ul li {display: inline-block; font-family: Cursive; font-size: 20px; text-transform: uppercase; height: 70px; line-height: 70px;}
nav ul li a:hover {background: #210556;  padding: 0 30px; color:#1eff00; font-size: 23px;}

.current_page_item a {background: #02053a;color:; }
nav ul li a {color: #0ce9e1; padding: 0 30px; display: block;transition-property: background-color, color,font-size;
  transition-duration: 0.7s;
  transition-timing-function: ease-out;}


 hr {
    border-radius:30px;
	background-image: url("img/style3.png");
	height: 35px;
	border-color: black;
}


body,div,fieldset,input,img,a,a:hover,select,li ,ul, p, h1, h2, h3, h4, h5, h6, iframea, object
{
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	outline:none;
	list-style:none;
	vertical-align:bottom;
	white-space:normal;
	}

footer p {font-family: 'ProxLight'; font-size: 11px; color: #FFF; text-align: center; text-transform: uppercase; margin-bottom: 0px;}
footer p a {color: #1ca600;}
