/* @override http://www.terre-et-flammes.fr/wp-content/themes/berita/custom.css */

/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/

div#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background: #F9F9F2 url(images/bgr.gif) no-repeat; 
}

body {
	background: white url(images/bg.gif) repeat-y 0 center;
}


#top_menu #pagenav li a{ text-transform:none; font-size: 1.2em
}

h1.logo {
	margin-top: 20px;
}

/* drapeaux */

#top-nav {
	padding-top: 5px;
}
#top-nav ul { list-style-type: none; list-style-image: none; list-style-position: outside; line-height: normal;
	padding-left: 0pt;
	padding-bottom: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	margin-left: 0pt;
	float: right;
}
#top-nav li { display: inline;
}

#top-nav li a { display: block; float: right; text-transform: uppercase; text-decoration: none; font-size: x-small; color: white;
	margin-top: 1pt;
	margin-bottom: 5pt;
	margin-left: 10px;
	padding-top: 3pt;
	padding-left: 20px;
	padding-bottom: 3pt;
	font-weight: normal;
	font-style: normal;
}

#top-nav a:hover { text-decoration: underline;
	background-color: transparent;
}
#pdf { background: transparent url('images/down.gif') no-repeat scroll left top; }
#mail { background: transparent url('images/mailing.gif') no-repeat scroll left top; }

#topmenu ul li a#rss {
		padding-left: 18px;
}
