* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: inherit;
	color: inherit;
}

a {
	color: Black;
	text-decoration: none;
}

html {
	font-size: 100%;
}

body {
	width:1040px;
	background-image:url(images/fond.jpg);
	background-repeat: repeat-y;
	background-color: #909090;
	height: 100%;
	overflow: auto;
	font-size: 0.8em;
	/*border: 3px dotted red;*/
}

body div#conteneur {
	width:890px;
	overflow: hidden;
	height: 100%;
}

* html body div#conteneur {
	overflow-y: visible;
}

	body div#conteneur div#colgauche {
		width:210px;
		/*min-height:941px;*/
		float:left;
		/*border: 2px solid purple;*/
		/*background-color: red;*/
		background-image:url(images/Mettis_04.jpg);
		/*border-bottom: 1px solid yellow;*/
		margin-bottom: 0px;
	}
		
		body div#conteneur div#colgauche div#gauche1 {
			width:210px;
			height:225px;
			background-image: url(images/menu_haut.jpg);
		}
		
		body div#conteneur div#colgauche div#gauche2 {
			width: 210px;
			min-height: 716px;
			background-image: url(images/menu_bas.jpg);
		}

			body div#conteneur div#colgauche div#gauche2 ul#menu {
				padding-top: 70px;
				margin-left: 45px;
				list-style-type: none;
				font-weight: bold;
				font-family: Arial, Helvetica, sans-serif;
				padding-left: 2px;
			}
	
				body div#conteneur div#colgauche div#gauche2 ul#menu a:hover {
					color: #303030;
					text-decoration: underline;
				}
	
				body div#conteneur div#colgauche div#gauche2 ul#menu li {
					padding-left: 10px;
					margin-top: 4px;
					margin-bottom: 4px;
				}		
			
				body div#conteneur div#colgauche div#gauche2 ul#menu li#current_link {
					padding-left: 6px;
					border-left: 4px solid #E11461;
				}
			
				body div#conteneur div#colgauche div#gauche2 ul#menu ul {
					margin-left: -10px;
					list-style-type: none;
					font-size: 0.9em;
					font-weight: bold;
					border-left: 4px solid #FEFBEC;
					/*border: 1px solid purple;*/
				}
				
					body div#conteneur div#colgauche div#gauche2 ul#menu ul li {				
						margin-left: -4px;
						padding-left: 25px;
						margin-top: 2px;
						margin-bottom: 2px;
					}
					
						body div#conteneur div#colgauche div#gauche2 ul#menu ul li#current_link {
							padding-left: 21px;
						}

	body div#conteneur div#colcentre {
		width:150px;
		height:941px;
		float:left;
		/*border-bottom: 1px solid yellow;*/
		margin-bottom: 0px;
		/*background-color: green;*/
	}

		body div#conteneur div#colcentre div#centre1 {
			width:150px;
			height:139px;
			background-image: url(images/logo.jpg);
			background-position:top;
		}
		
		body div#conteneur div#colcentre div#centre2 {
			width:150px;
			height:802px;
			background-image: url(images/defaut/tranche.jpg);
		}
	
	body div#conteneur div#coldroit {
		width:530px;
		min-height:941px;
		float:left;
		/*border-bottom: 1px solid yellow;*/
		margin-bottom: 0px;
		/*background-color: yellow;*/
	}

	* html body div#conteneur div#coldroit {
		width: 527px;
	}
	
		body div#conteneur div#coldroit div#ligne1 {
			height: 126px;
			background-image: url(images/entete.jpg);
			background-repeat: no-repeat;
		}
		
		body div#conteneur div#coldroit div#ligne2 {
			height: 322px;
			background-image: url(images/defaut/banniere.jpg);
			background-repeat: no-repeat;
		}
		
		/* Zone 6 */
		body div#conteneur div#coldroit div#ligne3 {
			min-height: 493px;
			background-image: url(images/background_z6.jpg);
			background-repeat: repeat-y;
			font-family: Arial, Helvetica, sans-serif;
		}
		
			body div#conteneur div#coldroit div#ligne3.huge {
				min-height: 821px;
			}
		
			body div#conteneur div#coldroit div#ligne3 div#citation {
				background-repeat: no-repeat;
				background-position: top;
				height: 110px;
				margin: 0px -5px 0px -5px;
			}		
			
			body div#conteneur div#coldroit div#ligne3 div.txt {
				padding: 20px;
			}
			
			body div#conteneur div#coldroit div#ligne3 div.presentation {
				font-size: 1.05em;
				line-height: 1.5em;
				font-family: Georgia, "Times New Roman", Times, serif;
			}
			
				body div#conteneur div#coldroit div#ligne3 div.txt ul {
					margin-left: 15px;
					list-style-position: inside;
				}
		
body div#conteneur div#baspage {
	clear:left;
	width:890px;
	height:22px;
	background-image: url(images/background_footer.jpg);
	background-repeat:no-repeat;
	padding-left: 360px;
}

	body div#conteneur div#baspage p {
		font-size: 0.8em;
		font-family: Arial, Helvetica, sans-serif;
		color: White;
		padding: 5px 20px 2px 20px;
		text-align: center;
		width: 490px;
	}
	
		body div#conteneur div#baspage p a {
			color: White;
			margin: 0px 6px;
			font-weight: bold;
		}
			
		body div#conteneur div#baspage p a.credits:hover {
			text-decoration: underline;
		}
		
		body div#conteneur div#baspage p a span.type {
			font-weight: normal;
		}