/* - - - - - - - - - - - - - - - - - - - - -

Theme Name: Loisirs creatifs Com2Filles
Theme URI: http://www.seomix.fr
Description: Le theme de Com2Filles, par Daniel Roch
Version: 1
Author: Daniel Roch
Author URI: http://www.seomix.fr

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

/* ----- Reset ----- */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}


* {  
 
} 

html{
}	
body{
     /*background: url('images/bg.png') repeat-x #7E9A24;*/
     background-color:#fff;
     margin: 0;
     padding: 0;
     font-family: Verdana, Arial;
}
/* ----- HEADINGS ----- */

h1, h2, h3, h4 {
    font-family: Arial, Verdana, Tahoma;
    color: #53155a;
}

h1 a, h2 a, h3 a, h4 a {
   color: #53155a;   
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
   color: #96b631;   
}

h1{
   font-size: 30px;
   line-height: 35px;
   padding-bottom: 20px;
}
h2{
   font-size: 25px;
   line-height: 30px;
   padding-bottom: 15px;
}
h3{
   font-size: 20px;
   line-height: 25px;
   padding-bottom: 10px;
}
h4{
   font-size: 15px;
   line-height: 20px;
   padding-bottom: 7px;
}
#main-accueil h1 {
  font-size:1.4em;
  line-height:1.2em;
  margin:5px;padding:0;
  color:#6e027c;}
  
#main-accueil h2 {
  font-size:1.2em;
  line-height:1em;
  margin:5px 5px 15px 5px;padding:0;
  color:#a2ba3e;}

#main-accueil p {color:#6e027c;}
#main-accueil a {color:#a4bd3d;}
#main-accueil a:hover {color:#6e027c;}


  
/* ----- PARAGRAPHS ----- */

p{
      font-size: 12px;
	  line-height: 16px;
      margin-bottom: 10px;
      color: #777070;
}



/* ----- LISTS ----- */

li{
   list-style-type: square;
   font-size: 12px;
   line-height: 18px;  
   color: #777070;
}

ol{
   font-size: 12px;
   line-height: 18px;
   margin-bottom: 10px;
   margin-left: 50px;
   color: #777070;
}

ul{
   list-style-type: square;
   font-size: 12px;
   line-height: 18px;
   margin-bottom: 0px;
   margin-left: 50px;
   color: #777070;
}
ol li{
   list-style-type: decimal;
   font-size: 12px;
   line-height: 18px;
}
ul li{
   list-style-type: square;
   font-size: 12px;
   line-height: 18px;
}

/* ----- BLOCKQUOTE ----- */

blockquote{
  margin:15px 10px 15px 60px;
  font-style: italic;
  border-left: 2px dotted #2c2c2c;
  padding-left: 12px;
  color: #6f6f6f;
}

/* ----- IMAGES ----- */

img{
    border: none;
    margin: 0;
    padding: 0;
}
img a{
    border: none;
}



/* ----- LINKS ----- */

a{
  text-decoration: none;
  color:#6e0279;
  outline: 0;
}
a:hover{
  color: #53155a;
}

/* ----- Wordpress ----- */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px;
}

.alignright {
   float: right;
   margin: 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding: 5px 10px 5px 0px;
   margin: 0px;
}

.wp-caption img {
   margin: 0 auto;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.wp-smiley{
	display: inline;
}

/* ----- CONTAINER ----- */

#container{
           width: 950px;
           margin-left: auto;
           margin-right: auto;


}

/* ----- HEADER ----- */

#header{
        height: 165px;
        background-color:#fff;

}
#headerhome{
        height: 185px;
        background-color:#fff;

}

/* ----- LOGO ----- */

#logo{
      display: inline;
      float: left;
      background-color:#fff;
}


/* ----- SEARCH-BOX ----- */

#search{
            display: block;
            float: left;
            width: 250px;
            height: 32px;
            background-color: #6e0279;
            border: 1px solid #0e0e0e;
            margin: 10px 0px 10px 0px;
            padding: 8px;
}


/* ----- SEARCH-BOX ----- */

#search-box{
            width: 180px;
            height: 22px;
            background-color: #ffffff;
            border: 1px solid #0e0e0e;
            color: #6e0279;
            padding: 4px 8px;
            font-weight:bold;
}


