*         { margin:0; padding:0; }
html,body { margin:0; padding:0;  
}
body {
	width:100%;
	min-height:100%;
	_height:100%;
	background-color: #AB0D0D;
	background-image: url(../media/zims/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
#global {
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -491px;
	height: 447px;
	top: 50%;
	margin-top: -250px;
}


/*
-------------------------------------------------------
STRUCTURE GENERALE HOME
-------------------------------------------------------
*/


#bloc1vide {
	width: 980px;
	height: 75px;
}
#bloc2 {
	width: 980px;
	height: 104px;
	background-image: url(../media/zims/home_02.jpg);
}
#bloc3 {
	width: 980px;
	height: 268px;
	background-image: url(../media/zims/home_03.jpg);
}
#homefooter {
	position: absolute;
	width: 650px;
	height:26px;
	left: 50%;
	margin-left: -300px;
	text-align: center;
	bottom: 0px;
	line-height: 16px;
}
#entrer {
	position: absolute;
	width: 151px;
	height:47px;
	right: 94px;
	bottom: 64px;
}
#flag {
	position: absolute;
	width: 203px;
	height:101px;
	right: 70px;
	top: -3px;
}
/*
-------------------------------------------------------
DIVERS
-------------------------------------------------------
*/


img {
	border: 0;
}
a:link, a:visited {
	border: 0;
	text-decoration: none;
	color: #D00000;
}
a:hover, a:active {
	border: 0;
	text-decoration: underline;
	color: #D00000;
}