/* ***************************************************************************** */
/*					Style de base	*/
/* ***************************************************************************** */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
/*fond tradi
background-color:#22AA66;*/
background-color:#999900;
/* ond provisoire 
background-color: #006666;*/
overflow:hidden;
}
a {
	color: #000000;
	text-decoration: none;
	align: center;
	vertical-align:middle;
	font-weight:700;
}
a:hover {
	color:#F00;
}
a.lienNormal{
	color:blue;
	text-decoration:underline;
}

/* ***************************************************************************** */
/*					baniere du haut	*/
/* ***************************************************************************** */
#baniere {
height: 15%;
border:0;
background-color: #006600;
/*background-color: #006633;*/
}

/* ***************************************************************************** */
/*					Partie centrale	*/
/* ***************************************************************************** */
#centre {
	position: absolute;
	top: 15%;
	left: 0%;
	margin-left: 200px;
	margin-top: 15px;
	width: 85%;
	height:82%;
	overflow: auto;
	padding-right:none;
}
#centre table tr td{ 
	/*color:#000000;*/
	color:#CCCCCC;
	font-style: normal;
	/*font-style:italic;	*/
	font-size: 0.9em;
  font-family:Tahoma;
  font-weight: bold;
}
/* ***************************************************************************** */
/*					Menu du gauche	*/
/* ***************************************************************************** */
#gauche {
position: absolute;
padding-top:40px;
top: 15%;
left: 0px;
width: 180px;
border-right:solid 2px #CCCCCC;
height:85%;
overflow:hidden;
background-color: #666633;

}
.menugauche {
list-style-type: none;
margin: 0;
padding: 0;
width: 95%;
}
.menugauche a {
	color: #000000;
	text-decoration: none;
	align: center;
	vertical-align:middle;
	font-weight:700;
	padding-top:10px;padding-left:35px;padding-right:15px;padding-bottom:10px;
	background-image:url(../../../../includeImages/empreinte.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:35px;

}
.menugauche a:hover {
	/*background-color:#00FFCC;*/
	background-image:url(../includeImages/empreinte_ovr.gif);
}
/*surcharge pour urgence*/
.menugauche a.urgent{
  background-image:url(../../../../includeImages/empreinte_cli.gif);
}

/* ***************************************************************************** */
/*					Pied de page	*/
/* ***************************************************************************** */
#pied {
font-size:10px;
font-style:oblique;
}



.espace{width: 30px;}

.nom1{font-size:36px; color:#11296E; font-style:oblique; text-align:center;}
.nom2{font-size:36px; color:#a0a0a0;  font-style:oblique; text-align:center;}
.carte{font-size:18px; color:#11296E; filter: glow(Color:#FFD700,Strength:2);}
/*.tab_lien{text-decoration=none; border:2; border-color:#666666 ;}
.tab_lien a {text-decoration:none; font-size=18px;}
.tab_lien a.hover {text-decoration:none; font-size=18px;}*/
.txt {font-size:18px; color:#11296E;}
.bouton{text-decoration:none; border: none;}
.bouton a.hover {text-decoration:none;	border: none;}
.formulaire {heignt: 30px; font-size=18px; color:#000000; filter: glow(Color:#00D700,Strength:1);}
.tab_lien  {font-size:18px; color:#11296E; text-decoration:none;}
.tab_lien a {text-decoration:none;	border: none;}
.tab_lien a.hover {text-decoration:none; border: none; color:#FFFFFF;}
.titre {
font-family:Comic Sans MS, Verdana, Arial;
color:Black;
font-size: 18 px;
font-weight:bold;
}
.boite {
background-color: #FFFFBB;
}

/* ***************************************************************************** */
/*					les boutons	*/
/* ***************************************************************************** */
.paiement{
	cursor:pointer;
     border:none;
     color:#fff;
     background: transparent url('/includeImages/btn/imgLockup.gif') no-repeat top left;
     width:224px;
     height:64px;
}
/* gérer le rollover */
a:hover input.submit {
cursor:pointer;
background-image: url('images/secondeimage.png');
}




