<?php
/**
 * @package WordPress
 * @subpackage coe
 */
/**
 * Template Name: Confirmation envois brochure
 */
if ( !defined( 'ABSPATH' ) ) exit; // Exit if accessed directly


get_header(); ?>
<div id="content-container" class="container_24">
    <div id="main-content" class="grid_24">
	<div class="main-content-padding">
<?php       coe_main_content_top( is_front_page() ); ?>
<?php	    if (have_posts()) : while (have_posts()) : the_post(); ?>
		<div <?php post_class(); ?> id="post-<?php the_ID(); ?>">
<?php               coe_entry_before(); ?>
		    <div class="entry">
<?php                   coe_entry_top(); ?>
<?php			the_content(__('<p class="serif">Read the rest of this entry &raquo;</p>', 'coe')); ?>
<?php			coe_entry_bottom(); ?>
		    </div>
<?php               coe_entry_after(); ?>
		</div>
<?php		( $coe_options['show_comments_on_pages'] == 'yes' ) ? comments_template() : ''; ?>
<?php	    endwhile; endif; ?>
	    <div class="clear"></div>
<?php	    coe_main_content_bottom(); ?>
	</div><!-- end main-content-padding -->
    </div><!-- end main-content -->
</div><!-- end content-container -->
<!-- Google Code for Prospect Conversion Page -->

<div class="clear"></div>
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 963728910;
var google_conversion_language = "en";
var google_conversion_format = "3";
var google_conversion_color = "ffffff";
var google_conversion_label = "L-LFCNaphmIQjqzFywM";
var google_remarketing_only = false;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/963728910/?label=L-LFCNaphmIQjqzFywM&amp;guid=ON&amp;script=0"/>
</div>
</noscript> 

<?php

get_footer();


