
	
/*_________________________________________ INTERIEUR _________________________________________*/
	.CouleurFond {
	background-color: #bfbfc0;
}

	#FondPrincipal {
	position:relative;
	width:1004px;
	background-color: #ababae;
	float: right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #97979c;
	border-left-color: #97979c;
	}
	.BandeauHaut {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #958d86;
	border-bottom-color: #958d86;
	border-left-color: #958d86;
}
	.BandeauBoutDroite {
	background-color: #ababae;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #97979c;
}

	.BandeauBas {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #958d86;
	border-left-color: #958d86;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #958d86;
}

	#Cartouche{
	position: absolute;
	height:50px;
	top: 90px;
	overflow:hidden;
	background-color: #FFFFFF;
	background-image: url(../images/fd-cartouche.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #958d86;
	border-right-color: #d11e48;
	border-bottom-color: #d11e48;
	border-left-color: #958d86;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #361e06;
	font-weight: bold;
	padding: 8px 40px 0px 0px;
	visibility: visible;
	white-space: nowrap;
}

/*_________________________________________ TEXTES _________________________________________*/
.TextePetit {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #361e06;
	font-size: 11px;
}
.TexteVignette {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

.MenGaucheTitreCoul1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #361e06;
	padding-left: 9px;
	border-bottom: 2px dotted #FFFFFF;
}
.MenGaucheTitreCoul2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 9px;
	border-bottom: 2px dotted #361e06;
}

/*_________________________________________ LIENS _________________________________________*/

a:link, a:visited { color: #361e06; text-decoration: none}
a:active, a:hover{ color: #d11e48; text-decoration: underline;}

a.lien01:link, a.lien01:visited { color: #361e06; text-decoration: none}
a.lien01:active, a.lien01:hover{ color: #c5c2bf; text-decoration: underline;}

a.MenGaucheLienCoul1:link, a.MenGaucheLienCoul1:visited {
	color: #000000;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 48px;
}
a.MenGaucheLienCoul1:active, a.MenGaucheLienCoul1:hover{ color: #d11e48; text-decoration: underline;}

a.MenGaucheLienCoul2:link, a.MenGaucheLienCoul2:visited {
	color: #66482a;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 48px;
}
a.MenGaucheLienCoul2:active, a.MenGaucheLienCoul2:hover{ color: #000000; text-decoration: underline;}

/*_________________________________________ FORMULAIRES _________________________________________*/
form {
	padding:0px;
	margin:0px;
} 

.form_id {
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	background-color: #fafafa;
	padding-left: 2px;
	border: 1px solid #d4d4d4;
	height: 14px;
}
