/*****************************************************************************
 *
 * default.css - default theme of FAGC.BE
 * Copyright (c) 2005 by RAMSES Services
 *
 ****************************************************************************/
/****************************************************************************/
/* General
/****************************************************************************/
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, sans-serif;
}

img {
	border: 0;
	vertical-align: middle;
}

h1 {
	margin: 20px 0 20px;
	font: bold 24px Verdana, Arial, sans-serif;
}

h2 { 
	font-size: 16px; 
}

h3 { 
	font-size: 13px; 
}

h4 {
	font: bold 18px Arial, sans-serif;
	text-decoration: underline;
	margin: 0 0 10px;
	paddin: 0;
}

.focus {
	background: #FEFEE0;
}

.label {
	font: bold 11px Verdana, Arial, sans-serif;
}

label {
	cursor: pointer;
	font: bold 11px Verdana, Arial, sans-serif;
}

.normal {
	background: #FFF;
}

.sup { 
	vertical-align: super;
	font-size: 8px;
	color: #F00;
}

.small {
	font-size: 10px;
}

.verysmall {
	font-size: 9px;
}

.tips {
	font-size: 10px;
	color: #666;
	font-style: italic;
}

.exemple {
	font-size: 10px;
	color: #999;
}

.center {
	text-align: center;
}

p.right {
	text-align: right;
}

p.error {
	color: #F00;
	text-align: center;
	font-weight: bold;
}

.msgok {
	color: #FF9C3B;
	font: bold 14px Verdana, Tahoma, Arial, sans-serif;
}

.clearboth {
	clear: both;
}

/****************************************************************************/
/* Site
/****************************************************************************/
#site {
	min-width: 990px;
	width:expression(document.documentElement.clientWidth < 990 ? "990px": "auto"); /* IE Hack */
}

a {
	color: #4771C3;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF9C3B;
	text-decoration: none;
	font-weight: bold;
}

a.normallink {
	color: #000;
	font-weight: normal;
}

a:hover.normallink {
	color: #FF9C3B;
	font-weight: normal;
}

a.normallink2 {
	color: #000;
	font-weight: normal;
	display: block;
}

a:hover.normallink2 {
	color: #000;
	font-weight: normal;
	display: block;
}

#site p {
	margin: 0;
}

#site p.right {
	text-align: right;
}

#site p.message {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	padding: 100px 0 50px 0;
	width: 80%;
}

#error {
	text-align: left;
	border: 1px solid #F00;
	width: 400px;
	height: auto !important; /* (these 3 lines) Hack To test on Safari and Opera */
	height: 33px;
	min-height: 33px;
	margin: 20px 5px;
	padding: 5px 10px 5px 45px;
	font: bold 11px Verdana, Arial, sans-serif;
	color: #F00;
	background: #FFD8D8 url(images/exc.gif) 5px 3px no-repeat;
}

/****************************************************************************/
/* Header
/****************************************************************************/
#header {
	background: #FFF url(images/header_03.jpg) top left repeat-x;
	height: 158px;
}

#header #ir {
	height: 158px;
	width: 330px;
	float: right; 
	background: url(images/header_05.jpg) no-repeat;
}

#header #il {
	height: 158px;
	width: 432px;
	float: left; 
	background: url(images/header_01.jpg) no-repeat;
}
/****************************************************************************/
/* Menu
/****************************************************************************/
#menu {
	/*background: url(images/lmenu.gif) repeat top left;*/
	width: 100%;
	height: auto;
}

#menu ul {
	margin: 0;
	padding: 0 10px 0 10px;
	list-style: none;
}

#menu li {
	float: left;
	width: 94px;
	height: 29px;
	background: url(images/button.gif) top right no-repeat;	
}

#menu a {
	display: block;
	width: 90px;
	height: 25px;
	color: #FFF;
	text-align: center;
	padding: 2px 0;
}

