body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #E1E1E1;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


td {
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}

td.td_centre {
	text-align: center;
}
td.td_gauche {
	text-align: left;
	padding-left: 10px;
}

td.td_droit {
	text-align: right;
}

.border_gris {
	border: 1px solid #A6A6A6;
	color: #000000;
	text-align: justify;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*Bordures*/
.border_gris {
	border: 1px solid #A6A6A6;
	color: #000000;
	text-align: justify;
}
.border_blanc {
	border: 1px solid #FFFFFF;
	color: #000000;
}

td.td_traiblanc {
	background-image: url(/charte/pixel_blanc_h.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/*Fonds*/

td.td_fdblanc {
	background-color: #FFFFFF;
}

td.td_fdrouge {
	background-color: #B40005;
}

td.td_fdgris {
	background-color: #999999;
}

td.td_fdnoir {
	background-color: #000000;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

td.td_fdmetal {
	background-image: url(/charte/metal.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

td.td_fdmetal2 {
	background-image: url(/charte/ombre_fonce.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

td.td_fdbouton {
	background-image: url(/charte/fd_bouton.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
}

td.td_fdbouton2 {
	background-image: url(/charte/bouton_fonce.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

td.td_fddrapeau {
	background-color: #999999;
	background-image: url(/charte/drapeau_htbis7.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

td.td_fddrapeau_bas {
	background-image: url(/charte/drapeau_basbis1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

td.td_fdvoiture {
	background-image: url(/charte/visuel_voiture_fonce.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*Texte*/
h1 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 9px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #CC0000;
}

h3.h3_pt {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #CC0000;
}

h4 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #CC0000;
}

td.td_textnoir {
	color: #000000;
	text-align: justify;
}

td.td_commande {
	color: #000000;
	background-color: #E1E1E1;
	text-align: center;
}

.text_rouge {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

.prix_barre {
	font-size: 9px;
	font-weight: normal;
	text-decoration: line-through;
	color: #FFFFFF;
}

/*Liens*/
A:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

A.lienrouge:link {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

A.lienrouge:active {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

A.lienrouge:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

A.lienrouge:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A.liennoir:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

A.liennoir:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

A.liennoir:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

A.liennoir:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}

A.liennoir2:link {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

A.liennoir2:active {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

A.liennoir2:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

A.liennoir2:hover {
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}

A.liennormal:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

A.liennormal:active {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

A.liennormal:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

A.liennormal:hover {
	font-weight: normal;
	color: #B40005;
	text-decoration: none;
}

/*Formulaires*/

input, select, textarea {
	font-size: 10px;
	color: #000000;
	background-color: #B7B7B7;
	border: 1px solid #FFFFFF;
}

.textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.input_valid {
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	font-weight: bold;
	cursor: pointer;
}

input.input_annul {
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-weight: normal;
	cursor: pointer;
}

/*Panier*/

td.td_clair {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #A7A7A7;
}

td.td_clair2 {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #A7A7A7;
	text-align: center;
	font-weight: bold;
}

td.td_fonce {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #8B8B8B;
}

td.td_fonce2 {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #8B8B8B;
	text-align: center;
	font-weight: bold;
}