/*
Theme Name: WM
Theme URI: http://wordpress.org/
Description: WM
Version: 1.6
Author: WM
Author URI: WM


*/


*{
	padding:0;
	margin:0;	
}

body{
	font-family: Arial, Sans-Serif;
	background-color:#53A6D8;

}


#main{
	background: #d5d6d7 url('images/bg.jpg') no-repeat center center;
	width:100%;
	height:100%;
	position:fixed;
	bottom:0;
}


#footer{
	background: url('images/footer.png');
	width:1600px;
	height:74px;
	position:fixed;
	bottom:0;
}

#menu{
	list-style:none;
	float:left;	
	margin-left:282px;
}

#menu li{
	float:left;	
}

#menu li a{
	float:left;	
	height:16px;
	margin-top:4px;
}

#menu li a span{
	display:none;
}

#menu li#menu_1 a{
	background: url('images/menu1.png');
	width:62px;
}


#menu li#menu_2 a{
	background: url('images/menu2.png');
	width:65px;
}

#menu li#menu_3 a{
	background: url('images/menu3.png');
	width:74px;
}

#menu li#menu_4 a{
	background: url('images/menu4.png');
	width:103px;
}

#menu li#menu_5 a{
	background: url('images/menu5.png');
	width:69px;
}

#menu li#menu_6 a{
	background: url('images/menu6.png');
	width:98px;
}

#menu li#menu_7 a{
	background: url('images/menu7.png');
	width:169px;
}

#content{
	width:369px;
	height:582px;
	background: url('images/panneau.png');
	position:fixed;
	bottom:74px;
	left:0;
}

#guadeloupe{
	margin-left:30px;
	float:left;
	margin-top:100px;
	margin-bottom:5px;
}

#content h1{
	color:#FFF;
	text-transform:uppercase;
	font-size:18px;
	width:330px;
	margin-left:30px;
	float:left;
	margin-top:5px;
	margin-bottom:10px;
}

#content p{
	color:#FFF;
	font-size:11px;
	width:330px;
	margin-left:30px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}

#content ul{
	color:#FFF;
	font-size:11px;
	width:320px;
	margin-left:30px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	list-style:none;
}

#content ul li{
	float:left;
	margin-right:10px;
}


#content ul li a{
	color:#FFF;
}


