/* @override http://biogue.com/templates/biogue/styles.css */

* { margin: 0; padding: 0; }

body {
	background-color: #333;
	font-family: georgia, times, "Times New Roman", serif;
	font-size: 11px;
	color: #919191;
	line-height: 160%;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #919191;
	}

a:hover {
	color: #ccc;
	}
	
h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
#container {
	padding: 16px; width: 1000px; }

#banner {
	font-size: 12px;
	}

.title {
	font-weight: bold;
}

#titre-photo {
	margin: 16px 0;
	font-size: 20px;
}

#gauche, #droite { display: inline; float: left; overflow: hidden; margin-bottom: 50px; margin-top: 10px;}

#gauche { width: 170px; padding-right: 10px; clear: none; }

#gauche ul { line-height: 160%; list-style-type: none; font-family: Verdana, Arial, Helvetica, sans-serif; }

#droite { padding-left: 10px; clear: none; }

#image_info, #comments, #navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	margin-bottom: 40px;
	border-bottom: 1px solid #919191;
}

#droite img {
	margin: 5px 0;
	background-color: #ffffff;
	border: 1px solid #707070;
}

#legende {
	margin: 5px 0;
	font-size: 12px;
	font-style: italic;
	width: 700px;
}

#publicite {
	text-align: center;
	margin: 10px 0;
	clear: both; }

#footer {
	text-align: center;
	clear: both; }

#thumb {
	width: 600px;
}

#thumb img {
	margin: 7px;
	border: 1px solid #707070;
}

#thumb a:hover img {
	border: 1px solid #fff;
}

#textArchive { line-height: 160%; list-style-type: none; font-family: Verdana, Arial, Helvetica, sans-serif; }

#textArchive ul { list-style-type: none; }


.imgdate { color: #666; }
