/* CSS Document */

/*
codes couleur:
- fond de page rouge clair:   #d53d26
- fond de page rouge fonce: #9F3525
- texte par defaut, rouge tres clair/blanc casse: #ffcd9d
- texte des liens link, jaune: #fbf54c
- texte des liens visited, jaune: #fbf54c
- texte des liens hover, jaune: #ffffff
- texte des liens active, jaune: #fbf54c
- barre entre les liens du menu principal, jaune: #fbf54c
- titre des events, jaune vif: #FFFF00
- date des events, blanc: #FFFFFF
- en savoir plus des events, bleu ciel: #84AAD6
- sous titre de la biblio, bleu ciel: #84AAD6
*/


body {

	background-color:#d53d26;
	font-family:verdana;
	color:#ffddad;
	font-size:11pt;
	margin: 0px;
}

ul {
	list-style-type: disc;
}


h1 {
	font-size:20pt;
	font-weight:normal;
	color:#fbf54c;
	margin: 0 0;
	padding: 5px 5px;
}

p {
	font-size: 11pt;
	margin: 0 0;
	padding: 5px 5px;
}

img {
border:0 none;
margin:5px 5px 5px 5px;
}

.img-legend {
	font-size: 8pt;
	margin: 0 0;
	padding: 0px 2px;
}


/* liens html */
a:link {text-decoration:none;color:#fbf54c;}
a:visited{text-decoration:none;color:#fbf54c;}
a:hover{text-decoration:none;color:#ffffff;}
a:active{text-decoration:none;color:#fbf54c;}

/* Ids specifics */

#ui_regard{
	height: 13px;
	background: url('../images/webdesign/regard.gif') repeat-x;
}

#content{
	width:755px;
	margin:auto;
	position: relative;
	padding-bottom: 10px;
}

#ui_top{
	height: 180px;
	background: url('../images/webdesign/ui_top.jpg') no-repeat;

}


/* menu principal */

table#main_menu td{
	font-family: arial;
	padding:5px 5px;
	font-size:8pt;
	font-weight:bold;
	border-right-color:#fbf54c;
	border-right-width:1px;
	border-right-style: solid;
	text-align:center;
}



table#main_menu td#presentation{
	border-right-style: none;
}


table#main_menu td#conferences{
	padding:5px 0px;
}


table#main_menu td:hover{
	background: url('../images/webdesign/ui_bg_menu.jpg') repeat-x;
	background-position:bottom;
}



#ui_nav{

	padding-left: 8px;

	height: 42px;

	background: url('../images/webdesign/ui_nav.jpg') no-repeat;

}

#ui_body_top{
	height: 8px;
	background: url('../images/webdesign/ui_body_top.jpg') no-repeat;
}

#ui_body_mid{
	height: auto;
	background: url('../images/webdesign/ui_body_mid.jpg') repeat-y;
	padding:0px 5px;
	margin:0px;
	min-height: 100%;
}

#ui_body_bottom{
	height: 34px;
	width:100%;
	background: url('../images/webdesign/ui_body_bottom.jpg') no-repeat;
	text-align:center;
	padding-top:12px;
}


#home_content {
  float: left;
  margin: 0 5px;
  width: 60%;
}



#sidebar {
  float: right;
  width: 25%;
  padding-right: 25px;
}

#sidebar p {
	font-size: 8pt;
}

.clearfloat {
	height: 0px;
	background-color: #000;
	clear: both;
}

ul.navigation {
	padding:0px 0px 5px 0px;
	margin:0px 0px;
	list-style-type: none;
}

ul.navigation-bottom li{
	display:inline;
	font-family: arial;
	font-size:10pt;
	text-align: center;
	padding:0px 3px;
	margin:0px 0px;
	border-left:none;
	border-right:1px solid #ffcc00;
	height:12px;
}

ul.navigation-bottom li#contact{
	border-right-style: none;
}

#footer p {
  line-height: 1.5em;
  margin-top: 15px;
  text-align: center;
}


.event {
	margin-bottom: 35px;
}

.event-pre-title {
	font-family: verdana;
	font-size: 11pt;
	font-weight: none;
	color: #FFFF00;
}

