body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;

		padding: 0 2em;
}

#contener {
	height: 520px;
	width: 700px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
		margin: 2em auto;
	max-width: 1000px;
}
#contener #entete {
	margin: auto;
	height: 50px;
	width: 700px;
	background-image: url(images/testced.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
#contenus {
	margin-top: auto;
	height: 50px;
	width: 540px;
		margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#contener #pied {
	margin: auto;

	width: 700px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
	text-shadow:#A3A3A2 0px 0px 5px;
}
#contener #petitpied {
	margin: auto;
	height: 15px;
	width: 700px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
	text-shadow:#A3A3A2 0px 0px 5px;
}






@-webkit-keyframes pulse {
               from {
                 opacity: 0.8;
         
               }
               to {
                 opacity: 1.0;
               }
              }
#animation{

                -webkit-animation-name: pulse;
                -webkit-animation-duration: 1s;
                -webkit-animation-iteration-count: infinite;
                -webkit-animation-timing-function: ease-in-out;
                -webkit-animation-direction: alternate;
  }
#ombre
{
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #ff99ff;
	
 
                -webkit-animation-name: pulse;
                -webkit-animation-duration: 1s;
                -webkit-animation-iteration-count: infinite;
                -webkit-animation-timing-function: ease-in-out;
                -webkit-animation-direction: alternate; 
  	
}

