/* Import des styles generaux */
@import url(general.css);

/* Caracteristiques generales de la page */
body {
	background-image: url(../media/persoNeoTechCenter/fond.png);
	background-repeat: repeat-x;
	background-color: #BCBCBC;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	margin-top:0px;
}
body[class="pageMiniBleue"] {
	background-image:none;
	background-color: #92ACCC;
}	
body[class="pageMiniGriseClair"] {
	background-image:none;
	background-color: #C0C0C0;
}

/* Blocs principaux de la page */
#page {
	width: 850px;
	margin-left: auto;
    margin-right: auto;
}
#header {
	background-image: url(../media/persoNeoTechCenter/bande02.png);
	background-repeat: repeat-x;
	background-color: #92ACCC;
	height: 100px;
	padding: 5px;
}
#rule_top, #rule_bottom {
	background-image: url(../media/persoNeoTechCenter/bande01.png);
	background-repeat: repeat-x;
	height: 22px;
	background-color: #6085B0;
	padding-top: 10px;
	padding-left: 10px;
}
#rule_bottom {
	text-align: center;
}
#middle {
	background-color: #92ACCC;
	padding: 15px;
}

/* Compartiment aux bords arrondis */
.compartiment {
	padding: 5px;
}
.hautGauche{
	background-image: url('../media/persoNeoTechCenter/arrondi01.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #7697BE;
}
.hautDroite{
	background-image: url('../media/persoNeoTechCenter/arrondi02.png');
	background-repeat: no-repeat;
	background-position: top right;
}
.basGauche{
	background-image: url('../media/persoNeoTechCenter/arrondi03.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
.basDroite{
	background-image: url('../media/persoNeoTechCenter/arrondi04.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 14px;
	padding-top:10px;
}

/* Elements du bloc du haut */
#imageLogo {
	background-image: url(../media/kdeCrystalDiamond/96x96/apps/epiphany.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 15px;
	height: 96px;
	width: 96px;
}
#imageTitre {
	background-image: url(../media/persoNeoTechCenter/titre.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 40px;
	height: 40px;
	width: 250px;
}
#imageTitre h1 {
	display:none;
}
#connexion {
	text-align: right;
}

/* Onglets */
#onglets {
	margin-top: 30px;
	padding-left: 150px;
	list-style: none;
}
#onglets li a {
	background-image: url(../media/persoNeoTechCenter/onglet1.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 107px;
	float: left;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
	color: #1A1A1A;
	text-decoration: none;
}
#onglets li a:hover {
	background-image: url(../media/persoNeoTechCenter/onglet2.png);
}

/*
Boutons
*/
a.bouton {
	background-image: url(../media/persoNeoTechCenter/bouton1.png);
	background-repeat: no-repeat;
	margin: 5px;
	padding-top: 5px;
	height: 17px;
	width: 100px;
	color: #1A1A1A;
	display:block;
	text-align: center;
	font-weight: bold;
	background-color: #A7A7A7;
	text-decoration: none;
}
a.bouton:hover {
	background-image: url(../media/persoNeoTechCenter/bouton2.png);
	color: #333333;
}

/*
Liens
*/
a  {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.information a, .onglet a, .bouton a, .erreur a {
	color: #000000;
}
.onglet a, .bouton a {
 	text-decoration: none;
}


/* Mise en forme de texte */
h1 {
	font-size: 13px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	font-weight: bold;
}
h4 {
	font-size: 10px;
	font-weight: bold;
}

/* Elements specifiques */
input, select, textarea, button {
	font-size: 9px;
	font-family: Verdana, Arial;
	margin: 2px;
}
.commentaire {
	font-size: 9px;
	font-style: italic;
}
.code, .citation {
	font-style: italic;
	background-color: #EFEFEF;
	border: 1px solid #999999;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 6px;
}
.erreur, .information {
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #000000;
	margin: 4px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 32px;
}
.erreur {
	background-color: #F19170;
	border: 1px solid #E94F1B;
	background-image: url(../media/kdeCrystalDiamond/16x16/actions/remove.png);
}
.information {
	background-color: #78E772;
	border: 1px solid #27BF21;
	background-image: url(../media/kdeCrystalDiamond/16x16/actions/info.png);
}

/* Celules */
.celuleGrisFonce, .celuleGrisFonceHover, .celuleGrisClair, .celuleGrisClairHover,
.messageLu, .messageNonLu, .messageLecture,
.celuleOrange, .celuleOrangeHover, .celuleRouge, .celuleRougeHover {
	padding-top: 8px ;
	padding-left: 8px ;
	padding-right: 8px ;
	height: 20px;
}
.celuleGrisFonce, .celuleGrisFonceHover, .messageLu, .messageNonLu, .messageLecture { 
	background-color: #B0B0B0;
	border: 1px solid #999999;
}
.celuleGrisFonceHover, .celuleGrisClairHover, .celuleRougeHover, .celuleOrangeHover, .messageLu, .messageNonLu, .messageLecture {
	cursor: pointer;
}
.celuleGrisFonceHover:hover, .messageLu:hover, .messageNonLu:hover, .messageLecture:hover {
	background-color: #999999;
}
.celuleGrisClair, .celuleGrisClairHover  {
	background-color: #C0C0C0;
	border: 1px solid #999999;
}
.celuleGrisClairHover:hover {
	background-color: #B0B0B0;
}
.celuleRouge, .celuleRougeHover {
	background-color: #F19170;
	border: 1px solid #E94F1B;
}
.celuleRougeHover:hover {
	background-color: #F96143;
}
.celuleOrange, .celuleOrangeHover {
	background-color: #F99E43;
	border: 1px solid #EB7907;
}
.celuleOrangeHover:hover {
	background-color: #F37D07;
}
.messageLu, .messageNonLu, .messageLecture {
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 36px;
}
.messageLu  {	background-image: url(../media/fam3/fam3Silk/email.png) ; }
.messageNonLu { 	background-image: url(../media/fam3/fam3Silk/email_error.png) ; }
.messageLecture { 	background-image: url(../media/fam3/fam3Silk/email_open.png) ; }
