/* ----------------- feuille de stye CCS ---------------------*/

/*-------------------------- balises html generales ------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #222;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

p {
	font-size: 12px;
}

/* ------------------------- conteneur -------------------------------------------*/

#conteneur {
	position: relative;
	width: 737px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 100px;
}

/*-------------------------- top en tete ------------------------------*/

#top {
	height: 151px;
	background-image: url(../images/nav/art-projet-banniere-737.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	background-color: #222;
}

#top h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
	color: #e06;
	font-weight: 300;
	margin: 0px;
	padding-top: 0.7em;
	padding-bottom: 0em;
	text-indent: 190px;
}

#top h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	margin: -10px 0px 0px;
	text-indent: 137px;
	font-weight: 300;
	letter-spacing: 0.2em;
}

/*-------------------------- panelart menu ------------------------------*/

#panelart   {
	position: absolute; 
	z-index: 4; 
	top: 190px;
	left: -40px; 
	width: 130px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#panelart li {
	font-weight: 300;
	padding-bottom: 7px;
	list-style-image: url(../images/nav/art-projet-puce.jpg);
}

#panelart a, a.link, #panelart a.visited {
	font-weight: normal;
	color: #ddd;
	text-decoration: none;
}

#panelart a:hover, a:active {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #e06;
}

/*-------------------------- panelart2 menu ------------------------------*/
/*uniquement pour les artistes qui n'ont pas de site web */

#panelart2  {
	position: absolute; 
	z-index: 4; 
	top: 330px;
	left: -40px; 
	width: 130px;
}

#panelart2 .titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #ddd;
}

#panelart2 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#panelart2 li {
	font-weight: 300;
	padding-bottom: 7px;
	text-align: right;
	list-style-type: none;
	background-image: url(../images/nav/art-projet-puce.jpg);
	background-repeat: no-repeat;
	background-position: 90% 30%;
	padding-right: 30px;

}

#panelart2 a, a.link, #panelart2 a.visited {
	font-weight: normal;
	color: #ddd;
	text-decoration: none;
}

#panelart2 a:hover, a:active {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #e06;
}

/*-------------------------- contenu ------------------------------*/

#texte {
	position: absolute;
	left: 0;
	width: 360px;
	margin-left: 90px;
	font-size: 0.8em;
}

#annonce_expo {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

a.expo:link, a.expo:visited, a.expo:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ddd;
	background-color: #EE0066;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}

a.expo:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #ddd;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline overline;
}

#right {
	margin-left: 470px;
}

a.linkx:link, a.linkx:visited, a.linkx:hover, a.linkx:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ddd;
}

/*-------------------------- normal contenu ------------------------------*/

#textenorm {
	width: 647px;
	margin-left: 90px;
	font-size: 0.8em;
	text-align: center;
}

#textenorm h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #f06;
	text-align: center;
	margin-top: 0px;
}

a.navplan:link, a.navplan:visited {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

a.navplan:hover, a.navplan:active {
	font-size: 12px;
	font-weight: normal;
	color: #ddd;
	background-color: #e06;
}

/*-------------------------- actualites contenu ------------------------------*/

#texteactu {
	width: 647px;
	margin-left: 90px;
	font-size: 0.8em;
	text-align: center;
}

div.box_artistes {
	width: 600px;
	margin-bottom: 10px;
	text-align: left;
	border: thin dotted #FF0066;
	padding-right: 15px;
	padding-left: 15px;
}

div.box_artistes img {
	float: left;
	border: thin solid #CC3300;
	margin-right: 20px;
}


div.box_artistes .titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FF0066;
	text-indent: 15px;
}

#annonce{
	width: 500px;
	padding-top: 20px;
	font-size: 18px;
	font-weight: bold;
	border: 2px double #FF0066;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

#photosactu{
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 620px;
}

#photosactu .photogauche {
	float: left;
}

#photosactu .photodroit {

}

.texteactuarti {
	width: 210px;
	text-align: center;
	float: left;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
	margin-top: 0px;
	padding-top: 10px;
}

/*-------------------------- classes pour CES MESSIEURS DE SAINT MALO ------------------------------*/

.texteactuarti1 {
	width: 210px;
	text-align: center;
	float: left;
	padding-bottom: 30px;
	border-bottom-color: #ddd;
	margin-top: 0px;
	padding-top: 10px;
}

.texteactuarti2 {
	width: 420px;
	text-align: center;
	float: left;
	padding-bottom: 30px;
	border-bottom-color: #ddd;
	margin-top: 0px;
	padding-top: 10px;
}

/*-------------------------- classes pour CES MESSIEURS DE SAINT MALO ------------------------------*/

.actu {
	border: 1px solid #fff;
}


/*-------------------------- page index artistes contenu ------------------------------*/

#artistes-index  {
	width: 600px;
	margin-left: 100px;
	height: 420px;
}

.artiste-panel  {
	width: 200px;
	height: 180px;
	float: left;
	text-align: center;
	padding-top: 10px;
}

.artiste-panel img {
	border: 1px solid #fff;
}

a.linkvign:link, a.linkvign:visited, a.linkvign:hover, a.linkvign:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ddd;
	text-decoration: none;
}

/*-------------------------- page artiste contenu ------------------------------*/

#artiste {
	width: 420px;
	margin-left: 100px;
	height: 500px;
}

#vignette {
	top: 192px;
	left: 530px;
	width: 510px;
	text-align:left;
	height: 305px;
	position: absolute;
}

.vignette-panel {
	width: 150px;
	height: 150px;
	float: left;
	text-align: center;
	padding-top: 10px;
}

.vignette-panel img {
	border: 1px solid #fff;
}

#artiste h1 {
	font-size: 18px;
}

a.linkx:link, a.linkx:visited, a.linkx:hover, a.linkx:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ddd;
}

/*-------------------------- page artiste oeuvre ------------------------------*/

#artiste-oeuvre {
	width: 380px;
	margin-left: 100px;
	height: 500px;
	text-align: center;
}

#artiste-oeuvre h1 {
	font-size: 18px;
}

#artiste-oeuvre img {
	border: 1px solid #fff;
}

/*-------------------------- bas ------------------------------*/

#bas {
	height: 90px;
	background-image: url(../images/nav/art-projet-bas-737.jpg);
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 25px;
	line-height: 1.4em;
}

a.nav1:link, a.nav1:visited, a.nav1:hover, a.nav1:active {
	font-size: 10px;
	font-weight: normal;
	color: #ddd;
}
a.nav2:link, a.nav2:visited, a.nav2:hover, a.nav2:active {
	font-size: 12px;
	font-weight: normal;
	color: #ddd;
}
