/*  
cris.e css stylesheet
*/

@font-face{
    font-family: "Dakota";
    src: url("fonts/dakota-regular-webfont.woff") format("woff"), url('../fonts/dakota-regular-webfont.ttf') format('truetype');
}

img 
{
	/*background:url(img/shadow.gif) no-repeat right bottom;*/	
	border:0;
}
a:link img,
a:visited img,
a:hover img,
a:active img {
	border:none;
	background:none;
	padding:0px 0px 0px 0px;
	font-weight: normal;
}

h1{
	font-size:24px;
}

blockquote
{
	color:#e6e6e6;
	border-left: 3px solid #e6e6e6;
	margin: 1em;
	padding: 0 0 10px 10px;
	background: url(images/barre.png) no-repeat left top;
	text-align:justify;
	font-family: times, times new roman;
	font-style:italic;
}

body 
{
	background-color: #000;
	margin: 0; 
	font: 100% arial ; 
	color: #fff; 
	background-attachment: fixed;
}

a 
{
    color: #0063DC;
    text-decoration:none;
}
a:link, a:visited {
	color: #0063DC/**265e15**/;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
	/*border-bottom:#0063DC 1px solid;*/
}

#container {
	left: 50%;  
  	top: 50%; 
	position: absolute;
	/*border: #ccc 1px solid;*/
	background: #000; 
	/*margin: 0 auto; */
	width: 1000px;
	height:580px;
	margin-left:-500px;  /* moitié de la largeur */
	margin-top: -290px; /* moitié de la hauteur */ 
}

#container-parisien {
	left: 50%;  
  	top: 100px; 
	position: absolute;
	/*border: #ccc 1px solid;*/
	background: #000; 
	/*margin: 0 auto; */
	width: 900px;
	margin-left:-450px;  /* moitié de la largeur */
}
#stat
{
	/*top: 0px;*/
	/*right: 200px;*/
	/*width:300px;*/
	bottom: 20px;	
	position: absolute;
	height: 20px;	
	width: 450px;
	left:50%;
	margin-left:-225px;  /* moitié de la largeur */
}

/* css3 webkit only
@-webkit-keyframes skf {
	0% {
	
		opacity: 0.0;
	}
	50% {
	
		opacity: 0.5;
	}
	100% {
		opacity: 1.0;
	}
}

.anim {
	-webkit-animation-name: skf;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: alternate;
}*/

