/**
 * module.css 29/01/2004
 * @package Xmodule
 *
 * Feuille de style du module xmodule.page
 * 
 * @author François Duarte <francois@totemis.fr> 
 * @version 1.0
 * @since CSS 2.0
 * @copyright totemis.fr
 * @modified 03/02/2004
*/

div#infos {
	width:776px;
	float: left;
}

div#colonne1{
	float: left;
	width: 188px;
	overflow:hidden;
	min-height:405px;
}

div#colonne2{
	float:left ;
	width:420px;
}

div#colonne3 {
	float:right ;
	width:164px ;
	margin-top:6px;
}

div#colonne23-home{
	float:left ;
	width:588px;
	margin:0;
	padding:0;

}
div#colonne23{
	float:left ;
	width:588px;
	margin:0;
	padding:0;

}
div#colonne123{
	float:left ;
	width:776px;
	margin:0;
}

.block-home{
	width:282px;
	margin:6px 0 8px 8px;
	float:left;
}

.block-home h4{
	/*width:282px;*/
}

#entete{
	background:#7f6f3f url(images/entete.jpg) top left no-repeat;
	height: 108px;
	width: 776px;
	padding: 0;
	margin:0;
}
/*--------------------
**   entete general   **
----------------------*/
#partie-gauche{
	height: 108px;
	width: 292px;
	padding: 0;
	margin:0;
	float: left;
	overflow:hidden;
}

#partie-droite{
	
	height: 108px;
	width: 484px;
	padding: 0;
	margin:0;
	float: left;
	overflow:hidden;
}

