/* MEDIAIDEA TECHNOLOGIES - 'Mediaidea', by Benoit Baverel & Alexandre Viennot, http://mediaidea.fr/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2006, Mediaidea Technologies */
/* Added: October 1st, 2006 */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */


body {
	background:#000;
	margin:0px; 
	padding:0px;
	color:#fff;
	font-size:10px;
	font-family: arial;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


img {
	border:none;
}
/*------------------------------------------------------ */



div.logo_main {
	background:url(../images/eliance_logo.png) no-repeat;
	width:900px;
	height:68px;
}

div.logo_footer {
	background:url(../images/eliance_footer_portal.png) no-repeat;
	width:900px;
	height:41px;
}

div.logo_footer a {
	position:relative;
	width:900px;
	height:41px;
	display:block;
}

/** Elements Généraux **/
div.container {
	background:#2e2b2f;
	font-family:Arial, sans-serif; 
	width:900px;
	min-height:800px;
	_height:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div.logo {
	padding:0px;
	margin:0px;
}

div.main { 
	margin-top:-5px;
	background:#2e2b2f;
	width:900px;
	min-height:800px;
	_height:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

li {
	margin-bottom:5px;
}
/*------------------------------------------------------ */




div.box_parc {
	float:left; 
	width:208px;
	margin-right:11px;
	min-height:200px; 
	_height:200px; 
	border:0px solid #ffffff;
}




/** Pied de page **/
div.footer {
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
div.footer a {
	text-decoration:none;
	color:#ffffff;
}

div.footer_mediaidea {
	margin-top:10px;
}
/*------------------------------------------------------ */
