*{
	border: none;
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff4e8;
	background-image: url(../images/bandeau_usaa_repeat.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
}

select{
	background-color: #fff4e8;
	color: Black;
	border: 1px solid #006114;
	margin: -1px -1px -1px -1px;
	font-size : 10px;
}

A:link {
	COLOR: #008200; TEXT-DECORATION: none
}
A:hover {
	COLOR: #008200; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #008200; TEXT-DECORATION: none
}
A:hover {
	COLOR: #008200; TEXT-DECORATION: underline
}
A:active {
	COLOR: #aa0037; TEXT-DECORATION: italic
}

A#admin:link {
	COLOR: #ff0000; TEXT-DECORATION: none
}
A#admin:hover {
	COLOR: #ff0000; TEXT-DECORATION: underline
}
A#admin:visited {
	COLOR: #ff0000; TEXT-DECORATION: none
}
A#admin:active {
	COLOR: #aa0000; TEXT-DECORATION: italic
}
/* Bannière de haut de page*/
#Banniere{
	background-image: url(../images/bandeau_usaa.jpg);
	background-repeat: no-repeat;
	height: 129px;
	left: 0px;
	top: 0px;
}

/* Bannière bourse de haut de page*/
#BanniereBourse{
	background-image: url(../images/bandeau_usaa.jpg);
	background-repeat: no-repeat;
	height: 129px;
	left: 0px;
	top: 0px;
}


/* Info utilisateur*/
#Utilisateur{
	position: absolute;
	left: 140px;
	top: 60px;
}

#loadingMessage {
    background: White;
    padding: 20px;
    border: 2px solid green;
    display: none; /* hidden */
    position: absolute;    
    left: 50%;
    margin-left: -100px;
    top: 25%;
    width: 200px;
    /*height: 100px;*/
        /*margin-top: -50;*/
    font-weight: bold;
    font-size: large;
    }

/* Menu gauche*/
#Gauche{
	background-image: url(../images/menu_gauche.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 439px;
	left: 0px;
	top: 129px;
}

/* Cadre accueil dernières mises en ligne*/
#LastMinute{
	background-color: #D4D5D2;
	position: relative;
	height: 200px;
	width: 300px;
	left: 5px;
	top: 5px;
}

/* Menu gauche*/
#calle{
	background-image: url(../images/menu_gauche.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 439px;
	left: 0px;
	top: 129px;
}


/* Question-réponse*/
#QR{
	background-image: url(../images/qr.jpg);
	background-image: url(../images/menu_gauche.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 233px;
	float: left;
	top: 160px;
}

pre {
	background-color: #fef3bb;
	font: 10px "Trebuchet MS", helvetica, sans-serif;
	text-align: left;
}


#sauve {
	background-color: #006114;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-left-color: #666666;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-width: 1px;
	border-top-color: #666666;
	border-top-width: 1px;
	color: White;
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 5px;
	text-align: center;
}

#annule {
	background-color: #006114;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-left-color: #666666;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-width: 1px;
	border-top-color: #666666;
	border-top-width: 1px;
	color: White;
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 5px;
	text-align: center;
}

#new {
	background-color: #006114;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-left-color: #666666;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-width: 1px;
	border-top-color: #666666;
	border-top-width: 1px;
	color: White;
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 5px;
	text-align: center;
}

div#conteneur_global {
	background: White;
	border: 2px solid #ab4;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

dl, dt, dd, ul, li {
	list-style-type: none;
	height: 20px;
	margin: 0;
	padding: 0;
}

ul#menu {
	left: 180px;
	position: absolute;
	top: 129px;
	background-color: #93a0a9;
	height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;

}

