
   

/* Header
 -------------------------------------------------------------- */
#header{
	height: 245px;
	background: #a71c92 url(../images/header.jpg) 0 0 no-repeat;
	position: relative;
}
body.home #header, body.attachment #header{
	background: #a71c92 url(../images/header-home.jpg) 0 0 no-repeat;
}
#header h1#blog-title{
	margin-bottom: 0;
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px 0 0 10px;
	color: #808080;
}

#header #best-cat{
	position: absolute;
	left: 30px;
	bottom: 17px;
	height: 50px;
	overflow: hidden;
}
#header #best-cat ul{
	list-style:none;
	margin:0; 
	padding:0;
}
#header #best-cat ul li{
	display: inline;/*hack ie6*/
}
#header #best-cat ul li a{
	display: block;
	float: left;
	color: white;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 6px 12px 6px;
	margin: 0 3px 0 3px;
	font-size: 14px;
}
#header #best-cat ul li a:hover{
	/*color: #A71C92;*/
	/*background: none;*/
	border-bottom: 3px solid #800666;
}
#header .introd{
	position: absolute;
	display: block;
	width: 330px;
	top: 60px;
	left: 620px;
	color: #666;
}
#header #searchform{
	position: absolute;
	top: 10px;
	left: 640px;
}
#header #searchform #s{
	background: transparent;
	width: 165px;
	border: none;
	font-weight: bold;
	color: #900F79;
}
#header #searchform .button{
	background: transparent;
	width: 30px;
	border: none;
}

#header #sub-menu1{
	position: absolute;
	left: 10px;
	bottom: 55px;
	height: 60px;
	overflow: hidden;
}
#header #sub-menu1 ul{
	list-style:none;
	margin:0; 
	padding:0;
}
#header #sub-menu1 ul li{
	display: inline;/*hack ie6*/
}
#header #sub-menu1 ul li a{
	display: block;
	float: left;
	text-align: center;
	color: #464646;
	font-weight: bold;
	text-decoration: none;
	padding-top: 25px;
	width: 92px;
	font-size: 1em;
}
#header #sub-menu1 ul li a:hover{
	color: #464646;
	background: none;
	border-top: 2px solid #A71C92;
}




#header #sub-menu2{
	position: absolute;
	right: 30px;
	bottom: 73px;
	height: 34px;
	overflow: hidden;
}
#header #sub-menu2 ul{
	list-style:none;
	margin:0; 
	padding:0;
}
#header #sub-menu2 ul li{
	display: inline;/*hack ie6*/
}
#header #sub-menu2 ul li a{
	display: block;
	float: left;
	height: 34px;
	width: 40px;
	text-decoration: none;
	padding: 0 20px;
}
#header #sub-menu2 ul li a.ico1{
		background: transparent url(../images/ico-news.jpg) 0 -34px no-repeat;
}
#header #sub-menu2 ul li a.ico2{
		background: transparent url(../images/ico-videos.jpg) 0 -34px no-repeat;
}
#header #sub-menu2 ul li a.ico3{
		background: transparent url(../images/ico-photos.jpg) 0 -34px no-repeat;
}
#header #sub-menu2 ul li a.ico1:hover{
		background: transparent url(../images/ico-news.jpg) 0 0 no-repeat;
}
#header #sub-menu2 ul li a.ico2:hover{
		background: transparent url(../images/ico-videos.jpg) 0 0 no-repeat;
}
#header #sub-menu2 ul li a.ico3:hover{
		background: transparent url(../images/ico-photos.jpg) 0 0 no-repeat;
}



/* Barre laterale (Single, page et archive)
 -------------------------------------------------------------- */
div.sidebar li {
    list-style: none;
    margin: 0 0 2em;
	color: white;
	/*clear: both;*/
}
div.sidebar li form {
    margin: 0.2em 0 0;
    padding: 0;
}
div.sidebar ul ul {
    margin: 0;

}
div.sidebar ul ul li {
    list-style: none;
    margin: 0;
}
div.sidebar ul ul ul {
    margin: 0 0 0 0.5em;
}
div.sidebar ul ul ul li {
    list-style: circle;
}
div.sidebar ul {
    list-style: none;
    margin: 0;
}

