/* CSS Document */
body
{
	margin : 0;
	padding : 0;
	background-color : #bae276;
}

div#page
{
	font-family : Frutiger, sans-serif;
	font-size : 11pt;
	color : #483090;
	position : relative;
	width : 773px;
	height : 530px;
	/*top : 5px;*/
	background-image : url(images/index/index.jpg);
	background-repeat : no-repeat;
	background-color: #bae276;

}
div#contenu
{
	/*background : url(images/index/contenu.png) no-repeat;*/
	position : relative;
	width : 710px;
	height : 540px;
	left : 31px;
	text-align : left;
	/*border : 1px solid black;*/
}
div#Infirmiere
{
	width : 136px;
	position : absolute;
	left : 400px;
	top : 80px;
	padding-bottom : 2px;
		border-bottom : 1px solid #9c9bec;
}
div#AideSoignante
{
	width : 171px;
	position : absolute;
	left : 250px;
	top : 210px;
	padding-bottom : 2px;
		border-bottom : 1px solid #9c9bec;
}
div#AuxiliairePuer
{
	width : 236px;
	position : absolute;
	left : 430px;
	top : 275px;
	padding-bottom : 2px;
		border-bottom : 1px solid #9c9bec;
}
div#Formations
{
	width : 124px;
	position : absolute;
	left : 428px;
	top : 330px;
	padding-bottom : 2px;
		border-bottom : 1px solid #9c9bec;
}
div#titreBlanc
{
	width : 199px;
	position : absolute;
	left : 30px;
	top : 320px;
	color : white;
	font-size : 13pt;
}
div#titreBlanc a
{
	color : white;
}
div#titreJaune
{
	width : 362px;
	position : absolute;
	left : 55px;
	top : 335px;
	color : #f9d385;
	font-size : 28pt;
	font-weight: bold;
}
div#titreJaune a
{
	color : #f9d385;
}

div#actualites
{
	width : 362px;
	position : absolute;
	left : 80px;
	top : 395px;
	color : #f9d385;
	font-size : 12pt;
}

div#LiensPied
{
	width :630px;
	height : 60px;
	position : relative;
	left :10px;
	top : -55px;
	text-align : center;
   font-size : 7pt;
	/*border : 1px solid black;*/
}

div#PiedDePage
{
	width : 773px;
	height : 29px;
	background-image : url(images/index/footer.jpg);
	background-repeat : no-repeat;
	position : relative;
	left : 0px;
	top : -50px;
	text-align : center;
   font-size : 7pt;
}

div#PiedDePage p
{
  position : relative;
	top : 2px;
	left : 10px;
	text-align : center;
  font-size : 7pt;
  margin : 0px;
  padding : 0;
}


a
{
	text-decoration : none;
	color : #483090;
}

body.actus
{
  background-color : transparent;
}
a.lienActus
{
  color : #483090;
  font-size : 10pt;
  font-weight : bold;
  font-style : italic;
  text-decoration : none;
}
p.lienActus
{
  margin : 0;
  padding : 0;
  color : #483090;
  font-size : 11pt;
  font-weight : bold;
  font-style : italic;
  text-decoration : none;
}
