
/****************************** 
*
*	Layout Principal
*
*	Le style complet necessite le fichier style.css
*
*	Codé par : Marc KRAUTH
*
******************************/




/* style des div */


* {
	
	padding: 0px;
	margin: 0px;

}


body {
	
	width: 980px;
	margin: auto;
	
}


#logo {

	float: left;
	
	width: 36%;
	height: 9em;
	margin-top: 0.4em ;

}


#bandeau_haut {
	
	float: right;
	
	width: 500px;
	height: 118px;
	
	margin: 1em;

}


#recherche {
	
	clear: both;
	text-align: right;
	
	width: 99%;
	
	margin-bottom: 1em;

}


#totem {

	clear: both;
	float: left;
	
	width: 21%;
	
	margin-right: 1%;

	height: 243px; /* pour IE6 */
	height: auto;

}


html>body #totem {
	
	min-height: 243px;
	
}


#menu {

	margin-top: 20px;
	margin-bottom: 10px;
	
}


#panier {
				
	min-height: 100px;
}


#contenu_panier .img_panier {
	
	clear: both;
	float: left;	
	
}

#contenu_panier .txt_cpanier {
	
	float: left;
	
}


#div_login {
	
	clear: both;
	
}


#contenu {
	
	float: left;
	
	height: 600px; /* pour IE6 */
	height: auto;
	
	width: 77%;

}

html>body #contenu {
	
	min-height: 600px;	
	
}


#footer {
	
	clear: both;
	float: left;
	
	width: 77%;
	
	margin-left: +22%;
	margin-bottom: 30px;
	
}






/* colonnes */


#colonne_gauche {
	
	float: left;
	padding-left: 1em;
	width: 47%;

}


#colonne_droite {
	
	float: left;	
	padding-left: 1em;
	width: 47%;
	
}


#detail_livre {
	
	float: left;
	padding-left: 1em;
	
}

