.colorHeader {
background: #ffffff;
color: #555;
}


.colorBlocsTexte {
background: #ffffff;
color: #555;
}

body {
background: #282828;
}

.px-botton {
background: #000000;
color: white;
display: inline-block;
letter-spacing: 1px;
margin: 10px 8px 10px 0;
padding: 14px 0 10px;
text-align: center;
text-transform: uppercase;

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border:1px solid #ffffff;
}

#copyright p {
		color: #999;
		font-size: 13px;
		font-weight: 500;
		line-height: 18px;
		margin: 0px -15px 0 8px;
		text-align: center;
	 }
	 
	 .navigation ul ul li a {
-moz-transition: color .2s ease;
-ms-transition: color .2s ease;
-o-transition: color .2s ease;
-webkit-transition: color .2s ease;
background: #282828;
border-top: 1px solid #333;
color: white;
font-size: 14px;
font-weight: normal;
padding: 12px 15px;
text-decoration: none;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
text-transform: uppercase;
transition: color .2s ease;
width: 220px;
}