#menu a:hover {
	color: #FFF;
	background: url(images/button.gif) 0 -29px no-repeat;
}

#submenu {
	display:block;
	position:relative;
	clear:left;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:0.5em;
	margin:0;
	color:#666;
	background-color: #F5F5F5;
}

#submenu li {
	display:inline;
	list-style:none;
}

#submenu a.this {
	color:#666;
}

/****************************************************************************/
/* Navigation
/****************************************************************************/
#navigation {
	margin: 0 20px 20px 10px;
	font-size: 10px;
	clear: both;
}

#navigation p.navinfo {
	color: #888;
	float: left;
}

#navigation p.hello {
	float: right;
	text-align: right;
}

/****************************************************************************/
/* Content
/****************************************************************************/
#content {
	margin: 0 10px 0 10px;
}

#content p.alphabet {
	text-align: center;
	font-size: 10px;
	margin: 0 0 10px 0;
}

.image_r {
	margin: 5px 0 5px 10px;
	padding: 4px;
	float: right;
	text-align: center;
	font: italic 11px "Times New Roman", Times, serif;
	color: #666;
}

.image_l {
	margin: 5px 10px 5px 0;
	padding: 4px;
	float: left;
	text-align: center;
	font: italic 11px "Times New Roman", Times, serif;
	color: #666;
}

/****************************************************************************/
/* MainPart
/****************************************************************************/
#inMainPart {
	padding: 0 2%;
}

#mainPart {
	float: left;
	width: 75%;
	margin: 0 1% 0 0;
}

#mainPartSector {
	float: left;
	width: 60%;
	margin: 0 1% 0 0;
}

#mainPart p {
	margin: 0 0 10px 0;
}

/****************************************************************************/
/* onlyPart
/****************************************************************************/
#onlyPart p {
	margin: 0 0 10px 0;
}

#freePart {
	margin: 0;
	padding : 0;
}

/****************************************************************************/
/* activities
/****************************************************************************/
#activities {
	margin: 10px 10% 0 10%;
}

#activities p{
	margin: 0 0 10px 0;
}

#activities a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#activities a:hover {
	color: #4771C3;
	text-decoration: none;
	font-weight: normal;
}

#leftPane {
	float: left;
	margin: 0 15px 0 0;
	width: 45%;
}

#rightPane {
	float: left;
	border-left: 1px solid #000;
	padding: 0 0 0 15px;
	width: 45%;
}

/****************************************************************************/
/* secondPart
/****************************************************************************/
#secondPart {
	float: left;
	width: 24%;
}

#secondPart span.pillLeft {
	background: url(images/pill1_l.gif) no-repeat left top;
	height: 37px;
	width: 90%;
	display: block;
	text-align: right;
	padding: 3px 0;
	color: #FFF;
	font: bold 16px Arial, serif;
}

#secondPart p.pillRight {
	background: url(images/pill1_r.gif) no-repeat right top;
	height: 37px;
	width: 100%;
	display: block;
}

#secondPart p.contentR {
	margin: 0 10px 5px 5px;
	font-size: 11px;
	text-align: justify;
}

#secondPart p.contentRight {
	margin: 0 10px 25px 5px;
	text-align: right;
}


#secondPart p.more {
	text-align: right;
	font-size: 10px;
	margin: 0 10px;
}

#secondPart hr {
	border: none 0;
	border-top: 1px solid #888;
	margin: 10px 10px 15px;
	height: 1px;
}

/****************************************************************************/
/* secondPartSector
/****************************************************************************/
#secondPartSector {
	float: left;
	width: 37%;
	z-index: 2;
	padding: 5px;
	border: 1px solid #4771C3;
}

#secondPartSector p.assoc {
	margin: 0 0 15px;
	text-align: center;
	font-weight: bold;
}

#secondPartSector p.doc {
	margin: 5px 0 1px;
	text-align: left;
}

#secondPartSector p.tel {
	margin: 1px 0 5px;
	text-align: right;
}

