body{
	overflow-y:scroll;
    background:url('../img/background.jpg') no-repeat 50% 0;
}
/* ------------------------------------- */
a {
	color: #009900;
}

a:hover {
	color: #027100;
}

/* ------------------------------------- */
#universes #submenu li a:hover {
	color: #027100;
}

.submenuhigh {
	background: url('../img/select-green-mini.png') repeat-x bottom;
}

#centersubmenu li a.high {
	color: #027100;
	font-weight: bold;
}

#centersubmenu li a:hover {
	color: #027100;
}

/* ------------------------------------- */
#univind {
	width: 180px;
	background: url('../img/title-tab-green.png') top no-repeat;
	vertical-align: top;
	padding-top: 23px;
}

#univschool {
	width: 180px;
	background: url('../img/center-tab-orange.png') top no-repeat;
	/*vertical-align:top;
    padding-top:8px;*/
}

#univschool a {
	color: white;
	text-decoration: none;
}

#univschool a:hover {
	color: #ff4700;
}

#univpro {
	width: 180px;
	background: url('../img/center-tab-blue.png') top no-repeat;
	/*    padding-top:8px;*/
	height: 40px;
}

#univpro a {
	color: white;
	text-decoration: none;
}

#univpro a:hover {
	color: #01669a;
}

#univteach {
	width: 180px;
	background: url('../img/center-tab-red.png') top no-repeat;
	/*vertical-align:top;
    padding-top:8px;*/
}

#univteach a {
	color: white;
	text-decoration: none;
}

#univteach a:hover {
	color: #960100;
}

/* ------------------------------------- */
.left_a {
	font-size: 1.2em;
	text-decoration: none;
}

/* ------------------------------------- */
#centertop {
	background: url('../img/frame-green-top-slice.png') no-repeat bottom;
	height: 50px;
}

#centercontent {
	font-family: Arial;
	background: url('../img/frame-green-mid-slice.png');
	padding-left: 80px;
	padding-right: 80px;
	text-align: justify;
}

#centercontent p {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 5px;
}

#centerbottom {
	background: url('../img/frame-green-bot-slice.png') no-repeat top left
		transparent;
	height: 41px;
}

/* ------------------------------------- */
.centermenu a:hover {
	color: #027100;
}

.centermenu_high {
	background-color: #009900;
}

.centermenu_high a:hover {
	color: white;
}

/* ------------------------------------- */
#bottom {
	clear: both;
	background-color: #f2f2f2;
	height: 130px;
	margin-top: 20px;
}

#bottommenu li a:hover {
	padding-right: 4px;
	color: #027100;
}

/* ------------------------------------- */
.formCompte {

}

fieldset {
	border: 1px solid silver;
	padding: 10px;
}

input {
	border: 1px solid silver;
}

legend {
	font-weight: bold;
	color: #027100;
}

/* ------------------------------------- */
.high {
	color: #027100;
}