div.sidebar ul li {
    background-color: #151515;
	padding-bottom: 5px;
}
div.sidebar ul li h3,.wall-single h3 {
    /*background-color: green;*/
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #cdcdcd;
    padding: 6px 6px 0 22px;
	background: transparent url(../images/puce-titre-sidebar.jpg) 6px 7px no-repeat;
}
div.sidebar ul li ul, div.sidebar ul li ul li{
    background-color: transparent;
	padding-bottom: 0;
	/*list-style-position:inside;*/
}
div.sidebar ul li ul{
    background-color: #2a2927;/*#2a2927;*//*#464646;*/
	margin: 5px;
	padding: 3px;
	/*list-style-position:inside;*/
}
* html div.sidebar ul li ul li{
    display: inline;
}
div.sidebar ul li ul li a{
    display: block;
	color: white;
	text-decoration: none;
	padding: 0 0 0 15px;
	background: transparent url(../images/puce-li-sidebar.jpg) 0 4px no-repeat;
	/*margin-bottom: 3px;*/
}
div.sidebar ul li ul li a:hover{
    background-color: gray;
}

/* ______( Top 5 + recents )______ */
div.sidebar ul li.widget_top5 ul, div.sidebar ul li#mynew ul{
    background-color: transparent;
	margin: 0;
	padding: 0;
}
div.sidebar li.widget_top5 ul li a, div.sidebar ul li#mynew ul li a{
    padding: 0;
	background: none;
	font-size: 0.9em;
	background-color: #2a2927;
	margin: 5px;
	padding: 3px;
	overflow: hidden;
	height: 50px;
}
div.sidebar li.widget_top5 ul li a:hover, div.sidebar ul li#mynew ul li a:hover{
    background-color: gray;
}
div.sidebar ul li.widget_top5 ul li a strong.h4, div.sidebar ul li#mynew ul li a strong.h4{
    color: #FB7DC7;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.1em;
}
div.sidebar ul li#mynew ul li a strong.h4{
	display: block;
} 
div.sidebar ul li#mynew ul li a strong.h4{
    background: transparent url(../images/new.png) 0 0 no-repeat;
	padding-left: 20px;
}
div.sidebar li.widget_top5 ul li a img{
    float: left;
	padding-right: 3px;
}
/* ______( attachement 1 )______ */
div.sidebar li.widget_navthumb .gallerythumb{
	/*list-style: none;*/
	/*margin:0;*/
	/*padding:0;*/
	/*padding:0;*/
	/*padding:5px 0 0 5px;*/

}
div.sidebar li.widget_navthumb .gallerythumb li{
	display: block;
	float: left;
	text-align: center;
	/*margin:3px; */
	/*padding:3px;*/
	width: 33%;
	/*clear: none;*/
}
div.sidebar li.widget_navthumb .gallerythumb a{
	background: none;
	display: inline;
	margin:0; 
	padding:0;
}
div.sidebar li.widget_navthumb .gallerythumb a:hover img{
	border: 2px solid #700048;
}
div.sidebar li.widget_navthumb .gallerythumb a img{
	height: 50px;
	width: 50px;
	border: 2px solid gray;
	margin:0; 
	padding:0;
}
div.sidebar li.widget_navthumb .gallerythumb a.thumbactu img{
	border: 2px solid red;
}
/* ______( attachement 2 )______ */
.wall-single{
	margin: 0 0 2em;
	 background-color: #151515;
	padding-bottom: 5px;
	
}
.wall-single ul{
    background-color: #2a2927;
	margin: 5px;
	padding: 5px 3px;
	height: 65px;
	overflow: hidden;
}
.wall-single ul li img{
    height: 65px;
	width: 65px;
}
.wall-single ul li{
	display: block;
	float: left;
	text-align: center;
	width: 20%;
}
.wall-single ul.videothumb{
    background-color: #2a2927;
	margin: 5px;
	padding: 5px 3px;
	height: 250px;
	overflow: hidden;
}
.wall-single ul.videothumb li{
	display: block;
	float: left;
	text-align: center;
	width: 100%;
}

