@CHARSET "UTF-8";

.red-title {
	background-color: #cc0000;
	width: 100%;
	color: white;
	font-weight: bold;
}

#paiement .FormTitle {
	padding-top: 8px;
	color: #880000;
}

#contact {
	
}

#gestion-stock a {
	color: black;
}

#gestion-stock input,#gestion-stock select {
	font-size: 1;
}

#abonnement {
	background-color: #white;
}

#abonnement table.main {
	background-color: #ffffff;
}

input.field-ok {
	border: solid gray 1px;
}

input.field-error, span.field-error {
	border: solid #cc00cc 1px;
	background-color: pink;
	color: black;
}

input[type=checkbox].field-error {
	color: #cc0000;
	border: solid #blue 1px;
}

#liste-messages td.liste-message-lu {
	font-weight: normal;
}

#liste-messages .liste-message-deprecated,#liste-messages a.liste-message-deprecated
	{
	color: gray;
}

#liste-messages td.liste-message-new {
	font-weight: bold;
}

#lecture-message td.col1 {
	vertical-align: top;
	white-space: nowrap;
}

#lecture-message td.subject {
	vertical-align: top;
	font-weight: bold;
}

#lecture-message td.content {
	vertical-align: top;
}

#liste-messages tr.color1 {
	background-color: #F0F0F0;
}

#liste-messages tr.color2 {
	background-color: #E0E0E0;
}

#confirmation {
	
}
