body
{
	background-image: url("../images/fond_page.gif");
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	color: #333;
	text-align: center;
 }

hr {
	border: none;
	height: 1px; 
}
hr.vert {
	background-image: url("../images/back_vertdo.gif");
	background-repeat: repeat; 
}
hr.noir {
	background-image: url("../images/back_noir.gif");
	background-repeat: repeat; 
}

#titre {
margin-left: auto;
margin-right: auto;
width: 90%;
height: 23px;
text-align: center;
font-size: 1em;
color: #ffffff;
font-weight: bold;
font-stretch: wider;
border: 1px solid #000000;
background-image: url("../images/back_partitions.gif");
padding-top: 10px;
background-repeat: repeat; }

#contenant {
border: 1px #808080 solid;
text-align: center;
padding: 1em;
width: 90%;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
position: relative; }

#footer {
margin-top: 1em;
margin-left: auto;
margin-right: auto;
width: 500px;
background-color: #ffffff;
text-align: center;
font-size: 0.83em;
border: 1px #808080 solid;
}

.float-gauche {
float: left;
margin: 1em;
width: 40%;
border: 1px #b8b8b8 solid; }

.float-centre {
float: none;
padding: 5px;
border: 1px #b8b8b8 solid;
margin-left: auto;
margin-right: auto;
}

.float-droite {
float: right;
margin: 1em;
width: 40%;
border: 1px #b8b8b8 solid; }

.cadre {
border: 1px #808080 dotted;
margin: 1em;
text-align: center;
padding: 5px;
font-size: 1em;
font-weight: bold;
text-decoration: none;
color: #ff0000;
background-image: url(../images/back_commande.gif); }

img {
border: none;
}

/* Definition des tableaux */

#contenant table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px #808080 solid;
	background-color: #ffffff; 
}
#contenant th {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center; 
}
#contenant tr {
	padding-left: 5px;
	padding-right: 5px; 
	font-size: 10px;
 }
#contenant td {
	padding-left: 5px;
	padding-right: 5px; 
	font-size: 10px;
 }

/* Definition des liens */

a:link {
	font-weight: normal;
	text-decoration: none;
	color: #4c4c4c;
}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #4c4c4c;
}
a:hover {
	text-decoration: underline;
	color: #C33;
}
a:active {
	text-decoration: underline;
	color: #e49112;
}

/* Definition des couleurs */

.rouge { color: #C30; }
.orange { color: #e28008; }
.vert { color: #009936; }

/* Definition des styles texte */

.titre {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	font-stretch: wider;
	text-decoration: none; 
	text-align: left;
}
.sous_titre
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.conditions
{
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
}

	/* aspect ligne de pagination */

.pagination a:link
{
	font-size: 10px;
	font-weight: normal;
	font-stretch: normal;
	color: #C00;
}
.pagination a:visited
{
	color: #F96;
}
.pagination a:hover
{
	text-decoration: underline;
	color: #096;
}
/* texte invisible */
.ref {
	display: none; 
}