@CHARSET "ISO-8859-1";
.cadreGeneral{
	font-family 	: "Arial, Times New Roman, Verdana, Helvetica, Trebuchet MS, sans-serif";
	font-size 		: x-small;
	color 			: black;
	text-decoration : none;
	width 			: 100%;
	height 			: 100%;
	margin-right 	: 0px;
    margin-left 	: 0px;
}

.cadreHaut{
    font-family 	: "Times New Roman, Verdana, Helvetica, Trebuchet MS, sans-serif";
	font-size 		: x-large;
	text-align 		: center;
	position 		: absolute;
    top 			: 0px;
	color 			: yellow;
    left 			: 12.3%;
	width 			: 87.7%;
	height 			: 80px;
	padding-top 	: 18px;
	background-color: #AA2222;
}
.cadreMenu{
	font-size 		: 1.1em;
	position 		: absolute;
    top 			: 0px;
    left 			: 0px;
    margin-right 	: 0px;
    margin-left 	: 0px;
	background-color: #AA2222;
	color 			: white;
	width			: 12.5%;
	height 			: 350%;
	line-height 	: 150%;
}
.cadrePpal{
	font-family 	: "Times New Roman, Arial, Helvetica, Verdana, Trebuchet MS, sans-serif";
	font-size 		: 1.1em;  
	color 			: black;
	text-decoration : none;
	background-color: #F2F4F8;
	margin-left 	: 0px;
	padding-left	: 10px;
	position 		: absolute;
    top 			: 80px;
    left 			: 12.3%;
	width 			: 87.7%;
	height 			: 190%;
}

.posImage{
	position : absolute;
	top : 5px;
	left : 5px;
}

.TitreMenu{
	color : white;
	font-weight 	: bold;
	font-size 		: 1.1em;
    
}

.TitreMenuJaune{
	color           : yellow;
	font-weight 	: bold;
	font-size 		: 1.1em;
    
}

.lienMenu{
	color : yellow;
	font-weight 	: normal;
	font-size 		: 0.9em;
}
.pageEnCours{
	color 		: yellow;
	font-weight : normal;
	font-style 	: italic;
	font-size 	: 1.0 em;
}
.lienMenuBleu{
	color : Aquamarine;
	font-weight 	: normal;
	font-size 		: 1em;
}


.lienOnglet{
	font-size 		: 12pt;
    font-weight     : bold;
    color           : blue;
}

.enteteColonne{
    font-family : "Times New Roman, Arial, Helvetica, Verdana, Trebuchet MS, sans-serif";
    font-weight : bold;
    font-size   : 1.1em;
    text-align  : center;
}


.ligneTableau{
    font-family : "Helvetica, Times New Roman, Arial, Verdana, Trebuchet MS, sans-serif";
    font-size   :0.8em;
    a:hover {  	color: red;  background-color: yellow; }
}


table{
    font-size:14px;
}

.pole{
	font-size:16px;
	font-weight : bold;
}

input, select {
	font-size :	12px;
}

input.bouton {
    border:2px ouset green;
    background-color : #AA2222;
    bg-color         : #AA2222;
    color            : yellow;
    font-weight      : bold;
    cursor:pointer;
}

input.bouton:hover {
    background-color : white;
    color            : #AA2222;
}
input.bouton:active {
    border:2px inset red;
    background-color : #AA2222;
    color            : white;
}

.message {
	font-family     : "Times New Roman, Arial, Helvetica, Verdana, Trebuchet MS, sans-serif";
    font-size 		: x-small;
	color 		    : red;
}

tr.soulign:hover{ background-color:lightgrey;}
tr.soulign{
    font-family : "Helvetica, Times New Roman, Arial, Verdana, Trebuchet MS, sans-serif";
    font-size   :0.8em;
}

a:hover{
	color 	: green;
}

.nav{
	color 		: #FFB55F;
	font-weight : normal;
	font-size 	: 1em;
}

.erreurSaisie{
	background-color : red;
}

.cadreModif{
	background-color : grey;
}
.cadreCreat{
	background-color : green;
}

.petitePolice{
	color 		: black;
	font-weight : normal;
	font-size 	: 0.9em;
}
