/* CSS Document */
/* --------------------------------------------------------------------------------------------- Remise à zéro de tous les préformatages navigateurs */
	* {
		padding:0;
		margin:0;
		list-style:none
	}
	body {
		font-size:62.5%;
		font-family:arial, helvetica, sans-serif;
		background:#000;
		color:#3e3e3e
	}
	a, a:hover {text-decoration:none}
	img {border:none}
	strong {font-weight:bold}
	em {font-style:italic}
	label {cursor:pointer}
	abbr, acronym {
	  border-bottom:1px dotted #333;
	  cursor:help
	}
/* --------------------------------------------------------------------------------------------- Récurrents */
	input.btn {
		font-family:tahoma;
		font-size:.9em;
		color:#fff;
		background:#dc227a;
		border:1px solid #dc227a;
		cursor:pointer;
		padding:1px
   }
/* --------------------------------------------------------------------------------------------- Page */
	#page {
		width:995px;
		margin:0 auto
	}
/* --------------------------------------------------------------------------------------------- Global */
	#global {
		float:left;
		width:100%;
		background:#000 url(../../images/structure/background/global.gif) repeat-x
	}
/* --------------------------------------------------------------------------------------------- Logo - Les Elles de l'industrie */
	#elles_industrie {
		vertical-align:middle;
		margin:13px 0 0 31px
	}
/* --------------------------------------------------------------------------------------------- Recherche */
	#Searchtext {
		float:left;
		width:145px;
		height:18px;
		font-size:13px;
		font-style:italic;
		color:#4c4c4c;
		border:none;
		background:#fff url(../../images/structure/background/champ_recherche.gif) no-repeat;
		padding:1px 5px 0 5px
	}
	#lancer_recherche {float:left}
/* --------------------------------------------------------------------------------------------- Footer */
	#footer {
		float:left;
		width:923px;
		background-image:url(../../images/structure/background/footer_home.jpg);
		background-repeat:no-repeat;
		background-position:right top;
		padding:5px 40px 19px 32px
	}
/* ------------------------------------------------------------------------- Copyright */
	#footer #copyright {float:left}
	#footer #copyright li {
		display:inline;
		margin:0 10px 0 0
	}
	#footer #copyright img {
		vertical-align:top;
		margin:0 0 0 3px
	}
/* ------------------------------------------------------------------------- Liens */
	#footer #footer_liens {
		float:right;
		color:#fff
	}
	#footer #footer_liens li {
		display:inline;
		margin:0 5px 0 0
	}
	#footer #footer_liens li a {
		color:#fff;
		margin:0 5px 0 0
	}
	#footer #footer_liens li a:hover {text-decoration:underline}