/*
 * Start general style.
 */

html {
    overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	background: #D9E2DA;
	color: #000000;
}

td, select, input {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Arial, 'DejaVu Sans', 'Nimbus Sans L', Helvetica;
	font-size: 12px;
	font-weight: normal;
}

a {  
	color: black
}

a:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666; 
	text-decoration: none
}

a.lien-planet {
	color: #000000;
	text-decoration: none;
	padding-left: 60px;
}

a.lien-planet:hover { 
	color: #1F6A54;
	text-decoration: underline; 
}

.loge {
	line-height: 15px;
	font-size: 11px;
}

.article-titre {
	color: #006600;
}

input, select, textarea {
	color: #000000;
	background-color: #f7f7f7;
	border-right: 1px solid #000000;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #000000;
	font-size: 12px;
}

input {
	padding: 1px;
}

textarea {
	padding: 1px;	
}

p.info {
	border: 1px solid #c9c9c9;
	background: #e0e0e0;
	font-size: 12px;
	padding: 10px;
	color: #383838;
	line-height: 18px;
}

/*
 * Start style menu left.
 */

table.menu {
	width: 148px;
	border: 0px;
}

table.menu a {
	color: #000000; 
	text-decoration: none; 
	padding-left: 16px;
}

table.menu a.selected {
	font-weight: bold;
}

table.menu a:hover  {
	color: #1F6A54;
	text-decoration: underline; 
}

table.menu div {
	background-image: url('../img/back/etoile.gif');
	background-repeat: no-repeat;
	height: 15px;
	margin-left: 8px;
}
 
/*
 * Start style menu bottom.
 */
 
ul.menu {
	font-size: 10px;	
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
}

ul.menu li {
	display: inline;
	margin: 0;
	padding-left: 9px;
	padding-right: 3px;
	border-right: 1px solid #888;
}

ul.menu li:last-child {
	border: 0px;
}

ul.menu a {
	color: #003333;
	text-decoration: underline;
}

ul.menu a:hover {
	color: #1F6A54;
	text-decoration: underline; 
}

/*
 * Start Login box style.
 */

table.login {
	width: 140px;
}

table.login .title td {
	height: 37px;
	text-align: center;
	vertical-align: bottom;
}

table.login input {
	width: 60px;
	color:#000000;
	background-color:#E9E9E9;
	border-right:1px solid #000000;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-bottom: 1px solid #000000;
	font-size:11px;
}

table.login input.button {
	padding-right: 5px;
	font-size:11px;
	background: transparent;
	border: 0px;
	width: 28px;
	height: 17px;
}

table.login td.cap {
	padding-right: 2px;
	font-size: 10px;	
	text-align: right;
	height: 24px;
	width: 40px;	
}

/*
 * Start unshort class style.
 */

.justifie {
	text-align: justify
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 60px;
}

