/*-------------------------------+
|  IBI Old Theme                 +
+-------------------------------*/

/*
 * CSS style reseter 
 */
* {
	margin: 0;
	padding: 0;
}


/* Page */

body {
	color: white;
	background: url('../img/logo_old.jpg') fixed no-repeat left center #0A2268;
	font-family: Arial, sans-serif;
	font-size: 12px;
}


/* Generic styles */

a, a:visited { text-decoration:none; color: #D2D2FF;}
a:hover { color:#9191C8; text-decoration: underline; }

h1 { font-size: 18px; font-weight: bold; margin: 20px 0;}
h2 { font-size: 15px; font-weight: bold; font-style: italic; margin: 10px 0 10px 0px;}
h3 { font-size: 13px; font-style: italic; margin: 10px 0 5px 5px;}
h4 { font-size: 12px; font-weight: bold; margin: 0 0 0 10px;}
h5 { font-size: 11px; font-weight: bold; font-style: italic; margin: 0 0 0 10px; }

ul {
	list-style : outside disc;
	margin-left : 30px;
}
ul ul {
	margin-left : 40px;
	list-style : square;	
	font-size : 11px;
	font-weight : normal;
	margin-bottom : 25px;
}

fieldset { border: 1px solid white; }
legend { color: white; }

.hidden { visibility: hidden;}


/* Header */

#header {
	width: 300px;
	margin-top: 5px;
	text-align: center;
}

#header .title, #header .title a {
	margin: 0;
	font-style : italic;
	font-size: 11px;
	color: white;

}

#header .subtitle {
	margin: 0;
	font-size:11px;
	font-style: italic;
	text-transform: uppercase;
}

#header .admin_link {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	margin: 10px 20px 0 0;
	padding: 2px 5px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #D2D2FF;;
}

/* Navigation menu */

#nav_menu {
	margin: 30px auto 20px auto;
	width: 830px;
	height: 70px;
	padding-top: 30px;
	text-align: center;
	background: url('../img/title_old.gif') top center no-repeat;
}

#nav_menu a {
	font-weight: normal;
}


/* Content */

#content {
	margin: 50px  150px 10px 250px;
	min-height: 400px;  /* Too bad for IE6 */
}

#content h2.subtitle {
	margin-bottom: 30px;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}
#content h3.subtitle {
	margin-top: -30px;  /* Cancel h2.subtitle margin */
	margin-bottom: 30px;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}


/* Pages specifiques */

#introductions, #capitals {
	width: 600px;
	margin: 0 auto;
}

#events {
	margin: 0 auto;
}


/* Page principale */
#home {
	position: relative;
	width: 500px !important;
	margin: 0 auto;
	padding: 30px 60px 0px 230px;
	border: 1px solid black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

#home .logo {
	position: absolute;
	top: 0;
	left: -30px;
	width: 252px;
	height: 536px;
	background : url('../img/logo_home.png') no-repeat top left;
}

#home a { color: #669; text-decoration: underline; }
#home a:hover { color: #9191C8; }

#home p {
	margin-top : 8px;
	margin-bottom : 8px;
}

/* Evenements */

#events.event {
	width: 650px;
	border: 1px solid #AAA;
	border-width: 1px 0 0 1px;
}

#events div.events_cell {
	padding: 2px 5px;
	border: 1px solid #AAA;
	border-width: 0 1px 1px 0;
	font-size: 11px;
}

#events .titre  {
	background-color: #333366; /* Purple */
	color: white;
}
#events .titre h3 {
	margin:0; 
	font-size: 11px;
}

#events .texte1 {
	color: #9191C8; /* Light blue */
	font-weight: bold;
	font-style:italic;
}

.events_list li.current * {	color: #C9201A; }
.events_list li.recent * { color: #14C900; }
	


/* References list */

#references tr:hover td { background-color: #0D2F87;}


/* References detail pop-up */


#ref_details .header { margin-bottom: 30px; }
#ref_details .header h1 {
	margin: 0 0 10px 0;
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
}
#ref_details .header h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

#ref_details th, #ref_details td { padding: 3px; }
#ref_details td { text-align: center; }
#ref_details td.header { text-align: left; }

#ref_details div, #ref_details p {
	margin: 10px 0;
	font-size: 11px;
}
#ref_details ul li {
	font-size: 11px;
}
#ref_details .commentaire {
	padding: 7px;
	border: 1px solid white;
	font-style: italic;
}

.previsional { font-style: italic; }
th span.previsional { display: block; }

.future_date * { font-size: 10px; }
.future_date input { display: inline; }
.future_date select { vertical-align: middle }


/* Capitals */

#capitals, #capitals ul li { font-size: 11px; }


/* Lettre IBI */

#lettres ul li {
	padding-top: 20px;
}

/* Listes triables */

ul.sortable {
	list-style-type: none;	
}

ul.sortable li {
	display: block;
	height: 15px !important;
	margin: 5px auto;
	padding: 3px 5px;
	border: 1px solid white;
	font-weight: bold;
}
ul.sortable li:hover { border-color: red; cursor: move; }

ul.sortable li .title {
	float: left;
}
ul.sortable li .listactions {
	float: right;	
}
.clearer { clear: both; }


/* Tableaux standards de donnees */

table {
	margin: 10px auto;
	border-spacing: 0;
	border : 1px solid silver;
	border-width : 0px 1px 1px 0px;
	font-size: 11px;
}

table caption {
	margin-bottom: 15px;
	font-size: 11px;
	font-style: italic;
}

tfoot td { text-align: right; }

table td, table th {
	padding: 2px;
	text-align: center;
}

table a {
	color : white;
}

table th, table td.header {
	background-color: #333366; /* Purple */
	text-align: center;
	border: 1px solid silver;
	border-width: 1px 0px 0px 1px;	
	font-size: 11px;
	font-weight: normal;
}
table td.header { text-align: left; }

table th.important, table td.header.important {	font-weight: bold; }
table th.important { font-style: italic; }

table td {
	border: 1px solid silver;
	border-width : 1px 0px 0px 1px;	
}

table td.emphase {
	background: none;
	color: #9191C8; /* Light blue */
	font-weight: bold;
}

table input {
	display: inline;
	font-weight: normal;
}
table div.date, table div.date div { margin: 0;	padding: 0; display: inline;}
table div.date label { display: none; }
table div.date select {
	padding: 0;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
table div.date option { padding: 0; }

/* pour le tableau des infos defilantes. */
table.infos {
	border-bottom : 1px solid silver;
	border-right : 1px solid silver;
}

table.infos td {
	padding : 2px;
}

table.infos td.simpletitregras {
	background-color : #333366;
	border-top : 1px solid silver;
	border-left : 1px solid silver;	
}

table.infos td.simple {
	border-top : 1px solid silver;
	border-left : 1px solid silver;	
	background-color : #9191C8;
	color : #333366;
}


/* Formulaire de login */
#security_loginform label {	margin-top: 10px; }
#security_loginform .submit_div input { display: inline; }


/* Footer */

#footer {
	margin: 0 150px 0 250px;
	text-align: center;	
}

#language a{background:none;}
#language img{border:none;}

