/* CSS Document */

	body {
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
		font-size:11px;
		margin:0;padding:0;
		width:100%;


	}
	img {
		border:0;
	}
	a {
		color:#713883;
		text-decoration:underline;
	}
	a:hover {
		color:#002441;
		text-decoration:none;
	}
	table, td {
		font-size:11px;
		padding:5px;
	}
	h2 {font-size:18px;
	text-align:left;
	font-style:italic;
	margin-left:5px;
	color:#e01123;
		
	}
	h3 {
		padding: 10px 0px 10px 0px;
		font-size:11px;
		font-weight:bold;
	}
	caption {
		font-weight:bold;
		color:#FFFFFF;
		font-size:11px;
		border-bottom:1px dotted #ffffff;
		margin-bottom:10px;
		margin-top:10px;
		//padding-bottom:10px;
		//padding-top:10px;
		text-align:left;
	}
	ul {
		margin-top:2px;
	}
	li {
		list-style-image: url(../img/puce.gif);
		padding:0;
		margin-left:0px;
	}
		
/* ---------------------------- Page Accueil------------------------------ */
	h1{
	font-size:20px;
	text-align:left;
	color:#E0021D;
	font-style:italic;
	margin-left:5px;
	}
	#conteneur_hp {
	position:relative;
	margin:0 auto;
	width : 760px;
	height:700px;
	background-image:url(../img/fond.jpg);
	}
	#header_hp {
		margin-top:30px;
		width:760px;
		text-align:center;
		font-size:24px;
	}
	#contenu_hp {
		margin-top:120px;
	}
	#contenu_hp_colG {
		width:477px;
		height:241px;
		background-position:bottom left;
		background-image:url(../img/snisf.gif);
		background-repeat:no-repeat;
		padding-top:50px;

	}
	
*html #contenu_hp_colG {height:193px;}		
*+html #contenu_hp_colG {height:193px;}	
	
	#contenu_hp_colD {
		padding-top:17px;
		//padding-top:18px;
		float:right;
		color:#f06207;
		width:273px;
		//width:270px;
		height:201px;
		//height:261px;
		text-align:center;
		font-size:18px;
	}
	
/* ---------------------------- Page Visiteurs/ Exposants------------------------------ */
	#conteneur {
		position : absolute;
		top:0px;
		left : 50%;
		margin-left : -380px;
		width : 760px;
		
	}
	#header {
		margin-top:0px;
		width:760px;
		font-size:16px;
		font-weight:bold;
		/*height:135px;*/
	}
	#accroche {
		background-image:url(../img/haut_page.jpg);
		background-repeat:no-repeat;
		width:760px;
		height:84px;
		//height:119px;
		text-align:center;
		padding-top:50px;
		color:#002441;
		letter-spacing:1px;
	}
	#menu_exposants {
		background-image:url(../img/fond_menu.gif);
		background-repeat:no-repeat;
		width:760px;
		height:55px;
		padding-left:60px;
	
	}
	#menu_exposants p {
		float:left;
		width:112px;
		margin:0;
		padding:10px 1px 0px 0;
		text-align:center;
		font-size:11px;
		color:#FFFFFF;
		
	}
	

	
	#menu_exposants a {
		text-decoration:none;
		color:#FFFFFF;
	}
	#menu_exposants a:hover {
		color:#002441;
	}
	#contenu_colG {
	position:absolute;
	left:-4px;
	width:272px;
	height:450px;
		
	}
	#contenu_colG_visiteurs {
		position:absolute;
		left:0;
		width:272px;
		height:480px;
		//height:450px;
		
	}
	#contenu_colD {
		background-image:url(../img/fond_colD.gif);
		background-position:bottom right;
		background-repeat:no-repeat;
		margin-left:274px;
		padding: 25px 10px 10px 10px;
		background-color:#e1dedb;
		min-height:445px;
		//height:450px;
	}
	#contenu_colD h1{
		margin:0px 0px 15px 0px;
		font-size:18px;
		font-weight:normal;
		color:#002441;
	}
	#footer {
		margin-top:3px;
		background-image:url(../img/logo_partenaires.gif);
		height:55px;
	}
	
/* -------------------------------------classes génériques -------------------------------*/
	.orange {
		color:#E91326;
		/* c'est du rouge*/
	}
	.vert {
		color:#a6a913;
	}
	/*en fait c'est du bleu*/
	.violet{
		color:#002441;
	}
	.blanc {
		color:#ffffff;
		font-size:14px;
	}
	.erreur {
		color:#713883;
		font-weight:bold;
	}
	.mention_legale {
		font-size:10px;
		color: #666666;
	}



