/* CSS Document */

    body {
	margin:0;
	padding:0;
	text-align:left;
	background:#FFF;
	}
	
	div#conteneur {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:1000px;
	height:700px;
	background:transparent url(fond_beelectrik.jpg) no-repeat scroll top left ;
	}
	
	div#logo {
	width:436px;
	height:116px;
	margin-left:9px;
	float:left;
	}
	
	div#menu {
	width:553px;
	height:34px;
	float:left;
	}

	div#scroller {
	width:436px;
	height:294px;
	margin-left:25px;
	margin-top:60px;
	background:transparent url(images/fond_cadre_textes.png) no-repeat scroll top left ;
	clear:both;
	float:left;
	}
	

	
	div#section_droite {
	width:530px;
	height:auto;
	margin-top:60px;
	float:right;
	}
	
	div#thumbs {
	width:300px;
	height:auto;
	text-align:center;
	float:left;
	}
	
	div#infos {
	width:216px;
	height:auto;
	text-align:center;
	float:left;
	}
	
	
    a {
   
    list-style-type: none;
	text-decoration: none;
	color:#000000;

	}
	
	a img{
   
    border:0;

	}
	
	ul {
   
    list-style-type: none;

	}
	
	div#footer {           /* Est-ce grave de le mettre hors de mon conteneur ? */
	width:1000px;
	height:20px;
	margin-top:1320px;
	padding-top:4px;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:auto;
	margin-right:auto;
	}
	
	a#top {
	text-align:center;
	font-size:0.85em;
	font-style: normal;
	position:fixed;
	color: #666666;
	float:right;
	bottom:0;
	right:0;
	width:50px;
    }
	
    a#top:hover {
	color:#000000;
	background: #ffff66;
    }

    h3 {
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-top:0px;
    }
	
	  p {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
    }
	
	 .infos {
	width:214px;
	height:168px;
	margin-bottom:15px;
	text-align:left;
    }

	
