html {
	margin: 0;
	padding: 0;
}
body {
	/*background: #CDC2B3 url(images/bg0.gif);*/
	
	background-color:#600;
	background-image:url(images/fond1.jpg);
	text-align: center;
	color: #FFF;
	font: 12px verdana, sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
p{color: #FFF;
}
a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
img {
	border:2px solid #000;
	margin:5px;
}
#wrapper {
	width: 778px;
	margin: auto;
	text-align: left;
}
#banniere {
	width: 778px;
	height:180px;
	/*margin: 0px 0px 0px 20px;*/
	display:inline;
	float:left;
	background:url(images/headerT2.png);	<!--background: url(images/headerT1.png) no-repeat;-->
	
}

#nav {
	width: 740px;
	height:20px;
	margin: 0px 0px 0px 30px;
	

	background-repeat:no-repeat;
	display:inline;
	float:left;
	
}
#nav a {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	font-family:verdana,Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	display:inline;
	float:left;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color:#900;
}
#nav a:hover {
	color:#000;
	text-decoration:none;
}
.lastchild {
	border-right: none 0px !important;
}
#body {
	clear: both;
	width: 100%;
	background: url(images/cofin.png) repeat-y;
}
/*#body1 {
	background: url(images/body1.gif) repeat-y;
	clear: both;
	width: 100%;
}*/
#body-top {
	clear: both;
	width: 100%;
	height:30px;
/*	background:url(images/coeur.png);*/
	/*background: url(images/top.png) no-repeat;*/
	background:url(images/topfin.png) no-repeat;
	
}
#body-bot {
	
	
	/*background: bottom url(images/body_botT.png)*/ background: bottom url(images/basfin.png) no-repeat;
	/*background: bottom url(images/bottom.png) no-repeat;*/
	padding: 21px 25px 15px 42px;
}
#about-box {
	float: left;
	width: 315px;
}
#about-box ul {
	margin-left: 8px;
}
#express-box {
	float: right;
	width: 327px;
}

#what-box {
	float: left;
	width: 332px;
}
#what-box img.left {
	margin-left: 10px;
}
#what-box ul {
	float: left;
	margin-left: 2px;
	width: 184px;
}
#news-box {
	float: right;
	width: 316px;
}
#news-box ul {
	float: left;
	margin-left: 2px;
	width: 184px;
}
#footer {
	margin: 10px;
	text-align: center;
}
h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size:18px;
	font-style:italic;
	color:#600;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 b{
	color:#666;
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px 0px 5px 20px;
	list-style: none;
	background: 0px 3px url(images/bulletgin.gif) no-repeat;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
div.narrow-text {
	margin-right: 18px;
}
img.left {
	float: left;
	padding-right: 14px;
	padding-bottom: 5px;
}
#body p.more {
	padding-top: 6px;
}
#news-box p.more {
	padding-top: 0px;
	margin-top: 0px;
}
p.more {
	text-align: right;
}
.clear {
	padding-top:30px;
	padding-bottom:30px;
	padding-right:40px;
	padding-left:40px;
	width:700px;
	clear: both;
}


.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}


.highslide-wrapper, .drop-shadow {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}
input,textArea{
	color: #FFF;
	background:#660000;
	border: 1px solid #FFF;
	
	width: 350px;
	margin:5px;
	}
/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}

