body {
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #70220d;
 
}
img{
   border-width:0px;
}

.center{
    text-align:center;
}

.fond{
    background-color:#fbf7e7;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
}

#master {
	font-family: Arial;
	font-size: 12px;
    width: 808px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	height: 214px;
	}
	
#menu {
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	height: 30px;
    padding-left:30px;
    padding-right:30px;
	}
	
#menu a {
	text-decoration: none;
	color: #FFFFFF;
}

.menu_item{
    float:left;
    padding-top:5px;
    margin-left:10px;
    margin-right:10px;
    color:white;
    height: 25px;
}
.menu_item_hover{
    float:left;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    color:white;
    height: 25px;
    background-image:url(../img/bg_menu_hover.jpg);
    background-repeat:repeat-x;
}

.flag_lang{
    float:right;
    padding: 5px 5px 5px;
}

#content {
	background-image: url(../img/bg_principal.png);
	background-repeat: repeat-y;
    padding-left:30px;
    min-height:294px;
	}
	
#footer {
	background-image: url(../img/footer.png);
	width: 1019px;
	height:35px;
	margin-right: auto;
	margin-left: auto;
	color:white;
	font-size:13px;
	text-align:center;
	padding-top:105px;
}

#footer a {
	color:white;
}

*{
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}	
.spacer {
	height: 0px;
	width: 0px;
	clear:both;
}

/* home */

#home_background{
    background-image:url(../img/soleil.png);
    background-position: top right;
    background-repeat:no-repeat;
    padding-top:20px;
}

#home_left{
    width:300px;
}

#home_right{
    width: 465px;
    float:right;
}

#newsletter_form{
    width:443px;
    height:157px;
    background-image: url(../img/newsletter_fr.png);
    margin-left:15px;
}

#newsletter_form_en{
    width:443px;
    height:157px;
    background-image: url(../img/newsletter_eng.png);
    margin-left:15px;
    }
    
#newsletter_form_esp{
    width:443px;
    height:157px;
    background-image: url(../img/newsletter_esp.png);
    margin-left:15px;
    }

#newsletter_label{
    position:relative;
    top:60px;
    left:87px;
    color: white;
}
#newsletter_form_input_text{
    position:relative;
    top:90px;
    left: -20px;
}
#newsletter_form_input_submit{
    position:relative;
    top:120px;
    left:-80px;
}

#videos {
    padding-top:20px;
} 

#contact {
    padding-top:20px;
    height:420px;

} 

.contact {
    padding-bottom:20px;
} 

#contact_contenu {
    width:420px;
    padding-left:0px;
    float:left;
} 
#contact_coordonnees {
    float:left;
    width:350px;
    background-image: url(../img/coordonnees.png);
    background-repeat:no-repeat;
    height:250px;
}

#contact_coordonnees_esp {
    float:left;
    width:350px;
    background-image: url(../img/coordonnees_esp.png);
    background-repeat:no-repeat;
    height:250px;
}
#contact_coordonnees_en {
    float:left;
    width:350px;
    background-image: url(../img/coordonnees_eng.png);
    background-repeat:no-repeat;
    height:250px;
}

#adresse {
    color: white;
    text-align:right;
    padding-right:55px;
    padding-top:85px;
    line-height:16px;

}

#cinema {
    background-image: url(../img/fond_videos.png);
    background-position: left;
    background-repeat:no-repeat;
    height:363px;
}
 
#texte_cinema {
    padding-top:20px;
    width: 180px;
    float:left;
} 

#youtube {
    padding-top:4px;
    width: 500px;
    padding-left:40px;
    float:left;
} 

#chasse_g {
    padding-top:20px;
    width: 430px;
} 

#chasse_g a{
    color:#a20f0e;
} 

h4 {
	color:#a20f0e;
}

#chasse_d {
    padding-top:20px;
    width: 320px;
    float:right;
    padding-left:20px;
} 

#email_expediteur {
	background-color: #000000;
	border-color: #CCCCCC;
	color: white;
	}

#titre {
	background-color: #000000;
	border-color: #CCCCCC;
	color: white;
	}

#message {
	background-color: #000000;
	border-color: #CCCCCC;
	color: white;
	}
