/********************************************************************************
 * GESTION DE LA MISE EN PAGE (POSITIONNEMENT)									*
 ********************************************************************************/

#main {

	margin:0px;
	padding:0px;
	display:block;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	width:1014px;
	background-repeat:repeat-y;

}

#banniere {

	display:block;
	width:1014px;
	height:121px;

}

#contenu {

	display:block;
	float:left;
	width:737px;
	min-height:100%;

}

#wrap, #colonnes { overflow:hidden; }

#footer ul li, #menu ul li { display:inline; }

#menu {

	display:block;
	height:48px;

}

#colonnes { 

	width:684px; 
	min-height:100%;
	
}

#colonne_gauche {

	float:left;
	width:330px;
	min-height:100%;

}

#colonne_droite { 

	margin-left:354px;
	min-height:100%;

}

#bloque_details {

	display:block;
	width:684px;

}

#bloque_details img {

	float:left;

}

#imprimer {

	margin-top:30px;
	text-align:right;
	margin-right:40px;

}

#pub_details {

	display:block;
	margin-left:50px;

}

a.ghost {

	display:block;
	width:100%;
	height:100%;
	cursor:pointer;

}

#pub {

	display:none;

}

#bloque_details p.lien_video a img {

	vertical-align:baseline;

}

#listing {

	display:block;
	margin-left:50px;

}

#listing h1.bleu {

	display:block;
	height:35px;
	width:698px;

}

div.elt_listing {

	overflow:hidden;

}

div.elt_listing div.image{

	float:left;
	margin-right:5px;
	margin-bottom:10px;

}

#listing_rss a {

	display:block;
	padding-top:10px;
	padding-bottom:10px;
	border:0px #444B51 dashed;
	border-bottom-width:1px;
	color:#444B51;

}

#ObjectContainer embed {
	height: 600px !important;
}

