/* Style Page d'Accueil J.Santos - http://www.pixelscarres.com - 2006*/

html {
	font-size: 100%;
}
body {
	color: #000;
	background-color: #CCCCCC;
	padding: 0;
	margin: 0;
	font: 1em Arial, Helvetica, Geneva, sans-serif;
}

/* Les liens généraux */
a:focus {
	border: 1px solid #999;
}

/* Pas de bordure aux images avec liens */
a img
{
	border: 0;
}

/* Les Blocs - Les Blocs - Les Blocs - Les Blocs */
 #page {
	width: 50em;
	height: 50em;
	padding-left: 5px;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#contenu {
	text-align: justify;
	width: 100%;
	height: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fond.jpg);
	padding: 0;
	margin: 0;
	background-color: #ccc;
}
#logo {
	width: 300px;
	height: 49px;
	margin: 0;
	float: none;
	background-image: url(../images/logo.gif);
	position: relative;
	top: 94px;
	left: 50px;
}
#peinture {
	width: 141px;
	height: 36px;
	position: relative;
	top: 85px;
	left: 490px;
	background: url(../images/accueil/peintures-abstraites.jpg) no-repeat;
	text-align: center;
	padding-top: 105px;
	text-transform: uppercase;
}
#peinture a {
	text-decoration: none;
	color: #fff;
}
#peinture a:hover {
	color: #000000;
}
#instal {
	width: 141px;
	height: 36px;
	position: relative;
	top: 160px;
	left: 350px;
	background: url(../images/accueil/installations-artistiques.jpg) no-repeat;
	text-align: center;
	padding-top: 105px;
	text-transform: uppercase;
}
#instal a {
	text-decoration: none;
	color: #fff;
}
#instal a:hover {
	color: #000000;
}
#papier{
	width: 141px;
	height: 36px;
	position: relative;
	top: 90px;
	left: 600px;
	background: url(../images/accueil/tableaux-papier.jpg) no-repeat;
	text-align: center;
	padding-top: 105px;
	text-transform: uppercase;
}
#papier a {
	text-decoration: none;
	color: #fff;
}
#papier a:hover {
	color: #000000;
}
#illust {
	width: 141px;
	height: 36px;
	position: relative;
	top: -15px;
	left: 80px;
	text-align: center;
	padding-top: 105px;
	text-transform: uppercase;
	background-image: url(../images/accueil/sculptures-modernes.jpg);
	background-repeat: no-repeat;
}
#illust a {
	text-decoration: none;
	color: #fff;
}
#illust a:hover {
	color: #000000;
}
#liens {
	width: 50em;
	height: 2em;
	margin-bottom: 20px;
	float: none;
	position: relative;
	top: -150px;
}

/* @group Footer */
#footer {
	width: 50em;
	height: 2em;
	float: none;
	position: relative;
	top: 0px;
}
p.foot {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
}
p.foot a {
	color: #333;
	text-decoration: none;
}
p.foot a:hover {
	text-decoration: underline overline;
}
/* @end */

/* @group Access */
#access {
	color: #333;
	font-size: 0.7em;
	margin-bottom: 2px;
}
#access a {
	color: #333;
	text-decoration: none;
}
#access a:hover {
	color: #333;
	text-decoration: underline;
}
/* @end */

