/********************************************************

  Feuille de style commune � tous les navigateurs

*********************************************************/

 /***********************************************************************************************
***************************** MISE EN FORME DU TEXTE ** ****************************************
************************************************************************************************/
 #texteSite h1{
 
    font-family:arial,verdana,sans-serif;
    /*font-weight:bold;*/
	font-size:18px;
	margin-bottom: 15px;
 
 }
 
 #texteSite h2{
 
   font-size:14px;
   font-weight:bold;
   color:#59c7b2;
   margin-bottom:5px;
 
 }
 
 #texteSite h3{
 
   font-size:12px;
   font-weight:bold;
   color:#2E4A3D;
   margin-bottom:-15px;
   margin-top:15px;
 
 }
 
 #texteSite h6{
 
   margin-top: 30px;
 
 }
 
 
 #texteSite p{
 
   margin-top:20px;
 
 }
 
 #texteSite a.spe{
 
   text-decoration:none;
   border: solid black 2px;
   margin-right: 1px;
   background-color: #faf5e1;
   color : #2e4a3d;
   display:block;
   float:left;
   padding: 3px;
   font-weight:bold;
 
 }
 
 #texteSite a{
 
   color : #2e4a3d;
   /*text-decoration:underline;*/
   font-weight:bold;
 
 }
 
 #texteSite a[href$=".doc"]{
 	background:transparent url(../images/icon_doc.gif) no-repeat scroll right center;
	padding:5px 20px 5px 0;
 }
 
 #texteSite a[href$=".pdf"]{
 	background:transparent url(../images/icon_pdf.gif) no-repeat scroll right center;
	padding:5px 20px 5px 0;
 }
 
 #texteSite a[href$=".xls"], #texteSite a[href$=".xlsx"]{
 	background:transparent url(../images/icon_xls.gif) no-repeat scroll right center;
	padding:5px 20px 5px 0;
 }
 
 #texteSite a[href$=".pps"]{
 	background:transparent url(../images/icon_pps.gif) no-repeat scroll right center;
	padding:5px 20px 5px 0;
 }
 
 #texteSite a:hover{
 
   color:#59c7b2;
   /*text-decoration:underline;*/
   font-weight:bold;
 
 }
 
 #texteSite{
 
   /*min-height:600px;*/
 
 }

/******  mise en forme des objets ins�r�s via EZ  **************/

div.object-right
{ 
    margin: 10px;
	padding:3px;
	border: solid 1px #ccc;
    float: right;
}

div.object-left
{ 
    margin: 10px;
	float: left;
}

div.object-center
{ 
/*    float: center;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.attribute-caption
{

  font-style:italic;
  font-size:12px;
  color : #ccc;

}

#texteSite .attribute-image p{

  margin:0;

}


#texteSite div.attribute-caption p
{

  margin:0;

}



 /***********************************************************************************************
***************************** MISE EN FORME DU PIED DE PAGE ************************************
************************************************************************************************/

/*  Background et dimensions du pied de page  */
#footer{

  position : relative;
  bottom: 0px;
  text-align:center;
  margin-top:30px;
  width:980px;
  height:48px;
  
 }
 
 
 
 /***********************************************************************************************
*******************************  CLASSES POUR LE DIAPORAMA   ***********************************
************************************************************************************************/

.masque{

  /*display:none;*/
  position:relative;
  /*overflow:hidden;*/

}

#imgContainer{

  overflow-x:hidden;
  overflow-y:hidden;
  max-height:360px;
  max-width:500px;
  border:0px;

}





 /***********************************************************************************************
*********************************  MEF DES OFFRES D'EMPLOI  * ***********************************
************************************************************************************************/

fieldset{

  border: solid 1px #cccccc;
  padding: 5px;
  margin:10px;

}

#texteSite fieldset p{

  margin-top:0;
  font-weight:normal;

}

legend{

  color: #2e4a3d;
  padding: 5px;
  font-weight:bold;

}

.linkBack{

  margin-bottom : 20px;

}



 /***********************************************************************************************
*******************************  CLASSES POUR LE MENU GAUCHE  *********************************
************************************************************************************************/
#urgences img{

  /*width:157.5px;
  height:47.7px;*/

}

.decale{

  margin-left:10px;

}

.default{

  margin-left:0;

}

#cadreUrgences{

  

}