body
{
	width: 875px;
	margin: auto;
	padding: 0px 5px;
	background: url("degrade.jpg") repeat-x;
	background-color: #e5f5ff;
}
a
{
	text-decoration: none;
	color: #0e60a1;
}
a:hover
{
	text-decoration: underline;
	color: #0e60a1;
}
.center
{
	text-align: center;
}

/*--- top ---*/
#top
{
	min-height: 100px;
	margin-bottom: 5px;
	text-align: center;
}
#top img
{
	border: none;
	text-decoration: none;
}

/*--- middle ---*/
#middle
{
	min-height: 160px;
	margin-bottom: 0px;
}
#middle h1
{
	text-align: center;
	color: #0a2777;
}
#middle h2
{
	text-align: center;
	border-bottom: 1px solid black;
}
#middle ul
{
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	padding-left: 25px;
}

/*--- colonne ---*/
#left_colonne
{
	float: left;
	width: 400px;
}
#right_colonne
{
	float: right;
	width: 400px;
}
.element_colonne
{
	margin-bottom: 10px;
}
.element_colonne h2
{
	text-align: center;
	border-bottom: 1px solid black;
}
.element_colonne ul
{
	margin: 10px 0px;
	margin-left: 15px;
	padding: 0px;
	padding-left: 25px;
}

/*--- bottom ---*/
#bottom
{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}

/*--- zCode ---*/
#middle a
{
	text-decoration: none;
	color: #0e60a1;
}
#middle a:hover
{
	text-decoration: underline;
	color: #0e60a1;
}
/*--- balises deja regler ---
#middle strong
{
	
}
#middle em
{
	
}
#middle del
{
	
}
#middle ins
{
	
}
#middle sup
{
	
}
#middle sub
{
	
}
*/
#middle li .zcode
{
	margin: 0px;
	padding: 0px;
	margin-left: 40px;
}
#middle .rouge
{
	color: red;
}
#middle .bleu
{
	color: blue;
}
#middle .vert
{
	color: green;
}
#middle .jaune
{
	color: yellow;
}
#middle .orange
{
	color: orange;
}
#middle .violet
{
	color: purple;
}
#middle .noir
{
	color: black;
}
#middle .gris
{
	color: gray;
}
#middle .blanc
{
	color: white;
}
#middle .ttpetit
{
	font-size: xx-small;
}
#middle .tpetit
{
	font-size: x-small;
}
#middle .petit
{
	font-size: small;
}
#middle .gros
{
	font-size: large;
}
#middle .tgros
{
	font-size: x-large;
}
#middle .ttgros
{
	font-size: xx-large;
}
#middle .gauche
{
	text-align: left;
}
#middle .centre
{
	text-align: center;
}
#middle .droite
{
	text-align: right;
}
#middle .flottant_gauche
{
	float: left;
	margin-right: 10px;
}
#middle .flottant_droite
{
	float: right;
	margin-left: 10px;
}
#middle .flottant_aucun
{
	clear: both;
}
#middle .signaux
{
	min-height: 35px;
	padding: 8px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 10px 12px;
}
#middle .question
{
	background-image: url("question.png");
	color: blue;
}
#middle .information
{
	background-image: url("information.png");
	color: green;
}
#middle .attention
{
	background-image: url("attention.png");
	color: #ec7600;
}
#middle .erreur
{
	background-image: url("erreur.png");
	color: red;
}
#middle .smilies
{
	vertical-align: middle;
}
#middle .citation_titre
{
	display: block;
	margin: 5px 5px 0px;
	font-weight: bold;
}
#middle .citation
{
	overflow: auto;
	padding: 5px;
	margin: 0px 5px 5px;
	border:1px dashed #0a2777;
	background-color: #dbe7f0;
}

/*index, a metter dans un css à part */

#hr hr
{
	width: 325px;
	text-align: center;
}
a.index-button
{
	margin-bottom: 5px;
}
