/* CSS Document - pages */

/* modif sur index.css */
#global {
	position:absolute;
	left: 50%;
	top: 0;
	margin-top: 0;
	width: 800px;
	height: auto;
	background-color: #fff; /*FFCC00*/
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}
#contentpage {
	width: 800px;
	background-image: url(imgs/nav/fd_navleft.gif);
	background-repeat: repeat-y;
	/*border : 1px solid #ff0000;*/
}

#navleft {
	width: 170px;
	height:auto;
	/*background-color: #ccc;
	border : 1px solid #000;*/
}

#adresse {
	padding-top:8px;
	padding-bottom:5px;
	text-align: center;
	color: #333;
	font-size: 10px;
	background-color: #fff;
	border-top: 1px solid #007cc3;
	border-bottom: none;
}

#navbottom {
	padding-top:8px;
	padding-bottom:6px;
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #007cc3;
	border-bottom: none;
}
#navbottom ul li {
	display:inline;
	padding: 0 4px 0 4px;
}
#navbottom a:link,#navbottom a:visited,#navbottom a:active {
	color: #999;
} 
#navbottom a:hover {
	color: #000;
} 

#toppage {
	padding-bottom: 10px;
}
#toppage #img02 {
	position: absolute;
	right: 25px;
}

#toppage #img01 {
	position: absolute;
	right: 55px;
}

#baspage {
	clear: both;
	background-image: url(imgs/nav/fd_navleft.gif);
	background-repeat: repeat-y;
}

/* SELECT ANNEES ARCHIVES */
#archives {
	margin:0;
	padding:0 0 0 22px;
	width:150px;
}
#archives form {
	margin:0;
	padding:0;
}
.selectarchives {
	width: 100px;
	font-family: Arial, Helvetica, serif;
	font-size: 11px;
	color: #555;
}

/* CONTENU */
#mainContent {
	float: right;
	width: 522px;
	height: auto;
	padding-right: 55px;
	/*background-color: #fff;
	border : 1px solid #999;*/
}
#mainContent p {
	text-align: justify;
	margin: 10px 0;
	/*margin: 0;*/
}
#mainContent p.margbas {
	text-align: justify;
	margin: 0 0 10px 0;
}
/* PAGES */
a:active, a:link, a:hover {
	color: #B8292F;
	text-decoration: underline;
} 
a:visited {
	color: #B8292F;
	/*text-decoration: none;*/
}
h1.titretop {
	margin: 0 0 8px 0;
	padding: 0 0 1px 0;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	border-bottom: solid 1px #006699;
}
.sstitres {
	font-weight: bold;
	color: #006699;
}
.bleu {
	color: #006699;
}
.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #C8DAF5;
	border-top : 1px solid #DBE7F9;
	border-right : 1px solid #005791;
	border-bottom : 1px solid #005791;
	border-left : 1px solid #DBE7F9;
	padding : 0px 4px;
	cursor:pointer;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 4px;
	padding-left: 4px;
}
.select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 4px;
}
