/* CSS Document */
/*Style general*/
body {
	font-family:"Arial Narrow";
	font-size: 13px;
	color: #000000;
	}

#paddingleft {
	padding-left:5px;
	}
#hr {
	border-bottom: 3px dotted #a97510;
}

.titre {

	color: #000000;
	font-family: "Arial Narrow";
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
.titreSmall {

	color: #000000;
	font-family: "Arial Narrow";
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.cadre {
	border: 1px solid #B1CAD8;
}
.petit {
	font-size: 10px;
}
.mini {
	font-size: 9px;
}
.miniDroite {
	font-size: 9px;
	text-align: right;
}
.ligneJaune {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3333;

}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.Style1 {font-size: 10px}
.Style3 {font-size: 10pt}
.cadre1 {
	border: medium solid #FF0000;
}
.fondGauche {
	background-color: #070302;
	background-image: url(../images/menuGaucheFond.jpg);
	background-repeat: no-repeat;
}
.fondDroit {
	background-image: url(images/logoBig4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.cadreComplet {
	border: 1px solid #000000;
}
.fondDroitMain {

	background-image: url(../images/logoMainFond.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.infoTecSm {
	font-size: 10px;
}
.sousTitre {
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	line-height:normal;
	color: #000000;
}
.titreBlanc {
	color: #000000;
	font-family: "Arial Narrow";
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
.titreBlanc:hover{
	color: #FF0000;
}
.cadreNoir {
	border-top: 1px solid #FF3333;
	border-right: 1px solid #FF3333;
	border-bottom: 1px;
	border-left: 1px solid #FF3333;
}
.cadreNoiraDroite {

	border-top: 1px;
	border-right: 1px solid #000000;
	border-bottom: 1px;
	border-left: 1px;
}
.titreNoir {
	color: #000000;
	font-family: "Arial Narrow";
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

.titreNoirSm {
	color: #000000;
	font-family: "Arial Narrow";
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.titreNoir:hover {
	color: #FF0000;
}
.titreRouge {
	color: #FF0000;
	font-family: "Arial Narrow";
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
.rouge {
	color: #FF0000;	
	text-transform: uppercase;
}
.titreNoir2 {
	color: #000000;
	font-family: "Arial Narrow";
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.txtNoir {
	font-family: "Arial Narrow";
	font-size: 14px;
	text-transform: uppercase;
}


.txtRouge {
	font-family: "Arial Narrow";
	font-size: 14px;
	text-transform: uppercase;
	color: #FF0000;



}.txtNoirNormal {
	font-family: "Arial Narrow";
	font-size: 12px;
	text-transform: uppercase;
	font-variant: normal;
	color: #000000;
}
.frame {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	overflow: auto;
	margin-right: 0px;
	padding-right: 20px;
}
/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
