/* CSS Document */

html {
	height:100%;
	overflow-y:hidden;
}

body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:black; 
	text-align:center;
	margin:0px;
	background:white no-repeat url(bg_top_right.png) top right;
	text-align:left;
}

ul li {
	font-size:13px;
}

h1 {
	text-align:center;
}

p {
	font-size:13px;
}

a {
	color:blue;
}

a:hover {
	color:#4f80bb;
}

a:visited {
	text-decoration:none;
	border:none;
	border-bottom:1px dashed blue;
}

.bottom-div {
	text-align:center;
}

#services_list {
	background:white url(bg_cadres.png) repeat-x bottom;
	border:1px solid black;
	border-radius:10px 0px 0px 10px;
	-moz-border-radius:10px 0px 0px 10px;
	-khtml-border-radius:10px 0px 0px 10px;
	margin:25px;
	margin-left:10px;
	margin-right:0px;
	margin-top:0px;
	padding:3px;
	width:300px;
	height:80%;
	display:inline-table;
	float:left;
}

#service_desc {
	background:white url(bg_cadres.png) repeat-x bottom;
	border:1px solid black;
	margin:25px;
	margin-top:0px;
	padding:3px;
	width:300px;
	height:80%;
	display:none;
}

#service_urls {
	background:white url(bg_cadres.png) repeat-x bottom;
	border:1px solid black;
	border-radius:0px 10px 10px 0px;
	-moz-border-radius:0px 10px 10px 0px;
	-khtml-border-radius:0px 10px 10px 0px;
	margin:25px;
	margin-right:10px;
	margin-left:0px;
	margin-top:0px;
	padding:3px;
	width:300px;
	height:80%;
	display:none;
}

#copyrights {
	color:white;
	background:url(bg_copy.png) repeat-x center;
	width:100%;
	height:30px;
	position:fixed;
	bottom:10px;
	text-align:center;
	padding-bottom:0px;
	padding-top:13px;
}

#copyrights a {
	border-style:none;
	margin:0px;
	padding:0px;
}
#copyrights img {
	vertical-align:middle
}
