/*Réglages de base*/
html{
	background:#FFF url("/images/fond_body.jpeg") repeat fixed;
	margin:0;
	padding:0;
}
body{
	font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans", Verdana, sans-serif;
	font-size:12px;
	color:#474747;
	background:#FFF url("/images/fond_body.jpeg") repeat fixed;
	width:100%;
	margin:0;
	padding:0;
}
a img{
	border:none;
}
a{
	text-decoration:none;
	color:#418DD9;
}
a:visited{
	color:#145BAC;
}
a:hover{
	color:#176AC8;
	text-decoration: underline;
}
/*Réglages des titres*/
h1, h2, h3, h4, h5, h6{
	color:#1B7CE9;
	font-weight: normal;
}
h1{
	font-size:30px;
	text-align:center;
}
h2{
	font-size:25px;
}
h3{
	font-size:18px;
}
/*Le titre du blog*/
#titre_header{
	background:url("/images/titre.jpeg") no-repeat center;
	text-indent:-5000px;
	height:91px;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	right:0;
}
#titre_header a{
	display:block;
	height:90px;
	width:900px;
	margin:auto;
}
/*Titre de la page en cours de visualisation*/
#titre_page{
	text-align:center;
	background:url("/images/titre_orange.jpeg") no-repeat;
	height:38px;
	width:701px;
	top:120px;
	position:absolute;
	z-index:2;
	left:50%;
	padding-top:10px;
	margin-left:-350px;
	font-size:16px;
	color:#FFF;
}
/*Les menus*/
#menus{
	/*background:url("/images/fond_header.jpeg") no-repeat;*/
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	right:0px;
	/*height:136px;*/
	text-shadow:#333 0px 0px 2px;
}
#menus a{
	color:#FFF;
	text-decoration:none;
}
#menus a:hover{
	text-decoration:underline;
}
/*#menus h1{
	position:absolute;
	top:71px;
	left:8px;
	color:#F7C900;
	text-shadow:#666 2px 2px 2px;
}*/
#menus ul{
	padding:0;
	margin:0;
	list-style: none;
}
#menus li{
	display: inline;
	margin:0;
	margin-right:4px;
	padding:0;
}
#menus #connexion_panel{
	position:absolute;
	right:10px;
	top:24px;
	font-weight:bold;
	font-size:150%;
}
#menus #actions{
	position:absolute;
	text-shadow:#333 0px 0px 2px;
	right:0px;
	top:0px;
	height:20px;
	font-weight:bold;
	background:url("/images/fond_actions.jpeg") no-repeat;
	padding:0px 2px 0px 10px;
}
#menus #actions li{
	vertical-align: middle;
}
#flash_notice{
	background:url("/images/fond_flash_notice.png") no-repeat;
	position:absolute;
	z-index:4;
	text-shadow:#333 0px 0px 2px;
	right:0px;
	top:20px;
	height:21px;
	font-weight:bold;
	padding:2px 4px 0px 12px;
	color:#FFF;
}
/*Menu de navigation à droite*/
#nav{
	display:none;
	float:right;
	width:190px;
	height:340px;
	z-index:3;
	position:relative;
	top:20px;
	background:url("/images/navigation.jpeg") no-repeat;
	color:#F80;
}
#nav img{
	display:block;
	margin:25px 0 0 85px;
	position:absolute;
}
/*Réglages pour le champ de recherche*/
#nav input{
	visibility:hidden;
}
#nav #recherche{
	visibility: visible;
	position:absolute;
	width:120px;
	left:50px;
	top:125px;
	border:none;
	background:none;
	padding:4px;
	color:#F80;
	font-weight:bold;
	font-size:13px;
}
#nav #label{
	position:absolute;
	left:54px;
	top:105px;
	font-weight:bold;
}
/*Mini historique*/
#nav h3{
	margin:122px 0 0 30px;
}
#nav ul{
	list-style: none;
	margin:5px 0 0 10px;
	padding-left:25px;
	font-size:10px;
}
#nav li{
	margin-left:20px;
}
#nav a{
	color:#F80;
}
#nav .mois, #nav .annee{
	font-size:12px;
	margin-left:0;
}
#nav .mois{
	margin-left:10px;
}
/*Réglages pour le mini-historique*/
#nav h3{
	margin:122px 0 0 30px;
}
#nav ul{
	list-style: none;
}
#nav #archives{
	margin:5px 0 0 10px;
	padding-left:25px;
}
#nav .articles{
	font-size:10px;
}
#nav .articles a{
	text-decoration:none;
	color:#F80;
}
/*Le corp de la page*/
#corp{
	position:absolute;
	z-index:1;
	top:0;
	left:50%;
	margin:0 0 0 -440px;
	width:680px;
	background:#FFF;
	background:url("/images/fond_corp.png") repeat-y;
	padding:190px 100px 20px 120px;
	min-height:100%;
}
#corp .article{
	background:#FFF;
}
#corp *{
	z-index:4;
}
/*Pour les erreurs*/
.fieldWithErrors{
	background-color:#E20000;
}
.errorExplanation{
	background-color:#F9D4BE;
	border: 1px dotted red;
	padding:4px;
}
.erreur_article{
	color:red;
}
/*Pour les ombres*/
.conteneur_ombre{ 
	background:url("/images/ombre1.png") no-repeat; 
	float:left; 
	clear:left;
	margin-right:10px; 
	margin-bottom:10px;
} 
.conteneur_ombre .boite_avec_ombre, .conteneur_ombre img{ 
	background:url("/images/ombre2.png") no-repeat bottom right; 
	padding-bottom:8px; 
	padding-right:7px; 
	margin-left:5px; 
	margin-bottom:-6px; 
	margin-top:4px; 
	margin-right:-4px;
}
/*Pagination*/
.liste_barre, .pagination{
	width:605px;
	clear:both;
	color:#F80;
	background:#FFF url("/images/fond_barre_navigation.jpeg") repeat-x;
	font-size:11px;
	line-height:33px;
	height:30px;
	margin:50px 0 0 0;
	padding:3px 0 0 45px;
}
.liste_barre a, .pagination a{
	color:#F80;
}
.pagination .current{
	font-weight:bold;
	color:#F60;
}
/* Mots clés */
.liste_tags_article{
	margin-top:25px;
}
.liste_tags_article li{
	display:inline;
	padding:0;
}
