@charset "utf-8";

/*news*/

h2.news {
	font-size: 1em;
	text-align: left;
	}
h2.news em {
	background: #f6f6f6;
	border: 1px solid #ccc;
	font-size: 0.8em;
	padding: 2px 5px;
	}
	
/*photo_slide*/
div#photo {
	width: 800px;
	margin-bottom: 10px;
	background: url(../img/loading.gif) 50% 100px no-repeat;
	}
#photo span{
	display:block;
	}
div#photo span img {
	text-align: center;
	}
div.photo_info {
	margin: 10px 150px;
	font-size: 1.1em;
	text-align: left;
	}


/*image_info*/

div.image_info {
	width: 500px;
	overflow: hidden;
	position: relative;
	margin: 20px auto 0 auto;
	text-align: center;
	font-size: 1.2em;
	}
div.info_left,div.info_right {
	text-align: left;
	width: 250px;
	float: left;
	}
div.info_right h3 {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	}
div.info_right p {
	margin-bottom: 10px;
	padding: 5px;
	background: #f6f6f6;
	}
	
div.pageswitch {
	clear: left;
	text-align: center;
	font-size: 1.1em;
	margin: 10px 0;
	}
div.pageswitch a {
	padding: 2px;
	}
div.pageswitch a:hover {
	background: #f6f6f6;
	}
	
/*commentform*/

form {
	}
textarea {
    width: 220px;
	height: 40px;
	}
input.formfield {
	width: 220px;
	}
input#nucleus_cf_verif {
	width: 60px;
	}
div.loginform .formfield, div.commentform .formfield, div.mailform .formfield {
    display: block;
	}
input.formbutton {
	margin-top: 5px;
	border: 1px solid #ccc;
	background: #f6f6f6;
	cursor: pointer;
	} 

