HTML, BODY {
	padding:0;
	margin:0;
	border:0;
	font-size:12px;
	font-family:Verdana;
	background:#FFF;
	color:#000;
}

a {
	text-decoration: none;
	color:#0f7940;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	color:#059046;
}

IMG {
	border:0;
}

p {
	margin:0;
	padding:0;
}

ul {
	margin:0;
	padding:10px 0 10px 20px;
	list-style-type:none;
}

li {
	background:url(../images/li.png) left top no-repeat;
	padding-left:18px;
	margin-bottom:10px;
}

hr {
	color:#DDD;
	height:1px;
	line-height:1px;
}


/***** GENERAL ****************************************************************************/

.back_top {
	background:url(/images/back_accueil.png) repeat-x top;
}

.container {
	width:859px;
	margin:auto;
	background:url(../images/accueil.jpg) no-repeat;
	height:598px;
	position:relative;
}

.links {
	position:absolute;
	top:245px;
	left:10px;
	width:405px;
	font-weight:bold;
	color:#221E1F;
}

.arrow_db, .arrow1, .arrow2 {
	position:absolute;
	left:210px;
	width:40px;
}

.arrow_db {
	top:3px;
	height:42px;
	background:url(../images/arrow_db.png);
}

.arrow1 {
	top:63px;
	height:11px;
	background:url(../images/arrow.png);
}

.arrow2 {
	top:93px;
	height:11px;
	background:url(../images/arrow.png);
}

.choose1, .choose2, .choose3 {
	position:absolute;
	right:200px;
}

.choose1 {
	top:14px;
}

.choose2 {
	top:60px;
}

.choose3 {
	top:89px;
}

.country1, .country2, .country3, .country4 {
	position:absolute;
	left:255px;
}

.country1 {
	top:0;
}

.country2 {
	top:30px;
}

.country3 {
	top:60px;
}

.country4 {
	top:90px;
}

.map, .map_italy, .map_belgium, .map_france {
	position:absolute;
	top:98px;
	left:405px;
	width:341px;
	height:324px;
}

.map {
	background:url(../images/pays.png) left;
}

.map_belgium {
	background:url(../images/pays.png) -341px 0;
}

.map_france {
	background:url(../images/pays.png) -682px 0;
}

.map_italy {
	background:url(../images/pays.png) -1023px 0;
}

.footer {
	background:url(../images/bottom_back.png) top repeat-x #FFE55C;
}

.footer_wrapper {
	margin:auto;
	width:815px;
}

.footer_text {
	width:400px;
	height:100px;
	padding:20px 15px 15px 0;
	text-align:right;
	float:right;
	font-size:11px;
}

.photos {
	position:absolute;
	top:444px;
	left:70px;
}

/***** COMMON CLASSES ****************************************************************************/
.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
	height:0;
}
