body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: url(../images/background.png) no-repeat center top fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.sponsors td {
	text-align:center;
}

.text_et_image {
	float:left;
}

.image {
	float:left;
	margin: 10px 10px 10px 10px;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #444444;
	text-transform: uppercase;	
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 130%;
}

ul, ol {
}

input[type='checkbox'],
input[type='radio'] {
	width: inherit;
}

li{
	text-align: left;
}

.large_ta {
	width: 600px;
	height: 500px;
}

img {
	border: 0;
}

.menufiller {
	float:right;
}

.menuitem {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 0.1em dashed #63a7d7;	
}

.menu_top {
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	border: 0.1em dashed #63a7d7;
}

a:link, a:visited { color: #396bde; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }

.err {
	color:#ff0000;
}

abbr{
	border-bottom: 1px #ebebeb solid;
	cursor: help;
}

.warn {
	color: #ff0000;
}

#wrapper_header {
  background: url(../images/background_header.png) repeat-x left top;
}

#wrapper {
/*	width: 90%;
	margin: 0 auto;
	background: url(../images/wrapper.png) no-repeat left top;*/
}

/* Header */

#header {
	background: url(../images/MajecSTIC2009_date.png) right center no-repeat scroll;
	width: 90%;
	height: 150px;
	margin: 0 auto;
	min-width: 900px;
	width: expression(document.header.clientWidth > 900 ? "90%":( document.header.clientWidth < 900? "900px" :"90%" ));
}

/* Page */

#page {
	min-height: 900px;
	width: 90%;
	margin: 0 auto;
	background: url(../images/right_bg.png) right top no-repeat scroll;
	min-width: 900px;	
	width: expression(document.page.clientWidth > 900 ? "90%":( document.page.clientWidth < 900? "900px" :"90%" ));	
}

/* Content */

#content {
	float: left;
	width: 70%;
	padding: 20px 0 0 0;
}

.post {
	margin-left: 20px;
	padding-bottom: 20px;
}

.post .entry {
	padding: 10px 10px 0px 20px;
	text-align: justify;
}

.post .title {
	padding-left: 10px;
	border-left: 4px solid #122fa1;
	color: #444444;
	background-color: #e4edf5;
}

.post .title a {
	background: none;
	color: #444444;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	background: #E0E0E0;
	border-left: 4px double #F57601;
	border-right: 4px double #F57601;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .meta .comments,.post .meta .permalink {
}

.dates_submenu .title {
/* 	margin-top:5px; */
	margin-bottom:5px;
}

.dates_submenu {
	
	width: 180px;
	padding: 5px;
	border: 0.1em dashed #63a7d7;
	text-align:center;
	margin-top: 50px;
/* 	padding-left: 10px; */
/* 	border-left: 4px solid #122fa1; */
	color: #444444;
/* 	background-color: #e4edf5; */

/* 	margin: 0; */
/* 	padding: 0; */
	margin-left: 9px;	
/* 	margin-right: 15px; */
/* 	padding-top: 15px; */
	list-style: none;

}

.logo_nplia {
	text-align:center;
	margin-left: 20px;	
	margin-top: 30px;
	width:160px;
}

/* Sidebar */

#sidebar {
}

#wrapper_sidebar {
	float: left;
	height: 400px;
	padding: 25px 5px 0 20px;
	background: url(../images/left_bg.png) left top no-repeat;
}



#sidebar ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;	
	margin-right: 15px;
	padding-top: 15px;
	list-style: none;
	background: url(../images/menu.png) no-repeat;
	width: 180px;
}

#subitem {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 10px;
	background-color: #f7faff;
}

#sidebar ul li ul {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 0px;
	padding-top: 0px;
	background: none;
	background-color: none;
	border: none;
	width:120px;
}

#sidebar ul li ul li {
	width:100%;
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	background: none;
	background-color: none;
	border: none;
	font-size: 11px;
}

#sidebar li {
	margin: 0 auto;
	margin-bottom: 10px;
	line-height: 20px;
	text-align: center;
	border: 0.1em dashed #63a7d7;	
	background-color: #edf1ff;
	width: 80%;
}

#sidebar a {
	color: #000000;
	display: block;
}

#sidebar a:hover {
	color: #787878;
	background-color: #edf1ff;	
}


/* Footer */

#footer {
	width: 90%;
/*	height: 20px;*/
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #e4edf5;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 900px;	
	width: expression(document.footer.clientWidth > 900 ? "90%":( document.footer.clientWidth < 900? "900px" :"90%" ));		
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer img {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border: none;
}


/* Icone */
a[href^="mailto:"] {
	background:transparent url(../images/email.png) center right no-repeat;
	display:inline-block;
	padding-right:20px;
	line-height:15px;
}

a[href$='.tar.gz'] {
	background:transparent url(../images/targz.png) center right no-repeat;
	display:inline-block;
	padding-right:20px;
	line-height:15px;
}

a[href$='.zip'] {
	background:transparent url(../images/zip.png) center right no-repeat;
	display:inline-block;
	padding-right:20px;
	line-height:15px;
}


a[href$='.pdf'] {
	background:transparent url(../images/pdf.png) center right no-repeat;
	display:inline-block;
	padding-right:20px;
	line-height:15px;
}

a[href^="http://"] {
	background:transparent url(../images/external.png) center right no-repeat;
	display:inline-block;
	padding-right:15px;
}

/* Formulaire */
form {

}

label {
	display: block;
	float: left;
	width: 100px;
	text-align: left;
	font-weight:bold;
}

input {
	margin-bottom:5px;
	width: 320px;
	padding-top: 2px;
	padding-bottom: 2px;
	border:1px solid #CCCCCC;
}

fieldset {
	border: 0;
}

select:focus, textarea:focus, input:focus {
	border: 1px solid #63a7d7;
	background-color: #edf1ff;
}

select {
	width: 320px;
	margin-bottom:5px;	
	border:1px solid #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;	
}

textarea {
	height:150px;
	width:320px;
	border:1px solid #CCCCCC;
}

.form_help {
	padding-left: 25px;
	background: url("../images/form_help.png") #ffffff left no-repeat;
	width: 320px;	
}

.form_user {
	padding-left: 25px;
	background: url("../images/form_user.png") #ffffff left no-repeat;
	width: 295px;
}

.form_user_select {
	padding-left: 25px;
	background: url("../images/form_user.png") #ffffff left no-repeat;
	width: 322px;
}

.form_mail {
	padding-left: 25px;
	background: url("../images/form_email.png") #ffffff left no-repeat;
	width: 295px;	
}

.form_home {
	padding-left: 25px;
	background: url("../images/form_home.png") #ffffff left no-repeat;
	width: 295px;	
}

.form_nationality {
	padding-left: 25px;
	background: url("../images/form_nationality.png") #ffffff left no-repeat;
	width: 295px;	
}




form #envoyer {
	margin-left: 100px;
	margin-top: 10px;
	width: 100px;
}
img#date_conf{
	height: 150px;
	width: 431px;
	display: block;
}
a.simple_link{
	background: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

/*More to openconf*/
td {
	font-family: verdana,arial,helvetica,sans-serif;
	background-color: #ffffff;
	text-align: left;
}

TH {
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
}
.item {
	font-weight: bold;
	background-color: #ffffff;
}
.item2 {
	font-weight: bold;
	/*background-color: #eeeeee;*/
	background-color: #ffffff;
}

#fontSizeList li {

	display: inline;
	list-style-type: none;
	padding-right: 20px;
	
}
