/*                                  */
/*         ACCES-WEB.COM            */
/*   Copyright 2006, Acces-web      */
/*    CREE LE : 09-02-2007          */
/*         par Dorothée             */
/*----------------------------------*/


body {
  background:url(../images/fond-page.jpg);
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding:0px;
  margin:0px auto;
  text-align:center;
}

#conteneur {
  position: relative;
  text-align: justify;
  margin: 0px auto;
  padding: 0px;
  width: 960px;
  background:#ffffff;
  border-bottom:1px solid #FFFFFF;
  border-left:1px solid #FFFFFF;
  
}

#footer {
	position:relative;
	padding:0px;
  	margin: 0px auto;
  	margin-top: 10px;
	background:url(../images/img-default/footer.jpg) no-repeat top;
	width:960px;
	height:45px;
}
#footer a {float:right; padding:0; margin:40px 0 0 0; color:#ffffff; font-size:11px;}

/********************************************************************************/
/******************************* PAGE ACCUEIL ***********************************/
/********************************************************************************/
#gauche {
	float:left;
	background:#1e7c88;
	color:#FFFFFF;
	width:580px;
	height:466px;
}
	
	#logo {
		z-index:10;
		position:absolute;
		top:0;
		left:0;
/*		float:left;
*/		width:351px;
		height:203px;
		background:url(../images/img-default/logo-igloo.jpg) no-repeat;
		text-indent:-5000px;
	}
	
	/********************** Menu produits ******************/
	#menuProduits ul {
		float:left;
		width:275px;
		margin:0;
		padding:25px 0px 20px 285px;
		background:url(../images/img-default/fond-menu.jpg) repeat-y;
		background-position:right;
	}
	#menuProduits li {
		float:left;
		margin:0;
		width:275px;
		text-align:right;
		height:24px;
		list-style:none;
	}
	#menuProduits li a:link, #menuProduits li a:visited {
		padding:0 25px 0 0;
		text-decoration:none;
		color:#f5eac7;
		font-weight:bold;
	}
	#menuProduits li a:hover {
		padding:0 25px 0 0;
		background:url(../images/img-default/fond-menu-over.jpg) no-repeat;
		background-position:right;
		text-decoration:none;
		color:#f5eac7;
		font-weight:bold;
	}
	/*******************************************************/
	
	#traitHoriz {
		float:left;
		width:580px;
		background:url(../images/img-default/trait-horizontal.jpg) no-repeat;
		background-position:right;
		height:11px;
	}
	#animation {
		float:left;
		padding:0;
		margin-top:-10px;
	}
	
	#traitVertic {
		float:left;
		width:19px;
		margin:0 0 0 9px;
		padding:0;
		background:url(../images/img-default/trait-verticale.jpg) no-repeat;
		height:218px;
	}
	#txtAccueil {
		color:#FFFFFF;
		text-align:justify;
		padding-right:47px;
		height:262px;
		font-size:11px;
/*		background:url(../images/img-default/fond-texte.jpg) no-repeat;
		background-position:100% 100%;
*/	}


#droite {
	float:left;
	background:#ffffff;
	width:380px;
}
	/********************** Menu haut ******************/
	#menu ul {
		float:left;
		width:380px;
		margin:0;
		padding:0 0 33px 0;
	}
	#menu li {
		float:left;
		margin:0;
		list-style:none;
	}
	#menu li a {
		text-decoration:none;
	}
	/*******************************************************/

	/*********************** Actualites ********************/
	#actualites {
		float:left;
		padding:28px 0 0 0;
		margin:0;
		width:380px;
		height:215px;
/*		background-image:url(../images/img-default/fond-actualites.jpg);
		background-repeat:no-repeat;
		background-position:0% 100%;
*/	}
	.titreActu {
		color:#1e7c88;
		padding:5px 10px 0 20px;
		margin:0;
		font-weight:bold;
	}
	a.savoirplus:link,a.savoirplus:visited  {
		color:#1e7c88;
		text-decoration:none;
	}
	a.savoirplus:hover  {
		color:#1e7c88;
		text-decoration:underline;
	}
	
	.txtActu {
		color:#333333;
		padding:0 10px 10px 20px;
		margin:0;
		text-align:justify;
	}
	/*******************************************************/
	
#photoBas {
	clear:left;
	background:#1e7c88;
	width:0px;
	height:134px;
	padding:0 0 0 447px;
	margin:0;
}