/* On donne une hauteur au menu, correspondant a la taille de l'image utilisée en fond, on met ensuite l'image de fond avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */
ul#menu li {
	float: left;
	text-align: center;
	cursor:pointer;
	height: 20px;
	background-image: url(../images/bg_grisfonce.gif);
	background-repeat: repeat-x;
}
/* On rend les li en flottant pour pouvoir les afficher horizontalement, on cache les puces, et on centre le texte */
ul#menu li a {
	color: black;
	font-size: 14px;
	height: 20px;
	font-weight: bold;
	cursor:pointer;
	padding: 0.1em 1em 0.1em 1em;
	text-decoration: none;
}
/* C'est sur les liens que le gros du travail est effectué, largeur, hauteur de ligne, taille de police, graisse de police, espacement des lettres, couleur, bordure et decoration du texte. Nous pouvons dimensionner les a grâce à la propriété display: block ; */
/* 	width: 130px ; */
ul#menu li:hover {
	height: 20px;
	background-color: #bbbbbb;
	color: #fffbce;
	cursor: pointer;
}
/* Et pour finir on décale l'image de fond au passage de la souris pour laisser aparaître l'état survolé de l'image, voir le tutoriel sur les roll over pour plus de détails */
ul#menu li.onglet_selected {
	background-color: #bbbbbb;
	/*color: #fffbce;*/
	cursor: pointer;
}
/* Et pour finir on décale l'image de fond au passage de la souris pour laisser aparaître l'état survolé de l'image, voir le tutoriel sur les roll over pour plus de détails */
ul.ssmenu {
	left: 260px;
	position: absolute;
	top: 149px;
	cursor:pointer;
	background: url(../images/bg_ssmenu.gif) repeat-x 0 0;
	/*left: 5px;*/
	height: 20px;
	list-style-type: none;
	margin: 0;
}

/* On donne une hauteur au menu, correspondant a la taille de l'image utilisée en fond, on met ensuite l'image de fond avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */
ul.ssmenu li {
	background-color: #c1ced4;
	float: left;
	display: block;
	text-align: center;
	padding-left: 2px;
	padding-right: 3px;
	margin-left: 2px;
	margin-right: 3px;
}
/* On rend les li en flottant pour pouvoir les afficher horizontalement, on cache les puces, et on centre le texte */
ul#ssmenu li a {
	color: #fdc482;
	font-size: 11px;
	font-weight: bold;
	padding: 0.1em 1em 0.1em 1em;
	text-decoration: none;
}

ul.ssmenu li:hover {
	background-color: #fdc482;
	color: #fffbce;
	cursor: pointer;
}
/* Et pour finir on décale l'image de fond au passage de la souris pour laisser aparaître l'état survolé de l'image, voir le tutoriel sur les roll over pour plus de détails */
ul.ssmenu li.ss_onglet_selected {
	background-color: #fdc482;
	/*color: #fffbce;*/
	cursor: pointer;
}

.menu_accordeon {
	margin: 2px 0;
	width: 200px;
}

.menu_accordeon dl {
	border: 1px solid Gray;
	margin: 2px 2px;
}

.menu_accordeon dt {
	background: #f6db32;
	border: 1px solid Gray;
	color: Red;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
	text-align: center;
}

.menu_accordeon dd {
	background: #eee;
	border: 1px solid Gray;
}

.menu_accordeon li {
	font-size: 0.8em;
	margin: 0 2px;
}

.menu_accordeon li:hover, dt:hover {
	background: #eee;
	color: Red;
	cursor: pointer;
}

.panel_accordeon {
	margin: 2px 0;
	width: 100%;
}

.panel_accordeon dl {
	/*border: 1px solid Gray;*/
	border: none;
	margin: 2px 2px;
}

.panel_accordeon dt {
	background-color: #93a0a9;;
	color: White;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
	text-align: left;
}

.panel_accordeon dd {
	/*background: White;*/
	/*border: 1px solid Gray;*/
	border: none;
}

.panel_accordeon li {
	font-size: 1em;
	margin: 0 2px;
}

.panel_accordeon dt:hover {
	/*color: Green;*/
	color: #FFFF66;
	cursor: pointer;
}

.panel_accordeon a {
	color: green;
	text-decoration:none;
}

.panel_accordeon a:hover {
	color:#006600;
	text-decoration:underline;
}


.conteneur_accordeon div {
	background: White;
	border: none;
}

