/* Theme "defaut" PluXml - Copyright Pluxml.org */  

/* ---------------------
Html et body
--------------------- */
html {
	font : 90%/1.7em "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
	color : #333;
	background: transparent url(../../../data/images/design/fond.png) repeat top left;
	margin : 0;
	padding : 0;
	letter-spacing: 0.5px;
}
body {
	margin : 0;
	padding : 0;
}
#page {
	width : 1024px;
	margin : 0 auto 0 auto;
	padding : 0 0 0 0;
}

/* ---------------------
Styles generaux
--------------------- */
h1 { font-size : 2.1em; }
h2 { font-size : 1.2em; }
h3 { font-size : 1.1em; margin : 0; padding: 0; }
p { margin : 0; padding: 0; }
a { color : #2365b0; text-decoration : none;}
a:hover { color : #b50000; }
.center { text-align : center; }
.clearer { clear : both; visibility : hidden; margin : 0; padding : 0; }
.separation-fine{background: transparent url(../../../data/images/design/separation-fine.png) repeat-x top left; border: none; width: 100%; height:13px;}


/* ---------------------
Formulaire
--------------------- */
fieldset {
	border : 0;
	margin: 0;
	padding: 0;
}
label {
	display : block;
}
input, textarea {
	background-color : #EEEEEE;
	border-left : 1px solid #C3C9D0;
	border-top : 1px solid #C3C9D0;
	border-right : 1px solid #D4DAE2!important;
	border-bottom : 1px solid #D4DAE2;
	padding: 2px 3px;
	font-size: 100%;
	letter-spacing: 0.5px;
	margin: 0 0 3px 0;
}
input:focus, textarea:focus {
	background-color : #FFFFFF;
	border-left : 1px solid #D4DAE2;
	border-top : 1px solid #D4DAE2;
	border-right : 1px solid #C3C9D0;
	border-bottom : 1px solid #C3C9D0;
}
textarea{
	font : 100%/1.7em "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
	letter-spacing: 0.5px;
	}

/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content_ombre { /* Bloc */
	width : 650px;
  margin : 25px 0 8px 0;
  padding :0 5px 5px 0;
	float : left;
  background: transparent url(../../../data/images/design/fond_page_ombre.png) repeat bottom right;
}
#content { /* Bloc */
	border : 1px solid #CCC;
  padding : 5px 7px 5px 7px;
  background: transparent url(../../../data/images/design/fond_page.png) repeat bottom right;
}

#content #article{
  width: 64%;
  float: left;
  padding: 40px 10px 0 0 ;
  text-align: justify
}
#content #sousmenu{
  width: 34%;
  float: right;
  padding-top: 0px;
}
#content #article h2.title, #content #sousmenu h2.title,
#content #sousmenu h2.title a {
  font-family: Times New Roman, Times, serif;
  font-weight: bold;
  color: brown;
  font-size: 30px;
  line-height: 130%;
}
#content #sousmenu hr {
  background: transparent url(../../../data/images/design/separation1.jpg) no-repeat top left;
  width: 224px;
  height: 44px;
  border: none;
}

#content .title { /* Titre de l'article */
	color : #333;
	font-size : 1.75em;
	margin : 0 0 0 0;
	padding : 0;
	letter-spacing : 2px;
	font-weight : lighter;
	max-width: 600px;
}
#content .static { /* Titre de l'article */
	color : #555;
	font-size : 1.75em;
	margin : 0 0 10px 0;
	padding : 0;
	letter-spacing : 2px;
	font-weight : lighter;
	max-width: 600px;
}
#content .title a { /* Lien sur le titre de l'article */
	color : #333;
	text-decoration : none;
	max-width: 600px;
}
#content .title a:hover {
	color : #2365b0;
}

#content p {
	padding : 4px 0 4px 0;
  margin: 0 7px;
}

#content li {
	list-style-image: url(../../../data/images/design/puce.png);
  list-style-position: inside;
  margin-bottom: 5px;
}

