/* !colors DES */
/*

dark green (titles) :           #618006
green (links) :                 #7ea827
desaturated green (sidebar) :   #babf86
green gray (table info) :       #6b7d6d
light green (borders) :         #bfcf1a
very light green (tables):      #f0f9e4
dark blue :                     #006699
blue :                          #abd5df
light blue :                    #eef4f9
yellow :                        #fffb6b
light yellow :                  #ffc
very light yellow (forms) :     #ffffeb
dark bordeaux :                 #633
light bordeaux :                #c99
gray scale :                    #000 - #60696a - #666 - #999 - #ccc - #f0f0f0 - #fff

*/

/* !colors TOULOUSE */
/*

dark desaturated blue :         #93b6bf
desaturated blue (navigation)   #abd5df
saturated blue (links)          #008ccc
dark blue (hoverlinks) :        #006699
light blue :                    #eef4f9
light brown/yellow (sidebar)    #f0f0d7
brown (sidebar titles)          #d1a95b
dark brown (sidebar subtitles)  #61450b
very light yellow (forms) :     #ffffeb

*/


/* !group reset css */

/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

/* @end */

/* !group layout */

body {  
  background: #60696a url(../images/body_back.png) repeat-x;
  font: 12px/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  text-align: center;
  color: #666;
  -webkit-text-size-adjust: none;
}

body.toulouse {
  background: #f0f0f0 url(../images/body_back_toulouse.png) repeat-x;
}

#wrapper {
  background-color: #f0f0f0;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

.clear {
  clear: both;
  height: 1px;
}

/* @end */

/* !group header */

#header {
  height: 50px;
  background: #eef4f9 url(../images/header_back.png) no-repeat;
}

.toulouse #header {
  height: 60px;
  background: #cee6ec url(../images/header_back_toulouse.png) no-repeat;
}

#header h1 a {
  display: block;
  width: 480px;
  height: 50px;
  text-indent: -9999px;
}

#header .sub-nav {
  float: right;
  margin-right: 10px;
  color: #fff;
}

.toulouse #header .sub-nav {
  margin-right: 70px;
  padding-top: 38px;
  color: #999;
}

#header .sub-nav a {
  text-decoration: none;
  color: #069;
}

#header .sub-nav a.user {
  color: #939;
}

#header .sub-nav a:hover {
  text-decoration: underline;
}

/* @end */

/* !group nav */

#nav {
  height: 170px;
  background: #618006 url(../images/nav_back.png) no-repeat;
}

.toulouse #nav {
  height: 200px;
  background: #60696a url(../images/nav_back_toulouse.png) no-repeat;
}

#nav ul {
  margin: 90px 10px 0 10px;
  padding: 0;
  list-style: none;
  width: 300px;
  float: left;
  display: inline;
}

.toulouse #nav ul {
  margin-top: 130px;
}

#nav li {
  padding-left: 20px;
  background: transparent url(../images/nav_arrow.png) no-repeat center left;
}

.toulouse #nav li {
  background: transparent url(../images/nav_arrow_toulouse.png) no-repeat center left;
}

#nav li a {
  font-weight: bold;
  color: #f0f9e4;
  text-decoration: none;
}

.toulouse #nav li a {
  color: #abd5df;
}

#nav li a:hover {
  color: #bfcf1a;
}

.toulouse #nav li a:hover {
  color: #fff;
}

/* @end */

/* !group content */

#content {
  background-color: #fff;
}

.toulouse #content {
  background: #fff url(../images/content_back_toulouse.png) repeat-y;
}

#content a {
  text-decoration: none;
  color: #7ea827;
}

.toulouse #content a {
  color: #008ccc;
}

#content a:hover {
  text-decoration: underline;
  color: #618006;
}

.toulouse #content a:hover {
  color: #006699;
}

#content a.delete, .toulouse #content a.delete {
  color: #c00;
}

/* @end */

/* !group sidebar */

#sidebar {
  width: 300px;
  margin-left: 10px;
  float: left;
  display: inline;
  margin-bottom: 40px;
}

#sidebar .banner {
  width: 300px;
  height: 600px;
  background: #fff url(../images/banner.jpg) no-repeat;
}

.toulouse #sidebar .banner {
  background: #f0f0d7 url(../images/banner_toulouse.png) no-repeat;
}