/****************************************************************************/
/* Contact Form
/****************************************************************************/
#coordinates {
	width: 25%;
	float: left;
}

#coordinates p {
	margin: 0 0 10px 0;
}

#cfTitle {
	width: 65%;
	float: left;
	border-left: 1px solid #000;
	padding: 0 20px;
}

img {
	vertical-align: middle;
}

#contactForm {
	float: left;
	border-left: 1px solid #000;
	padding: 0 20px;
}

#contactForm p {
	margin: 5px 0 3px 0;
}

#contactForm2 {
	float: left;
}

#contactForm2 p {
	margin: 5px 0 3px 0;
}

/****************************************************************************/
/* Footer
/****************************************************************************/
#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	background: #FFF url(images/bg_footer.jpg) top left repeat-x;
	width: 100%;
	padding: 20px 0 0 0;
}	

#footer p.copyright {
	text-align: center;
	font-weight: bold;
}

/****************************************************************************/
/* LoginForm
/****************************************************************************/
#loginForm {
	margin: 0;
	padding: 0;
}

#loginForm p {
	margin: 0 0 2px 5%;
}

#loginForm p.center {
	margin: 10px 0;
	text-align: center;
}

/****************************************************************************/
/* profilForm
/****************************************************************************/
#profilForm {
	margin: 0 20px;
}

#profilForm li{
	padding:5px 0;
	list-style:none;
}

.firstPane {
	float: left;
	padding: 0 15px 0 0;
}

.secondPane {
	float: left;
	border-left: 1px solid #000;
	margin: 0 15px 0 0;
	padding: 0 0 0 15px;
}

.thirdPane {
	float: left;
	border-left: 1px solid #000;
	margin: 0 15px 0 0;
	padding: 0 0 0 15px;
}

.formFooter {
	clear: both;
}

/****************************************************************************/
/* pageForm
/****************************************************************************/
#pageForm p {
	text-align: center;
}

/****************************************************************************/
/* info
/****************************************************************************/
#info p {
	margin: 5px 5px 15px 5px;
	text-align: justify;
}

/****************************************************************************/
/* adminPnl
/****************************************************************************/
#adminPnl {
	width: 1000px;
	text-align: left;
}

/****************************************************************************/
/* Table
/****************************************************************************/
table {
	border: 0;
	font: 11px Verdana, Arial, sans-serif;
	line-height: 20px;
	margin: 0 0 5px 0;
}

table caption {
	display: table-caption;
	background: #4771C3;
	color: #FFF;
	font: bold 20px Arial, sans-serif;
	line-height: 28px;
	text-align:left;
	padding: 0 3px;
	margin: 0 1px;
}

th {
	background: #7A9CE0;
	padding: 0 3px;
}

th.report {
	background: #FFFFFF;
	padding: 0 3px;
	font-weight: normal;
	text-align: left;
}

td {
	padding: 0 3px;
}

tbody tr.grey {
	background: #DDD;
	color: #999;
}

tbody tr.red {
	background: #FAA;
	color: #F22;
}

tbody tr.pair {
	background: #DCE5F7;
}

tbody tr.odd {
	background: #BDC8DE;
}

tbody tr.over {
	background: #FFD96A;
}

tbody tr.over2 {
	background: #F5F8FF;
}

tbody tr.white {
}

/****************************************************************************/
/* Huitcent
/****************************************************************************/
#huitcent {
	width: 780px;
	text-align: justify;
}

#huitcent h1 {
	margin: 20px 0 20px;
	font: normal 24px Verdana, Arial, sans-serif;
}

#huitcent p {
	margin: 0 0 10px 0;
}

p.legend {
	background-color: #E9F0FF;
	padding: 5px;
	font-size: 10px;
	line-height: 18px;
	width: 400px;
	float: right;
}

