/*
Theme Name:     Twenty Eleven Child
Description:    Thème enfant du thème Twenty Eleven 
Author:         GERTOUX
Author URI:     chronosynchro.net
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");

.one-column #page {
	background-color:	transparent;

	min-width:	800px;
	max-width:	80%;
}

#branding
{
	border-top-width: 0px;
}

header hgroup h1, header hgroup h2
{
	width:	100%;
}

#site-title
{
	padding-top:	1em;
}

#access {
	background:	darkgrey;
}

#main {
	padding-top:	0px;
	text-align:	justify;
}

#main .entry-title
{
	text-align:	left;
}

#site-generator
{
	padding-top:	1em;
	padding-bottom:	1em;
}

#supplementary
{
	border-top-width: 0px;
	padding-top:	1em;
	padding-bottom:	1em;
}

a.bulle_lien {
position: relative;
text-decoration: none;
border-bottom: 1px gray dotted;
}
a.bulle_lien span {
display: none;
}
a.bulle_lien:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}
a.bulle_lien:hover span {
display: block;
position: absolute;
top: 2em;	
left: 1em;
width: 25em;
background: #FFFFCC;
text-align: left;
color: black;
padding: 2px;
}

em {
	font-weight:	bold;
}

table#bas_questions
{
margin-top: 2em;
border: 0px;
}

table#bas_questions tr td
{
text-align: center;
width: 33%;
border: 0px;
}