#content .post {
	clear : both;
}
#content .post p {
	padding : 4px 0 4px 0;
  margin: 0 7px;
}
#content p.date {
	float : right;
	margin : -20px 0 2px 0;
}
#content p.date span {
	font-size : 2.75em;
}
#content p.info_top {
	float : left;
	margin : 0;
	padding : 3px 0 0 0;
}
#content p.info_bottom{
	padding: 0 0 16px 19px;
	margin: 0 0 16px 0;
	}
#content p.info_bottom a{
	padding: 0 5px;
	}
#content p.info_bottom span a{
	float: right;
	padding: 0 0 0 19px;
	}
#content .infos {
	padding : 10px 10px 10px 70px;
	border: 1px #dedede solid;
	margin: 10px 0 10px 0;
	min-height: 48px;
}

#content p.cat span a, #content p.cat span{ color: #66993F; }
#content p.cat  a.active { font-weight:bold;}
#content .feed_categorie, #content .feed_article {
	clear : both;
	padding : 0;
	text-align : center;
}
#content .feed_categorie a, #content .feed_article a {
	color : #333;
	background : url("img/icons.png") no-repeat 0 -190px;
	padding : 4px 0 4px 20px;
	height : 20px;
}
#content .feed_categorie a:hover, #content .feed_article a:hover {
	text-decoration: underline;
	}
  
#content .copyRightHabert{color: black; font-size: 10px; font-style: italic; left: 211px; position: relative;    top: -678px;}  


#pagination { /* Conteneur des liens 'page suivante' et 'page precedente' */
	text-align : center;
	margin : 10px 0 0 0;
	padding : 0;
}
#pagination a { color : #333; }
#pagination a:hover { color : #777; }

/* --------------------- 
Paneau lateral (#sidebar)  
--------------------- */
#sidebar {
	float : right;
	width : 361px;
	padding : 0;
	margin : 0 -1px 0 0;
}
#sidebar H1{
	color: White;
  font-family: Times New Roman, Times, serif;

}
#sidebar H1 span{
	font-size: 14px;
  font-style: italic;
}
#sidebar div {
	margin : 0 0 0 0;
	padding : 0;
	width : 100%;
}
#sidebar h2 { /* Titre des menus de la sidebar */
	color : #333;
	font-size : 1.2em;
	margin : 0;
	padding : 6px 4px 6px 26px;
	height: 20px;
}
#sidebar ul { /* Bloc de liste */
	margin : 0 0 20px 0;
	padding : 0;
}
#sidebar li { /* Element de liste */
	list-style-type : none;
  background: transparent url("../../../data/images/design/partition.png") no-repeat top left;
  width: 361px;
  height: 44px;
  margin: 0 0 10px;
}
#sidebar li a { /* Liens dans les listes */
	text-decoration : none;
	color : #dab56f;
}
#sidebar li.active a,#sidebar li a:hover{ /* Liens dans les listes */
	text-decoration : none;
	color : #FAFAFA;
}

#sidebar .item-1 li, #sidebar .item-2 li, #sidebar .item-3 li, #sidebar .item-5 li{padding: 0 10px;}
#sidebar .item-1 li a, #sidebar .item-2 li a, #sidebar .item-3 li a, #sidebar .item-5 li a{padding: 6px 0;font-size : 2.2em;}


#sidebar .item-1 h2 {}
#sidebar .item-1 li:hover, #sidebar .item-1 li.active { }
#sidebar li.active a{font-weight: bold;}

#trouvere-djivani{background: transparent url(../../../data/images/design/trouvere-djivani.png) no-repeat center top; width:252px; height:329px;}

#sidebar #couper-son{width: 100%; text-align: right;}
#sidebar #couper-son a{display: block; width: 27px; height: 38px; background: transparent url(../../../data/images/design/ico_son.png) no-repeat top left; }
#sidebar #couper-son a:hover, #sidebar #couper-son a.coupe{ background-position: top right; }

