@charset "utf-8";

/* Le pinceau enchanté */

/* Main */
body
{
	margin-left:			auto;
	margin-right:			auto;
	width:				820px;
	font-family:			"Lucina Grande", "Lucida Sans Unicode", Verdana, Arial;
	font-size:			10px;
	background:			url(../../Themes/lepinceauenchante.com/Images/bg.jpg) pink;
	background-repeat:		repeat-x;
}

/* Div */
#logo
{
	position:			absolute;
	background:			url(../../Themes/lepinceauenchante.com/Images/logo.png) center;
	width:				820px;
	height:				250px;
	top:				0px;
}

#head
{
	position:			absolute;
	background:			url(../../Themes/lepinceauenchante.com/Images/head.png) no-repeat;
	width:				820px;
	height:				200px;
	top:				120px;
	z-index:			1;
}

#menu
{
	position:			absolute;
	background-image		:url(../../Themes/lepinceauenchante.com/Images/menu_gauche.png);
	width:				237px;
	height:				530px;
	top:				280px;
	padding-top:			50px;
}

#main
{
	position:			absolute;
	width:				566px;
	height:				560px;
	left:				235px;
	top:				301px;
}

#titlepage_Accueil
{
	position:			absolute;
	background:			url(../../Themes/lepinceauenchante.com/Images/titre_accueil.png) center no-repeat;
	width:				820px;
	height:				50px;
	top:				250px;
	z-index:			1;
}

#titlepage_Actu
{
	position:			absolute;
	background:			url(../../Themes/lepinceauenchante.com/Images/titre_actualite.png) center no-repeat;
	width:				820px;
	height:				50px;
	top:				250px;
	z-index:			1;
}

#titlepage_QuiSuisJe
{
	position:			absolute;
	background:			url(../../Themes/lepinceauenchante.com/Images/titre_quisuisje.png) center no-repeat;
	width:				820px;
	height:				50px;
	top:				250px;
	z-index:			1;
}

#titlepage_Galerie
{
	position:			absolute;
	background:			url(../../Themes/lepinceauenchante.com/Images/titre_galerie.png) center no-repeat;
	width:				820px;
	height:				50px;
	top:				250px;
	z-index:			1;
}

#titlepage_LivreDor
{
	position:			absolute;
	background:			url(../../Themes/lepinceauenchante.com/Images/titre_livredor.png) center no-repeat;
	width:				820px;
	height:				50px;
	top:				250px;
	z-index:			1;
}

#titlepage_Support
{
	position:			absolute;
	background:			url(../../Themes/lepinceauenchante.com/Images/titre_contact.png) center no-repeat;
	width:				820px;
	height:				50px;
	top:				250px;
	z-index:			1;
}

#titlepage_Commander
{
	position:			absolute;
	background:			url(../../Themes/lepinceauenchante.com/Images/titre_commander.png) center no-repeat;
	width:				820px;
	height:				50px;
	top:				250px;
	z-index:			1;
}

#titlepage_CommandeAct
{
	position:			absolute;
	background:			url(../../Themes/lepinceauenchante.com/Images/titre_commander.png) center no-repeat;
	width:				820px;
	height:				50px;
	top:				250px;
	z-index:			1;
}

#Contenu
{
	position:			relative;
	width:				560px;
	top:				220px;
	padding-top:			80px;
	left:				220px;
}

a:link
{
	color:				black;
	text-decoration:		none;
	font-size:			12px;
	font-weight:			normal;
}

a:visited
{
	text-decoration:		none;
	font-size:			12px;
	color:				black;
}

a:hover
{
	text-decoration:		underline;
	font-size:			12px;
	color:				purple;
}

a:active
{
	text-decoration:		none;
	color:				#FFFFFF;
	font-size:			12px;
}

.error
{
	background:			#ffb1b1;
}

a>img
{
	border-top:			2px purple solid;
	border-left:			2px purple solid;
	border-right:			4px #ab69aa solid;
	border-bottom:			4px #ab69aa solid;
}

p
{
	margin:				0;
}


