@charset "UTF-8";
/*
	- jaune 		: #ebb553;
	- orange 		: #d47326;
	- rouge 		: #dd7828;
	- brun fonce 	: #452c18;
*/
body {
	margin: 0px;
	padding: 0px;
	background-color:#452c18;
	
}
p {
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #ebb553;
	text-decoration: underline;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #ebb553;
	text-decoration: underline;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #d47326;
	text-decoration: underline;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #ebb553;
	text-decoration: underline;
}

:focus {
  -moz-outline-style:none;
}

.tdForm{
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	vertical-align: text-top;
	line-height: 18px;
}
.formFields{
	color:#411700;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	border: #FFFFFF;
	width: 180px;
}
.titreJaune{
	text-transform: uppercase;
	color:#ebb553;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}

#main{

	/* z-index:1; */
}
.sectionTitre{
	border-color: #ff1800;
	border-width: 2px;
	margin-top: 75px;
}
img.bg {
		/* Set rules to fill background 
	min-height: 100%;*/
	min-width: 960px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position:absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 960px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

div#main {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 
	
	
	/* These have no effect on the functionality */
	width: 986px;
	margin: 0;
	padding: 0px;
	
}
#email_box input textarea{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:4px;
	
}
#email_box textarea{
    
    height:80px;
}
.inputEmail{
	padding: 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #452C18;
	background-color: #FFFFFF;
	width:180px;
}

#mailing {
	position:absolute;
	left:40px;
	
}
#mailing input{
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin:4px;
	
}
.inputMailing{
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #452C18;
	width:150px;
}
.button{
	border: 0px;
	background: #ebb553; 
	padding: 2px 6px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	color: white;
}
.button:hover{
	background: #d47326; 
	color: white;
}
.txt_jaune{
	color: #ebb553;
}
.txt_orange{
	color: #d47326;
	margin-bottom:-15px;
}
.txt_rouge{
	color: #dd7828;
}
.txt_center{
	text-align: center;
}
.footerText{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a2968c;
	line-height: 14px;
}
a.footerText:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a2968c;
	text-decoration: none;
	line-height: 14px;
}
a.footerText:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a2968c;
	text-decoration: none;
	line-height: 14px;
}
a.footerText:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a2968c;
	text-decoration: underline;
	line-height: 14px;
}
a.footerText:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a2968c;
	text-decoration: none;
	line-height: 14px;
}
#errMsgMailing{
	width:150px;
}
.errMsg{
	/*background: #ebb553;*/
	background: #e49556;
	color: #452C18;
	
	padding: 3px;
	margin:4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CC3333;
	border-right-color: #CC3333;
	border-bottom-color: #CC3333;
	border-left-color: #CC3333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content{
	/*background: #ebb553;*/
	width: 700px;
}