/* ______( Commentaires récents )______ */
div.sidebar li.widget_mycoms ul li a{
	padding: 0;
	background: none;
	border-bottom: 1px dotted gray;
	display: inline;
}
div.sidebar li.widget_mycoms ul li span{
	font-weight: bold;
	padding-left: 20px;
}
div.sidebar ul li.widget_mycoms ul{
    background-color: transparent;
	margin: 0;
	padding: 0;
}
div.sidebar li.widget_mycoms ul li{
    padding: 0;
	background: none;
	/*font-size: 0.9em;*/
	background-color: #2a2927;
	background: #2a2927 url(../images/comment.png) 3px 5px no-repeat;
	margin: 5px;
	padding: 3px;
	overflow: hidden;
	color: #FB7DC7;
}

/* ______( Abonnement )______ */

div.sidebar ul li.widget_myabo ul{
    background-color: transparent;
	margin: 0;
	padding: 0;
}
div.sidebar li.widget_myabo ul li.abomail, div.sidebar li.widget_myabo ul li.aborss a{
    padding: 0;
	background: none;
	background-color: #2a2927;
	margin: 5px;
	padding: 3px;
	overflow: hidden;
	display: block;
}
div.sidebar li.widget_myabo ul li.abomail span{
    padding-left: 20px;
	background: transparent url(../images/email_go.png) 0 0 no-repeat;
}
div.sidebar li.widget_myabo ul li.abomail p{
    padding: 0;
	margin: 0;
}
div.sidebar li.widget_myabo ul li #rssgo{
	padding: 0;
}
div.sidebar li.widget_myabo ul li #rsstext{
	padding: 2px;
	width: 120px;
}
div.sidebar li.widget_myabo ul li.aborss a{
	background: #2a2927 url(../images/rss.png) 5px 5px no-repeat;
	padding-left: 42px;
}
div.sidebar li.widget_myabo ul li.aborss a:hover{
	background-color: gray;
}

/* Contenu (Single et page)
 -------------------------------------------------------------- */

.mysingle .footer_central{
	background-color: #EFEFEF;
	height: 15px;
	display: none;
}

.mysingle #content h3{
	color: #900f79;
	background-color: #ffffff;
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0;
}
.mysingle #content .multicontenair{
	padding: 5px 0 0 22px;
	background-color: #EFEFEF;
}
.mysingle #content .sous-post{
	margin-top: 20px;
	/*border: 1px solid gray;*/
	/*background-color: #DEDEDE;*/
}
.mysingle #content .sous-post h3{
	background-color: #151515;
	padding: 2px;
	color: #cdcdcd;
}
.mysingle .mysimilaire{
	/*list-style:none;*/
	/*list-style-type:square;*/
	margin:0;
	padding: 5px 0;
}
.mysingle .mysimilaire li{
	padding: 0px 0;
	font-size: 0.9em;
	color: #808080;
}
.mysingle .mysimilaire h4{
	margin: 0;
	font-weight: bold;
	font-size: 1em;
}
.mysingle .myswf{
	padding: 5px;
	background-color: #EFEFEF;
	height: 425px;
	margin: 10px 0;
	clear: both;
}

.mysingle img.size-medium, .mysingle img.attachment-medium{
	border: 5px solid #EFEFEF;
	width: 510px;
}
.mysingle .entry-meta img{
	vertical-align: middle;
}


/*________(Gallery 1)___________*/
.mysingle div.gallery {
	clear:both;
	/*height:160px;*/
	margin:1em 0;
	width:100%;
}

.wp-caption-text, .gallery-caption{
font-style:italic;
}

.mysingle div.gallery dl{
	margin:0.5em auto;
	overflow:hidden;
	text-align:center;
	float: left;
}

.mysingle div.gallery dl img{
	border: 5px solid #EFEFEF;
}
.mysingle div.gallery dl.gallery-item {
	width: 33%;
}