/* ----- SEARCH-BUTTON ----- */

#search-button{
               width: 47px;
               height: 30px;
               position: absolute;
               background-color: #ffffff;
               border-left: 1px solid #4b8873;
               border-right: 1px solid #4b8873;
               border-bottom: 1px solid #4b8873;
               border-top: 1px solid #7ac0a4;  
               color: #6e0279;  
               margin-left: 4px;
               font-weight: bold;
               cursor: pointer;
}

/* ----- CONTENT ----- */

.color{
  padding-top:30px;
  margin:0px;
  background-color:#fff;
}
/* ----- MAIN ----- */

#main{
      display: inline;
      float: right;
      width: 625px;
      margin: 0px 0px 30px 30px;
}
#main-accueil{
  width:907px;
  height:467px;
  display: block;
  float: left;
  margin:0;
	background:url(images/background-homepage.jpg) no-repeat;
}
.homesidebar {
	margin-top:-40px;
}
.decouvre-univers {
	float:right;
	margin-right:0px;
	width:225px;
	height:72px;
	background-color: transparent;
	background-image: url(images/decouvre-univers.jpg);
	background-repeat:no-repeat;
	margin-top:-20px;
}

.decouvre-univers:hover {background-image: url(images/decouvre-univers-hover.jpg);}


.decouvre-facebook {
	margin-top:140px;
	width:237px;
	height:139px;
	background-color: transparent;
	background-image: url(images/com2filles-facebook.jpg);
	background-repeat:no-repeat;
}
.mesliens {
  margin-left:324px;
  top:180px;
  position:absolute;
}
.boutona {
  background-color: transparent;
  background-image: url(images/bg-com2filles-hover);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0px 0px;
  height: 180px;
  width: 127px;
  font-size: 13px;
  font-weight: bold;
  line-height: 180px;
  color:#fff;
  text-decoration:none;
}
.boutona:hover {
  background-position: -162px 0px;
}
.boutonb {
  background-color: transparent;
  background-image: url(images/bg-com2filles-hover);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0px 0px;
  height: 190px;
  width: 139px;
  font-size: 13px;
  font-weight: bold;
  line-height: 180px;
  color:#fff;
  text-decoration:none;
}
.boutonb:hover {
  background-position: -288px 0px;
}
.boutonc {
  background-color: transparent;
  background-image: url(images/bg-com2filles-hover);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0px 0px;
  height: 180px;
  width: 122px;
  font-size: 13px;
  font-weight: bold;
  line-height: 180px;
  color:#fff;
  text-decoration:none;
  margin:0px;
}
.boutonc:hover {
  background-position: -160px -188px;
}
.boutond {
  background-color: transparent;
  background-image: url(images/bg-com2filles-hover);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0px 0px;
  height: 180px;
  width: 145px;
  font-size: 13px;
  font-weight: bold;
  line-height: 180px;
  color:#fff;
  text-decoration:none;
}
.boutond:hover {
  background-position: -290px -188px;
}
.texteaccueil {
  float:left;
  font-size: 12px;
  color: #777070;
}





/* ----- FEATURED ----- */

#featured{

}


/* ----- ENTRY ----- */

.entry{     
       background: url('images/entry-bg.png') repeat-y;
       padding: 5px 35px 5px 15px;
}

.entry-top{
           width: 600px;
           height: 20px;          
}

.entry-bottom{
           width: 600px;
           height: 20px;
           margin:0 0 30px 0;
}

.info a{
       color: #6e0279;
}

.info a:hover{
       color: #3e0644;
}
.title{
       text-transform: capitalize;
       border-bottom: 1px solid #e8e8e8;
       font-size: 24px;
       line-height: 24px;
       margin-bottom: 15px;
       padding-bottom: 7px;
}

.title h2{
    padding-bottom: 0;   
}
.thumb img {
       display: inline;
       float: left;
       padding: 7px;
       border: 1px solid #c0bfbf;
       margin: 0 15px 10px 0;
       background-color: #fcfcfc;
}


.text{
      font-size: 12px;
	  line-height: 20px;
}

.text p{
      margin-bottom: 10px;
      line-height: 20px;
}




.text img{
	padding: 4px;
  border: 1px solid #c0bfbf;
  margin: 0 5px;
}

