/* Very basic stylesheet to show you the layout sections */
/* Customise to your site */
body {
	background: #FFF;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #484848;
}

/*div {
	margin: .2em;
	padding: .5em;
}*/

a img {
	border: none;
}




.navimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #EEE;
}

/* Status Messages */
.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #000;
}
#alertmsg {
color: #e75405;
	
}
.alert {
color: #e75405;
	
}
.alert strong,
.alert label {
	color: green;
}
#warn {
	border: 1px solid #FF8000;
}
.warn {
	
}
.warn strong,
.warn label {
	color: #e75405;
	font-weight:bold;
}
#error {
	border: 1px solid #F3D5D5;
}
.error {
	
}
.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #FFF;
}

.required {
	font-weight: bold;
}

/* For Email Gourmand*/

#conteneur {
width:640px;
margin:auto;

}

#header {
	background-image: url(http://www.email-gourmand.com/templates/eg/img/bk-header.jpg);
	background-repeat: repeat-y;	
	height:130px;

}


#logo {
margin: 15px 0px 10px 10px;
}


#backtosite  {
text-align:right;
padding-right:10px;
}

#backtosite a {
font-size:14px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}

#main {
	background-image: url(http://www.email-gourmand.com/templates/eg/img/bk-alaune.gif);
	margin: 0px 0px 5px 0px;
	background-position: top left;
	background-repeat:repeat-x;
	
}

#content {
padding: 5px 5px 0px 5px;

	
	
}

#footer {
	background-image: url(http://www.email-gourmand.com/templates/eg/img/bk-footer-pommo.gif);
	
	height:64px;
	
}

h2, h3 {
background-image: url(http://www.email-gourmand.com/templates/eg/img/bk-alaune-h2-large.gif);
background-repeat:no-repeat;
font-size: 12px;
color: #ffffff;
text-transform: uppercase;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 15px;
padding-left: 10px;
}



fieldset {
border:none;
margin-bottom:20px;
}

legend {
font-size: 14px;
font-weight: bold;
margin-bottom: 10px;

}

label {
display:block;
width: 200px;
float:left;
clear:right;
}