/*
Theme Name: WordPress Default Fr
Theme URI: http://wordpress.org/
Description: Le thème par défaut de WordPress, basé sur le fameux thème <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets */

/* Begin Typography & Colors */

body {
	background: #c0c0c0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
}

#page {
	background-color: white;
	margin: 10px auto;
	padding: 10px 0 0;
	width: 950px;
	-moz-box-shadow: 1px 1px 15px #555;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#header {
	height: 200px;
	width: 930px;
	margin-left: 10px;
	top: 5px;
	background-image: url(../../../img/banniere.jpg);
	clear: both;
}

.widecolumn, .narrowcolumn {
	float: right;
	padding: 0 10px 0 5px;
	margin: 0;
	width: 760px;
}

td ul li {
	list-style: square;
	padding: 1px 5px;
}

.even, .alt {
border-left: 1px solid #ddd;
}

#footer {
border: none;
}

p a, .navigation a {
font-weight: bold;
color: #00adef;
text-decoration: none;
}

p a:hover {
color: #92918e;
}

p a:visited {
color: #608ad0;
}

/* Begin Structure */

.post {
margin: 0 0 20px;
text-align: justify;
font-size: 16px;
}

.post hr {
display: block;
}

.widecolumn .post {
margin: 0;
}

#content hr  {
display: block;
clear: both;
height: 0;
border: none;
}

.clear {
clear: both;
}

#footer {
padding: 0;
margin: 0 auto;
width: 930px;
clear: both;
border-top: #00adef solid 1px;
}

#footer p {
font-size: 11px;
font-weight: bold;
margin: 0;
padding: 5px 0;
text-align: center;
}

h2 {
	color: #999999;
	font-size: 22px;
	border-bottom: #00adef solid 1px;
	margin: 10px 0px 8px 0px;
	padding: 0;
	clear: both;
}

h2 a {
	color: #999999;
	font-size: 22px;
	text-decoration: none;
}

h3, h3 a, .ngg-albumtitle, .ngg-albumtitle a {
	padding: 0;
	margin: 0 0 10px;
	font-size: 15px;
	color: #888;
	font-weight: bold;
	text-decoration: none;
}

p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px 0px 1px 4px;
margin: 0 0 0 7px;
position: relative;
}

img.alignleft {
padding: 4px 4px 1px 0px;
margin: 0 7px 0 0;
position: relative;
}

.alignright {
float: right;
}

.alignleft {
float: left
}

html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}

html>body .entry li {
margin: 7px 0 8px 10px;
}

.entry ol {
padding: 0 0 0 35px;
margin: 0;
}

.entry ol li {
margin: 0;
padding: 0;
}

#menu {
	position: relative;
	height: 30px;
	width: 930px;
	margin-left: 10px;
	background: #92918e url(../../../../img/obr.jpg) bottom repeat-x;
	clear: both;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0;
	padding: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
	background: url(../../../../img/line.jpg) 100% 0 repeat-y;
	POSITION: relative;
}

#menu ul li a {
	display: block;
	float: left;
	padding: 5px 16px 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
}

#menu ul li a:hover {
	display: block;
	background-color: #c0c0c0;
	color: #00adef;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
}

select {
width: 130px;
}

#sidebar {
	margin: 0 0 0 10px;
	width: 160px;
	height: 100%;
	float: left;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

table {
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-box-shadow: 1px 1px 7px #555;
}

tr {
	border: solid 1px #AAA;
}

td {
	padding: 1px 3px;
}