.more-link {
      margin: 10px 10px 0px 0px;
      overflow: hidden;
      float:right;
      display: block;
      width: auto;
      height: 22px;
      width:100px;
      padding-left: 10px;
      font-size: 10px;
      text-transform: uppercase;
      background-color: #6e0279;
      color: #ffffff;
      font-weight: bold;
      cursor: pointer;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
}

.more-link:hover {
		background-color: #7e9a24;
		color: #ffffff;
		text-decoration: none;
}

.clear {
	clear:both;
}


/* ----- NAV ----- */
/* Navigation bas de page */
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #4c412a;
	color: #4c412a;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #4c412a;
	color: #4c412a;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #ffffff;
	background-color: #6e0279;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #4c412a;
	color: #ffffff;
	background-color: #6e0279;
}
.wp-pagenavi {
	position: absolute;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	margin-bottom:10px;
}
.navigation {
	margin-bottom: 20px;
	padding-top: 0pt;
	padding-bottom: 25px;
	background-color: transparent;
	background-image: url(images/bg-strip.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt 100%;
	}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	border: 1px solid #000000;
	color: #ffffff;
	background-color: #6e0279;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
/* ----- LEFT ----- */

#left{
      display: inline;
      float: left;
      width: 295px;
      margin: 0 0 30px 0;
}

/* ----- SIDEBAR ----- */

#sidebar{
  width: 295px;
  background: url('images/sidebar-bg.png') repeat-y;
  padding: 0 25px 0px 12px;
  margin:0px 0px 0px 10px;
}
#sidebar img {
  padding: 0px;
  margin:0px;
}
#sidebar-top{
  width: 295px;
  margin:-7px 0px 0px 10px;
  height:34px;     
}
#sidebar-bottom{
  width: 295px;
  margin:0px 0px 0px 10px;
}
#sidebar li{
  list-style-type: none;
  margin: 0;
}


/* ----- WIDGET ----- */

.widget{
  padding-bottom: 20px;
  padding-right:25px;
}

.widget h3{
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        background-color: #2c2c2c;
        color: #b4b4b4;
        padding: 3px 3px 3px 10px;
        margin-bottom: 10px;
}

.widget h2{
        text-transform: uppercase;
        font-size: 12px;
        line-height: 12px;
        font-weight: bold;
        background-color: #6e0279;
        color: #ffffff;
        padding: 10px;
        width:250px;
        *width:260px;
        margin:0px 0px 10px 0px;
        *margin:0px 0px 10px -20px;
        *padding:5px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
}

.widget ul {
        padding-left: 5px;
        padding-bottom: 20px;
        margin: 0px 0px 0px 10px;
}

.widget ul li {
        font-size: 12px;
        line-height: 15px;
        color: #2c2c2c;
        background: url('images/bullet.png') left no-repeat;
        padding: 5px 0 5px 20px;
}


.widget a{
        color: #6e0279;
}

.widget a:hover{
  color: #53155a;
  font-weight:bold;
}


/* ----- CATEGORIES ----- */
#categories {
           padding-bottom: 20px;
}

#categories ul li{
            padding: 5px 0 5px 5px;
            border: none;  
            background: none; 
            margin-top: 5px;         
}

#categories ul{
            padding: 0;
            margin: 0;
            border: none;            
}

/*.cat-item a {
        font-size: 12px;
        line-height: 12px;
        background: url('images/bullet.png') left no-repeat;
        padding: 5px 0 0 20px;
}

.cat-item ul li a {
        font-size: 12px;
        line-height: 15px;  
        padding-left: 20px;  
        margin-left: 15px;   
}

.cat-item ul ul li a { 
        font-size: 12px;
        line-height: 15px; 
        padding-left: 20px;
        margin-left: 30px;
}
*/