/*_________________(Attachement)__________*/
.myattachement .entry-attachment img{
	border: 5px solid #EFEFEF;
}
.myattachement #content{
	padding: 0;
	background-color: transparent;
}
.myattachement div#nav-images {
	height:150px;
	padding: 5px;
	margin:1em 0;
}

.myattachement div.navigation {
	/*height:1.25em;*/
}
.myattachement div.navigation div.nav-previous {
	float: left;
	text-align: left;
}
.myattachement div.navigation div.nav-pub {
	float: left;
	text-align: center;
	width: 400px;
	height: 150px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	/*line-height: 50px;*/
	vertical-align: middle;
}
.myattachement div.navigation div.nav-pub a.graspub{
	font-size: 1.3em;
	font-weight: bold;
}
.myattachement div.navigation div.nav-next {
	float:right;
	text-align:right;
}

#pbaff{
	margin-bottom: 10px
}
#affall{
	text-align: center; 
	font-size: 1.3em; 
	margin-bottom: 15px;
	overflow: hidden;
}

/* Commentaires (Single et page)
 -------------------------------------------------------------- */
#comments{
	/*background-color: blue;*/
	padding-top: 20px;
}
#comments ol{
 	list-style: none;
}
.comment{
	/*background-color: gray;*/
	padding-top: 20px;
}
.comment p{
	margin-bottom: 3px;
	padding: 0 3px;
}
.comment img.avatar{
	margin:0;
	padding: 0;
	vertical-align: middle;

}
.comment .comment-meta{
	background-color: #DEDEDE;/*#dedede;*/
	background: #DEDEDE url(../images/comment.png) top right no-repeat;
	border-right: 3px solid #FF80C9;
	padding: 2px 5px;
}
.comment.comment-author-admin .comment-meta{
	background-color: #FF80C9;
	border-right: 3px solid #bfbfbf;
}
.comment-meta a{
	text-decoration: none;
}
#comments textarea { width: 300px; height: 150px; padding:5px; }

textarea, input{
	background-image: url(../images/fond-champs.jpg);
}
.formcontainer{
	padding: 5px 25px;
	background-color: #EFEFEF;
}
#comments-list{
	margin-bottom: 20px;
}
#comments-list ol{
	background-color: #EFEFEF;
	padding: 0 0 10px 0;
	margin: 0;
}

.byuser {}
.comment-author-admin {}
.bypostauthor {}
.alt {}

/* Contenu (Tags, Date, section)
 -------------------------------------------------------------- */
.myarchive .archive-list{
	border-top: 1px dotted gray;
	position: relative;
	clear: both;
}
.myarchive .archive-list .entry-content img{
	float: left;
	padding: 2px 5px 5px 0;
}
.myarchive .archive-list .entry-meta{
	clear: both;
}
.myarchive .archive-list .entry-title{
	font-size: 1em;
	display: inline;
	margin:0;
	padding: 0 0 0 10px;
}
.myarchive .archive-list .entry-cat{
	/*font-style: italic;*/
	display: block;
	position: absolute;
	top: 3px;
	right: 0;
}
.myarchive .archive-list .entry-date{
	background: transparent url(../images/note.png) 0 0 no-repeat;
	padding-left: 18px;
}
.myarchive .archive-list a.nostyle{
	text-decoration: none;
	display: block;
	padding: 3px 0;
}
.myarchive .archive-list a.nostyle:hover, .myarchive .archive-list a.nostyle:hover h3, .myarchive .archive-list .js-ahover{
	background-color: #900f79;
	color: white;
}
.myarchive .archive-list .entry-hide{
	display: none;
	height: 85px;
}
.myarchive .archive-list .js-hover{
	background-color: #2A2927;
	color: white;
}
.myarchive .archive-list.myshow{
	padding-top: 10px;
}
.myarchive .archive-list.myshow .entry-hide{
	display: block;
}
.myarchive .archive-list.myshow .entry-atitle, .myarchive .archive-list.myshow .entry-atitle h3{
	font-weight: bold;
}
.myarchive .navigation{
	clear: both;
}
/*___( style alt pour thum)_________*/
.archivethumb .archive-list{
	border: 1px solid #cfcfcf;
	background-color: #efefef;
	float: left;
	margin: 0 5px 5px 0;
	width: 90px;
	padding: 3px;
	font-size:.8em;
}
.archivethumb .archive-list a{
	text-decoration: none;
}
.archivethumb .entry-title, .entry-desc{
	display: block;
	height: 30px;
	overflow: hidden;
	border-bottom: 1px dotted #2A2927;
}

