/**
 conteneur

Compagnie      : SQLPAC

Support        : Media Screen

Version        : V 0.1
Date           : 02 04 2010
Auteur         : Stéphane PAQUOT
*/


#conteneur { 
	background-image: url(./images/conteneur_bg.jpg);  
	border: 1px solid #c7bec0;
	border-width: 1px;
	background-position: center 40px; /** Positionne l'image de fond du container*/
	background-repeat: no-repeat;
	/** min-width: 980px;
	max-width: 1290px; */
	min-width: 880px;
	max-width: 970px;
	min-height: 650px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}