/* GENERAL STYLES */
body {
	text-align: center; 
	background: #eee; 
	font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	color: #333333; 
	padding: 10px 0 0 0;
}

p {
	line-height: 19px; 
	margin: 10px;
}

#myGallerySet p {
	font-size:10px;
}

ul {
	line-height: 19px;
}

h5{
	font: normal bold 200% Georgia, Serif;
	border-bottom:1px dotted #333;
	text-align: left; 
}


.clear {clear: both;}
a img {border: none;}
a:link, a:visited {text-decoration: underline; color: #407FC2;}
a:hover, a:active {text-decoration: none; color: #333;}

.text_vert {
	color: #090;
	text-decoration: underline;
}

.text_vert:hover {
	color: #333;
	text-decoration: none;
}

.blue {background: #407FC2}
.red {background: #CC0000}
.text_blue {
	color: #407FC2;
	font-weight: bold;
}

#imageElement p {
	font-size: 12px;
}
.text_black {
	color: #000;
	font-weight: bold;
}




/* LAYOUT */

#wrapper {width: 800px; margin: 0 auto; text-align: left;}
#content {
	width: 780px; 
	padding: 0 10px; 
	background: #fff url(../images/footer_bg.gif) 0 bottom no-repeat; 
	margin: 0 auto; 
	clear: both;
}
#header {background: #F8F8F4;}

left_content{
	float: left; 
	width: 150px; 
	margin-left: 10px; 
	margin-top: 20px;
	text-align: justify;
}

#middle_content {
	float: left; 
	width: 600px; 
	margin-left: 60px; 
	margin-top: 20px;
	text-align: justify;
}

#middle_paintings {
	float: left; 
	width: 450px; 
	margin-left: 20px; 
	margin-top: 5px;
	text-align: justify;
}

#right_content {
	float: right; 
	margin-right: 5px; 
	width: 240px; 
	margin-top: 20px;
}


#footer {clear: both; text-align: center; padding: 20px 0 40px 0;}



/* footer navigation */
#footer ul li a {color: #999; padding: 12px; text-decoration: none;}

/* TEXT */

img {
	border: none;
}


#middle_content p {font-size: 12px; margin: 10px 0px 10px 14px; line-height: 19px;}
#left_content p, #right_content p {font-size: 11px; margin: 10px 0px 10px 10px;}


#footer p {color: #999;}

.check_button {
	background: url(../images/send.gif) no-repeat;
	padding-top:5px;
	width:70px;
	height:36px;
	text-decoration: none;
	color:#000;
	font-size: 11px;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:right;
}

.carre {
	border: 1px solid #407FC2;	
}

.zoom{
	padding:4px;
	border:1px solid #cccccc;
}

.full {
	padding:4px;
	border:1px solid #CCC;	
}

.imageElement {
	margin:50px 20px 1px 5px;
	border: 1px solid #999;
	padding-left: 15px;
}

#intro {
	margin:0 auto;
}

.big {
	font-size:24px;
	font-weight:bold;
}

