/* style pour le footer */
.footer{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : White;
	font-weight : bolder;
	background-color : Black;
}

/* valeurs tableau gamme technique */
.tabvaleur{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Navy;
}

/* texte normal pour les paragraphes */
.txt1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #110044;
	font-style : normal;
	font-size : 10px;
	font-variant : normal;
	text-align : justify;
}

/* texte normal non justifié */
.txt1na{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #110044;
	font-style : normal;
	font-size : 10px;
	font-variant : normal;
}

/* texte important (pour éviter le gars réservé au titres) */
.txt1imp{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #0000cc;
	font-style : normal;
	font-size : 10px;
	font-variant : normal;
}

/* texte très important (rouge) */
.txt1timp{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #ff0000;
	font-style : normal;
	font-size : 10px;
	font-variant : normal;
}

/* titre blanc fond bleu */
.titre1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-style : normal;
	font-size : 10px;
	font-variant : normal;
	background-color : Navy;
	text-align : center;
	font-weight : bold;
}

/* titre blanc fond bleu */
.titre2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	font-style : normal;
	font-size : 11px;
	font-variant : normal;
	background-color : Navy;
	text-align : center;
	font-weight : bold;
}

/* titre blanc fond gris */
.titre3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	font-style : normal;
	font-size : 10px;
	font-variant : normal;
	background-color : #222222;
	font-weight : bold;
}

/* ***** LIENS ***** */

/* style pour le lien du footer */
.footer_link{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : White;
	font-weight : bolder;
	background-color : Black;
}

.footer_link:hover{
	color : #cccccc;
}

/* style pour les liens normaux */
.lien1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #0000bb;
	text-decoration : underline;
}

.lien1:hover{
	color : #00aaff;
	text-decoration : none;
}
.lien2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #fd5d05;
	text-decoration : underline;
}

.lien2:hover{
	color : #06029d;
	text-decoration : none;
}
.lien3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	text-decoration : none;
}

.lien3:hover{
	color : #aaaaaa;
	text-decoration : none;
}

/* style pour le lien vers les caractéristiques techniques (pas terrible) */
.suite{
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
	font-variant : small-caps;
	font-weight : bold;
}

.suite:hover{
	color : #16569D;
}

.cadre{
	border : thin solid Black;
	border-width: 1px;
}

select{
	font-size: 14px;
}

br{
	font-size : 10px;
}
input {
	font-size: 11px;
}


