/*styles pour adaptation template mus1------------------------*/
/* Le contenu
-------------------------------------------------------- */
/*.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}*/

#contenu #page p.post-info{
	margin-top: 0;
	color: #000;
	background: transparent;
	padding-bottom: 1ex;
	font-style:italic;
	/*border-bottom: 1px solid #FC0;*/
}

#contenu #page p.post-info a{
	color: #000;
	background: transparent;
	text-decoration: none;
	font-style:italic;
}
#contenu #page p.post-info a:hover{
	text-decoration:underline;
}

/*.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}
*/
.post-info-co{
	text-align: right;
}
/*
#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}*/
/* formulaire et prévisualisation----------------------------------------------*/
pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

#page input, #page textarea{
	border: 1px solid #999;
}

textarea{
	width: 90%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.form-help{
	font-style:italic;
}
/*styles pour le module de sondage----------------------------*/
#sondage {
background-color:#545454;
}
#sondage h2 {
text-align:center;
color:#FF9339;
margin:0;
padding:0;
}
#poll {
	margin:4px;
}
#contenu #sondage #poll p.poll_reponse {
	margin-bottom: 0;
}
#contenu #sondage #poll div.poll_bar_ext {
	margin: 0;
	padding: 0;
	background: none;
	
	width: 100px; /*100 devient 140*/
	height: 10px;
	text-align: left;
	border: 1px solid #FF9339;
}
#contenu #sondage #poll div.poll_bar_int {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	
	height: 10px;
	background-color: #FF9339;
}
#contenu #sondage #poll p#poll_question{
padding:0;
margin:0;
	text-align:center;
 	font-weight:bold;
	/*border-top:1px solid #fff ;*/
	border-bottom:1px solid #fff ;
}
#contenu #sondage #poll fieldset{
	text-align:left;
	border:none;
}
#contenu #sondage #poll input.submit{
	border:none;
}

/*recherche sur blog-------------------------------*/
#contenu #search {
	position:absolute;
	left:461px;
	top:106px;
	margin:0;
	padding:0;
	border:none;
}

#conteneur #search fieldset label {
	color:#EC4FCC;
}
#conteneur #search fieldset p{
color: #000000;
background-color: #ffffff;
display:block;
margin:4px 8px 4px 8px;
padding:0;
vertical-align:middle;
height: 1.7em;
width: 126px;
}


#conteneur #search form fieldset input#qw{
	padding:0;
	margin:0;
	border:none;
	width: 90px;
	color: #0993ba;
}
#conteneur #search form fieldset p img {
	padding:0;
	margin:0;
}



