body {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1em;
	background: #7e888e;
	padding: 0;
	margin: 0;
	color: #999;
}

a {
	color: #cc0033;
	text-decoration: none;
}

a:hover, a.hover {
	color: #cc0033;
	text-decoration: none;
}

a img {
		border: 5px solid #fff;
		border-width: 5px 5px 5px;
	}
a:hover img {
		background-color: #999;
		border: 5px solid #999;
		border-width: 5px 5px 5px;
		color: #fff;
	}

form {
	padding: 0;
	margin: 0;
}

fieldset{
	border: none;
	padding: 0;
	margin: 0;	
}

legend {
	display: none;
}

select {
	border: solid 1px #666;
	background: #E6ECF3;
	color: #666;
	font-size: 1em;
}

ul, ol, dl {
	position: relative;
}
/*********** ELEMENTS DE LA PAGE *********/

.error {
	padding: 15px;
}

/****** Fromatage TEXTE *********/
.titre {
	padding: 20px 5px;
	text-align: right;
	font-variant: small-caps;
	color: #cc0033;
	font-weight: bold;
	font-size: 3em;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}

.text {
	padding: 20px 5px;
	text-align: left;
	clear: both;
	color: #999;
	font-weight: normal;
	font-size: 1em;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}

.text a {
	color: #cc0033;
	text-decoration: underline;
}

.text a:hover,.text a.hover {
	background: #cc0033;
	color: #FFFFFF;
	text-decoration: none;
}


.signature {
	padding: 20px 5px;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}

.entete {
	font-weight: bold;
}

TD.entete {
	font-weight: bold;
	text-align: right;
}

.erreur {
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}

input {
	background: #454545;
	border: 1px solid #000000;
	color: #999;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1em;
	padding: 2px;
	margin: 0;
}

textarea {
	background: #454545;
	border: 1px solid #000000;
	width: 100%;
	color: #999;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1em;
	padding: 2px;
	margin: 0;
}

input.preview, input.submit {
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 3px;
}

.textmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc0033;
}

.textmenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc0033;
	text-decoration: underline;
}

.textmenu a:hover,.text a.hover {
	background: #cc0033;
	color: #FFFFFF;
	text-decoration: none;
}

p.footer {
	color: #999;
	text-align: center;
	font-size: 0.8em;
}

.footer a {
	color: #999;
	text-decoration: underline;
}

.footer a:hover,.text a.hover {

	color: #999;
	text-decoration: underline;
}

a.lightbox img {
		border: 5px solid #fff;
		border-width: 5px 5px 5px;
	}
a.lightbox:hover img {
		background-color: #999;
		border: 5px solid #999;
		border-width: 5px 5px 5px;
		color: #fff;
	}
a.lightbox:hover { color: #999; }

