body {
	background-color : #F2F8EE;
	padding : 5px 20px 3px 20px;
	margin:0px;
	color : #32858D;
}
a img {
	border:none;
}
* {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

#ContactBand {
	background-color : #ACCF82;
	height : 20px;
	padding : 3px;
	padding-left : 15px;
	color : white;
	font-weight : bold;
}
#ContactBand a {
	color : white;
	text-decoration : none;
}
#ContactBand a:hover {
	text-decoration : underline;
}

#Menu {
	list-style-type : none;
	margin : 0px;
	padding : 0px;
}
#Menu li {
	height : 20px;
}
#Menu li a span {
	width : 205px;
	height : 20px;
	display : block;
	cursor : pointer;
}
#Menu span {
	background-color : transparent;
	background-position : top left;
	background-repeat : no-repeat;
	background-attachment : scroll;
}
#Menu li a:hover span {
	background-position : left -20px;
}
#MenuItemPNLEtEntreprise span {
	background: transparent url(images/MenuItemPNLEtEntreprise.gif) no-repeat scroll top left;
}
#MenuItemPNLEtApprentissage span {
	background: transparent url(images/MenuItemPNLEtApprentissage.gif) no-repeat scroll top left;
}
#MenuItemDevPersonnel span {
	background: transparent url(images/MenuItemDevPersonnel.gif) no-repeat scroll top left;
}
#MenuItemDates span {
	background: transparent url(images/MenuItemDates.gif) no-repeat scroll top left;
}
#MenuItemSinscrire span {
	background: transparent url(images/MenuItemSinscrire.gif) no-repeat scroll top left;
}
#MenuItemALire span {
	background: transparent url(images/MenuItemALire.gif) no-repeat scroll top left;
}
#MenuItemInfosPratiques span {
	background: transparent url(images/MenuItemInfosPratiques.gif) no-repeat scroll top left;
}
#RightSubMenu{
	float:right;
	height:188px;
	width:205px;
	margin:-15px -8px 5px 5px;
	padding:15px 10 0 10;
}
#SubMenu {
	margin : 0px 0px 0px 20px;
	padding:20px 0px 0px 0px;
}
#SubMenu li {
	list-style : none;
	margin:3px;
}
#SubMenu a {
	text-decoration: none;
	color: #82855C;
}
#SubMenu a:hover {
	color:#EC9D53;
}

img.title {
	margin : 12px 10px 0px 10px;
}
#MainTable {
	width : 820px;
	padding : 0px;
	table-layout: fixed;
}
#Content {
	padding:15px;
}
.B p {
	margin : 5px 10px 10px 10px;
	width : 175px;
}
a {
	color : #32858D;
}
a:hover {
	color : #7FB2B7;
}
h3 {
	color:#F19549;
	font-size:16px;
	margin-top:0px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
div.hr {
	border-bottom: solid 2px #ACCF82;
	width:570px;
	height:5px;
}

label {
	font-weight: bold;
}
input {
	border: solid 1px #006670;
	background-color: #F7FAF1;
}
input.noStyle {
	border:none;
	/*background-color:transparent;*/
}
input.Text {
	width:200px;
}

.B {
	width : 205px;
	height : 205px;
	vertical-align:top;
}
.Gr {
	background-color :#C7DEAA;
}
.GrD {
	background-color : #BED99D;
}
.GrL {
	background-color : #D7E8C3;
}
.GrMenu {
	background-color: #ACCF82;
}
.Bl {
	background-color : #7FB2B7;
}
.BlD {
	background-color : #4C949B;
}
.BlL {
	background-color : #B2D1D4;
}
.Be {
	background-color : #E8F0DC;
}
.Wh {
	background-color : white;
}

/* LOADING */
#LoadingIndicator{
	position: absolute;
	top : 10;
	right : 20;
	z-index: 9950;
	margin:20px;
	padding:10px;
	border: 1px solid #DBDCE3;
	background-color:#FFFFAE;
	color:#444444;
	font-family: "Times New Roman", Times, serif;
	font-weight : bold;
	font-size: 14;
}
img.icon{
	position:relative;
	top:3;
}