@charset "UTF-8";
/* CSS Document */

BODY {
	background:url(../images/bg-body.gif) repeat-x #f2f5f5; 
	}
a {
	color:#144990;
	}	
	
	
.hauteur-top {
 	height:47px;
	}

.colonne-gauche {
	background-color:#fafbfb;
	border:2px solid #ffffff;
	text-align:center;
	
	}
.boite {
	background:url(../images/box-top.gif) no-repeat top;
	}
	.boite:hover {
		background:url(../images/box-tophover.gif) no-repeat top;
		}
	.boite-last {
		background:url(../images/box-bottom.gif) no-repeat bottom;
		padding:1.5em;
		padding-bottom:3em;
		}
	img.titre-boite	{
		margin:5px 0px 10px 20px;
		
		}
	.boite-large {
		background:url(../images/box-350-top.gif) no-repeat top;
		}
	.boite-large-last, .boite-large-last-hover {
		background:url(../images/box-350-bottom.gif) no-repeat bottom;
		padding:1.5em;
		padding-bottom:3em;
		}
	.boite-large-hover{
		background:url(../images/box-350-tophover.gif) no-repeat top;
		}
	.boite-large-last-hover {
		background:url(../images/box-350bottomhover.gif) no-repeat bottom;
		}
	.boite-large-last h3, .boite-large-last-hover h3 {
		margin-left:20px;
		margin-top:10px;
	}	
.texte-intro {
	margin:0px 0px 0px 15px;
	}
.texte-intro strong {
	color:#336666;
	}

ul.distri-icons {
	list-style: none;
	margin:0px;
	padding:0px;
	}
	ul.distri-icons li {
		float: left;
		position: relative;
		cursor:pointer;
	
		width:37px;
		margin:0px; margin-right:1px;
		padding:0px;
		border-bottom:2px #ffffff;
		list-style-image:none;
		}
	ul.distri-icons li span {
		background: url(../images/hover.png) no-repeat;
		width: 180px;
		height: 55px;
		position: absolute;
		top: -85px;
		left: -80px;
		text-align: center;
		padding: 10px 12px 10px;
		font-weight: bold;
		font-size:14px;
		line-height:15px;
		z-index: 5	;
		display:none;
		
	}
.bottom {
	background:url(../images/bg-bottom-green.gif) repeat-x top;
	text-align:center;
	}
.bottom-menu {
	margin:0 auto 0;
	height:40px; width:400px;
	background:url(../images/bg-green.gif);
	list-style:none;
	}
.bottom-menu li {
	position:relative;
	display:inline;
	padding:20px;
	margin-right:10px;
	}
.boules {
	background:url(../images/boules.gif) repeat-x bottom;
	vertical-align:bottom;
	}

