/*########################################
#               INDEX                    #
########################################*/
div#header h1{
	font-size: 24px;
}
div.location{
	position: relative;
	background: url(../im/bg-contenu.jpg) no-repeat scroll 0 0;
}
div#content{
	float: left;
	width: 772px;
	padding: 5px 10px;
	font-size: 12px;
}
div#content p{
	clear: both;
}
div#content p, div#content ul{
	margin-bottom: 10px;
}
div#content h4{
	font-size: 17px;
	float: none;
	width: 100%;
	padding-bottom: 25px;
	background: #fff url(../images/bg-separation.jpg) 0 100% no-repeat;
	text-align: center;
	color: #195fb0;
}
div#content p#chapo{
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
div#content p.remarque{
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border-top: 1px solid #195fb0;
}
div#content ul{
	float: left;
	width: 300px;
	padding: 5px;
}
div#content ul li{
	padding-left: 8px;
	background: url(../images/puce.png) 0 50% no-repeat;
}
img#captures{
	display: block;
	float: right;
}
h3{
	font-size: 1.4em;
	color: #195FB0;
	border-bottom: 1px solid #195FB0;
	margin-bottom: 10px;
}
dl.annuaire{
	width: 250px;
	float: left;
	margin: 3px;
	border-right: 1px solid #ccc;
}
dl.annuaire dt{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
}
dl.annuaire dt a{
	color: #195FB0;
	text-decoration: underline;
}
dl.annuaire dt a:hover{
	color: #333;
}
dl.annuaire dd{
	margin-bottom: 10px;
	padding: 3px;
}
dl.annuaire dd a{
	color: #333;
}
dl.annuaire a:hover{
	text-decoration: underline;
}
/*pagination*/
#pageNav{
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
}
#pageNav span {
  font-weight: bold;
  padding: 2px 6px 3px 6px;
  background:#195FB0;
  border: 1px solid #333;
  color: #fff;
}
#pageNav a {
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 2px 6px 3px 6px;
  border: 1px solid #333;
}
#pageNav a:hover {
  border-color: #195FB0;
  color: #195FB0;
}
/*colonne*/
div#col{
	float: right;
	margin-right: 5px;
	width: 199px;
}
div.box{
	margin-bottom: 20px;
	width: 197px;
	border: 1px solid #195fb0;
	background: #fff;
}
div.box h4{
	font-size: 17px;
	line-height: 1.3em;
	float: none;
	padding: 5px;
	text-align: center;
	color: #fff;
	background: #195fb0;
	width: 187px;
}
div.box ul{
	margin: 10px 5px;
	font-weight: bold;
}
div.box ul li{
	padding-left: 18px;
	margin-bottom: 5px;
	background: url(../images/bullet_go.png) 0 0 no-repeat;
}
div.box ul li a:hover{
	text-decoration: underline;
}
div.box p{
	margin: 10px 5px;
	font-weight: bold;
}
div.box p a{
	padding-left: 18px;
	background: url(../images/bullet_go.png) 0 50% no-repeat;
}
div.box p a:hover{
	text-decoration: underline;
}
/*########################################
#              ANNUAIRE                  #
########################################*/
hr{
	clear: both;
	visibility: hidden;
}
p#fil{
	background: #e8eff7;
	font-weight: bold;
	color: #f60;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 2px;
}
p#fil a{
	font-weight: normal;
	color: #195fb0;
}
p#fil a:hover{
	text-decoration: underline;
}
p#fil span{
	font-weight: bold;
	color: #195fb0;
}
div.site{
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
div.site img{
	float: left;
	border: 1px solid #195fb0;
}
div.site dl{
	margin-left: 127px;
}
div.site dt{
	font-size: 1.3em;
	margin-bottom: 5px;
}
div.site dt a{
	font-size: 1.2em;
	color: #195fb0;
	font-weight: bold;
}
div.site dt a:hover{
	text-decoration: underline;
}
div.site dd.url{
	margin-top: 5px;
}
div.site dd.url a{
	color: #f60;
}
div.site dd.url a:hover{
	text-decoration: underline;
}