/* DEFAULT GLOBAL
--------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}
body {margin:0;padding:0; background:#ffffff url(../img/bg.gif) repeat-x; text-align:center;Font-size:9pt;Font-family:Arial,sans-serif;color:#4b595f;height: 100%;}
html{ height: 100%;}
a {color:#bf2026; text-decoration:none;}
a:hover {color:#bf2026; text-decoration:underline;}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {height: 142px; /* .push must be the same height as .footer */}
.footer {	background:#959ba3;
			font-family: arial,helvetica;
			font-size : 8.5pt;
			color: #e9e8e8;
			font-weight: normal;
			text-align:center;
			line-height: 17px;}
.footer p {padding-top:18px;}
.footer a {color:white; text-decoration:none;}
.footer a:hover {text-decoration:underline;}

/* TEXT
--------------------------------------------- */
#contenue-texte{ font-family: arial,helvetica;
			font-size : 9pt;
			color: #4b595f;
			font-weight: normal;
			line-height: 17px;
			padding-right:20px;
			margin-bottom:20px;
			width:606px;}
.texte { font-family: arial,helvetica;
			font-size : 9pt;
			color: #4b595f;
			font-weight: normal;
			line-height: 17px;}
			
.texteb { font-family: arial,helvetica;
			font-size : 9pt;
			color: #4b595f;
			font-weight: bold;}
			
.textesm { font-family: arial,helvetica;
			font-size : 8.5pt;
			color: #4b595f;
			font-weight: normal;
			line-height:14px;}
			
.rouge { font-family: arial,helvetica;
			font-size : 9pt;
			color: #bf2026;
			font-weight: bold;}
			


/* LAYOUT 
--------------------------------------------- */
#container {margin:0 auto; width:890px; text-align:left;}

#header {width:890px; height:155px;text-align:left; background:url(../img/bg-header.jpg) top left no-repeat ; display:block;}

#logo {float:left; width:215px;height:155px;display:block;}
	#logo h1 a{text-indent:-9999px; display:block; width:215px; height:155px; background:url(../img/logo.jpg) no-repeat;}

#content-home {width:840px; text-align:left;margin:35px 30px 0 21px;}

/* NAVIGATION
--------------------------------------------- */
#content-home ul {margin-left: 10px; margin-top:10px; padding-bottom:5px;}
#content-home li {margin:7px; list-style:none; padding-left:15px; background: url(../img/li-b.gif) 0 3px no-repeat;}

#content-form {width:840px; text-align:left;margin:35px 30px 0 21px;}

	
#nav-main {margin-top:128px;float:right; width:630px; height:14px; display:block;}

#nav {
	height: 41px;
	list-style: none;
	}
#nav li {
	float: left;
	height: 14px;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	}
#nav li a {
	display: block;
	line-height: 14px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top; /* horizontally centers the background image */
	}
	#navAccueil {
		width: 175px;
		background: url(../img/nav1.gif) no-repeat;
		}
	#navProgrammation {
		width: 155px;
		background: url(../img/nav2.gif) no-repeat;
		}
	#navExposants {
		width: 95px;
		background: url(../img/nav3.gif) no-repeat;
		}
	#navInscription {
		width: 185px;
		background: url(../img/nav4.gif) no-repeat;
		}
		
#nav li a:hover {
	background-position: 50% -14px;
	}
	#nav li a.actif,
	#nav li a.actif:hover {
		background-position: 50% -14px;
		}
