body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-image: url("/I/header.gif");
	background-repeat: no-repeat;
	background-position: top;
}

a {
	color: #000;
	/*text-decoration: none*/
}

#main {
	margin: auto;
	width: 780px;
	_width: 779px;
	margin-top: 204px;
	background-color: #111216;
}

h1 {
	display: none;
}

#menu {
	width: 256px;
	float: left;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: justify;
	clear: left;
}

#menu ul {
	padding: 0px;
	margin: 0px;
}

#menu li {
	padding: 5px 0px 0px 35px;
	vertical-align: middle;
	list-style-type: none;
}

#menu li a {
	display: block;
	background : url("/I/puce.gif") no-repeat 1px 5px;
	height: 30px;
	color: #FFF;
	text-decoration: none;
	padding: 5px 0px 0px 30px;
}

#footer a {
	text-decoration: none;
}

a:hover, #menu li a:hover, .sameAuthor a:hover, #footer a:hover {
	text-decoration: underline;
}

#content {
	float: right;
	height: 450px;
	width: 523px;
	background-color: #FFF;
	padding: 30px;
	text-align: justify;
	clear: right;
	min-height:300px;
}

#content[id] {
	height: auto;
	width: 464px;
}

#content h2 {
	font-size: 14px;
}

#content h3 {
	font-size: 12px;
}

#content p {
	height:auto;
}

#content p img {
	float: left;
	margin: 5px 10px 5px 0px;
	border: 0px;
}

.author {
	font-weight: bold;
	float: left;
}

.sameAuthor {
	float: right;
}

#footer {
	background-color: #FFF;
	height: 30px;
	width: 779px;
	padding: 30px 0px 30px 0px;
	clear:both;
}

#footer[id] {
	width: 780px;
}

/* nav */
#nav {
	text-align: center;
}

.pagePrecedente {
	background: url(/I/arrowLeft.gif) 2px no-repeat;
	width: 150px;
	padding-left: 20px;
	float: left;
}

.pageSuivante {
	text-align: left;
	background: url(/I/arrowRight.gif) 110px 5px no-repeat;
	width: 130px;
	float: right;
}
/* / nav */

/* info */
#colL {
	float: left;
	width: 60%;
}

#colR {
	display: inline;
	float: right;
	width: 35%;
	color: #FFF;
	background-color: #000;
	padding: 5px;
	text-align: left;
}
/* / info */

/* date parution */
#content table {
	border: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse:collapse;
}
#content td {
	border: 1px solid black;
	padding: 2px;
}
/* / date parution */

/* plus de recherche */
#search {
	margin-bottom: 20px;
}

#sWord {
	height: 20px;
}

#sWord span {
	display: block;
	float: left;
	font-weight: bold;
}


#recherche {
	display: block;
	float: right;
	margin-right: 15px;
}

#recherche[id] {
	margin-right: 40px;
}

#go {
	display: block;
	float: right;
	margin-top: -25px;
	clear: right;
}

#go[id] {
	margin-top: -22px;
}

.sCat, .sAuthor, .sCity {
	margin: 8px 0px 8px 0px;
	height: 20px;
}

.sCat span, .sAuthor span, .sCity span {
	display: block;
	float: left;
	font-weight: bold;
}

.sCat select, .sAuthor select, .sCity select {
	float: right;
	clear: right;
}

/* / plus de recherche */
