#header {
	width:920px;
	height:78px;
	margin:10px auto 0px auto;
	position:relative;
	
}

#header .logo {
	background:transparent url("/img/logo2.png") no-repeat;
	height:78px;
	width:262px;

	
}

#header .small-flag {
	height:16px;
	width:150px;
	position:absolute; right:-5px; bottom:60px;
	z-index:1;
}

#header .small-flag img {
	margin-left:0px;
}

.main-top {
	width:960px;
	height:20px;
	background:transparent url("/img/bg-main-top.png") no-repeat;
	margin:-0px auto 0px auto;
	position:relative;

}

.main-top .menu {
	position:absolute; right:20px; top:-32px;
	width:540px;
	height:62px;	
}

.main-top .menu .menu-content{
	position:relative;	
}

.main-top .menu .menu-content .menu1{
	text-align:center;
	position:absolute; top:0px; left:0px;	
	background:transparent url("/img/bg-menu.png") no-repeat;
	height:62px; width:108px;
	padding-top:30px;
}

.main-top .menu .menu-content .menu2{
	text-align:center;
	position:absolute; top:0px; left:108px;	
	background:transparent url("/img/bg-menu.png") no-repeat;
	height:62px; width:108px;
	padding-top:30px;
}

.main-top .menu .menu-content .menu3{
	text-align:center;
	position:absolute; top:0px; left:216px;	
	background:transparent url("/img/bg-menu.png") no-repeat;
	height:62px; width:108px;
	padding-top:30px;
}

.main-top .menu .menu-content .menu4{
	text-align:center;
	position:absolute; top:0px; left:324px;	
	background:transparent url("/img/bg-menu.png") no-repeat;
	height:62px; width:108px;
	padding-top:30px;
}

.main-top .menu .menu-content .menu5{
	text-align:center;
	position:absolute; top:0px; left:432px;	
	background:transparent url("/img/bg-menu.png") no-repeat;
	height:62px; width:108px;
	padding-top:30px;
}

.main-top .menu .menu-content .menu1 a, .main-top .menu .menu-content .menu2 a, .main-top .menu .menu-content .menu3 a, .main-top .menu .menu-content .menu4 a, .main-top .menu .menu-content .menu5 a {
	font-size:15px;
	text-shadow: 1px 1px 1px #eee;
	-moz-text-shadow: 1px 1px 1px #eee;
	-webkit-text-shadow: 1px 1px 1px #eee;
}	

.main-top .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
    position:absolute; right:26px; top:10px;
}

.main-top .menu ul li {
    display: inline-block;
    padding-left: 35px;
}

.main-top .menu ul li a:link, .main-top .menu ul li a:active, .main-top .menu ul li a:visited {
    color:#174C92;
    font-size:15px;
    text-shadow: 1px 1px 1px #FFE3C6;    
}

.main-top .menu ul li a:hover {
    color:black;
    text-shadow: 1px 1px 1px #FFE3C6;    
}


#main {
	width:920px;
	background:transparent url("/img/bg-main.png") repeat-y;
	margin:0px auto 0px auto;
	padding:10px 20px;
		overflow:auto;
	height:100%;
}

#main .welcome {
	text-align:center;
	font-size:24px;
	font-style:italic;
	margin:10px 0px;
	text-shadow: 1px 1px 1px #eee;
	-moz-text-shadow: 1px 1px 1px #eee;
	-webkit-text-shadow: 1px 1px 1px #eee;
	line-height:1.2em;
}

#main .welcome2 {
	text-align:center;
	font-size:16px;
	font-style:italic;
	margin:10px 0px;
	text-shadow: 1px 1px 1px #eee;
	-moz-text-shadow: 1px 1px 1px #eee;
	-webkit-text-shadow: 1px 1px 1px #eee;
	line-height:1.3em;
	padding:0px 20px;
}


#main .text {
	z-index:500;
	width:880px;
	padding:20px;
	margin:0px auto 0px auto;
	line-height:1.5em;
	font-size:16px;
	float:left;
}

#main .text .gallery div{
	margin-right:9px;
	margin-bottom:9px;
	border:solid 4px #eee;
}

#main .text-img {
	float:left;
	margin:3px 20px 2px 0px;
	
}

#main .text-img img {
	border:solid 4px #eee;
	
}

#main .camion{
	background:transparent url("/img/bg-camion.png") top center no-repeat;
	width:485px;
	height:400px;
	text-align: center;
	margin:20px auto 20px auto;
}

#main .flag{
	text-align: center;
	margin:0px auto 0px auto;
	padding-bottom:10px;
}

.main-bottom {
	width:960px;
	height:20px;
	background:transparent url("/img/bg-main-bottom.png") no-repeat;
	margin:0px auto 0px auto;
}

#footer {
	width:920px;
	color:white;
	margin:-10px auto 0px auto;
	text-align:center;
	font-size:11px;
}