.cache {
	display:none !important;
}

body {
	margin: 0;
	background-color: #FEF666;
}

* {
	font: 12px/13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
}

img {
	border:0 none;
}
a:link, a:visited, a:hover, a:active {
	font:11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	}

.liens a:link, .liens a:visited {
	font:11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
}

.liens a:hover {
	font:11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	border-bottom:none;
}

.liens a:active {
	font:11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
	border-bottom: 1px dotted #CC0000;
}

.normaltexte {
	color: #CC0000;
	text-align: justify;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.normaltextebold {
	font:10px/12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-align: justify;
}
.normaltexteboldital {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: Aucune;
	color: #CC0000;
	text-decoration: none;
	text-align: right;
}
.normaltextenoir {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: Aucune;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.normaltexterougefonce {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: Aucune;
	color: #CC0000;
	text-decoration: none;
	text-align: justify;
}
.normaltexteboldblanc {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

h1 {
	font: bold 12px/14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-align: justify;
}
.cell1, .cell2, .cell3, .cell4 {
	border-bottom:thin dotted #CC0000;
	padding: 4px;
	height: 14px;
	}
	
.cell1{
	background-color: #FFFFFF;

}
.cell2 {
	background-color: #FF9933;
}
.cell3 {
	background-color: #CCCCCC;
}
.cell4 {
	background-color: #FFFF66;
}
.normaltexterougefonceCentre {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: Aucune;
	color: #CC0000;
	text-decoration: none;
	text-align: center;
}
.texteboldcentre {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: Aucune;
	color: #CC0000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
div#indexation {
	width:760px;
	margin:10px 0px 0px 375px;
	padding:0px 0px 0px 0px;
	position:absolute;
	overflow:hidden;
	height: 37px;
	left: -258px;
	top: 424px;
	display:none;
	z-index: 4;
}
/*=====================*\
	FORMULAIRE CONTACT
\*=====================*/
form {
	display:inline;
	margin:0px;
	padding:0px;
}
label {
	font-weight:bold;
	display:block;
	text-align:right;
	margin:0px 7px 7px 7px;
}
#confirmation label {
	display:block;
	text-align:left !important;
}
label.aleft {
	text-align:right !important;
}
fieldset {
	border:none;
	margin:0px 7px 4px 7px;
}
label input, label textarea, label select {
	width:240px;
	border:1px dotted #CC0000;
	color:#CC0000;
	background-color:#FFF;
	padding-left:2px;
}
label option {
	color:#CC0000;
	background-color:#FFF;
}
label textarea {
	vertical-align:top;
	height:60px;
}
label textarea#commentaire {
	height:140px;
}
label.aleft textarea {
	vertical-align:top;
	height:80px;
	width:430px;
}
input.bt {
	font-weight:bold;
	border:1px dotted #CC0000;
	color:#CC0000;
	width:auto;
	background-color:#FFF;
}
div#form {
	color:#CC0000;
	clear:both;
	margin-top:5px;
	padding-top:5px;
}