/* Navigation */
#pagenav  {
	position: relative;
	z-index: 5;
	font-weight: bold;
  text-transform: uppercase;
  height: 40px;
  margin-top: 0px;
  margin-left:0px;
  background: #fff url(images/menu-pattern.gif) repeat-x 0 0;
}
#pagenav a:hover {
  border-top: 1px solid #v;
}
#pagenav .current_page_item {
	background: transparent url(images/menu-patternon.gif) repeat-x 0 0;
	border-right: none;
	margin-left: 0px;
}
#pagenav .current_page_item a {
	color: #6e0279;
}
#pagenav .current-cat {
	background: transparent url(images/menu-patternon.gif) repeat-x 0 0;
	border-right: none;
	margin-left: 0px;
}
#pagenav .current-cat a {
	color: #53155a;
}
#pagenav .current-cat-parent {
	background: transparent url(images/menu-patternhigh.gif) repeat-x 0 0;
	border-right: none;
	margin-left: 0px;
}
#pagenav li {
  display:inline;
  margin: 0;
  font-size: 10px;
  line-height:40px;
	float: left;
  border-right: 1px solid #e4e5e5;
  background: transparent url(images/menu-pattern.gif) repeat-x 0 0;
}
#pagenav li:hover {
	background: transparent url(images/menu-patternhigh.gif) repeat-x 0 0;
}
#pagenav li a:link, #pagenav li a:visited  {
	display: block;
	text-decoration: none;
  padding: 0px 8px;
}
#pagenav li a span  {
	display: inline;
}
	#pagenav li ul li {
		padding: 0;
		margin: 0;
		font-size: 10px;
	}
		#pagenav li ul {
			position: absolute;	
			display: block;
			width: 150px;
			left: -999em;
			margin: 0px;
		}
		#pagenav li:hover ul {
			*position: static;
		}
		#pagenav li:hover ul, #pagenav li.sfhover ul {
			left: auto;		
		}
			#pagenav li li:hover ul ul, #pagenav li li.sfhover ul ul {
				left: -999em;
			}
			#pagenav li li li:hover ul, #pagenav li li li.sfhover ul {
				left: auto;			
			}
	#pagenav li ul ul {
		margin: -32px 0 0 160px;
	}
	#pagenav li:hover ul ul, #pagenav li.sfhover ul ul {
		left: -999em;
	}
	#pagenav li:hover ul, #pagenav li li:hover ul, #pagenav li.sfhover ul, #pagenav li li.sfhover ul {
		left: auto;
	}
	#pagenav li ul li a:link, #pagenav li ul li a:visited  {
		display: block;
		width: 150px;
		line-height: 32px;
		padding: 0px 0px 0px 10px!important;
	}
/* ----- TABBED ----- */

.tabbed {
width: 270px;
padding-top: 10px;
margin-bottom: 15px;
}

.tabbed ul, li, ul li{
        margin-left: 0;
}



    .tabnav {
                padding-bottom: 2px;
    }
	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 1px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
		padding: 8px 5px;
		*padding: 8px 2px;
		outline: none;
    background-color: #6e0279;
		color: #ffffff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
		}
		

		.tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background-color: #7e9a24;
		}
  
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
    text-decoration: none;
		color: #ffffff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
		}
		
	.tabdiv {
	margin-top: 2px;
	padding: 5px;
	}
	
		.tabdiv li {
		padding-left: 10px;
        padding-bottom: 5px;
		}

.ui-tabs-hide {
		display: none;
		}

.float-left {
            float: left;
            display: inline;
}




/* ----- FOOTER ----- */

#footer{
  background-color: #242424;
}
#footer a {
  color: #4b8873;
}
#footer a:hover {
  color: #004f34;
}
#footer-content{
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-left:10px;
}
#top{
  border-bottom: 1px solid #000000;
  padding-bottom: 2px;
  overflow: hidden;
  margin:0px 35px 0px 10px;
}


/* ----- SUBSCRIBE----- */

#subscribe{
           float: left;
           display: inline;
           width: 215px;
           margin-top: 15px;          
}


/* ----- RSS ----- */

#rss{
      overflow: hidden;
      text-indent: -9999px;
      width: 215px;
      height: 41px;     
}

#rss a{
      display: block;
      text-indent: -9999px;       
      background-color: transparent;
      background-image: url('images/footer.png');
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-position: 0px 0px;
      height: 41px;
      width: 215px;
      line-height: 41px;
}
#rss a:hover{
      display: block;
      text-indent: -9999px; 
      width: 215px;
      height: 41px;
      background-image: url('images/footer.png');
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-position: 0px -41px;
}


/* ----- MAIL ----- */

