/*CSS DOCUMENT*/
/*------MISE EN PAGE DU MENU SECONDAIRE------*/

html, body{
	height:100%;
	margin-top:10px;
}
body{
}
/*
div#bottom{
  background-image: url('../come_on/images/bottom_bg.png');
  background-repeat: repeat-x;
  background-position: left bottom;
  position:relative
  }
*/
  
div#global{
	min-height: 100%;
	width: 980px;
	padding: 0;
	margin: 0 auto;
	text-align:left;
	position: relative;
}

div#center
{
	/* On met le centre en blanc car on a enlevé la couleur de l'entête*/
	background-color: #fff;
}

div#footer
{
	text-align:center;
	background-image: url(../img/footer.jpg);
	/*position: absolute;*/
	width: 100%;
	//bottom: 200px;*/
	left:0px;
	/*	border-top:2px solid gray;*/
/*	padding-top: 4px;
	padding-bottom:10px;
	padding-left: 4px;
*/
	margin-bottom: 0px;
	height: 100px;
}

/*
ul#menu_second{
	list-style-type:none;
	float:left;
	width:180px;
	margin:0;
	padding:0.5em 0.5em 0 1.5em;
	font-size:0.7em;
}

ul#menu_second li a , ul#menu_second li a:visited{
	font-size:1em;
	margin:0 1em;
	color:#1d4c9f;	
	color:#007180;
	text-decoration:none;
}
*/
/*div#menu_second{
	border:0px solid gray;
	list-style-type:none;
	float:left;
	width:180px;
	margin:0;
	padding:0.5em;
}*/

/*------MISE EN PAGE DU FOOTER------*/

div#footer p,
div#footer ul{
	text-align:center;
	font-size:1em;
	color:GRAY;
	padding:0;
	margin:0;
}

div#footer ul{
	list-style-type:none;
}
/*
div#footer ul a , div#footer ul a:visited{
	color:#ee7c0c;
	text-decoration:none;
}

div#footer ul a:hover{
	color:#007180;
	text-decoration:overline;
}
*/
/*------------------------------------------*/

/* ------------------------- Partie Personne ------------------------- */

/*Champs obligatoires*/
.champ_obligatoire
{
	font-size:0.8em;
}

/*Numéro de sécurité social*/
/*Case normale*/
input.num_secu_case
{
	width:15px;
	height:20px;
	text-align:center;
}

/*Case se trouvant avant un vide*/
input.num_secu_case_derniere
{
	width:15px;
	height:20px;
	text-align:center;
	margin-right: 10px
}

/*Case se trouvant avant un vide*/
input.cle_secu
{
	width:15px;
	height:20px;
	text-align:center;
	margin-left: 15px
}

/*Organisme d'affiliation*/
/*Case normale*/
input.organisme_case
{
	width:15px;
	height:20px;
	text-align:center;
}

/*Case se trouvant avant un vide*/
input.organisme_derniere
{
	width:15px;
	height:20px;
	text-align:center;
	margin-right: 10px
}

/*Tranformation su bouton en un lien*/
input.btn_lien
{
	border: none;
	background: transparent;
	text-decoration: underline;
	cursor: pointer; 
}

input.btn_lien:hover
{
	border: none;
	background: transparent;
	text-decoration: underline;
	cursor: pointer; 
	color:#ee7d0c;
}