.table_accueil {
	position:relative;
	border: 0px solid #000;
	font-size: 1em;
	/*margin: none;*/
	/*spacing : 0px 0px;*/
	width: 600px;
	left: 180px;
}


.table_liste {
	/*position:relative;*/
	background-color: #d4d4d2;
	/*border: 1px solid #000;*/
	font-size: 0.8em;
	margin: 0 0px;
	padding: 0 0px;
	/*spacing : 5px;*/
	/*width: 600px;*/
	/*top: 40px;*/
	/*left: 180px;*/
}

.table_liste thead th {
	color: #000;
	/*background-color: #d4d4d2;*/
	/*border: 1px solid #000;*/
	font-size: 1.2em;
	padding: 0 0px; /*border: 1px solid #aaa;*/
}

.table_liste tbody {
	background-color: #fff;
	/*border-left: 1px solid #000;*/
	/*border-right: 1px solid #000;*/
	/*border-bottom: 0px;*/
	/*border-top: 0px;*/
	padding: 0 0px; /*border: 1px solid #aaa;*/
}

.table_liste td {
	padding: 0 0px;
	border: none;
	/*border-left: 1px solid #000;*/
	/*border-right: 1px solid #000;*/
	/*border-bottom: 0px;*/
	/*border-top: 0px;*/
}

table.table_liste tr.selected {
	background: Yellow;
}

table.table_liste tr.ligne_claire{
	background: #DDEBFF;
}

	
table.table_liste tr.ligne_foncee{
	background: #BBD7FF;
}

table.table_liste td.col_date{
	width: 60px;
}

/* table echange */
.table_echange {
	/*position:relative;*/
	background-color: #d4d4d2;
	/*border: 1px solid #000;*/
	font-size: 1em;
	margin: 0 0px;
	padding: 0 0px;
	/*width: 600px;*/
	/*top: 40px;*/
	/*left: 180px;*/
}

.table_echange thead th {
	color: #000;
	/*background-color: #d4d4d2;*/
	/*border: 1px solid #000;*/
	padding: 0 0px; /*border: 1px solid #aaa;*/
}

.table_echange tbody {
	background-color: #fff;
	/*border-left: 1px solid #000;*/
	/*border-right: 1px solid #000;*/
	/*border-bottom: 0px;*/
	/*border-top: 0px;*/
	padding: 0 0px; /*border: 1px solid #aaa;*/
}

.table_echange td {
	padding: 0 0px;
	border: none;
	/*border-left: 1px solid #000;*/
	/*border-right: 1px solid #000;*/
	/*border-bottom: 0px;*/
	/*border-top: 0px;*/
}



table.table_echange td.col_date{
	background-color: #82a2ae;
	color: White;
	width: 60px;
}

table.table_echange td.saut{
	background-color: #fff4e8;
	height: 5px;
	border-left: none;
	border-right: none;
}

table.table_echange td.entete{
	background-color: #82a2ae;
	color: White;
	border-left: none;
	border-right: none;
}

table.table_echange td.foot{
	background-color: #d4d4d2;
	height: 20px;
	color: White;
	border-left: none;
	border-right: none;
}


/* pour les cadres */

.cadre {
	/*position:relative;*/
	/*border: 1px solid #000;*/
	font-size: 1em;
	margin: 0 0px;
	padding: 0 0px;
	/*width: 600px;*/
	/*top: 40px;*/
	/*left: 180px;*/
}

.cadre thead, th {
	background-color: #93a0a9;
	color: #fff;
	font-size: 1.0em;
	/*border: 1px solid #000;*/
	padding: 0 0px; /*border: 1px solid #aaa;*/
}

.cadre tbody {
	/*background-color: #fff;*/
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	border-bottom: 0px;
	border-top: 0px;
	padding: 0 0px; /*border: 1px solid #aaa;*/
}

.cadre td {
	padding: 0 0px;
	font-size: 1.0em;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	border-bottom: 0px;
	border-top: 0px;
}



input[type="text"] {
	position:relative;
	left:10px;
	/*width:80%;*/
	background-color: #fff;
	border-style: solid;
	border-color: #fffbce;
	color: #006114;
	font-family: verdana, arial;
	font-size:8pt;
	font-weight: normal;
	margin-left: 5px;
	text-align: left;
}