p.hsectors {
	margin: 10px 0; 
	line-height: 50px; 
	font: bold 16px Verdana, Arial, serif; 
	color: #4771C3; 
	background-color: #DCE5F7; 
	display: block; 
	padding: 0 0 0 5px;
}

#calendar table td {
	text-align: center;
}

#calendar table td.weekend {
	background-color: #DCE5F7;
}

#calendar table td.weekday {
	background-color: #FFF;
}

#calendar table td.nonWorking {
	color: #ED4B4E;
	font-weight: bold;
	background-color: #EDBCBD;
}

#calendar table td.weekday {
	background-color: #FFF;
}

#calendar table td.today {
	background: #FFEFBF url(images/corner.gif) top right no-repeat;
	font-weight: bold;
	color: #FF9C3B;
}

#FullCalendar {
	margin: 0 20px;
}

#FullCalendar a.event {
	color: #000;
	font-weight: normal;
}

#FullCalendar a.event:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

#FullCalendar table {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif; 
}

#FullCalendar table th {
	background: #FFF;
	padding: 0;
}

#FullCalendar table td {
	text-align: right; 
	vertical-align: top; 
	font-size: 24px;
	padding: 5px; 
}

#FullCalendar table td.weekdayTitle {
	background-color: #4771C3; 
	color: #FFF; 
	text-align: center;
	font: bold 16px Arial, sans-serif;
}

#FullCalendar table td.weekend {
	color: #6F90D0; 
	background: #DCE5F7;
	height: 100px; 
}

#FullCalendar table td.weekday {
	color: #A8BFEB; 
	background: #F5F8FF;
	height: 100px; 
}

#FullCalendar table td.nonWorking {
	color: #F79193; 
	background: #EDBCBD;
	height: 100px; 
}

#FullCalendar table td.today {
	color: #FF9C3B;
	background: #FFEFBF;
}

#FullCalendar table td p.event {
	text-align: left; 
	vertical-align: top; 
	font: normal 9px Verdana, Arial, sans-serif;
	color: #000;
}

table.guard td {
	padding:0;
}

table.guard td.dayTitle {
	background-color: #4771C3; 
	color: #FFF; 
	text-align: center;
	font: bold 14px Arial, sans-serif;
	padding : 5px 2px;
}

table.guard {
	background-color: #E0E0E0;
}

table.guard td a {
	text-align:center;
	color:#000;
	font-weight:normal;
	display:block;
}

table.guard td.calType0 {
	background-color: #FFF;
	width:16%;
}

table.guard td.calTypeW {
	background-color: #EEE;
	width:16%;
}

table.guard td.calTypeNW {
	background-color: #EDBCBD;
	width:16%;
}

table.guard td.calTypeNE {
	background-color: #AAA;
	width:16%;
}

table.guard td.calType1 {
	background-color: #aed6ff;
	width:16%;
}

table.guard td.calType2 {
	width:16%;
	background-color: #A7FF84;
}

table.guard td.calType3 {
	background-color: #F79193;
	width:16%;
}

/****************************************************************************/
/* Forum
/****************************************************************************/

td.forumcat {
	background: #4771C3;
	color: #FFF;
	font: bold 16px Arial, sans-serif;
	line-height: 28px;
	text-align:left;
}

td.forumtitle {
	background: #4771C3;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

p.forumsaloonname {
	font: bold 12px Verdana, Arial, sans-serif;
	padding: 2px 0 0;
}

p.forumsaloondesc {
	color: #666;
	line-height: 14px;
	margin: 0;
	padding: 0;
	width: 80%;
}

a.forum {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a.forum:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

p.msgheader {
	font-size: 9px;
	border-bottom: 1px solid #999;
	color: #666;
}

p.signature {
	border-top: 1px solid #999; 
	margin: 0;
	padding: 0;
	line-height: 14px;
	color: #666;
}

#miniform input, #miniform select{
	font: normal 10px Verdana, Arial, sans-serif;
}

#miniform .bolditalic {
	font-weight: bold;
	font-style: italic;
}