.titre {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.soustitre {
	font-size: 13px;
	color: #006600;
	font-weight: bold;
}

.petit {
	font-size: 10px;
}

.separateur {
	font-size: 10px;
}

.news {	
	position:relative; 
	width:186px; 
	height:220px; 
	z-index:20; 
	left: 3px; 
	top: 0px; 
	overflow: auto;				
	padding-left: 4px;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 4px;
}


/*
 * Start headers style for :
 * 'calendar', 'members', 'articles' and 'form'.
 */

.calendar tr.hearder td,
.members tr.hearder td,
.form tr.hearder td,
.articles tr.hearder td {	
	background-color: #D2D2D2;
	/*border: 1px solid #8b8e91;*/
	color: #555759;	
	/*line-height: 20px;*/
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	height: 25px;
}

/*
 * Style for event view.
 */

.form tr.hearder-event-view td.middle,
.form tr.hearder-event-view td.left,
.form tr.hearder-event-view td.right {
	background-color: #d2d4d6;
	background-repeat: no-repeat;
	border: 0px;
}

.form tr.hearder-event-view td.left {
	background-image: url('../img/back/event-view-left.png');
	background-position: top left;
	width: 18px;
}

.form tr.hearder-event-view td.right {
	background-image: url('../img/back/event-view-right.png');
	background-position: top right;
	width: 18px;
}

.form tr.hearder-event-view td {
    padding: 2px;
	color: #555759;	
	font-weight: bold;
	font-size: 12px;
}

.form tr.hearder-event-view td.desc {
	font-weight: bold;
	font-size: 16px;
}

.form tr.hearder-event-view td.info {
    padding-left: 3px;
}

.form tr.content-event-view td {
    border-bottom: 2px solid #d2d4d6; 
    border-left: 2px solid #d2d4d6; 
    border-right: 2px solid #d2d4d6; 
}

/* 
 * Start style for article.
 */

.articles tr.hearder {
	height: 30px;
}
 
.article-title {
	background: #739577;
	height: 20px;
	color: #FFFFFF;
	border: 1px solid #000000;
}

.articles tr.dark td {
	border: 1px solid #c9c9c9;
	background: #e0e0e0;
	font-size: 11px;
}

.articles tr.light td {
	border: 1px solid #dbdbdb;
	background: #f3f3f3;
	font-size: 11px;
}

.articles tr.dark a, 
.articles tr.light a {
	color: #006633;
}

td.article-pdf {
	background: #E2E2E2;
	height: 20px;
	border: 1px solid #999999;
	font-size: 10px;
}

/*
 * Start style for "form"...
 */

.form tr.hearder {
	background: #739577;
	height: 30px;
}

.form td.cap {
	color: #767676;
	padding: 4px;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
}

.form td.data {
	color: #767676;
	padding: 4px;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

/*
 * Start style for "calendar"...
 */

.calendar {
	width: 100%;
}

.calendar div.info {
	width: 149px;
	height: 61px;
	border: 0px;
	display: none;
	position: absolute;
	z-index: 3;
	color: white;
	color: #6a6a6a;
}

.calendar tr.hearder {
	height: 25px;
}

table.cell {
	width: 100%;
}

table.cell td.top-middle,
table.cell td.bottom-middle,
table.cell td.center {
	background: #f3f4f6;
}

table.cell td.center {
	border-left: 1px solid #6a6a6a;
	border-right: 1px solid #6a6a6a;	
	height: 70px;
	vertical-align: top;	
}

table.cell td.center div.number,
table.cell td.center div.icon {
	position: relative;
	font-weight: bold;
	color: #6a6a6a;
}

table.cell td.center div.event {
	background-repeat: no-repeat;
	margin-bottom: 1px;
	cursor: pointer;
	border: 0px;
	font-size: 9px;
	height: 15px;
	padding-left: 6px;
	padding-top: 1px;
}

table.cell td.center div.event a {
	
}

table.cell td.center div.space {
	height: 18px;
}

table.cell td.center div.number {
	padding-left: 4px;
	float: left;
	top: 0px;
}

table.cell td.center div.icon {
	padding-right: 6px;
	float: right;
	top: 2px;	
}

table.cell td.top-left,
table.cell td.top-right,
table.cell td.bottom-left,
table.cell td.bottom-right {
	background-repeat: no-repeat;
	font-size: 1px;
	width: 6px;
	height: 6px;
}

table.cell td.top-middle,
table.cell td.bottom-middle {
	font-size: 1px;
	height: 6px;
}

table.cell td.top-middle img,
table.cell td.bottom-middle img {
	border: 0px;
	height: 1px;
	width: 75px;
}

table.cell td.top-left {
	background-image: url('../img/calendar/cell-top-left.png');
}

table.cell td.top-middle {
	border-top: 1px solid #6a6a6a;
}

table.cell td.top-right {
	background-image: url('../img/calendar/cell-top-right.png');
}

table.cell td.bottom-left {
	background-image: url('../img/calendar/cell-bottom-left.png');
}

table.cell td.bottom-middle {
	border-bottom: 1px solid #6a6a6a;
}

table.cell td.bottom-right {
	background-image: url('../img/calendar/cell-bottom-right.png');
}

/*
 * Start member style and
 * calendar list view.
 */

.members {
	width: 100%;
}

.members tr.hearder {
	vertical-align: middle;
	background: #739577;
	height: 25px;
}

.members a,
.calendar a {
	color: #515b63;		
}

.members 	tr.dark td,
.members 	tr.light td,
.members 	tr.my td,
.calendar 	tr.dark td,
.calendar 	tr.light td {
	height: 25px;
	font-size: 12px;
	padding: 2px;
	padding-left: 4px;
	color: #616161;
}

.members tr.dark td, 
.calendar tr.dark td {
	background: #ebebeb;
}

.members tr.light td, 
.calendar tr.light td {
	background: #f7f7f7;
}

.members tr.my td {
	background: #fff7b1;
}

.members tr.group td {
	background: #D0CBCB;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	color: #464646;
}