#sidebar div.fenetre {
  padding: 5px;
  height: 200px;
  overflow: auto;
}

#sidebar .article {
  margin-bottom: 10px;
}

#sidebar h2 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #babf86;
}

.toulouse #sidebar h2 {
  color: #d1a95b;
}

#sidebar h3 {
  font-size: 14px;
  font-weight: bold;
  color: #60696a;
}

.toulouse #sidebar h3 {
  color: #61450b;
}

#sidebar p {
  margin-bottom: 10px;
}

#sidebar p.date, #sidebar p.legend {
  font-size: 11px;
  color: #999;
}

#sidebar .infowindow p, #main .infowindow p {
  margin-bottom: 0;
  font-size: 11px;
}

#sidebar .form_row label {
  font-weight: bold;
}

#sidebar ul {
  margin: 10px 0;
}

#sidebar li {
  display: inline; /* IE bug fix */
}

#sidebar li a {
  color: #666;
  background-color: #f0f0f0;
  display: block;
  margin-bottom: 10px;
  margin-right: 20px;
  border-left: 5px solid #bfcf1a;
  padding: 4px 0 4px 10px;
  font-size: 13px;
  text-decoration: none;
}

.toulouse #sidebar li a {
  background-color: #f0f0f0;
  border-left: 8px solid #d1a95b;
  color: #666;
}

#sidebar li.link a, #sidebar li.help a {
  background-color: #eef4f9;
  border-left-color: #abd5df;
}

#sidebar li.arrow a {
  background: #f0f9e4 url(../images/sidebar_arrow.png) no-repeat center right;
  border-left-color: #999;
}

.toulouse #sidebar li.arrow a {
  background: #eef4f9 url(../images/sidebar_arrow_toulouse.png) no-repeat center right;
}

#sidebar li a:hover {
  color: #000;
  background-color: #ffc;
  text-decoration: none;
}

.toulouse #sidebar li a:hover {
  background-color: #fff;
}

#sidebar input {
  margin: 10px 0;
}

#sidebar #map {
  margin: 10px 0;
}

#sidebar .toc {
  margin-right: 20px;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  color: #666;
}

#sidebar .toc h4 {
  color: #fff;
  background-color: #666;
  padding: 2px 5px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}

#sidebar .toc p {
  font-size: 11px;
}

#sidebar .toc p a {
  color: #000;
}

/* @end */

/* !group main */

#main {
  width: 620px;
  margin-right: 10px;
  float: right;
  display: inline;
  margin-bottom: 40px;
}

#main h1 {
  font-size: 28px;
  font-weight: normal;
  color: #618006;
  margin-bottom: 5px;
}

.toulouse #main h1 {
  color: #069;
}

#main h2 {
  font-size: 18px;
  color: #690;
}

.toulouse #main h2 {
  color: #333;
}

#main h3 {
  font-size: 14px;
  font-weight: bold;
}

#main h4 {
  font-size: 14px;
  color: #690;
  font-weight: bold;
}

.toulouse #main h4 {
  color: #069;
}

#main h5 {
  color: #906;
  font-weight: bold;
}

.toulouse #main h5 {
  color: #61450b;
}

#main p {
  margin-bottom: 10px;
}

#main p.meta {
  margin: 0;
  line-height: 1.2;
  font-size: 10px;
  color: #999;
}

#main .error, #main .required {
  font-size: 10px;
  color: #c00;
}

#main .alert {
  font-size: 12px;
  color: #c00;
}

#main strong {
  color: #000;
  font-weight: bold;
}

#main em {
  color: #999;
  font-style: italic;
}

#main .flash_notice
{
  margin: 5px 0;
  padding: 4px 4px 4px 30px;
  background: url(../images/tick.png) no-repeat 5px 5px;
  background-color: #ffc;
  border: 1px solid #e3ebc4;
  font-size: 14px;
  color: #063;
}

#main .flash_error
{
  margin: 5px 0;
  padding: 4px 4px 4px 30px;
  background: url(../images/error.png) no-repeat 5px 5px;
  background-color: #ffc;
  border: 1px solid #c00;
  font-size: 14px;
  color: #c00;
}

#main div.info {
  margin: 10px 0;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #eef4f9;
}

