/*   
	Kubrick theme par Elianora la blanche
	
	This theme was designed by Michael Heilemann, whose blog you will find at binarybonsai.com.
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin structure */
body {
	margin: 0px;
	padding: 0px;
	background: #e7e7e7 url("bg.jpg") repeat;
	color: #333;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	text-align: center;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 960px;
	background: #e7e7e7 url("header.jpg") no-repeat;
	height: 200px;
}

#main {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 960px;
	background: #e7e7e7 url("fond.jpg") repeat-y;
}

#centre {
	float: none;
	margin: 0px;
	padding: 15px;
	padding-left: 25px;
	padding-right: 250px;
	font-size: 1.2em;
	line-height: 1.4em;
	width: auto;
	text-align: justify;
}

#menu {
	float: right;
	text-align: justify;
	padding: 10px;
	padding-right: 20px;
	margin-top: 10px;
	width: 210px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.titreMenu {
	text-align: center;
	padding-left: 30px;
	font-weight: bold;
	font-size: 12px;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 960px;
	background: #e7e7e7 url("footer.jpg") no-repeat;
	height: 63px;
}
/* End Structure */

/* Begin Lists */
html>body ul {
	list-style: none;
	text-indent: -12px;
	}
ul li:before {
	content: "\00BB \0020";
	}
ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 12px;
	} 
li {
	margin: 7px 0 8px 10px;
	}
/* End Lists */
	
/* Begin Headers */
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	padding-top: 70px;
	margin: 0;
	font-size: 4em;
	text-align: center;
	}

h2 { margin: 30px 0 10px 0; font-size: 1.6em; }

h3 { padding: 0; margin: 30px 0 0; font-size: 1.3em; }

h1, h1 a, h1 a:hover, h1 a:visited, .description { color: white; text-decoration: none; }

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #333; }
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite { text-decoration: none; }

a, h2 a:hover, h3 a:hover { color: #06c; text-decoration: none; }
a:hover { text-decoration: underline; }

acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; }
/* End Headers */
