/* CSS Document DARDEK.COM */
/* Auteur : Julien Georges */
/*GENERAL*/
body{
	background-color:#c1c1c1;
	font-size:9pt;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#2E0303;
	width:999px;
	margin: 5px auto 0;
}
	/*liens des pages*/
a:link{
	color:#2E0303;
	text-decoration:none;
}
a:visited{
	color:#2E0303;
	text-decoration:none;
}
a:hover{
	color:#2E0303;
	text-decoration:underline;
}
	/*fin lien des pages*/

/*DESIGN*/
div.left{
	width:333px;
	height:625px;
	background-image:url("../images/left.jpg");
	background-repeat:no-repeat;
	float:right;
}
div.gMenu{
	/*Div Globale pour le menu a gauche*/
	height:595px;
	width:330px;
	font-size:0;
}
div.top{
	width:665px;
	height:25px;
}
div.right{
	width:666px;
	height:625px;
	background-repeat:no-repeat;
	background-image:url("../images/right.jpg");
	float:right;
	overflow:auto;
	text-align:left;
}
div.main{
/*Div dans laquelle le texte sera affiché*/
	width:630px;
	height:570px;
	overflow:auto;
}
div.bottom{
	/*Affichage copy et webmaster*/
	width:332px;
	height:20px;
	padding-top:2px;
	text-align:center;
	font-size:8pt;
	float:left;
}
/*FIN DESIGN*/

span.invisible{
	display:none;
}
img{
	border:0;
}
/*Page Accueil*/
hr.accueil{
	width:500px;
}
div.accueil{
	text-align:center;
}
div.news{
	float:left;
	width:380px;
}
fieldset.actualites{
	width:90%;
	padding:8px;
	margin:8px;
	border-width:1px;
	border-color:#2E0303;
}
legend{
	font-weight:700;
}
div.titreCat{
	font-weight:700;
	font-size:10pt;
}
/*Bouton Mail*/
a.btnMail{
	background:url("../images/mail.gif") no-repeat;
	width:122px;
	height:50px;
	display:block;
	margin:auto;
}
a.btnMail:hover{
	background-image:url("../images/mailombre.gif");
}
/*Fin Bouton Mail*/
/*Fin Page Accueil*/

/*Partie Galerie*/
div.titreOeuvre{
	font-size:8pt;
	width:121px;
	height:140px;
	text-align:center;
	float:left;
}
/*Fin Partie Galerie*/
/*Page Détail Oeuvre*/
div.titreDetailOeuvre{
	font-size:14pt;
	text-align:center;
	font-weight:700;
}
div.detailOeuvre{
	text-align:left;
}
div.venteOeuvre{
	text-align:center;
	font-style:italic;
}
table.detailOeuvre{
	border:0;
	height:500px;
	width:98%;
}
td.imgOeuvre{
	width:30%;
}
td.descriptionOeuvre{
	padding-left:20px;
}
div.navig{
	width:98%;
	height:30px;
}
/*Bouton retour*/
a.btnRetour{
	background:url("../images/retour.gif") no-repeat;
	width:55px;
	height:22px;
	display:block;
	margin:auto;
}
a.btnRetour:hover{
	background-image:url("../images/retourombre.gif");
}
/*Fin Bouton retour*/
/*Fin Page Détail Oeuvre*/
/*Partie Biographie*/
div.biographie{
	font-size:9pt;
	width:605px;
}
/*Fin Partie Biographie*/

/*Partie Expos*/
li.expos{
	font-size:11pt;
	margin-bottom:10px;
}
div.expos{
	margin-top:100px;
}
/*Fin Partie Expos*/

/*Partie Article*/
p.articles{
	font-size:9pt;
	text-align:right;
	font-style:italic;
	margin-top:0;
	margin-right:5px;
}
div.articles{
	font-size:10pt;
	margin:5px;
}
/*Fin Partie Article*/

/*Menu Gauche*/
a.linkAccueil{
	width:250px;
	height:100px;
	float:left;
	display:block;
}
a.linkOeuvres{
	background:none;
	width:132px;
	height:43px;
	float:left;
	display:block;
}
a.linkOeuvres:hover{
	background-image:url("../images/oeuvresHover.gif");
}

a.linkBiographie{
	background:none;
	width:162px;
	height:53px;
	float:left;
	display:block;
}
a.linkBiographie:hover{
	background-image:url("../images/biographieHover.gif");
}

a.linkExpos{
	background:none;
	width:132px;
	height:43px;
	float:left;
	display:block;
}
a.linkExpos:hover{
	background-image:url("../images/exposHover.gif");
}

a.linkArticles{
	background:none;
	width:132px;
	height:43px;
	float:left;
	display:block;
}
a.linkArticles:hover{
	background-image:url("../images/articlesHover.gif");
}
/*Fin Menu Gauche*/
/*ERRORS*/
fieldset.error{
	width:400px;
	margin:auto;
}
/*FIN ERRORS*/