*
{
	margin: 0px;
	padding:0px;
	font-family:arial;

}
body
{
	background:url(../images/ombre.jpg) no-repeat #EDEDED;
	background-position:top center;

}
.global
{
	width:993px;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/backDvi.jpg) repeat-y;
	border-bottom:#DBDADA 1px solid;
	min-height:720px;
}

.ombreDroite
{
	width:3px;
	height:675px;
	float:right;
}
/*------- colonne de gauche - accueil*/
.blocLogo
{
	height:155px;
}
.colonneG
{
	float:left;
	width:287px;
}
.menu
{
	background:url(../images/petite_trame.jpg) no-repeat #DDDDDD;
	width:287px;
	height:415px;
}
.menuGrand
{
	background:url(../images/grande_trame.jpg) no-repeat #DDDDDD;
	width:287px;
	height: 565px;
}
.listeUnivers
{
	clear:left;
	background: url(../images/fond-univers.jpg) no-repeat;
	height:18px;
	text-align:center;

}
.menuSecondaire
{
	text-align:center;
	margin-top:10px;
}
.menuSecondaireGrand
{
	display:  block;
	text-align:center;
	margin-top: 145px !important;
	margin-top: 25px;
}
/*------- ligne espace compte */
.espaceCompte
{
	background: url(../images/fond-compte.jpg) repeat-y;
	height:18px;
	text-align:right;
	margin-left:314px;
	/*margin-left:27px; pour ie 7*/
	padding-right:5px;
	color:#FFFFFF;
}
/*------- ligne espace contenu */
.espaceContenu
{
	width:660px;
	margin-left:287px;
	/*margin-left:0px pour ie 7 */
	padding-left:40px;
	padding-top:20px;
	background:url(../images/artnouveau.jpg) no-repeat;
	min-height:220px;
}
.produits_enavant li
{
	margin-top: 75px;
}

/*----- engloblant contenu + compte */
.englobantd
{
	min-height: 720px;
	
}
/*------- ligne footer */
.footer
{
	clear:both;
	text-align:right;
	color: #333333;	
}
/*------- erreur de formulaire */
label.error
{
	display: block;
	position: relative;
	font-family: verdana;
	font-size: 10px;
	color: red;
}
input.error, select.error, textarea.error
{
	border: #ff0000 1px dotted;
	background: #ffffee;
}