/* @end */

/* !group homepage */

#main .help {
  margin: 20px 0;
  background: #eef4f9 url(../images/help_big.gif) no-repeat 5px 5px;
  border: 1px solid #436992;
  padding: 10px 10px 10px 60px;
  color: #036;
  font-size: 11px;
}

#main .help h3 {
  font-size: 14px;
}

#main .help a {
  color: #069;
  text-decoration: none;
}

#main .help a:hover {
  color: #036;
  text-decoration: underline;
}

#main .helpsection h1 {
  background-color: #036;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

#main .helpsection h2 {
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: 1px solid #036;
  color: #036;
}

#main .helpsection h3 {
  text-align: center;
}

#main .helpsection h4 {
  color: #036;
}

#main .helpsection a {
  color: #069;
  text-decoration: none;
}

#main .helpsection a:hover {
  color: #036;
  text-decoration: underline;
}

#main .box {
  margin: 10px 0;
  background-color: #f0f9e4;
  border: 1px solid #7ea827;
  width: 300px;
  display: inline;
  font-size: 11px;
}

.toulouse #main .box {
  background-color: #fff;
  border: 1px solid #abd5df;
}

#main .col1 {
  float: left;
}

#main .col2 {
  float: right;
}

#main .box h2 {
  background-color: #bfcf1a;
  font-size: 14px;
  font-weight: bold;
  color: #618006;
  text-align: center;
}

.toulouse #main .box h2 {
  background-color: #abd5df;
  color: #069;
}


#main .box p {
  margin: 0 5px 5px 5px;
}


#main .connect {
  background-color: #ffc;
}

.toulouse #main .connect {
  background-color: #ffc;
}

#main .connect h2 {
  background-color: #ff6;
  color: #f93;
}

.toulouse #main .connect h2 {
  background-color: #ff6;
  color: #f93;
}

#main .connect form {
  margin: 5px;
}

#main .connect label {
  font-weight: bold;
}

.actions p {
  padding-left: 20px;
  line-height: 20px;
}

.actions p.pencil {
  background: transparent url(../images/pencil.png) no-repeat 0 2px;
}

.actions p.group {
  background: transparent url(../images/group.png) no-repeat 0 2px;
}

.actions p.house {
  background: transparent url(../images/house.png) no-repeat 0 2px;
}

.actions p.disconnect {
  background: transparent url(../images/disconnect.png) no-repeat 0 2px;
}

.actions p.user_suit {
  background: transparent url(../images/user_suit.png) no-repeat 0 2px;
}

.actions p.key {
  background: transparent url(../images/key.png) no-repeat 0 2px;
}

.actions p.lock2 {
  background: transparent url(../images/lock2.png) no-repeat 0 2px;
}

.actions p.page_white_magnify {
  background: transparent url(../images/page_white_magnify.png) no-repeat 0 2px;
}

.actions p.edit {
  background: transparent url(../images/edit.png) no-repeat 0 2px;
}

.actions p.list {
  background: transparent url(../images/list.png) no-repeat 0 2px;
}

.actions p.information {
  background: transparent url(../images/information.png) no-repeat 0 2px;
}

.actions p.form {
  background: transparent url(../images/form.png) no-repeat 0 2px;
}

.actions p.calendar {
  background: transparent url(../images/calendar.png) no-repeat 0 2px;
}

.actions p.printer {
  background: transparent url(../images/printer.png) no-repeat 0 2px;
}

/* @end */

/* !group infopages */

#main .category {
  margin-bottom: 15px;
}

#main .category h2 {
  background-color: #f0f0f0;
  margin-bottom: 3px;
  padding: 2px 5px;
  font-size: 13px;
}

#main .category h2 a {
  color: #000;
}

#main .category small {
  font-size: 10px;
}

#main .category .more_pages
{
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
  margin: 5px 10px;
}

#main .category .more_pages a
{
  color: #000;
}

#main .doc {
  margin: 10px 0;
  padding: 5px;
  border: 1px solid #e9efe1;
  background-color: #ffe;
}

#main .page table {
  border: 1px solid #000;
}

#main .page td {
  border: 1px solid #000;
  padding: 4px;
}

/* @end */

/* !group forms */

