@charset "utf-8";
.SousTitre {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0A246A;
	border-right-color: #0A246A;
	border-bottom-color: #0A246A;
	border-left-color: #0A246A;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

/* CSS Document */

.feuille {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	border: 1px solid #333333;
}
.Menu2Texte {
	background-color: #D4D0C8;
	font-size: 14px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-variant: small-caps;
}
.Menu1 {
	background-color: #F20D12;
	border: 1px solid #666666;
	font-size: large;
}



.box {
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.fondFeuille {
	background-image: url(Images/fond1.png);
	background-repeat: repeat;
}
.CodeTexte {
	color: #990000;
	border: thin none #666666;
	font-weight: bold;
}
.CodeTextParametre {
	color: #009900;
	font-weight: bold;
}
.CodeTexteValeur {
	color: #000099;
	font-weight: normal;
}



.contact {
	background-color: #666666;
	color: #CCCCCC;
}
.CodeCadre {
	background-color: #FFFFFF;
	border: thin dashed #999999;
}