/* ---------------------
Commentaires (#comments)
--------------------- */
#comments h2 {
	color : #333;
	font-size : 1.5em;
	margin : 0 0 10px 0;
	padding : 0;
	letter-spacing : 2px;
	font-weight : lighter;
}
#comments {
	border-bottom: 1px solid #bbb;
	margin: 0 0 16px 0;
	padding: 0 0 16px 0;
	}
#comments .comment {
	margin : 0 0 8px 0;
}
#comments .comment blockquote {
	padding : 0;
	margin : 0;
}
#comments .comment .info_comment {
	clear:both;
	float:left;
	color : #333;
	padding : 2px 4px;
}
#comments .comment .num_comment {
	float:right;
	padding : 2px 4px;
}

#comments .type-normal .info_comment, #comments .type-admin .info_comment{ background : #dedede; }
#comments .comment .content_com { clear:both; padding : 2px 4px;border: 1px solid #ccc;background: #FFF;}
#comments .type-admin .content_com { background : #e8efd9; }
#comments .type-admin .content_com { padding : 2px 4px;border: 1px solid #cbd7ad;}
#form h2 {
	color : #333;
	font-size : 1.5em;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	letter-spacing : 2px;
	font-weight : lighter;
}
#form p.message_com {
	text-align : center;
	font-weight : bold;
	color : #333;
	margin : 8px 0 0 0;
	padding : 4px 0;
}
#form .form_left {
	float : left;
	margin : 0 20px 0 0;
}
#form .form_left input[type=text]{
	width: 200px;
	}
#form input[type=text]:hover, #form textarea:hover{
	cursor: pointer;
	}
#form label.lab_com{
	float: left;
	padding: 0 0 0 5px;
	}
#form textarea {
	width : 410px;
	float : right;
	height : 105px;
	margin : 0;
} 
#form .button{ margin : 20px 0 0 0; }
#form .button span.buttons { float: right; }
#form input[type=submit], #form input[type=reset] {
	background : #EEE;
	padding : 0px 5px 2px 5px;
	height: 26px;
}

#form input[type=submit]:hover{
	cursor: pointer;
	background : #5baa21;
	color: #FFF;
	}
#form input[type=reset]:hover{
	cursor: pointer;
	background : #c63e39;
	color: #FFF;
	}
  
/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width : 925px;
	margin : 20px auto 5px auto;
	background : #2f0b06;
	color : #FFF;
	padding : 0;
	height : 30px;
	clear : both;
}
#footer p {
	float : left;
	padding : 4px 8px;
}
#footer p.right {
	float : right;
	padding: 4px 8px;
}
#footer a {
	color : #DDD;
	text-decoration : none;
}
#footer a:hover {
	border-bottom : 1px dashed;
}


/* ---------------------
Tags
--------------------- */
.info_bottom a {
	padding-right: 10px;
	text-decoration : none;
}
.info_bottom a.active {
	font-weight : bold;
	color : #b50000;
}
/* ---------------------
Capcha
--------------------- */
.capcha-letter {
	font-weight : bold;
	color : #b50000;
}
.capcha-word {
	padding:5px;
	background:#eee; 
	border:1px solid #fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color:#333;
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
	letter-spacing:2px;
}


/* ---------------------
galerie
--------------------- */
ul.galerie  {
	margin: 0;
	padding: 0;
	text-align:center;
}
#content ul.galerie li {
	float:left;
	margin: 0px 0 20px 0; /* changer 20px pour modifier le nombre d'images par colonne */
	padding: 0;
	list-style: none;
	width: 200px; /* tailles des miniatures */
	height: 100px;
}
#content ul.galerie li img {
	border: 1px #dedede solid; /* bordure autour des images */
	padding: 3px 3px 3px 3px;
}


.lecteurInstrument{
  margin-left: 38px;
}


/* ---------------------
Border-radius CSS3
--------------------- 
#menu, #footer, #content .post, #form input, #form textarea, #comments .comment .content_com, #content .infos
	{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	}

#sidebar h2
	{
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	}
#sidebar ul
	{
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;
	}
*/