/* -------------------------------------------------------------------------------------------------------------------------- */
/*   16/09/2008                                    par Kinaly                                                                 */
/* -------------------------------------------------------------------------------------------------------------------------- */

/* #F2F2F2 gris clair      */
/* #DCE1E3 gris            */
/* #97C9DB bleu clair      */
/* #6EA4B8 bleu            */
/* #0C161A presque noir    */
/* #036564 vert            */
/* #033649 vert foncé      */
/* #031634 bleu très foncé */

/* --------------------------------------------------- */
/*     initialisation : balises XHTML générales        */
/* --------------------------------------------------- */

html { font-size: 11px; }

body  {
	margin:0; padding:0;
	background: #fff;
	text-align: left; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #0C161A;
}

img {
	border: 0;
	margin: 0;
}

a {	
	color: #036564;
	text-decoration: none;
}
a:hover {
	color: #036564;
	text-decoration: underline;
}

h1, h2 { margin: 0 0 6px 0; padding: 0; }

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #031634;
	font-family: Century gothic, Verdana, Arial, Helvetica, sans-serif; margin: 0 0 12px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #033649;
	font-family: Century gothic, Verdana, Arial, Helvetica, sans-serif; margin: 0 0 8px 0;
}



/* --------------------------------------------------- */
/*                structure : armature                 */
/* --------------------------------------------------- */

#enveloppe-page {
	width: 960px; /* Largeur de page à rendre dynamique */
	margin: auto;
}

#anim_intro {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 557px;
	margin: -278px 0 0 -400px;
}
	#anim_intro object { outline: none; }


