body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #dddddd;
}

a {
	position:relative;
	z-index:1;
}

a:link, a:visited, a:active {
	color:#FF6600;
	text-decoration:none;
	font-style:normal;
}

a:hover {
	color:#FF3300;
}

/*##############################################################################
########################## Interface générale ##################################
##############################################################################*/
#interface {
	width:990px;
	margin:auto;
}

.clearFloat {
	clear:both;
}

.navigationPages {
	text-align:center;
	margin:10px 0px;
}

.asterisque {
	color:#FF0000;
}

/*##############################################################################
################################# Banniere #####################################
##############################################################################*/
#header {
	position:relative;
	width:990px;
	height:321px;
}

#banniere_drapeaux {
	position:absolute;
	top:265px;
	left:30px;
	z-index:100;
}

/*##############################################################################
############################### Page centrale ##################################
##############################################################################*/
#backgroundLeft {
	background:url(../images/bordLeft.gif) repeat-y top left;
	padding-left:22px;
}

#backgroundRight {
	background:url(../images/bordRight.gif) repeat-y top right;
	padding-right:22px;
}

#body {
	background:#c9d3dc url(../images/vague_droite.png) no-repeat top right;
	width:946px;
}

/*##############################################################################
############################### Menu de gauche #################################
##############################################################################*/
#menuLeft {
	float:left;
	width:239px;
	padding:10px;
}	

	#menuLeft_top {
		width:239px;
		height:73px;
	}
	
	#menuLeft_middle {
		width:237px;
		background:#FFFFFF;
		border-width:0px 1px;
		border-style:solid;
		border-color:#999999;
	}
	
		ul#menuLeft_liste {
			padding:10px 20px 0px 30px;
			margin:0;
		}
	
		ul#menuLeft_liste li {
			list-style:none;
		}
		
		a.menuLeft_liste_lien:link, a.menuLeft_liste_lien:visited, a.menuLeft_liste_lien:active {
			display:block;
			background:url(../images/menuPuce-off.gif) no-repeat left 8px;
			color:#266071;
			font-weight:bold;
			padding:8px 0px 8px 20px;
		}
		
		a.menuLeft_liste_lien:hover {
			background:url(../images/menuPuce-on.gif) no-repeat left 8px;
		}
		
		a.selected:link, a.selected:visited, a.selected:active, a.selected:hover {
			background:url(../images/menuPuce-on.gif) no-repeat left 8px;
		}
		
		#menuLeft_contrat {
			display:block;
			margin:20px;
			border:1px dotted #266071;
			padding:10px;
			color:#266071;
			font-weight:bold;
		}
		
		#menuLeft_contrat:hover {
			border:1px dotted #FF0000;
		}
		
		#menuLeft_coords {
			color:#666666;
			padding:20px;
		}
		
		#menuLeft_paveContact {
			padding:10px 8px 0px 8px;
		}
		
	#menuLeft_bottom {
		background:url(../images/menuBottom.gif) no-repeat;
		width:239px;
		height:9px;
	}

/*##############################################################################
################################# Fil ariane ###################################
##############################################################################*/
#filAriane {
}

	#filAriane_left {
		float:left;
		background:url(../images/titreLeft.gif) no-repeat;
		width:21px;
		height:19px;
	}
	
	#filAriane_center {
		float:left;
		background:url(../images/titreCenter.gif) repeat-x;
		width:587px;
		height:16px;
		color:#FF6600;
		padding:3px 0px 0px 10px;
	}
	
		a.filAriane_center_lien:link, a.filAriane_center_lien:visited, a.filAriane_center_lien:active {
			color:#FF6600;
		}
	
		a.filAriane_center_lien:hover {
			color:#FF3300;
		}
	
	#filAriane_right {
		float:left;
		background:url(../images/titreRight.gif) no-repeat;
		width:19px;;
		height:19px;
	}


/*##############################################################################
############################### Page de contenu ################################
##############################################################################*/
#pageContent {
	float:left;
	width:637px;
	padding:10px 30px 10px 20px; 
}
	.pageTitre {
		background:url(../images/pixelOrange.gif) repeat-x 50% left;
		margin-bottom:1em;
	}
	
		.pageTitre_text {
			background:#c9d3dc;
			padding-right:5px;
			color:#FF6600;
			font-weight:bold;
		}
	
	.pageTexte {
		color:#000000;
	}


/*##############################################################################
################################ Pied de page ##################################
##############################################################################*/
#footer {
	width:100%;
	height:59px;
}	

	#footerLeft {
		float:left;
		background:url(../images/footerLeft.gif) no-repeat;
		width:48px;
		height:59px;
	}
	
	#footerCenter {
		float:left;
		background:url(../images/footerCenter.gif) repeat-x;
		width:894px;
		height:59px;
		text-align:center;
		color:#ff6600;
	}
	
		#footerCoords {
			height:32px;
			padding-top:13px;
		}
		
			a.lien_coords:link, a.lien_coords:visited, a.lien_coords:active {
				color:#FF6600;
			}
			
			a.lien_coords:hover {
				color:#FF3300;
			}
		
		#footerSignature {
			height:14px;
			text-align:right;
		}
		
			a.lien_signature:link, a.lien_signature:visited, a.lien_signature:active {
				color:#999999;
				font-weight:bold;
				font-size:10px;
			}
			
			a.lien_signature:hover {
				color:#FF6600;
			}
	
	#footerRight {
		float:left;
		background:url(../images/footerRight.gif) no-repeat;
		width:48px;
		height:59px;	
	}
		
/*##############################################################################
################################ Page d'index ##################################
##############################################################################*/
#indexActus {
	float:left;
	width:380px;
	padding-right:30px;
}

	ul#indexActus_liste {
		margin:0px;
	}
	
	ul#indexActus_liste li {
		list-style:none;
	}
	
	a.indexActus_liste_lien:link, a.indexActus_liste_lien:active, a.indexActus_liste_lien:visited {
		display:block;
		color:#333333;
	}
	
	a.indexActus_liste_lien:hover {
		color:#666666;
	}
	
	a.enSavoirPlus:link, a.enSavoirPlus:visited, a.enSavoirPlus:active {
		color:#FF6600;
	}
	
	a.enSavoirPlus:hover {
		color:#FF3300;
	}

#indexNouveaute {
	float:left;
	width:227px;
}	


/*##############################################################################
################################ Page produit ##################################
##############################################################################*/
#prodPhotoProduit {
	text-align:center;
	margin-bottom:20px;
}

#prodContent {
	float:left;
	width:410px;
	padding-right:10px;
}

	#prodContent_texte {
		margin:20px 0px;
	}
	
	#prodContent_caract table {
		width:100%;
		background:#d7dde4;
	}
	
	#prodContent_caract td {
		padding:5px 10px;
		border-bottom:2px solid #FFFFFF;
	}

#prodIntitule {
	float:left;
	width:217px;
	text-align:right;
	color:#a4b4c2;
	font-size:18px;
}

#prodContent_document {
	margin:30px 0px;
}


/*##############################################################################
########################## Page liste des actualités ###########################
##############################################################################*/
ul#actualite_liste {
	margin:0;
}

	ul#actualite_liste li {
		list-style:none;
		margin:20px 0px;
		border:1px dashed #999999;
		padding:6px;
	}
	
	.actualite_titre {
		background:#FFFF99;
		padding:1px 2px;
		color:#FF6600;
		font-weight:bold;
		margin-bottom:10px;
	}
	
	.actu_big {
		display:none;
	}
	
	.actu_small {
		display:block;
	}
	
	.actualite_img {
		float:right;
	}

	