/* Accueil
 -------------------------------------------------------------- */

.myhome .home-feat img, .myhome .home-last img{
	float: left;
	padding: 0 5px 0 0;
}
.myhome #content{
	padding: 0;
	background-color: transparent;
}
.myhome .home-feat a{
	display: block;
	background-color: #EFEFEF;
	padding: 10px;
	height: 92px;
}
.myhome .first-h2{
	margin-top: 0;
}
.myhome .home-last a{
	display: block;
	padding: 10px;
	background-color: #EFEFEF;
	margin-bottom: 5px;
	overflow: hidden;
}
.myhome h3,.myhome strong.h3{
	margin-bottom: 3px;
	font-size: 1em;
	font-weight: bold;
	color: black;
	display: block;
	background-color: #EFEFEF;/* alert */
}
.myhome h2,.last-h2{
	margin: 20px 0 0 0;
	font-size: 1.2em;
	text-transform: uppercase;
	background-color: #151515;
	padding: 2px 0 1px 0 ;
	color: #cdcdcd;
	font-weight: bold;
	text-align: left;
}
.myhome .home-center{
	/*background-color: gray;*/
}
.myhome .home-top{
	padding: 10px;
	background-color: #EFEFEF;
}
.myhome .home-top .h3{
	background: transparent url(../images/bullet_star.png) -5px 0 no-repeat;
	padding-left: 10px;
	margin-bottom: 0;
}
.myhome .home-top-item{
	border-bottom: 1px dotted gray;
	padding: 3px 0;
	height: 50px;
	overflow: hidden;
}
.myhome .home-top-item img{
    float: left;
	padding-right: 3px;
}


.myhome .home-micro{
	padding: 10px;
	background-color: #EFEFEF;
}
.myhome .home-micro .h3{
	background: transparent url(../images/bullet_go.png) -5px 0 no-repeat;
	padding-left: 10px;
}
.myhome .home-micro-item{
	border-bottom: 1px dotted gray;
	padding: 1px 0;
	display: block;
}

.home-bandeau{
	/*padding: 10px 25px;*/
	width: 920px;
	overflow: hidden;
	text-align: center;
	background-color: #EFEFEF;
}

.home-bandeau .mythumb {
	/*padding: 10px 25px;*/
	margin: 5px 0;
	margin-left: 8px;
}
#mybandeau{
	padding: 0 15px;
}



a.link-block{
	display: block;
	text-decoration: none;
}
a.link-block:hover,a.link-block:hover h3, a.link-block:hover strong.h3{
	background-color: #A71C92;
	color: white;
}
.home-last a.link-block{
	height: 70px;
}
.pub150{
	height: 137px;
	background-color: #EFEFEF;
	text-align: center;
}
.pub150 div{
	padding: 6px 0 0 12px;
	/*height: 137px;
	width: 150px;*/
}



/* Archives
 -------------------------------------------------------------- */
.myarchives #content h3{
	color: #900f79;
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0;
	background-color: #151515;
	padding: 2px;
	color: #cdcdcd;
}
.myarchives #monthly-archives, .myarchives #category-archives, .myarchives #yearly-archives{
	padding: 5px 0 0 22px;
	background-color: #EFEFEF;
	margin-bottom: 20px;
}
.myarchives #archives-page{
	list-style-type: none;
}
.myarchives #archives-page li{
	padding: 0;
}
.myarchives #archives-page ul{
	list-style-type: square;
}

