@charset "utf-8";
/* CSS Document */
body{
	background-color:#ffffff;
	margin:0px auto;
	font-family:Trebuchet MS, Helvetica, sans-serif;
}

#conteneur{
	background-color:#ffffff;
	margin:0px auto;
	width:965px;
}

#bloc_menu{
	margin:0px auto;
	width:540px;
	height:56px;
	background:url(../images/fond_menu.png) no-repeat;
	position:relative;
	z-index:500;
	top:-65px;
}
#bloc_menu_new{
	margin:0px auto;
	width:540px;
	height:56px;
	background:url(../images/fond_menu_new.png) no-repeat;
	position:relative;
	z-index:500;
	top:-65px;
}
.input_search{
	margin:16px 0px 0px 30px;
	width:250px;
}
.valid_search{
	margin:16px 0px 0px 10px;
	background:none;
}
.lien_recherche{
	text-decoration:none;
	
}
.lien_blog{
	text-decoration:none;
	margin-left:40px;
	
}
#bandeau{
	width:965px;
	height:135px;
	background:url(../images/bandeau_home_blog.jpg) no-repeat;
}
.clearAll{
	clear:both;
}
#perso_clic{
	position:absolute;
}
#perso_clic img{
	border:0;
}


/* Mise en forme du contenu */

#zoom{
	width:965px;
	height:288px;
	background:url(../images/blog/zoom_home_blog.jpg) no-repeat;
	position:relative;
	top:-56px;
}
#autres_zoom{
	width:965px;
	background:url(../images/blog/fond_menu_gauche.jpg) no-repeat;
	position:relative;
	top:-56px;
}
#zoom_visuel{
	width:320px;
	height:220px;
	background:url(../images/blog/cadre_zoom.png) no-repeat;
	position:relative;
	top:30px;
	left:230px;
}
#zoom_visuel img{
	border:0px;
	margin-left:11px;
	margin-top:12px;
}
#zoom_infos{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width:350px;
	height:280px;
	position:relative;
	top:-180px;
	left:582px;
	overflow:hidden;
}
.zoom_titre{
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}
.zoom_auteur{
	font-size:11px;
	font-weight:normal;
	color:#e6fc87;
	margin-bottom:15px;	
}
.zoom_amorce{
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	margin-bottom:4px;	
	line-height:15px;	
}
.zoom_suite{	
	margin-top:10px;	
}
.zoom_suite a{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	margin-bottom:4px;	
	margin-top:10px;	
}
#bloc_zooms{
	float:left;
	margin-left:4px;
	width:730px;
}
.minizoom{
	float:left;
	margin-left:3px;
	width:230px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	margin-bottom:30px;
}
.visuel_minizoom{
	background-image:url(../images/blog/mini_cadre_blog.jpg);
	width:230px;	
	height:166px;
}
.visuel_minizoom img{
	margin-top:16px;
	margin-left:19px;
	border:0px;
}
.titre_minizoom{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#a7ca14;
	margin:6px 0px 0px 16px;	
	width:200px;
	font-size:20px;
	letter-spacing:-1px;
}
.amorce_minizoom{
	color:#555555;
	width:200px;
	font-size:11px;
	text-decoration:none;
	margin:6px 0px 0px 16px;
	line-height:15px;
}
.amorce_minizoom a{
	color:#555555;
	width:200px;
	font-size:11px;
	text-decoration:none;
	margin:6px 0px 0px 16px;
}

.suite_minizoom{
	margin:15px 0px 0px 16px;
}
.suite_minizoom a{
	color:#555555;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#bloc_footer_blog{
	position:relative;
	height:385px;
	width:955px;
	background:url(../images/fond_footer.png) repeat-x;
	background-color:#3f7684;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}