input[type="file"] {
	position:relative;
	left:10px;
	width:80%;
	background-color: #fff;
	border-style: solid;
	border-color: #fffbce;
	color: #006114;
	font-family: verdana, arial;
	font-size:8pt;
	font-weight: normal;
	margin-left: 5px;
	text-align: left;
}

/* fenetre recherche*/
#recherche {
	background-color: #d4d4d2;
	border: 0px solid Red;
	left: 0px;
	top: 420px;
	padding: 0px;
	position: absolute; /*	width:360px;*/
	width:159px;
	visibility: visible;
	z-index: 1000;
}

#recherche table {
	background-color: #d4d4d2;
	border: 0px;
	border-style: none;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#recherche th {
	background-color: #93a0a9;
	border: none;
	border-style: none;
	color: Black;
	font-size: 1.2em;
	height: 22px;
	line-height: 22px;
}

#recherche td {
	font-size: 7pt;
}


#recherche select {
	background-color: #fff4e8;
	border: #004444 2px double;
	color: Black;
	font-family: verdana, arial,sans-serif;
	font-size: 7pt;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: right;
}

#recherche input[type="text"] {
	background-color: #fff4e8;
	/*background-color: #fef3bb;*/
	border-style: solid;
	border-color: #fffbce;
	color: #006114;
	font-family: verdana, arial;
	font-size: 7pt;
	font-weight: bold;
	margin-left: 5px;
	text-align: left;
	left: 0px;
	width: 100px;
}

#recherche input[type="button"] {
	background-color: #93a0a9;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-left-color: #666666;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-width: 1px;
	border-top-color: #666666;
	border-top-width: 1px;
	color: Black;
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 0px;
	text-align: center;
}

/* fenetre d'édition */
#edition {
	background-color: #fffbce;
	border: 1px solid #069b3d;
	left: 550px;
	top: 85px;
	padding: 2px;
	position: absolute; /*	width:360px;*/
	width:320px;
	visibility: hidden;
	z-index: 1000;
}

#edition table {
	background-color: #fffbce;
	border: 0px;
	border-style: none;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#edition th {
	background-color: #069b3d;
	border: none;
	border-style: none;
	color: White;
	font-size: 1.0em;
	height: 22px;
	line-height: 20px;
}

#edition td {
	font-size: 7pt;
}


#edition select {
	background-color: #9ccece;
	border: #004444 4px double;
	color: Black;
	font-family: verdana, arial,sans-serif;
	font-size: 7pt;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: right;
	width: 100%;
}

#edition input[type="text"] {
	background-color: #fef3bb;
	border-style: solid;
	border-color: #fffbce;
	color: #006114;
	font-family: verdana, arial;
	font-size: 7pt;
	font-weight: bold;
	margin-left: 5px;
	text-align: left;
}

#edition textarea {
	background-color: #fef3bb;
	border-style: solid;
	border-color: #fffbce;
	color: #006114;
	font-family: verdana, arial;
	font-size: 7pt;
	font-weight: bold;
	margin-left: 5px;
	text-align: left;
}


/* fenetre video */
#video {
	background-color: #fffbce;
	border: 1px solid #069b3d;
	left: 550px;
	top: 85px;
	padding: 2px;
	position: absolute; /*	width:360px;*/
	width:405px;
	visibility: hidden;
	z-index: 2000;
}

#video table {
	background-color: #fffbce;
	border: 0px;
	border-style: none;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#video th {
	background-color: #069b3d;
	border: none;
	border-style: none;
	color: White;
	font-size: 1.0em;
	height: 22px;
	line-height: 20px;
}

#video td {
	font-size: 7pt;
}


#video select {
	background-color: #9ccece;
	border: #004444 4px double;
	color: Black;
	font-family: verdana, arial,sans-serif;
	font-size: 7pt;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: right;
	width: 100%;
}