.ddsg-wrapper ul li{
	padding: 5px;
	background-color: #EFEFEF;
	margin-bottom: 20px;
	list-style-type: none;
}
.ddsg-wrapper ul li ul li{
	padding: 2px;
	background-color: transparent;
	margin-bottom: 0px;
	list-style-type: square;
}

/* Footer
 -------------------------------------------------------------- */
#footer{
	background: transparent url(../images/footer.jpg) bottom left no-repeat;
	height:40px;
	text-align: center;
}
body.home #footer, body.attachment #footer{
	background: transparent url(../images/footer-white.jpg) bottom left no-repeat;
}
body.home #footer{
	height: 160px;
	padding-bottom: 10px;
}
.outrod{
	display: block;
	color: #666;
	background-color: #700048;
	text-align: center;
}

/* Contact
 -------------------------------------------------------------- */
 
 

	
.pageid-200 form dl, dl.labels {
  margin:0em;
  font-size:100%;
  margin-top:0.5em
}
.pageid-200 form dt, dl.labels dt {
  float:left;
  
  width:10em;
  margin-bottom:0.8em;
  color:#555;
  text-align:right;
  font-weight:normal;
  position:relative /*IEWin hack*/
}
.pageid-200 form dd, dl.labels dd {
  margin-left:10.5em;
  margin-bottom:0.8em;
  font-size:100%;
  font-style:normal;
  padding-left:0.5em
}
.pageid-200 form dd.submit, dl.labels dd.submit  {
  margin-top:2em
}



/* Effets divers
 -------------------------------------------------------------- */
 
body{
	margin-top: 0;
	/*background: #700048;*/
	background: #700048 url(../images/fond-body3.jpg) 0 0 repeat-x;
}
.container {
  background: white url(../images/fond-contenu.jpg) 0 0 repeat-y;
}
body.home .container, body.attachment .container {
  background: black url(../images/fond-contenu-home.jpg) 0 0 repeat-y;
}
a{
	color: #a71c92;
	background-color: transparent;/* alert */
}
a:focus, a:hover{
	background-color: #a71c92;
	text-decoration:none;
	color: white
}

h2.entry-title{
	color: #900f79;
	background-color: transparent;/* alert */
	font-size: 1.5em;
}
div.navigation{
	margin-top: 5px;
	padding: 2px 5px;
	background-color: #EFEFEF;
	background-color: #700048;
	color: #fefefe;
	font-weight: bold;
}
div.navigation .nav-next{
	float: right;
}
div.navigation a{
	text-decoration: none;
	color: #fefefe;
}
#content{
	padding: 15px;
	/*background-color: white;*/
}
#container{
	padding-left: 15px;
	padding-right: 10px;
}

.entry-meta{
	padding: 5px 5px;
	background-color: #EFEFEF;/*#dedede;*/
	clear: both;
}
.entry-meta a{
	padding: 5px 1px;
	text-decoration: none;
}
.sous-meta{
	padding: 2px 5px;
	background-color: #EFEFEF;
	width: 400px;
	margin: 0 auto;
	border-top: 1px dotted #cdcdcd;
	/*display: none;*/
}
.entry-metatags a{
	padding: 5px 1px;
	text-decoration: none;
}
.myfond{
	background-color: #EFEFEF;
}
.myfond h3 a{
	display: block;
	text-align: center;
	padding-bottom: 5px;
}

a:focus{ color: gray; background-color: transparent}


input.text:focus, input.title:focus,textarea:focus, select:focus {
  border:1px solid #FF80C9;
}




/* Indentation instead of line shifts for sibling paragraphs. */
/*.entry-content p + p { text-indent:2em; margin-top:-1em; }
.entry-content form p + p  { text-indent: 0; }*/ /* Don't want this in forms. */

/* For great looking type */
.beauty { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}

/* Small font */
p.incr, .incr p {
	font-size: 10px;
	line-height: 1.44em;  
	margin-bottom: 1.5em;
}

p img { float: none; margin: 0; padding: 0; }
