﻿@charset "UTF-8";

	/*css reset */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height:150%;
			margin:0;
	}

	img{
		border:0;
	}

	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
/*ici s'arrête le reset qui bug au w3c. si vous le retirez il y a des décalages sur certains navigateurs, notamment IE*/
body{
	background-color:#fffcce;
	font-family: verdana, sans-serif;
	font-size: 13px;
	color:#000000;
}
h1{
	font-family:'Vivaldi', Georgia, serif;
	font-size:45px;
	text-align:center;
        margin-top:0;
        padding-top:25px;
        color:#333333;
        /* text-shadow:0 1px 1px #666666; */
	background-color:transparent;
	}
	.gauche {
    font-size: 36px;
    margin: 0 0 10px;
    padding-bottom: 5px;
    padding-left: 227px;
	width:350px;
	}
	
	
h2{
	font-family:'Times new roman', serif;
	font-size:20px;
	text-align:center;
        color:#ffffff;
       /*  text-shadow:0 1px 1px #666666; */
	background-color:transparent;
	margin-bottom:20px;

	}
h3{
	 border-bottom: 1px solid #425721;
	letter-spacing: -1px;
    color:#8a9d6c;
	font-size:16px;
	background-color:#fffdfe;
	font-weight:bold;	
	margin-bottom:15px;
	margin-top:15px;
	}

        hr{
            background-color:#425721;
			color:#425722;
            height:1px;
            width:300px;
            border:none;
        }
		p{
		text-align:justify;
		background-color:#fffdfe;
		color:#000000;
		}
	
.conteneur{
	background-color:#fffdfd;
	width:960px;
	margin:0 auto;
}
.domaine{
	margin:35px auto;
}

#header {
	background:url(images/header.png) no-repeat;
	height:156px;
        margin:0 auto;
        width:1108px;
}
#banniere{
	background-color:transparent;
	padding-left:74px; 
	height: 130px;
	}
#contenu_accueil { padding:0px; width:905px; height:250px; background-color:#fffdfd; }
#img_accueil_1 { width:330px; height:250px; margin-right:11px; float:left; }
#img_accueil_2 { width:560px; height:250px; float:right; }

#contenu {
	margin-bottom:20px;
}

#contenu h2{
	font-family: Times new roman, serif;
	font-size:25px;
	color:#5c6d41;
	width:250px;
	padding-left:207px; 
	}

#contenu1{
	width:653px;
	float:left;
        padding-top:89px;
}
#contenu1bis{
	width:653px;
	float:left;
        padding-top:51px;
		
}

#carrousel {
    background:#AAED46; 
    height:250px;
}

.col1{
	width:255px;
	float:left;
	margin-left:60px;
	margin-bottom:15px;	
	}
	div.img {
		clear:both;
	}
	
	div.img img {
		margin-left:60px;
	}
.grand{
	/* height:390px; */
	height:auto;
	}

#menu {
    background: url("images/bg-menu.png") no-repeat scroll 0 0 transparent;
    float: right;
    font-family: Times new roman, serif;
    /* font-size: 17px; */
	font-size: 20px;
    height: 721px;
    line-height: 234%;
    padding-top: 70px;
    text-align: center;
    width: 307px;
	font-weight:bold;
	/*text-shadow:0 1px 1px #666666;*/
} 

#menubis {
    background: url("images/bg-menu.png") no-repeat scroll 0 0 transparent;
    float: right;
    font-family: Times new roman, serif;
    font-size: 20px;
    height: 675px;
    line-height: 234%;
   padding-top: 71px; 
	text-align: center;
    width: 307px;
	font-weight:bold;
}
#menu ul,#menubis ul {
	list-style-type:none;
        padding-left:0;
		padding-top:20px;
}
#menu ul a,#menubis ul a{
	list-style-type:none;
	color:#fff;
	text-decoration:none;
        /* text-shadow:0 1px 1px #999999; */
}

#menu ul a:hover,#menubis ul a:hover{
    text-decoration:underline;
}

 #contact {
    margin-left:38px;
    padding-top: 80px;
    width: 224px;
	text-align:center;
} 


#contact a {
    display:block;
    margin-left:10px;
}

#contenu2{
	width:960px;
	clear:both;
	
}
#contenu2bis{
	width:960px;
	clear:both;
	
}
.bas{
	padding-top:22px;
	margin-bottom:15px;
	}

	
#footer {
    background-color: #5C6D41;
    clear: both;
    font-size: 12px;
    height: 43px;
    padding-top:7px;
	margin-top:20px;
}
#footer p{
	text-align: center;
	background-color: #5C6D41;
	color:#fff;
}