/*
Theme Name: twentyeleven_child
Theme URI: URL du site
Description: Une description du th�me
Author: Ciginfo
Template: twentyeleven

*/
@import url('../twentyeleven/style.css');

/*Largeur du texte dans colonne accueil et page par defaut*/
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
    width: 95%;
}

/*Place le bouton Edit là où l'on veut*/
.singular .entry-meta .edit-link a {
    bottom: auto;
    left: 30px;
    position: absolute;
    right: auto;
    top: 10px;




/* 2 videos cote à cote */
#video { width:100px; height:300px; background-color: #00FF00; float:left; }

#videos { width:100px; margin-left:20px; height:300px; margin-left:20px; background-color:#FF00FF; float:left; }


#textsize {
opacity:0.4;
float:right;
margin-right:0px;
margin-top:3px;
padding:0px;
width:155px;
}
#textsize:hover {
opacity:1;
}
#textsize a {
text-decoration:none;
}