.clear, .Clear{
	clear: both;
}
.red, .Red{
	color: #FF0000;
}


h1>.sous-titre{
	font-size: 11px;
	font-weight: bold;
	color: #444;
	text-transform: none;
	font-style: italic;
	margin-left: 15px;
}

.organismes{

}
.organisme{
	background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #7A7A7A;
    float: left;
    height: 180px;
    margin-bottom: 35px;
    margin-right: 9px;
    overflow: hidden;
    position: relative;
    width: 140px;
}
.organisme.column-4{
	margin-right: 0;
}
.organisme a.image{
	text-align: center;
	display: block;
}
.organisme img{

}
.organisme .info{
	 background: none repeat scroll 0 0 #F9F8F8;
    border-top: 1px solid #8D8D8D;
    bottom: 0;
    height: 60px;
    left: 0;
    overflow: hidden;
    padding: 5px 5px 2px;
    position: absolute;
    right: 0;	
}
.organisme .nom{
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	display: block;
	font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
}
.organisme .site{
	color: #8E9192;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	display: block;
    font-family: Verdana,Geneva,sans-serif;
}

.pager{
	float: right;
	margin-bottom: 25px;
	margin-top: 5px;
	width: 100%;
}

.pager.haut{
	margin-top: -43px;
}
.pager.bas{
	margin-top: 25px;
}
.pager ul{
	list-style: none;
	float: right;
}
.pager li{
	float: left;
}
.pager .firstPage, 
.pager .lastPage{
	display: none;
}


.pager .prevPage,
.pager .nextPage,
.pager .pages{
	height: 18px;
	margin-left: 5px;
	display: block;
	border: 1px solid #6e0e0e;
	cursor: pointer;
	
	color: white;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}
.pager .prevPage:hover,
.pager .nextPage:hover,
.pager .pages :hover{
	border: 1px solid #333;
}
.pager .prevPage,
.pager .nextPage{
	width: 23px;
	border: 1px solid #666666;
}
.pager .prevPage{
	background: url("../images/btn_prev.png") no-repeat 0 0;
}
.pager .nextPage{
	background: url("../images/btn_next.png") no-repeat 0 0;
}
.pager .pages{
	background: url("../images/bg_button.png") repeat-x scroll 0 0;
	width: 20px;
}
.pager .pages:hover,
.pager .pages.selected{
	border: 1px solid #333;
	background: url("../images/bg_button_over.png") repeat-x scroll 0 0;
}
.pager .firstPage, 
.pager .lastPage,
.pager .prevPage,
.pager .nextPage{
	font-size: 0px;
}
.police .image{
	width: 225px;
	height: 150px;
	border: 1px solid #7A7A7A;
	float: left;
	overflow: hidden;
	position: relative;
}
.police .image img{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20px;
}
.police .info{
	float: right;
	padding-top: 30px;
	width: 345px;
}
.police .desc{
	margin: 25px 0;
}
.police .articles{
	margin-top: 25px;
}
.police .lien-back, .communiquesListe .lien-back, .liste-polices .lien-back {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 45px;
	
    border: 1px solid #6E0E0E;
	background: url("../images/bg_button.png") repeat-x scroll 0 0 transparent;
    color: white;
    cursor: pointer;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    outline: 0 none;
    text-transform: uppercase;
	text-decoration: none;
}
.police .nom{
	color: #FF0000;
    font-size: 15px;
}
.police .tel{
	font-size: 15px;
	color: #acacac;
	font-weight: bold;
	line-height: 30px;
}
.police .tel .red{
	padding-right: 5px;
}
.police .site{
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.articles h2{
	border-bottom: 1px dotted #FF0000;
    color: #FF0000;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: uppercase;
}

.articles h3{
    color: #666;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: uppercase;
}

/*
 * Zone des communiqu�s
 */
.zComm {
	margin: 15px 0;
}

.zComm.detail {
	margin-bottom: 25px;
}

.zComm .zTitre {
	margin-bottom: 0px;
	border-bottom: 1px dotted #666;
}
.zComm.detail .zTitre {
	border-bottom: none;
}
.zComm .zTitre a {
	color: #0000dd;
	float: right;
	text-decoration: underline;
	width: 495px;
}
.zComm h3.zTitre {
	font-size: 13px;
}
.zComm .zTitre a:hover {
	color: #e00;
}

.zComm .zSousTitre {
	font-size: 11px;
	color: #666;
	width: 100px;
	float: left;
	display: block;
}
.zComm .zCorps {
	padding-top: 6px;
}
.zCorps ul {
	font-size: 12px !important;
	font-family: Arial,Helvetica,sans-serif !important;
	margin-left: 35px;
}
.zCorps p{
	margin-bottom: 15px;
}

.zImages {
	margin: 12px 0;
	clear: both;
}
.zImages h4 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 6px 0
}
.zImages .imgComm {
	width: 130px;
	margin: 0 5px;
	float: left;
}
.zImages .imgComm img{
	max-height: 100%;
	max-width: 100%;
}

a.lien-back.bleu {
	background-image: url("../images/bg_button_bleu.png");
	border-color: #2f2838;
}

.police a.lien-back + a.lien-back {
	margin-top: 8px;
}
/*
 *
 */
.communiquesListe {
	
}

.communiquesListe h2 {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 15px;
    border: 1px solid #33293e;
	background: url("../images/bg_button_bleu_lg.png") repeat-x scroll 0 0 transparent;
    color: white;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    outline: 0 none;
    text-transform: uppercase;
	text-decoration: none;	
}


.communiquesListe .titreTableau {
	
}

.communiquesListe .lien-back {
	margin-top: 0;
}

.communiquesListe .pager {
	margin-bottom: 0;
}

.communiquesListe table {
	border-collapse: collapse;
	width: 100%;
}
.communiquesListe table td {
	border: 1px dashed #e00;
	border-top: none;
	border-bottom: none;
	padding: 10px;
	color: #777;
	font-size: 14px; 
}

.communiquesListe table tr+tr td {
	border-top: 1px dashed #e00;
}

.communiquesListe table td a {
	color: #8E9192;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.communiquesListe table td a:hover {
	color: #f00;
}

.communiquesListe table td.logo {
	padding: 2px;
	width: 75px;
	height: 60px;
}
.communiquesListe table td.logo img {
	height: 100%;
}

.communiquesListe table td.organisme {
	width: 150px;
}
.communiquesListe table td.date {
	width: 100px;
}
.communiquesListe table td.titre {
	width: 200px;
}
.communiquesListe table td.titre a {
	color: #00d
}

.zCorpsPolice {
	text-align: right;	
}


.communiquesListe .prev {
	background: url("../images/bg_button.png") repeat-x;
	border: 1px solid #6e0e0e;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	color: white;
	font-size: 11px;
	font-family: Verdana;
	display: block;
	text-decoration: none;
	cursor: pointer;
	width: 70px;
	float: left;
	padding-left: 5px;
}
.communiquesListe .fleche.prev {
	background: url("../images/btn_prev.png") no-repeat 0 0;
	border-color: #333;
	float: left;
	border-right: none;
	float: left;
	width: 22px;
	padding: 0;
}

.liste-polices .lien-back {
	margin-top: 5px;
	margin-bottom: 5px;
}