#sf_guard_auth_form {
  background: transparent url(../images/lock.gif) no-repeat 95% 5%;
}

#main ul.error_list {
  list-style-type : none;
  padding: 0;
  margin: 2px 0;
}

#main ul.error_list li {
  padding: 0;
  margin: 0;
  color: #c00;
}

#main .form_row {
  margin-top: 10px;
  clear: both;
  font-size: 11px;
}

#main .form_row input, #main .form_row textarea {
  border: 1px solid #ccc;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  padding: 2px;
}

#main .form_row_error input, #main .form_row_error textarea {
  border-color: #c00;
}

#main .form_row label {
  display: block;
  margin: 2px 0;
  color: #333;
  font-size: 12px;
  font-weight: bold;
}

#main .form_row .form_help {
  font-style: italic;
  color: #999;
}

#main .form_submit {
  margin-top: 20px;
  padding: 6px;
  text-align: center;
  background-color: #ffc;
}

.toulouse #main .form_submit {
  background-color: #f0f0d7;
}

#main .filter_submit {
  margin-top: 10px;
  padding: 5px;
  padding-left: 140px;
  background-color: #ffc;
}

.toulouse #main .filter_submit {
  background-color: #f0f0d7;
}

#main .form_submit input, #main .filter_submit input, #main .link input {
  font-weight: bold;
  font-size: 13px;
}

#main .form_row label.inline {
  display: inline;
}

#main fieldset .form_row label.inline {
  display: inline;
  float: none;
  width: auto;
  padding-left: 40px;
  padding-right: 15px;
}

#main fieldset {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #bfcf1a;
  background-color: #ffffeb;
}

.toulouse #main fieldset {
  border: 1px solid #d1a95b;
}

#main fieldset legend {
  color: #bfcf1a;
  font-weight: bold;
  text-transform: uppercase;
}

.toulouse #main fieldset legend {
  color: #d1a95b;
}

#main fieldset .form_row label {
  float: left;
  width: 160px;
}

#main fieldset .form_row .form_field {
  padding-top: 3px;
  padding-left: 170px;
}

#main fieldset.filters .form_row label {
  width: 140px;
}

#main fieldset.filters .form_row .form_field {
  padding-left: 150px;
} 

#main fieldset .info {
  clear: both;
  margin-top: 10px;
  padding: 5px;
  background-color: #f0f9e4;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.toulouse #main fieldset .info {
  background-color: #eef4f9;
}

#main fieldset select.small {
  font-size: 11px;
}

#main fieldset .form_row .checkbox_list
{
  margin: 0;
}

#main fieldset .form_row .checkbox_list li
{
  list-style: none;
  display: block;
}

#main fieldset .form_row .checkbox_list li label
{
  float: none;
  width: auto;
  margin: 0;
  display: inline;
  font-weight: normal;
}

/* @end */

/* !group tables */

#main table.list {
  width: 620px;
  border-bottom: 1px solid #babf86;
}

.toulouse #main table.list {
  border-bottom: 1px solid #abd5df;
}

#main table.list caption {
  font-size: 17px;
  line-height: 34px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  height: 35px;
  width: 620px;
  background-color: #618006;
  border: 1px solid #618006;
}

.toulouse #main table.list caption {
  background-color: #069;
  border: 1px solid #069;
}

#main table.list th {
  padding: 5px;
  background-color: #babf86;
  border: 1px solid #babf86;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.toulouse #main table.list th {
  background-color: #93b6bf;
  border: 1px solid #93b6bf;
}

#main table.list th a {
  color: #ff0;
}

#main table.list tr {
  background-color: #ffc;
  color: #666;
}

.toulouse #main table.list tr {
  background-color: #fbfbfb;
}

#main table.list td {
  padding: 5px;
  border: 1px solid #babf86;
  border-bottom: 0;
}

.toulouse #main table.list td {
  border: 1px solid #abd5df;
}

#main table.list tr.row_0 {
  background-color: #ffffeb;
  border: 0;
}

.toulouse #main table.list tr.row_0 {
  background-color: #fff;
}

#main table.list tr.row_1 {
  background-color: #f0f9e4;
  border: 0;
}

.toulouse #main table.list tr.row_1 {
  background-color: #eef4f9;
}

