body {
	background: #ffffff;
	color: #000000; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

a {
	color: #be7c3d;
}

label {
	color: #44479a;
    font-weight: bold;
}

form {
    border: none;
    margin: 0;
}

input {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    visibility: visible;
    border: 1px solid #B6B6B6;
    color: Black;
    vertical-align: middle;
    background: White url(http://www.fundp.ac.be/input_background.gif) repeat-x;
}

table {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

tr.ligne_impaire {
	border: 0px solid #ffffff;
	background: #e0e0e0;
}

tr.ligne_paire {
	border: 0px solid #ffffff;
	background: #f8f8f8;
}

th {
	color: #ffffff;
	font-weight: bold;
	background: #b4a290;
}

td {
	padding: 1px 4px 2px 4px;
}

#entete_logo {
	float: left;
	width: 127px;
	height: 80px;
	background: url(images/logo.jpg) no-repeat;
}

#entete_titre { /* titre entete */
	float: left;
	width: 500px;
	height: 22px;
	margin-top: 55px;
	margin-left: 100px;
	padding-left: 4px;
	color: #be7c3d;
	font-weight: bold;
	font-size: 19px;
	border-left: solid 4px;
}

#liens_recherche {
	position: absolute;
    top: -4px;
    left: 139px;
	width: 90%;
	text-align:right;
}

#globalnav  {
	float: right;
	list-style: none;
	line-height:1.2em;
	padding-right: 5px;
}

#searchbox {
	float: right;
	text-align: left;
	font-size: 10px;
	line-height:1.2em;
	border-left: solid 5px #44479a;
	padding: 2px 36px 3px 5px;
}

#searchbox #searchGadget {
	width: 140px;
}

#searchbox input.searchButton {
    cursor: pointer;
    margin: 1px 0 0 0;
    background-color: #44479A;
    background-image:none;
    padding: 1px;
    color: White;
    font-size: 100%;
}

#globalnav li {
	display: inline;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #B6B6B6;
	padding: 0 0px 0 3px;
	font-size: 11px;
}

#globalnav li.premier{
	border-width: 0;
}
#searchbox li {
	display: inline;
	font-size: 10px;
	padding-left: 2px;
}

#globalnav li a, #searchbox li a {
	color: #44479A;
	text-decoration: none;
}
#globalnav li a:visited, #searchbox li a:visited {
	color: #44479A;
}
#globalnav li a:hover, #searchbox li a:hover {
	color: #44479A;
	text-decoration: underline;
}

#bandeau {
	float: left;
	width: 100%;
	height: 45px;
	background: url(images/bandeau.jpg) no-repeat #44479a;	
	margin-bottom: 20px;
}

#menu {
	float: left;
	width: 150px;
	background: #f7f6f5;
	line-height: 1.6;
	margin-left: 50px;
	padding-bottom: 50px;
}

#h2 { /* titre menu */
	height: 20px;
	background: #b6b6b6;
	color: #ffffff;
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	border:solid;
}

a.lien_menu {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	padding-left: 10px;
}
a.lien_menu:hover {
	text-decoration: underline;
}


#contenu {
	float: left;
	width: 70%;
}

#h3 { /* titre contenu */
	background: #b4a290;
	color: #ffffff;
	height: 19px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding-top:1px;
	padding-right: 10px;
	border:solid;
}

#h4 { /* titre contenu 2 */
	font-size: 16px;
	font-weight: bold;
	color: #44479a;
	margin-left: 5px;
	margin-top: 5px;
	border-bottom: solid 1px;
}

#texte_gauche, #texte_droite, #texte_centre, #texte {
	font-size: 13px;
	margin-left: 5px;
	margin-top: 5px;
}

#texte_gauche {
	float: left;
	width: 49%;
	text-align: justify;
}

#texte_droite {
	float: right;
	width: 49%;
	text-align: justify;
}

#texte_centre, #texte {
	width: 100%;
	float: left;
	text-align: justify;
}

#logo {
	background: url(images/Logo_InfoEcho.gif) no-repeat center;
	height: 131px;
	text-align: center;
}

#index {
	margin-left: 20px;
	margin-top: 10px;

}

