

* {margin: 0; padding: 0; }


body {
	margin : 0px;
	padding : 0px;
	height: 100%;
	background:url(../img/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #f3eeac;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#fondsite {
	position: absolute;
	width: 670px;
	margin-left: -335px;
	left:50%;
	margin-top: 94px;
}
#carbet {
	position: absolute;
	width: 843px;
	height: 144px;

	top: -94px;
	right: -95px;
	background: url(../img/carbet.png);
}
#header{
	background: url(../img/header.jpg) no-repeat;
	width: 669px;
	height: 293px;
}
#coor{
	padding-top: 150px;
	margin-left: 350px;
	text-align: center;
	color: #53ACDE;
	font-size: 0.8em;
	font-weight: bold;
}
#menu{
	width: 500px;
	margin-top: 25px;
	padding-left: 30px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	height: 23px;
	padding: 7px 10px 0 10px;
	color: #62462D;
	font-weight: bold;
}
#menu a:hover, #menu .active a {
	color: #0357A2;
}

#content{
	background: url(../img/fond_content.gif) repeat-y;
	width: 669px;
}
#image{
	width: 627px;
	height: 78px;
	margin-left: 22px;
}
#content_text{
	width: 611px;
	margin-left: 22px;
	padding: 8px;
	text-align: justify;
	font-size: 0.8em;
	color: #5E3C20;
}
#encart {
	background: #CCC;
	float: right;
	width: 253px;
	height: 168px;
	margin: 5px;	
}
#footer{
	background: url(../img/fond_footer.gif) no-repeat;
	width: 669px;
	height: 60px;
	font-size: 0.7em;
}
#footer_text{
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;

}
.text_ocre{
	color: #C55124;
	font-weight: bold;
	font-size: 1em;
}
img.border {
	padding:4px;
	margin:0;
}
a img {border: 0;}
a{
	text-decoration: none;
	color: #62462D;
}
a:hover{
	color: #0357A2;
}

/*-------------------------------*/
#content_text  h1 {
	padding: 10px 0 10px 15px;
	font-size: 16px;
	background: #C55124;
	color: white;
}

#content_text h2 {
	color: #C55124;
	font-size: 14px;
	margin: 15px 0 10px 15px;	
}

#content_text a, #content_text strong, #content_text b {
	color: #C55124;
}


#content_text p {
	padding: 8px 0;
}


#content_text  ul {
	margin: 15px 15px 8px 20px;
	font-size: 12px;
	color: #5E3C20;
	list-style-type: disc;
}

#content_text label {
	font-weight: bold;
	display: block;
	cursor: pointer;
}