#mail{
      overflow: hidden;
      text-indent: -9999px;
      width: 215px;
      height: 41px;      
}

#mail a{
      display: block;
      text-indent: -9999px; 
      width: 215px;
      height: 41px;
      background-image: url('images/footer.png');
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-position: 0px -82px;
}

#mail a:hover{
      display: block;
      text-indent: -9999px; 
      width: 215px;
      height: 41px;
      background-image: url('images/footer.png');
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-position: 0px -123px;
}


/* ----- TWITTER ----- */

#twitter{
      overflow: hidden;
      text-indent: -9999px;
      width: 215px;
      height: 41px;
      border-top: 1px solid #454545;          
}

#twitter a{
      display: block;
      text-indent: -9999px;      
      width: 215px;
      height: 41px;
      background-image: url('images/twitter.png');
}

#twitter a:hover{
      display: block;
      text-indent: -9999px; 
      width: 215px;
      height: 41px;
      background-image: url('images/twitter2.png');
      text-indent: -9999px;
}

/* ----- ABOUT ----- */

#about{
       display: inline;
       float: right;  
       width: 650px;          
       margin-top: 25px;
}

#about p{
       font-style: italic;
       color: #4f4f4f;
}

#about h3{
       color: #4f4f4f;
}


/* ----- SPONSORS ----- */

#sponsors{
  padding-top: 10px;
  font-size: 12px;
  margin:0px 35px 10px 10px;
}

/* ----- COMMENTS ----- */

ol#comments-list {
          margin: 0;
          padding: 0;
          list-style-type: none;
}

#comments-list li{
  list-style-type: none;
  margin-bottom: 10px;
  padding: 10px;
  text-align:justify;
}

#comments-list a {
               color: #4b8873;
}

#comments-list a:hover {
               color: #004f34;
}
#data {
  width:450px;
  background-color:#DFFED9;
}
.cdata {
  padding: 10px;
  background-color: #f0f0f0;
}
.author {
  padding: 10px;
  background-color: #7e9a24;
}

.grv {
     float: left;
     display: inline;
     margin: 0; 
     padding: 0;
}

.grv img {
     padding: 2px;
     background-color: #ffffff;
     border: 1px solid #e0e0e0;
}

.cinfo {
       float: left;
       display: inline;
       margin-left: 10px;
}
.cinfo h4 {color:#777070;font-size:13px;}
.author h4 {color:#fff;}
.the_comment p {color:#000;}
.author .cinfo {
       float: left;
       display: inline;
       margin-left: 10px;
       color:#fff;
}

.the_comment {
  padding-top: 10px;
}


#form-right {
           float: left;
           display: inline;
           width: 250px;
}

#submit {
               height: 22px;
               font-size: 12px;
               line-height:14px;
               width:120px;
               text-transform: uppercase;
               background-color: #7E9A24;
               border: 1px solid #000000;  
               color: #fff;
               font-weight: bold;
               cursor: pointer;
}
#submit:hover {
               background-color: #6E0279;
}



.mybreadcrumb{
	font-size: 14px;
	text-align: left;
	padding: 0px;
	color: #ffffff;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:30px;
}
.mybreadcrumb a{
	color: #c9b0c9;
  font-weight:normal;
	text-decoration:underline;
}
.mybreadcrumb a:hover{
	color:#7e9a24;
}
.mybreadcrumbtop {
	margin:2px;	
}
.mybreadcrumbhome{
	font-size: 14px;
	text-align: left;
	padding: 0px;
	color: #6e0279;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:500px;
}
.mybreadcrumbhome a{
	font-weight:normal;
	text-decoration:underline;
}
.mybreadcrumbhome a:hover{
	color:#7e9a24;
}
.mybreadcrumbhometop {
	margin:2px;	
}


