/*---------------------------------------------------------------------*/
/* CLASSES GENERIQUES                                                  */
/*---------------------------------------------------------------------*/
img {
	border:none;
	display:block;
}
.spip img{
	display:inline-block;
}
a {
	text-decoration:none;
}
* {
	color:#606060;
}
body {
	background-color:#606060;
}

/*---------------------------------------------------------------------*/
/* ENTETE                                                              */
/*---------------------------------------------------------------------*/
.main {
	background:#FFF url('../images/fond-main.gif') repeat-x top left;
}

/*---------------------------------------------------------------------*/
/* GAUCHE                                                              */
/*---------------------------------------------------------------------*/
.menu-gauche{
	border-bottom:1px solid #606060;
}
.rubrique-menu-gauche {
	border-top:1px solid #606060;
}
.rubrique-menu-gauche-en-cours {
	border-left:15px solid #606060;
}
.element-principal-menu-gauche:hover, .element-principal-menu-gauche-en-cours {
	color:#DB5D00;
}
.element-principal-menu-gauche {
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}
.sous-menu-gauche a{
	font-size:10px;
}
.sous-menu-gauche a:hover, .sous-menu-gauche-en-cours{
	color:#DB5D00;
}

/*---------------------------------------------------------------------*/
/* DROITE                                                              */
/*---------------------------------------------------------------------*/
.main-droite-recherche {
	background-color:white;
	border:1px solid #606060;
}
.form-recherche {
	background:url('../images/rechercher-input.jpg') no-repeat top left;
}
.ipt-texte-rechercher {
	width:145px;
	height:17px;
	margin-right:5px;
}

/*---------------------------------------------------------------------*/
/* CENTRE                                                              */
/*---------------------------------------------------------------------*/
.main-centre, .main-centre-catalogue{
	background:url('../images/fond-colonne-centre.gif') repeat-y 0px 4px;
}
.article p {
	text-align:justify;
}
.titre-article {
	color:#DB5D00;
	font-weight:bold;
	font-size:20px;
}
/*.chapeau {
	font-weight:bold;
}*/
.ps, .chapeau{
	border:1px solid #DB5D00;
	padding:10px;
	font-weight:bold;
}
.reactions-libres{
	border-left:1px solid #DB5D00;
	border-right:1px solid #DB5D00;
	border-bottom:1px solid #DB5D00;
}
.auteur-reaction-libre {
	font-size:10px;
	font-style:italic;
	color:#DB5D00;
}
.titre-reaction-libre {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#DB5D00;
}
.texte-reaction-libre {
	font-size:10px;
	font-style:italic;
}
.ajouter-reaction-libre {
	background-color:#606060;
}
.commentaire-reaction-libre {
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	color:white;
}
.ouvrir-formulaire {
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
.bt-ouvrir-formulaire {
	background-color:white;
	cursor:pointer;
}
.bt-ouvrir-formulaire:hover {
	background-color:#DB5D00;
	color:white;
}
.label-reaction-libre{
	color:white;
}
.bt-valider-formulaire:hover{
	background-color:#DB5D00;
	color:white;
}
.bt-valider-formulaire {
	background-color:white;
	border:none;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
}
.article-recherche {
	border-left:5px solid #DB5D00;
	margin-bottom:10px;
	padding:0 0 0 10px
}
.titre-article-recherche {
	color:#DB5D00;
	font-weight:bold;
	font-size:14px;
}
.pagination{margin-bottom:5px;}
.pagination span{font-size:11px;}
.pagination, .pagination a{text-align:right;color:#606060;font-weight:bold;text-decoration:none;}
.pagination a:hover{text-decoration:underline;}
.pagination .on{font-weight:bold;font-size:14px;}

.recherche_catalogue {border:1px solid #C8C8BF;background-color:#DB5D00;padding:5px;margin-bottom:10px;}
.recherche_catalogue *{color:white;margin:0 5px;}
.recherche_catalogue span{font-weight:bold;}
.recherche_catalogue .bt_recherche {border:1px solid white;background-color:#606060;cursor:pointer;padding:0px;}
.recherche_catalogue .bt_recherche:hover {background-color:#DB5D00;}
.recherche_catalogue .it_recherche {width:200px;color:#606060;}

/*---------------------------------------------------------------------*/
/* FOOTER                                                              */
/*---------------------------------------------------------------------*/
.footer {
	background:url('../images/footer.gif') repeat-x top left;
}
.footer-haut *{
	color:white;
}
.footer-haut .lien_footer_haut:hover{
	background-color:#494a4a;
}
/*.footer-haut a{
	border-left:1px solid #FFFFFF;
}
.footer-haut a:first-child{
	border-left:none;
}*/
.footer-bas p{
	text-align:center;
	color:white;
	font-weight:bold;
}
.advisio {text-align:center;color:white;display:inline-block;}
.advisio img{display:inline-block;vertical-align:middle;padding-right:3px;}