/* CSS Document */

html {
	height: 100%;
}

body {
	padding: 0px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-color:#F4F4F4;
	background-image:url(../images/bac.png);
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color:#666666;
}


/* Les Tableaux */
td {
	text-align: left;
	font-size: 11px;
}
/* Fin Les Tableaux */

/* Pas de bordure sur les images */
img {
border-width : 0;
border : 0;
}

/* Les Liens */
a:link {
	color: #696; text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #699; text-decoration: none;

}
a:hover {
	color:#c93;	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
/* Fin Les Liens */


/* Les Titres */
h3 {
	background-image:url(../images/bac_h3.png);
	background-repeat:repeat-x;
	color:#666666;
	border: 1px solid #cccccc;
	text-align: left;
	padding-left: 12px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:5px;
	margin-right:2px;
}

h5{
	color: #666666;
	text-align: right;
	padding-top: 0px!important;
	padding-top: 13px;
	margin-top:15px!important;
	margin-top:0px;
	padding-right:10px;
	height: 22px;
	font-size: 18px;
	font-family:Tahoma;
}
/* Fin Les Titres */


/* Les tableaux persos */
td.bg {
	background-color:#F4F4F4;
}

td.centre {
	background-color:#E4E4E4;
}

td.bas {
	background-color:#E4E4E4;
}
