/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #005791;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 800px; /*740*/
	height: 520px;
	margin-left: -400px;
	margin-top: -260px;
	text-align: left;
	/*background-color: #fff; FFCC00*/
	/*border: 1px solid #FFF;
	border-bottom: 1px solid #FFF;*/
}
/* toppage:130 + 20 content:315 baspage:10 adresse:16 navbottom:16 */
#toppage {
	height: 130px;
	background-image: url(imgs/commun/logo.gif);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	background-color: #fff;
	/*border: 1px solid #ff0000;*/	
}
#toppage img {
	position: absolute;
	right: 0;
}
#content {
	position: relative;
	width: 800px;
	height: 315px;
	background-color: #fff;
	/*border: 1px solid #ff0000;*/
}
#navleft {
	float: left;
	width: 170px;
	height:315px;
	/*background-color: #fff;*/
}
#image {
	float: left;
	width: 335px;
	height: 315px;
	padding:0;
	margin:0;
	background-color: #FFF;
}
#colright {
	float:right;
	width: 278px;
	height: 315px;
	/*background-color: #33CC00;*/
}

#linkpub {
	height: 55px;
	margin-left: 0px;
	margin-top: 69px;
	/*background-color: #FFF;*/
}

#baspage {
	clear: both;
	height: 15px;
	background-color: #fff;
	/*border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;*/
}

#adresse {
	height: 16px;
	padding-top:2px;
	color: #fff;
	background-color: #005791; /*ccc*/
	font-size: 10px;
	/*border-top: 1px solid #ff0000;*/
	border-bottom: 1px solid #ccc;
}
#navbottom {
	height: 16px;
	background-color: #005791;
	/*border-top: 1px solid #ff0000;*/
	border-bottom: 1px solid #ccc;
}
#navbottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navbottom ul li {
	display:inline;
	padding: 0 10px 0 0;
}

#navbottom a:link,#navbottom a:visited,#navbottom a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
	text-decoration: none;
} 
#navbottom a:hover {
	color: #fff;
} 
