/************************************************************************CHARTE DE COULEUR

BRUN: #3a2807

*/

.signature{font-family: 'La Belle Aurore', cursive; font-size: 20px; padding-top: 5px}

/************************************************************************ANIMATION*/

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:316px;	width: 890px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	margin-left: 26px;
	margin-top: 1px;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	top: 300px; 
	left:150px;
	width: 147px; height:47px;
	z-index: 600; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
	background-image: url(../img/anim_off.png);
	background-repeat: no-repeat;
	margin-left: 5px;
}

.paging span {
    display: none;
    }
    
.paging a.active {
	background-image: url(../img/anim_on.png);
	background-repeat: no-repeat;
}
.paging a:hover {font-weight: bold;}




/************************************************************************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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/************************************************************************NAVIGATION SPRITES*/

    #navigation {
    background:url(../img/navigation.png) no-repeat;
    width:523px;
    height:36px;
    margin:0;
    padding:0;
    }

    #navigation span {
    display: none;
    }

    #navigation li, #navigation a {
    height:36px;
    display:block;
    }

    #navigation li {
    float:left;
    list-style:none;
    display:inline;
    }

    #accueil {width: 122px;}
    #couronnes {width: 133px;}
    #activites {width: 134px;}
    #contact {width: 134px;}

    #accueil a:hover {background:url(../img/navigation.png) 0px -36px no-repeat; }
    #couronnes a:hover {background:url(../img/navigation.png) -122px -36px no-repeat; }
    #activites a:hover {background:url(../img/navigation.png) -255px -36px no-repeat; }
    #contact a:hover {background:url(../img/navigation.png) -389px -36px no-repeat; }
    
    .accueil_active {background:url(../img/navigation.png) 0px -36px no-repeat; }
    .couronnes_active {background:url(../img/navigation.png) -122px -36px no-repeat; }
    .activites_active {background:url(../img/navigation.png) -255px -36px no-repeat; }
    .contact_active {background:url(../img/navigation.png) -389px -36px no-repeat; }
    
    #language {
    background: url(../img/english_sprites.png) no-repeat;
    width:73px;
    height:35px;
    margin:0;
    padding:0;
    }


	#language span {
    display: none;
    }

    #language li, #language a {
    height:35px;
    display:block;
    }

    #language li {
    float:left;
    list-style:none;
    display:inline;
    }

    #fr_en {width: 73px;}


    #fr_en a:hover {background:url(../img/english_sprites.png) 0px -35px no-repeat; }


/************************************************************************TEXTE ET LIEN*/
    
a { 
	color: #ffffff;
	text-decoration: none;
}

a:hover { 
	color: #ffffff;
	text-decoration: underline;
}


/************************************************************************FRAME*/

body { 
	background: url(../img/background_top.jpg) #e1e1e1 no-repeat 50% 0%; 
	margin:0px 0px; 
	padding:0px;
	text-align: center;
	font-family: Arial;
}

#top {
	height: 516px;
	width: 934px;
	margin:0px auto;
	text-align:left;
}

#logo {
	float: left;
	width: 315px;
	height: 151px;
}

.logo {
	padding-top: 10px;
	padding-left: 40px;
}

#top_wrap {
	float: left;
	width: 610px;
	height: 151px;
}

.navigation {
	float: left;
	width: 525px;
	height: 39px;
}

.language {
	float: left;
	width: 75px;
	height: 39px;
}


.slogan {
	padding-top: 35px;
	padding-left: 340px;
	height: 50px;
}

#middle {
	background-image: url(../img/background_middle.jpg);
	background-repeat: repeat;
}

#middle_wrap {
	width: 934px;
	margin:0px auto;
	text-align:left;
}



#bas {
	background-color: #3a2807;
	height: 210px;
	font-family: Verdana; 
	font-size: 10px;
	color: #ffffff;
}

#bas_wrap {
	width: 934px;
	margin:0px auto;
	text-align:left;
}

.footer1 {
	width: 300px;
	float: left;
}

.copyright {
	padding-left: 25px;
	padding-top: 20px;
}

.footer2 {
	width: 300px;
	float: left;
}

.liens {
	padding-left: 25px;
	padding-top: 20px;
}

.footer3 {
	width: 295px;
	float: left;
}

.conception {
	padding-left: 25px;
	padding-top: 20px;
	float: left;
}

.logo_guarana {
	float: left;
	padding-top: 9px;
	padding-left: 8px;
}

.footer_separator {
	padding-top: 15px;
	float: left;
}

/************************************************************************ACCUEIL*/

#home_top {
	height: 288px;
}

#home_bottom {
	height: 320px;
}

.ecologic_choice {
	width: 279px;
	padding-left: 10px;
	float: left;
}

.ecologic_choice p {
	color: #69696f;
	font-size: 13px;
	width: 215px;
	padding-top: 15px;
	padding-left: 19px;
	line-height: 150%;
}

.presentation {
	float: left;
	width: 620px;
}

.presentation h1 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 25px;
	color: #36451e;
}

.presentation p {
	color: #282729;
	font-size: 13px;
	width: 593px;
	line-height: 150%;
}

.activites {
	width: 279px;
	padding-left: 10px;
	float: left;
}

.activites p {
	color: #69696f;
	font-size: 13px;
	width: 215px;
	padding-top: 15px;
	padding-left: 19px;
	line-height: 150%;
}

.photo_activites {
	width: 331px;
	float: left;
	background-image:url(../img/backgroung_activite.jpg);
	background-repeat: no-repeat;
	height: 315px; 
}

.photo_activites p{
	color: #69696f;
	font-size: 13px;
	width: 215px;
	padding-top: 15px;
	line-height: 150%;
}
.photo_activites h1 {
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	color: #3a2811;
	padding-left: 30px;
	padding-top: 25px;
}

.photo_activites img {
	padding-left: 30px;
	padding-top: 15px;
}

.temoignage {
	width: 259px;
	float: left;
	background-image:url(../img/backgroung_temoignage.jpg);
	background-repeat: no-repeat;
	height: 315px;
	margin-left: 7px; 
}

.temoignage h1 {
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	color: #3a2811;
	padding-left: 25px;
	padding-top: 25px;
}

.temoignage p {
	color: #69696f;
	font-size: 13px;
	width: 218px;
	line-height: 150%;
	padding-left: 25px;
}


