body{
	background: #fff url(bg.gif) repeat-y center top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
html{
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	font-size:0.8em;
}

h1, h2, h3, h4, h5, h6, p, form, div, form, ul, li, a{ margin: 0 0 0 0; padding: 0 0 0 0; }

a, a:link, a:visited{
	color: #FF251D;
	text-decoration: underline;
}
a:visited{
	color: #86796B;
}
a:hover, a:visited:hover{
	color: Black;
	text-decoration: underline;
}

.champCache {display:none; visibility:hidden;} /* Utilisé pour l'antiSpam */

/* menu */
ul#menu{
	width: 133px;
	margin: -4px 0 0 14px;
	padding: 0 0 100px 0;
	background: url(bg_logo_sutton.gif) no-repeat bottom center;
	list-style: none;
}
ul#menu li{
	display: block;
	border-bottom: 1px solid #E5DACC;
}
#menu a{
	display: block;
	width: 101px;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 0 5px 18px;
	margin: 0 7px 0 0;
	color: #8E8479;
	background: transparent url(bg_a_menu_off.gif) no-repeat left center;
	text-decoration: none;
	overflow: hidden;
}
#menu a:hover, #menu a.actif, #menu a.actif:hover{
	text-decoration: none;
	color: #FF251D;
	background: transparent url(bg_a_menu_on.gif) no-repeat left center;
}

/* main */
#main{
	width: 775px;
	margin: 0 auto 0 auto;
	background: url(bg_main.gif) repeat-y center center;
}

#margeGauche{
	float: left;
	width: 162px;
	background: url(bg_margeGauche.gif) repeat-x top left;
	min-height: 600px;
	_height: 600px;
}

#margeGauche img.portrait{
	border: 1px solid #A7201A;
	padding: 3px;
	margin: 10px 0 0 14px;
}

#container{
	float: right;
	margin: 0 0 0 0;
	width: 600px;
}
#container #header{
	width: 600px;
	background: #fff url(bg_header.jpg) no-repeat top right;
	border-bottom: 1px solid #E2D5C8;
	margin: 0 0 5px 0;
	height: 77px;
}
#container #header h1{
	color: #A7201A;
	font-size: 240%;
	padding: 15px 0 0 0;
}
#container #header h3{
	color: #86796B;
	margin: -5px 0 0 0;
	font-size: 120%;
}
#container #marge{
	float: right;
	width: 233px;
	margin: 10px 0px 0 0;
}
#container #marge h2.slogan{
	font-size: 20px;
	margin: 0 0 4px 35px;
	width: 170px;
	text-align: center;
	color: #FF251D;
	font-weight: normal;
	font-style: italic;
	padding: 5px;
}

#container #include{
	width: 355px;
}
#container #include p{
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 10px 0;
	color: #646464;
}

a.langue{
	color: #B42820;
	display: block;
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
	font-weight: bold;
	background: url(bg_a_langue.gif) no-repeat left center;
	text-transform: uppercase;
}
a.langue:hover{
	color: #000;
	text-decoration: underline;
}

ul.liste{
	margin: 2px 0 10px 10px;
	list-style: none;
	font-size: 11px;
}
ul.liste li{
	padding: 1px 0 1px 15px;
	background: url(li_bullet.gif) no-repeat left center;
	color: #7D7D7D;
}
ul.liste li b{
	display: block;
	width: 100px;
	float: left;
	color: #000;
}


#container #marge h4.contact{
	background: url(bg_h4_contact.gif) no-repeat left center;
	padding: 7px 0 7px 42px;
	margin: 0 0 0 0;
	color: #FF251D;
	font-size: 170%;
}
#container #marge p{
	margin: -5px 0 8px 13px;
	padding: 0 0 8px 31px;
	font-size: 11px;
	border-bottom: 1px solid #F1EAE4;
	
	width: 189px;
	line-height: 20px;
}

#footer{
	clear: both;
	border-top: 1px solid #E2D5C8;
	padding: 5px 0 5px 0;
}

form.contact{
	margin: 0 0 15px 0;
	color: #6E6D6D;
}
form.contact h4{
	font-size: 100%;
	color: #000;
	margin: 15px 0 7px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px dotted #E0E0E0;
}
form.contact span.error{
	color: #2298C8;
	font-size: 11px;
}
form.contact input, form.contact textarea{
	padding: 3px;
	font-size: 100%;
	color: #FF251D;
	border: 1px solid #E0E0E0;
}
form.contact textarea{
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
}
form.contact label{
	cursor: pointer;
	margin: 0 0 5px 0;
}
form.contact input.submit{
	background: #5E1411 url(btn_dummy.gif) no-repeat center center;
	border: 3px outset #B42820;
	padding: 1px;
	margin: 10px 0 0 0;
	color: #fff;
	font-family: trebuchet ms;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	width: 175px;
	height: 26px;
}