#main table.list tr.legend {
  background-color: #f0f0f0;
  font-size: 10px;
}

#main table.list div.photo {
  position: relative;
  float: right;
  border: 1px solid #babf86;
}

#main table.list td div.postes {
  position: relative;
  float: right;
  width: 3.5em;
  padding: 5px;
  font-size: 10px;
  text-align: center;
  background-color: #ffc;
  border: 1px solid #bfcf1a;
  color: #618006;
}

.toulouse #main table.list td div.postes {
  background-color: #ffffeb;
  border: 1px solid #069;
  color: #069;
}

#main table.list td div.postes strong {
  font-size: 16px;
}

#main table.list td.info {
  background-color: #f5ffe7;
  border: 1px solid #babf86;
  color: #6b7d6d;
  font-weight: bold;
}

.toulouse #main table.list td.info {
  background-color: #eef4f9;
  border: 1px solid #abd5df;
  color: #069;
}

#main table.list td.subheader {
  background-color: #ddd;
  border: 1px solid #babf86;
  color: #6b7d6d;
  font-weight: bold;
}

#main table.list td.page {
  background-color: #fff;
  border: 1px solid #babf86;
  text-align: right;
}

#main table.list td span.small, #main table.list td select.small {
  font-size: 10px;
  color: #666;
  font-weight: normal;
}

#main table.list td p {
  margin: 0;
}

#main table.list p.add_button {
  float: right;
}

#main table.list p.add_button a {
  display: block;
  margin: 5px;
  padding: 2px 5px;
  background-color: #ffffeb;
  border: solid 1px #999;
  font-size: 11px;
  font-weight: normal;
  color: #633;
}

#main table.list p.alt_button {
  float: right;
  margin: 5px;
  font-weight: normal;
  font-size: 10px;
  color: #999;
}

#main table.list td.link {
  background-color: #633;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #c99;
}

.toulouse #main table.list td.link {
  background-color: #d1a95b;
}

#main table.list td.link a {
  color: #ffc;
}

#main table.list td.stage_semestre {
  font-size: 14px;
  background-color: #fffb6b;
  color: #000;
}

.toulouse #main table.list td.stage_semestre {
  background-color: #f0f0d7;
}

.graph { 
	position: relative; /* IE is dumb */
	width: 150px; 
	border: 1px solid #334F0A; 
	padding: 2px; 
	margin-bottom: .5em;					
}

.toulouse .graph {
  border: 1px solid #069; 
}

.graph .bar { 
	display: block;	
	position: relative;
	background-color: #c8dfa7; 
	text-align: center; 
	color: #333; 
	height: 2em; 
	line-height: 2em;									
}

.toulouse .graph .bar {
  background-color: #abd5df;
}

.graph .bar span { 
  position: absolute; left: 1em;  /* This extra markup is necessary because IE doesn't want to follow the rules for overflow: visible */
} 

#main .pagination {
  margin: 10px 0;
  padding: 3px;
  float: right;
  display: inline;
}

#main .pagination img
{
  vertical-align: -2px;
}

#main .pagination_desc
{
  margin-top: 10px;
  font-style: italic;
  color: #999;
}

/* @end */

/* !group footer */

#footer {
  padding: 20px 0;
  background: transparent url(../images/footer_back.png) repeat-x;
  clear: both;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #abd5df;
  font-size: 11px;
}

.toulouse #footer {
  padding: 10px 0;
  border-top: 4px solid #abd5df;
  background: #eef4f9 url(../images/footer_back_toulouse.png) no-repeat;
}

#footer .primary {
  width: 460px;
  margin-left: 10px;
  float: left;
  display: inline;
  margin-bottom: 10px;
}

.toulouse #footer .primary {
  width: 415px;
  margin-left: 55px;
}

#footer .secondary {
  width: 460px;
  margin-right: 10px;
  float: right;
  display: inline;
  margin-bottom: 10px;
  text-align: right;
}

#footer h5 {
  clear: both;
  margin: 0 10px;
  text-align:center;
  font-size: 11px;
  font-weight: normal;
  color: #ccc;
}

.toulouse #footer h5 {
  margin: 0 45px;
}

#footer a {
  color: #069;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer h5 a {
  color: #999;
  text-decoration: none;
}

/* @end */