/* CSS Document */

img {
	border:0;
}

a{
	text-decoration:none;
}

body{
	background:#CCCCCC;
	font-family:Tahoma;
	
}

#conteneur-global{
	margin-left:auto;
	margin-right:auto;	
	background-color:#FFFFFF;
	width:984px;	
}

#header{
	color:#FFFFFF;
}
	#logo{
		float:left;
		margin:15px;
	}
	
	#conteneur-header{
		float:right;
		width:794px; height:146px;
		margin:0px;
	}
		#degrade{
			background: url('../images/degrade.jpg') 100% no-repeat;
			height:124px;		
			color:#FFFFFF;
			margin:0px;
			left:0px;
		}		
			h1{
				float:right;
				font-size:20px;
				padding:25px 10px 0px 0px;
				font-weight:lighter;
			}
			#degrade p{
				clear:both;
				float:right;
				margin:0px 10px 0px 0px;
				font-size:14px;
			}	
		#liens-complementaires{
			float:right;
			background:#999999;
			width: 794px; height:20px;
			border-top:1px solid black;
		}
			#liens-complementaires p{
				float:right;
				line-height:12px;
				display:inline;
				margin:1px 10px;
			}
			#liens-complementaires img{
				margin-right: 4px;
			}
			#liens-complementaires a{
				color:#FFFFFF;
			}
		
#contenu{
	clear:both;
}
	#gauche{
	float:left;
	width:175px;
	}
		/*#gauche #menu */
			#gauche #menu ul{
				list-style-type:none;
				border-bottom: 1px solid black;
				margin:0px 20px 60px 10px;
				padding-left:20px;
			}
				#gauche #menu ul li{
					border-top: 1px solid black;
					padding:4px;
				}
					#gauche #menu ul li a{
						color:#000000;
					}
		#identification{
			background-color:#CCCCCC;
			width:160px;
			padding:1px 0px 10px 0px;
		}
			#espace-client{
				text-align:center;
				margin-bottom:4px;
				color:#666666;
			}
			#identification input {
				width:145px;
				margin: 2px auto;
			}

	#centre{
		float:left;
		width:657px;
		margin: 0px 0px;
		border-left: 1px solid black;
		border-right: 1px solid black;
		min-height:300px;
	}
	#centre2{
		float:left;
		width:500px;
		margin: 0px 0px;
		border-left: 1px solid black;
		border-right: 1px solid black;
		min-height:300px;
	}	
		#ingenierie{
			float:left;
			margin-left:13px;
		}			
		#archivage{
			float:left;
			margin:0px 13px;
		}
		#destruction{
			float:left;
			margin-right:13px;
		}
		#recyclage{
			float:left;
			margin-right:13px;
		}
			#bloc-ingenierie, #bloc-archivage, #bloc-destruction{
				margin-top:5px;
				color:#FFFFFF;
				text-align:center;
				padding-bottom:10px;
			}
			#bloc-ingenierie a, #bloc-archivage a, #bloc-destruction a{
				color:#FFFFFF;
			}
			#bloc-ingenierie{
				background-color:#0077B5;
			}
			#bloc-archivage{
				background-color:#803689;
			}
			#bloc-destruction{
				background-color:#F29527;
			}
			#bloc-recyclage{
				background-color:#F29527;
			}
	#droite{
		float:left;
		width:140px;
		padding-left:10px;
	}
		.rouge{
			color:#FF0000;
			padding-left:5px;
		}
		p.rouge a{
			color:#FF0000;
		}
		.strong{
			font-size:14px;
			font-weight:bold;
		}
	#droite2{
		float:left;
		width:250px;
		padding-left:10px;
	}
		.rouge{
			color:#FF0000;
			padding-left:5px;
		}
		p.rouge a{
			color:#FF0000;
		}
		.strong{
			font-size:14px;
			font-weight:bold;
		}
#footer{
	clear:both;
	background:#999999;
	width:984px; height:22px;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	
}
	#footer a{
		color:#FFFFFF;
	}
p.input{
	margin:0px;
}
