/* ----- INTERFACE ----- */
.global{
position: relative;
width: 986px;
padding: 0 5px;
border: 0;
overflow:hidden;
}

		.global #bandeau{
		position: relative;
		width: 986px;
		height: 40px;
		background: url('../img/bandeau.gif') no-repeat;
		}

		.global #content{
		position: relative;
		width: 986px;
		margin:5px 0 15px 0;
		overflow:hidden;
		}

		.global .colonne{
		float:left;
		display:inline;
		width:450px;
		padding:20px;
		}

				.global .colonne h2{
				font-size:22px;
				font-weight:bold;
				color:#03629C;
				font-style:italic;
				padding-left:40px;
				height:32px;
				line-height:32px;
				background:url('../img/titre.png') no-repeat left center;
				margin:0;
				}

				.global .colonne ul{
				margin:20px 0 0 25px;
				list-style-position:outside;
				list-style-type:none;
				padding:0;
				}
				
				.global .colonne li{
				margin-bottom:15px;
				}

				.global .colonne a{
				display:block;
				padding-left:40px;
				background:url('../img/doc.png') no-repeat left center;
				text-decoration:none;
				font-size:13px;
				font-weight:bold;
				color:#2D2D2D;
				min-height:32px;
				}

						.global .colonne a span{
						font-size:10px;
						font-weight:normal;
						}

						.global .colonne a:hover{
						color:#969696;
						}
