/*=======================*/
/*= Global Informations =*/
/*=======================*/
/*
	Author: Agency.com
	Client: Delhaize
	Template: portail page
	
	Start Date: 08-05-07
	End Date: 09-05-07	
	Revision: 11-06-07
*/

/*=====================*/
/*=  Table of content =*/
/*=====================*/
/*	
	01. COMMON STYLING
	02. MAIN CONTAINER	
	03. HEADER
		 =language
		 
	04. SUB-HEADER
		 	=main-visual
			=zone mix (image, txt, form,...) can here to come.
			=search engine
		 				
	05. CONTENT-CONTAINER		 
	06. CONTENT (centrale)
			=tickertape
			=boxes
	
	07. CONTENT (right)	 
			=list navigation
		
	08. MISCS
			=Miscs Clear 21st Century
	
*/


/* 01.COMMON STYLING
-------------------------------------- */
* {
	margin:0;
	padding:0;
}

body {
	font: normal 10px Arial, Helvetica, sans-serif;
	color:#333333;
}

h1 {
	margin:10px 0 5px 350px;
	padding:0;
	font: bold 11px Arial, Helvetica, sans-serif;
}

a:link {color:#CC0000;}
a:visited {color:#CC0000;}
a:hover {color:#CC0000; text-decoration:none;}
a:active {color:#CC0000;}

img {
	border:none;
}


/* main-container
---------------------------- */
#main-container {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-360px;
	margin-top:-132px;
	width:720px;
	height:254px;
	background:#00FF00;
}

/* content
----------------------------- */
#content-container {
	background:#FFF url(../portal/_images/background/bg_language.gif) right bottom no-repeat;
	padding:0 6px 0 0;
	height:254px;
}
#content {
	border:1px solid #8D8D9A;
	background:#FFF url(../portal/_images/visuals/medium/ice_cream.jpg) 0 bottom no-repeat;
	padding: 0 8px 0 0;
	height:246px;
}

ul {
	list-style-type:none;
	margin:0 0 0 350px;
	padding:0 0 10px 0;
}

ul li {
	list-style-type:none;
	background:url(../portal/_images/icon/bullet_content.gif) 0 2px no-repeat;
	padding:0 0 0 15px;
}

/* Footer
----------------------------- */
#footer {
	position:absolute;
	top:260px;
	left:315px;
	background: url(../portal/_images/logos/delhaize_small.gif) 50% 50% no-repeat;
	height:50px;
	width:50px;
}

/* Butons
----------------------------- */
#language_nl {
	position:absolute;
	top:205px;
	left:35px;
}

#language_fr {
	position:absolute;
	top:205px;
	left:200px;
}


/* 08. MISCS
----------------------------- */
/* =Miscs Clear 21st Century
----------------------------- */
.clearfix:after {
	content: ".";			/* Ajout de contenu dans ce div, à la fin de celui-ci sans ajout de code dans le XHTML */
	display: block;			/* Pour permettre le clear:both car ne s'applique que sur des éléments de type bloc */
	height: 0;				/* Empêche le débordement dû au nouveau texte */
	clear: both;			/* Supprime tout type de float */
	visibility: hidden;		/* Cache le contenu de content. Ici Benjamin */
}
	
/* CSS non valide suite au inline-block */
.clearfix {
	display: inline-block;	/* IE7 accepte une valeur qui n'est pas dans les standards CSS2 mais uniquement dans un CSS 2.1 à l'état de draft, 'inline-block' */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
.border-bottom {
	border-bottom:1px solid #333;
}