#video input[type="text"] {
	background-color: #fef3bb;
	border-style: solid;
	border-color: #fffbce;
	color: #006114;
	font-family: verdana, arial;
	font-size: 7pt;
	font-weight: bold;
	margin-left: 5px;
	text-align: left;
}

#video textarea {
	background-color: #fef3bb;
	border-style: solid;
	border-color: #fffbce;
	color: #006114;
	font-family: verdana, arial;
	font-size: 7pt;
	font-weight: bold;
	margin-left: 5px;
	text-align: left;
}

input[type="file"] {
	background-color: #fef3bb;
	border-style: solid;
	border-color: #fffbce;
	color: #006114;
	font-family: verdana, arial;
	font-size: 7pt;
	font-weight: bold;
	margin-left: 5px;
	text-align: left;
}

input[type="submit"] {
	background-color: #006114;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-left-color: #666666;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-width: 1px;
	border-top-color: #666666;
	border-top-width: 1px;
	color: White;
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 5px;
	text-align: center;
}

input[type="button"] {
	background-color: #006114;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-left-color: #666666;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-width: 1px;
	border-top-color: #666666;
	border-top-width: 1px;
	color: White;
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 5px;
	text-align: center;
}
input[readonly="true"] {
	width:30px;
	background-color: #fef3bb;
	border-style: solid;
	border-color: #fef3bb;
	color: #006114;
	font-family: verdana, arial;
	font-size: 7pt;
	font-weight: bold;
	margin-left: 5px;
	text-align: left;
}


option {
	background-color: #eeeeee;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-left-color: #666666;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-width: 1px;
	border-top-color: #666666;
	border-top-width: 1px;
	color: #000000;
	font-family: verdana, arial;
	font-size: 8pt;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: right;
}

.cache input{
	background-color: #ffffff;
	font: 10px "Trebuchet MS", helvetica, sans-serif;
	text-align: left;
	border-style: solid;
	border-color: #FFFFFF;
	width:40px;
	color: Black;
}


div.cb_off {
	background: url(../images/coche_decoche.png) no-repeat 0 0 ;
	height: 16px;
	width: 13px;
	margin: 0;
	margin: 0;
}

div.cb_on {
	background: url(../images/coche_decoche.png) no-repeat 0 -16px ;
	height: 16px;
	width: 13px;
	margin: 0;
	margin: 0;
}

tr.edition_accordeon_titre{
	background-color: #ffd100;
	border-color:#ffd100;
	font-size: 8pt;
	font-weight: bold;
	cursor:pointer;
}

tr.edition_accordeon_texte{
	background-color: #fef3bb;
	border-color:#ffd100;
	font-size: 8pt;
	font-weight: normal;
}
	


/* tableaux */
table.listecarto {
	margin:3px;
	border:1px solid #006114;
	border-collapse:collapse;
	font-size:10px;
}

table.liste {
	margin:3px;
	border:1px solid #006114;
	border-collapse:collapse;
}
.liste th {
	text-align:center;
	padding:3px;
	background-color:#FFD100;
	border:1px solid #FFF;
}
.liste td {
	padding:3px;
	background-color:#FFFBCE;
	border:1px solid #FFF;
}

.liste .ssliste {
	padding-left:30px;
	background-color:#FFFBCE;
	border:1px solid #FFF;
	font-size:10px;
}

.liste .lselected {
	padding-left:30px;
	background-color:#FFFBCE;
	border:1px solid #FFF;
	font-size:10px;
}
.liste .titre {
	color:#FFF;
	border:1px solid #006114;
	background-color:#006114;
	font-weight:bold;
	padding:5px 0 5px 20px;
}
.liste td.derniere {
	background-color:#FFFBCE;
	border-top:none;
	border-left:1px solid #006114;
	border-right:1px solid #006114;
	border-bottom:1px solid #006114;
}
.liste .gauche {
	border-left:1px solid #006114;
}
.liste .droite {
	border-right:1px solid #006114;
}

/*Mise en valeur message d'avertissement*/
.Attention{
	background-color: #FFD100;
	color: #006114;
	font-weight: bold;
	text-align: center;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	width: 100%;
	border: 2px dashed #D47D30;
}

