/*CSS wetsppoky.com - Administration*/
/****************************************************************************************************************************************************/
/*Cette feuille de style n'est pas un template. Son utilisation et/ou sa reproduction sont soumises à l'accord de Web-13 - sites_internet@web-13.com*/
/****************************************************************************************************************************************************/
/*Web-13 - Bordeaux - France le 07/05/2006*/
/* COLORS
background = DFDFDF
liens et lignes = CC0000
h1 F60
*/
/****************GENERAL****************/
html {
	font-size: 100%;
}
body {
	vertical-align: top;
	text-align: center;
	margin-top: 10px;
	font-family: 'Tahoma', Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	background-color: #FFF;
}
a {
	text-decoration: underline;
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	background-color: #CC0000;
	color: #EFEFEF;
}
a:active {
	color : #EFEFEF; 
	background-color : #FF0000; 
}
a.info {
	position: relative;
	text-decoration: underline;
	color: #336633;
}
a.info span {
	display: none;
}
a.info:visited {
	text-decoration: underline;
	color: #336633;
}
a.info:hover {
	background: none; /* correction d'un bug IE */
	z-index: 500;
	background-color: #FF3300;
	color: white;
}
a.info:hover span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	position: absolute;
	font-weight: normal;
	font-size: 11px;
	text-align: justify;
	top: 2em;
	left: 1em;
	background: #DFDFDF;
	text-align: justify;
	color: black;
	padding: 10px;
	width: 50em;
	border: 1px solid #464646;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #F60;
	letter-spacing: -1px;
	text-align: left;
	margin: 0px;
	padding: 0 10px; 
	border-top: 1px solid #CC0000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666600;
	margin: 0px;
	padding: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
span {
	font-weight: bold;
}
img {
	border: 0px;
}
label, .pointer {
	cursor: pointer;
}
/*tables*/
table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
td {
	text-align: left;
}
/*listes*/
dl {
	text-align: left;
	margin-left: 120px;
	margin-right: 120px;
}
dt {
	font-weight: bold;
	margin-top: 5px;
}
dd {
	text-align: justify;
}
ul {
	text-align: left;
}
/*tableaux*/
.tableau {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC0000;
}
.tableau th {
	color: #FFFFFF;
	background-color: #CC0000;
	list-style-image:  url(../images/puce2.gif);
	text-align: center;
	padding: 3px;
}
.tableau td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	vertical-align: top;
	padding: 2px;
}
/*formulaires*/
.champs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #DFDFDF;
}
.formulaire th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}
.formulaire td {
	text-align: left;
	vertical-align: top;
}
.formulaire .prix {
	text-align: right;
}
.erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 5px;
	margin-right: 50px;
	margin-left: 50px;
}
.backred {
	background-color: #FF6666;
	color: black;
}
.backyellow {
	background-color: #FFFF66;
}
.backgreen {
	background-color: #66FF66;
}
.result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009900;
	padding: 5px;
	margin-right: 50px;
	margin-left: 50px;
}
.fd_vert {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009933;
}
.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_justify {
	text-align: justify;
}
.flags {
	cursor: help;
}
/****************CONTENU****************/
/*page*/
#container {
	width: 98%;
	border: 1px solid #CC0000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.fil {
	font-size: 90%;
	text-align: left;
	line-height: 1em;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
	padding-bottom: 5px;
}
#content {
	min-height: 380px;
	clear: both;
}
#logo {
	text-align: left;
	background-color: #FF9;
	height: 75px;
}
.login {
	text-align: center;
	border: 1px solid #333;
	margin-top: 50px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
.menu {
	line-height: 1.5em;
}
.prix {
	text-align: right;
}
.nav {
	text-align: center;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/**************LETTRE*********************/
td.lettre  {
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
/**************PIED DE PAGE***************/
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
	padding-top: 5px;
}
#footer img {
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.recherche0 { font-weight: normal; background:#FF0; }
.recherche1 { font-weight: normal; background:#6CF; }
.recherche2 { font-weight: normal; background:#CFC; }
.recherche3 { font-weight: normal; background:#C9F; }
.recherche4 { font-weight: normal; background:#FCF; }