*{
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font: .8em verdana, helvetica, arial, sans-serif;
}
/*-------------------------------------anim.htm-----------------------------*/
div#accueil {
	position: absolute;
	width:410px;
	height: 410px;
	top: 50%;
	left: 50%;
	margin-left: -205px;
	margin-top: -205px;
	text-align: center;
}
div#accueil img{
	display: block;
}
div#accueil h1 {
	color: #000;
	height: 60px;
	font-size: 1.3em;
}
div#accueil a:link, div#accueil a:visited {
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}
div#accueil a:hover {
	color: #FE9696;
}
h2 {/*copyright*/
	position: absolute;
	height: 20px;
	top: 100%;
	width: 100%;
	margin-top: -20px;
	line-height: 10px;
	color: #f00;
	font-size: .7em;
	text-align: center;
}
h2 a, h2 a:visited {/*copyright*/
	color: #999;
}
h2 a:hover {/*copyright*/
	color: #f00;
}
/*-------------------------------------anim.htm-----------------------------*/
div#anim {
	position: absolute;
	width: 752px;
	height: 552px;
	border: 1px solid #f00;
	top: 50%;
	left: 50%;
	margin-left: -376px;
	margin-top: -276px;
}
/*--------------------------------rubriques-------------------------------------*/
div#rubrique {
	position: absolute;
	width: 751px;
	height: 552px;
	top: 50%;
	left: 50%;
	margin-left: -375.5px;
	margin-top: -276px;
	background: #fff url(../images/bg_rubriques.gif) 0 0 no-repeat;
}
div#contenu {/*Zone de texte*/
	position: absolute;
	width: 502px;
	height: 255px;
	top: 270px;
	left: 140px;
	padding: 0 5px;
	background-color: #f8f8f8;
	overflow: auto;
}
div#rubrique p{/*paragr*/
	color: #fff;
	font-size: 1em;
}
div#rubrique h3{/*titre le label*/
	color: #ccc;
	height: 50px;
	font-size: 1.9em;
}
div#rubrique h2{/*Copyright*/
	position: absolute;
	width: 100%;
	top: 535px;
	color: #000;
	font-size: .7em;
	text-align: center;
}
div#rubrique a.lien:link, div#rubrique a.lien:visited {/*Lien M-rau2*/
	display: block;
	position: absolute;
	top: 520px;
	left: 650px;
	height: 28px;
	width: 94px;
	background: #fff url(../images/lienmrau2.gif) 0 0 no-repeat;
}
div#rubrique a.lien:hover {
	background-position: 0 -26px;
}
div#rubrique a.lien span {/*Lien M-rau2*/
	display: none;
}