/* -----------Information sur l'article----------- */
.info {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px 0px;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	border-bottom: 1px solid #e8e8e8; 
}
.block {
  display: block;
  text-align:justify;
}
.block a {
  font-size: 0.85em;
}
.info span {
	margin-bottom: 0.5em;
}
.infotitre {
  text-decoration:underline;
  padding:0px 0px 0px 20px;
  font-size: 0.85em;
}
.infohead {
  color: #000000;
  font-size: 0.85em;
  font-weight: bold;
  text-align: left;
  margin-bottom:8px;
}
.info .date {
	background: transparent url(images/time.gif) no-repeat 0 -1px;
}
.info .author {
	background: transparent url(images/user.gif) no-repeat 0 -1px;
}
.info .comment {
	background: transparent url(images/comment.gif) no-repeat 0 -1px;
}
.info .cat {
	background: transparent url(images/cat.gif) no-repeat 0 -1px;
}
.info .tag {
	background: transparent url(images/cat.gif) no-repeat 0 -1px;
}
/* Social*/
.mysocial {
	padding: 30px 0px 20px 0px;
	width: 555px;
	display: block;
}
.mysocial h3 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin:0px;
	padding:0px;
}
.mysocialheader {
	margin-bottom:1em;
}
.mysocialbloc {
	text-align: left;
}
.socialisez {
	text-align: left;
	font-size: 14px;
	height:54px;
}
.socialisez a {
	text-decoration: none;
	color: #fff;
	padding: 2px;
  *line-height:10px;
  *height:10px; 
	margin: 2px 12px 2px 12px;
	background-color: #7E9A24;
	border: 1px solid #ddd;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.socialisez a:hover{
	background-color: #6E0279;
	padding: 2px 2px 2px 2px;
}
.socialisez img{
	vertical-align: middle;
}


.pub {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width:625px;
}	


.subscribe-to-comments label {
  line-height:40px;
  padding-left:5px;
}	

.menuaccueil {
  display:none;
}	

.myautortitle {
  text-align:right;
  margin:15px 5px 5px 0px;
}	
#ws_embed_code {
  float:left;
  line-height:normal;
  margin:-25px 10px 0 10px;
  border:0;
  padding:0;
  width:250px;
  font-size: 0;
}
#ws_embed_footer {
 width:250px;
 margin: 0 0 10px 0px;
 border-top:none;
 padding:0 0 2px 0;
 background:#4E0067;
 -moz-border-radius-bottomleft: 8px;
 -moz-border-radius-bottomright: 8px;
 -webkit-border-bottom-right-radius: 8px;
 -webkit-border-bottom-left-radius: 8px;
 border-bottom-left-radius: 8px;
}
#ws_embed_footer p {
  margin:0 2px 4px 0px;
  text-align:center;
  line-height:normal;
  font-family:Arial;
  font-weight:normal;
  font-style:normal;
  font-size:10px;
  color: #ffffff;
  background: #4E0067;
  width:100%;
}
#ws_embed_code object {
  background-color:transparent;
}	
.embedimg {
  border:0;
  padding:0;
  margin:0;
}	


/* ----- petit salon des filles ----- */
.colorv{ background-color:#6E0279;padding-top:30px;margin:0px;}
.category-petit-salon-des-filles {background-color:#fff;}
#category-petit-salon-des-filles {background-color:#fff;width:100%;}
#footer-contentv a {color: #fff;}
#footer-contentv a:hover {color: #928196;}
#footer-contentv{
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-left:10px;
}
#footer-contentv #about h3, #footer-contentv p, #footer-contentv #about p{color:#C9b0CE;}
#footer-contentv #rss a:hover {background-image: url('images/footerv.png');}
#footer-contentv #rss a {background-image: url('images/footerv.png');}
#footer-contentv #mail a {background-image: url('images/footerv.png');}
#footer-contentv #mail a:hover {background-image: url('images/footerv.png');}


.colorv .mybreadcrumbhome{
	font-size: 14px;
	text-align: left;
	padding: 0px;
	color: #C9b0CE;
	font-weight:bold;
	margin-bottom:15px;
}
.colorv .mybreadcrumbhome a{
	font-weight:normal;
	text-decoration:underline;
	color:#fff;
}
.colorv .mybreadcrumbhome a:hover{
	color:#C9b0CE;
}
.colorv .mybreadcrumbhometop {
	margin:2px;	
}


#mainalexis {
  background: url('images/background-alexis.jpg') repeat;
  height:auto;
  width:100%}
#alexis-content {
  position:absolute; 
  top:50%;
  left:50%;
  width:500px;
  text-align:center;
  margin-top: -140px; /* moitié de la hauteur */ 
  margin-left: -250px; /* moitié de la largeur */ }