/**************************************
* Thème d'impression de La Ligue 56 
* Auteur:  Gilles Le Couster
**************************************/

/* Général
******************************************/
* { padding: 0; margin: 0; border: 0; }

body{

	padding: 0;
	margin: 0;
	background: #FFFFFF url(img/fond.png) repeat-y center;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.invisible{clear: both;	display:none;}

code,pre,kbd {font-family:"Courier New", Courier, monospace; font-size : 1em;}
pre{display: block; overflow: auto; width: 100%;}

dt{
	margin-top: 1ex;
}

.left{
	float: left;
	margin: 0 1em 1em 1em;
}

.right{
	float: right;
	margin: 0 1em 1em 1em;
}

/* Liens
******************************************/
a:link{color:#990000; background:transparent;}
a:visited{color:#990000; background:transparent;}
a:hover{color:#FF0000; background:transparent;}
a img{border:none; text-decoration: none;}
/*a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#999; background:transparent;}*/

/* Titres
******************************************/
h1,h2,h3,h4,h5{font-family: "Trebuchet MS", sans-serif;}
h1 a,h2 a,h3 a,h4 a,h5 a{text-decoration: none;}
h2{font-size: 1.2em; margin: 1em 0;}
h3{font-size: 1em; margin: 0.8em 0;}
h4{font-size: 1em; font-weight: normal}



/* Entete
******************************************/
#top{
	background: #DDD url(img/background.png);
	height: 109px;
	width: 100%;
	font-size: 1em;
}

#top h1{
	font-size: 1em;
	background: #FFFFFF url(img/bandeau_impression.jpg);
	width: 770px;
	height: 109px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}


/* Page
******************************************/
#page{
	text-align: left;
	background: #FFF;
	width: 770px;
	padding: 0 0 2em 0;
	margin: 0 auto;
}

/* Contenu
******************************************/
#content{
	display: block;
	color: #333;
	background: transparent;
	width: 650px;
	margin: 20px 0px 20px 0;
	padding-right: 20px;
	float: right;
}
#content h2 {
	padding-left: 20px;
	background: #FFF url(img/puce_fleche.gif) no-repeat left;
	background-position: 0 0.1em;
	color: inherit;
}
#content h2 a{
	/*padding-left: 20px;
	background: #FFF url(img/puce_fleche.gif) no-repeat left;*/
	background-position: 0 0.1em;
	color: inherit;
}

#content h2 a:visited{
	/*padding-left: 20px;
	background: ##FF0000 url(img/puce_fleche.gif) no-repeat left;*/
	background-position: 0 0.1em;
	color: inherit;
}
#content h2 a:hover{
	/*padding-left: 20px;
	background: ##FF0000 url(img/puce_fleche.gif) no-repeat left;*/
	background-position: 0 0.1em;
	color: inherit;
}

#content .post p{
	margin: 1em 0;
	text-align: justify;
}

#content .post blockquote, #content .chapo blockquote{
	font-style : italic;
	border-left : 5px solid #999;
	padding-left : 1em;
}

#content p.post-info{
	clear: both;
	text-align: center;
	font-size: 0.8em;
	border: 1px solid #E0E0E0;
	background: #FFF url(img/postinfo.png) repeat-x;
	color: inherit;
	
	margin-top: 0.5em;
	margin-bottom: 3em;
	padding: 0.5ex;
	-moz-border-radius: 5px;
}

#content p.post-info a{
	text-decoration: none;
}

#content form p.field{
	margin: 1em 0;
}

#content form p.field label{
	display: block;
}

#content form input, #content form textarea{
	border: 1px solid #999;
	-moz-border-radius: 4px;
}

#content form input:focus, #content form textarea:focus{
	background-color: #EEE;
}

#content ul{
	list-style-image: url(img/puce.png);
	padding-left: 3em;
}

#content ol{
	list-style-position: inside;
}



/* Footer ****************************/
#footer{
	clear: both;
	width: 770px;
	height: 49px;
	margin: 0 auto;
	padding-right: 10px;
	padding-top: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 1em;
	
}

#signature {
	width: 770px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.8em;
	background-color: #EEE;

}


	
	
.bouton {
	border: 2px solid;
	background-color: #E9E9E9;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	width: auto;
	height: auto;
	border-color: #990000;
	margin : 10px;
}

