/* Ce fichier définit le style visuel à l'impression pour les différents éléments du site
 *
 */

html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}
img {
	behavior: url(png.htc);
}

#page{
	width: 600px;
	margin: 0 auto;
	text-align: left;
	min-height:580px;
	height:auto !important;
	height:580px;
}

#top{
	display:none;
}

#top h1{
	margin: 0;
}	

#prelude{
	display:none;
}

#menu{

	display:none;
}

#main{

	float:left;

}

#sidebar{
	display:none;
}
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #fff;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}


/* La page
-------------------------------------------------------- */
#page{	
	color: inherit;
}

/*Bloc main
---------------------------------------------------------*/
#main{
	text-align:left;
	margin-bottom:2em;
}
#content{
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
}
/* Le pied de page
-------------------------------------------------------- */
#footer{
	color: #000;
	background:#fff;
	text-align:center;
	border-top:1px dotted #ccc;
	padding: 0;
	margin : 0;
	clear: both;
}