.event-title {
	font-family: verdana;
	font-size: 18pt;
	font-weight: bold;
	color: #FFFF00;
}

.event-sidebar-title {
	font-family: arial;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFF00;
}

.event-post-title {
	font-family: verdana;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFF00;
}

.event-sub-title {
	font-family: verdana;
	font-size: 13pt;
	font-weight: bold;
	color: #fbf540;
	margin: 10px 0 0 0;
}


.event-sub-title-biblio {
	font-family: verdana;
	font-size: 17pt;
	font-weight: bold;
	color: #84AAD6;
	margin: 10px 0 0 0;
}

.event-plus a {
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
	color: #84AAD6;
}

.event-plus a:hover{color:#ffffff;}

.event-plus:before  {
content: url(../images/webdesign/ui_list_plus.jpg) " ";
margin: 0 0;
padding: 5px 5px;
}


.event-sidebar-plus a {
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none;
	color: #84AAD6;
}

.event-sidebar-plus a:hover{color:#ffffff;}

.event-sidebar-plus:before  {
content: url(../images/webdesign/ui_list_plus.jpg) " ";
margin: 0 0;
padding: 5px 5px;
}


.event-date:before  {
content: url(../images/webdesign/ui_list_image.jpg) " ";
margin: 0 0;
padding: 5px 5px;
}

.event-date {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
text-decoration:underline;
font-weight:bold;
color:#FFFFFF
}

.event-sidebar-date:before  {
content: url(../images/webdesign/ui_list_image.jpg) " ";
margin: 0 0;
padding: 5px 5px;
}

.event-sidebar-date {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:underline;
font-weight:bold;
color:#FFFFFF
}

.event-sidebar-link {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}


.coord {
font-family:verdana;
font-size:12pt;
font-weight:bold;
}

.warn {
font-weight:bold;
color:#FFFFFF
}

.important1 {
font-weight:bold;
}
.important2 {
font-weight:bold;
//text-decoration:underline;
color: #84AAD6;

}
.important3 {
font-weight:bold;
text-decoration:underline;
color:#FFFFFF
}
.important4 {
font-weight:bold;
text-decoration:underline;
color:#FFFF00
}

p.garuda_radio {
	margin:0px 0px 0px 30px;

}

/*********************
*
* formulaire d'adhésion
*
**********************/

form {
	min-width:500px;
	width: 700px;
	margin: 0px;
}



form label {
	clear:both;
	display: block;
	float: left;
	width: 150px;	
	text-align:right;
	margin: 5px 0 0 ;
	padding: 0;
}

form label.adhesion {
	clear: both;
	display: inline;
	float: none;
	width: 150px;	
	text-align:left;
	margin: 5px 0 0 ;
	padding: 0;
}

form input {
	margin: 5px 0 0 5px;
	/*border: solid 1px #444444;*/
	/*height:11pt;*/
}

form legend {
	color:#ffcd9d;
	/*border: solid 1px #444444;*/
	/*height:11pt;*/
}

form input#button {
	margin: 5px 0 0 5px;
}

fieldset {
	margin:0 6px;
	border-color:#FFFF00;
	border-width: 1px 0px 0px 0px;
}

input, select, textarea {
  font-size: 100%;
  color: #000000;
}



/*****************************
*
* Calendrier des fetes nepalaises
*/

.calend {
	margin-left: 30%;
}

.calend_date {
	width: 140px;	/* etait 120px */
	vertical-align: top;
	font-weight:bold;
	color: #84AAD6;
}

.calend_event_subject {
font-weight:bold;
	color: #ffff00;
}

.calend_event_content {
	padding: 0 0 0 30px;
}

/*****************************
*
* Mise en forme spécifique de pages
*/

.forum_left {
	width:400px;
	display:inline;
}

.forum_right {
	width:200px;
}

.picto_li{
	margin:0px 2px 0px 0px;
}

.online{
	display:none;
}

.download{
	display:none;
}

#italique {
	font-style:italic
}

#normal {
	font-size:11pt;
	color:#ffcd9d;
	font-weight:normal
}