/*________body______________________________________________*/

.fondpage {
	background-image: url(../images/ligne-verney-carron-fd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
.fondtable{
	background-image: url(../images/interchasse-fd2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: scroll;
	background-color: #f4ecdf;
}


/*________page______________________________________________*/
 .rouge {
	color: #CC3300;
}
.arial9vert{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.trebuchet10blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f4ecdf;
}
.trebuchet9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #020101;
}

.trebuchet10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #020101;
}
.trebuchet12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #020101;
}
.trebuchet13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #020101;
}
.trebuchet15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #020101;
}
.textPJ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #210c05;
	text-align: justify;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7F644A;
}
.prix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #47301c;
	font-weight: bold;
	line-height: 16px;
}
.titreG1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #210c05;
	font-style: normal;
}

/*________tables______________________________________________*/

.txttable {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #553e2a;
}

/*________liens______________________________________________*/

a.lien10:link, a.lien10:visited { color: #020101; text-decoration: none;}
a.lien10:active, a.lien10:hover{ color: #862f13; text-decoration: underline;}

a.lien11:link, a.lien11:visited { color: #020101; text-decoration: underline;}
a.lien11:active, a.lien11:hover{ color: #862f13; text-decoration: underline;}

a.lien12:link, a.lien12:visited { color: #020101; text-decoration: none;}
a.lien12:active, a.lien12:hover{ color: #020101; text-decoration: underline;}

/*________lien special pour afficher vignette______________________________________________*/
a.affich {
color: #ee8300; text-decoration: none; /* définition du lien qui affichera le "calque" */
}
a.affich:hover {
color: #c01f00; text-decoration: underline; background: none; /* correction d'un bug IE */
}
a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
a.affich:hover span { /* définition de la balise <span> au survol */
display: inline;
position: absolute;
width: 68px;
height: 83px;
background: white;
color: white;
}

/*________forms______________________________________________*/
/*________2007______________________________________________*/
form {
	padding:0px;
	margin:0px;
} 

.form_id {
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3c4734;
	background-color: #9ca287;
	padding-left: 2px;
	border: 1px solid #adcc9d;
	height: 14px;
}


.inputtypetext {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6A6657;
	background-color: #F2EFE5;
	border: 1px solid #9F987E;
	padding-left: 3px;
	height: 14px;
}


/*________divers______________________________________________*/
.justifier {
	text-align: justify;
}

.gauche	{
	float: left;
	margin-top: 1px;
	margin-right: 4px;
	margin-bottom: 1px;
	margin-left: 0px;
}

.contour {
	border: 1px solid #d8d4bf;
}
.contour2 {
	border: 1px solid #210c05;
}
.prixbarre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #800901;
	font-weight: bold;
	text-decoration: line-through;
}
.barre {
	text-decoration: line-through;
}

.sepHrz {
	border-right: 3px dotted #bcc3b9;
}
.cadretd {
	border: 1px solid #C1BFB1;
}
.alert {
	color: #FF00FF;	
}
