/* Général */
body
{
	background-color:#D3E3FE;
	font-family:Verdana, "Trebuchet MS", "Comic sans MS", serif;
	font-size:0.7em;
	text-align:justify;
	margin:auto;
	min-width:800px;
	width:auto;
}
#page
{
	background-color:white;
	border-bottom:2px solid #8DB7FC;
	border-left:1px solid #8DB7FC;
	border-top:1px solid #8DB7FC;
	border-right:2px solid #8DB7FC;
	color:black;
	margin-bottom:10px;
	margin-left:165px;
	margin-right:165px;
	margin-top:65px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	width:auto;
}

a img
{
	border:none;
}

.alignDroite
{
	float:right;
}

/* Index.php */
.forum_tbl
{
	width:600px;
	border:1px solid black;
	border-collapse:collapse;
	margin:auto;
	margin-bottom:15px;
}
.forum_auteur_header
{
	width:200px;
	text-align:center;
	padding:10px;
}
.forum_auteur
{
	width:200px;
	text-align:center;
	padding:10px;
}
.forum_titre_header
{
	width:400px;
	text-align:center;
	padding:10px;
}
.forum_titre
{
	width:400px;
	padding:10px;
}

/* Sujet.php */
.sujet_tbl
{
	width:600px;
	border:1px solid black;
	border-collapse:collapse;
	margin:auto;
	margin-bottom:15px;
}
.sujet_auteur
{
	width:600px;
	padding:15px;
	border-top:1px solid black;
}
.sujet_message
{
	width:600px;
	padding:15px;
}

/* Nouveau.php */
label
{
	float:left;
	width:100px;
	text-align:left;
}

/* XITI */
#analyseXiti
{
	text-align:center;
	margin-bottom:15px;
}

/* Bouton download */
#download
{
	font-size:1.3em;
	width:18em;
	margin:0 auto;
}

#align_center
{
	width:18em;
	margin:0 auto;
	text-align:center;
}