/* Ce fichier d�finit le style visuel pour les diff�rents �l�ments du blog.
 * Dans l'ordre, vous trouverez les r�gles qui d�finissent l'apparence pour:
 * - les �l�ments HTML en g�n�ral
 * - la page
 * - l'ent�te
 * - le pr�lude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 
/* Les �l�ments HTML en g�n�ral
-------------------------------------------------------- */
* {
	margin:0; /* Bug IE */
}
html,body {
	margin:0;
	padding:0;
	text-align:center;
	color:#3E5A6A;
	font-size:0.8em;
	line-height:1.6em;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
body {
/* 	background: url(/css/img/fond.png) 0px 375px repeat-x #000; */
	background: url(/css/img/fond.png) 0px 0px repeat-x #000;
/* 	background-attachment:fixed; */
}
h1,h2,h3,h4,h5,h6,input {
	font-family:"Trebuchet MS",sans-serif;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1em;
}
pre,code {
	font-size:1.2em;
}
pre {
	width:100%;
	overflow:auto;
	border:1px solid #CCC;
}
fieldset {
	border:none;
}
label {
	cursor:pointer;
	cursor:hand;
}
.field label {
	display:block;
}
textarea {
	width:100%;
	font-size:1em;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
a, a:visited {
	color:#587F95;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
	background:transparent;
}
.left {
	float:left;
	margin-right:1em;
}
.right {
	float:right;
	margin-left: 1em;
}

#page_ombre {
	color: inherit;
	width: 1100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;
	padding:0;
}

#page_droite {
	position: relative;
	width: 100px;
	float: left;
	padding:0px;
	margin: 0px;
 	background-color: transparent;
	background-image: url(/css/img/ombre.png);
	background-repeat: no-repeat;
	background-position: -1px bottom;
	height: 600px;
}

#page_gauche {
	position: relative;
	width: 100px;
	float: left;
	padding:0px;
	height: 600px;
}


/* La page
-------------------------------------------------------- */
#page{
	color: inherit;
	width: 898px;
	position: relative;
	text-align: left;
	padding:0;
	background: transparent;
	float: left;
	border: 1px solid #000;
}
 
/* L'ent�te
-------------------------------------------------------- */
#top {
	background:#0d3c6a url(/css/img/top.png) no-repeat 10px 10px;
	height:80px;
}
#top h1 {
	font-size:20px;
	padding-top:50px;
	font-size:0px;
}
#top h1 a {
	text-decoration:none;
	color:#A9C2D0;
}
#top h1 a:hover {
	border:none;
	background:transparent;
}
#top p {
	color:#FFF;
	font-weight: bold;
	float:right;
	padding-right:0px;
}

#login {
	float: right;
	color: #fff;
	padding: 2px;
	background: transparent;
}

#login input {
	margin: 3px;
}

#login .submit {
	border : 0;
	background : url(/css/img/login.jpg) left top no-repeat;
	height : 12px;
	width : 87px;
	cursor : pointer;
}

#login .submit:hover {
	background : url(/css/img/login-over.jpg) left top no-repeat;
}

/* Le pr�lude
-------------------------------------------------------- */ 
#menu {
	margin:0;
	height:28px;
	font-size:10px;
	padding-left: 10px;
	background:url(/css/img/haut.png) repeat-x #0d3c6a;
}
#menu a {
	color:#0d3c6a;
	margin-left: 5px;
	padding: 2px;
	margin-right: 5px;
	float: left;
}
#menu a:hover {
	color:#f1be0b;
	background:transparent;
}

#contenu {
	position: relative;
	overflow:auto;
	height: 490px;
	background: url(/css/img/puzzle.png) no-repeat 350px -10px #ebf2f8;
}

/* Le pied de page
-------------------------------------------------------- */
#footer {
	position:relative;
/* 	bottom: 0px; */
	padding:0px;
	vertical-align:bottom;
	background: url(/css/img/reflection.png) no-repeat 0px 4px transparent;
	color:#666;
	clear:both;
 	height: 65px;
	width:900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}
#footer img {
	float:right;
}
#footer a {
	color: #999;
}
