.page .contenu{
    float: left;
    padding: 135px 8px 0px 15px;
    margin-bottom: 35px;
    width: 664px;
    overflow: hidden;
    position: relative;
    z-index: 50;
}

.page .contenu h1{
    font-family: 'Times New Roman',Times,serif;
    font-size: 48px;
    line-height: 60px;
    color: #86898A;
    font-weight: normal;
}

.pagination {
	font-family: inherit;
    text-align: center;
    font-size: 12px;
    float: right;
    width: 200px;
}
.pagination ul.nav {
    display: inline;
    margin: 0;
    padding: 0 0 0 3px;
    text-align: right;
    vertical-align: middle;
}
.pagination ul.nav li {
    background-image: none;
    display: inline-block;
    margin-right: 0px;
    padding: 0 2px 0 2px;
    vertical-align: middle;
}
.pagination ul.nav li.current{
	font-family: inherit;
    color: #184876;
    font-weight: bold;
    text-decoration: none;
    margin-right:3px;
    margin-left:3px;
}
.pagination ul.nav li div.button {
    display: inline-block;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.pagination ul.nav li input {
	font-family: inherit;
    color: #86898A;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 0 none !important;
    cursor: pointer;
    height: auto !important;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 12px;
}
.pagination ul.nav li.next input,
.pagination ul.nav li.precede input,
.pagination ul.nav li.firstCls input,
.pagination ul.nav li.lastCls input {
    color: #184876;
    font-weight: bold;
}
.pagination ul.nav li input:hover {
    text-decoration: underline;
}

.page .type_recherche{
    width: 100%;
    border-bottom: 1px dotted #ADADAD;
    border-collapse: separate;
    padding-bottom: 10px;
    margin-top: 20px;
    font-size: 11px;
    color: #184876;
    overflow: hidden;
}

.page .type_recherche .infos{
    color: #86898A;
    text-decoration: underline;
    font-size: 9px;
    display: inline;
    margin-bottom : 15px;
}

.page .type_recherche select{
    color: #86898A;
    font-size: 11px;
/*
    height: 18px;
    width: 100px;
    margin-top: 5px;
    position: relative;
    left: -2px;
*/
}

.page .type_recherche .col_envoi{
/*
    width: 60px;
    float: left;
*/
	margin-top: 0px;
}

.page .type_recherche input{
    margin-top: 15px;
} 

   
.page .type_recherche .envois_recherche{
/*
    position: relative;
    left: -20px;
    top: 4px;
*/
	margin-top: 0px;
}

.page .all-news-wrapper .type_recherche .col_envoi .envois_recherche{
	float: none;
	margin-left: 10px;
	position: relative;
	top: 2px;
}

.page .type_recherche .cellule_recherche{
/*
    width: 110px;
    float:left;
*/
}


.page .type_recherche .cellule_texte{
/*
    width: 100px;
    padding-top: 21px;
    float:left;
*/
	margin-right: 6px;
}

.page #article{
    width: 100%;
    vertical-align: middle;
}

.page #article tr, .page #article tr td{
    height: auto;
}

.page .article{
    border-bottom: 1px dotted #ADADAD;
    /*padding: 10px 0;*/
}

.page .article.last{
    border-bottom: none;   
}

.page .article p{
    color: #838586;
    margin-bottom: 3px;
    font-size: 12px;
    line-height:14px;
    margin-top: 5px;
}

.page .article p.date_article{
    padding: 0px;
    margin: 0px;
    font-size: 9px;
    line-height: 10px;
}

.page .article p.categorie_article{
    padding: 0px;
    margin: 0px;
    font-size: 9px;
    line-height: 11px;
    font-style: italic;
}

.page .article p.titre_article a{
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: #184876;
    text-decoration: none;
}

.page .article p.titre_article a:hover{
    text-decoration: underline;
}

.page .article p.focus{
    background: #F5F5F5;
}

.page .article img.illustration{
    float: left;
    margin: 10px 10px 10px 3px;
}

.page .article b{
    color: #4B5568;
    font-weight: bold;
}

.page .article a{
    color: #838586;
    text-decoration: underline;
}

.page .article a:hover{
    color: #4B5568;
    text-decoration: underline;
}

.page .article.seul p.titre_article{
    color: #B00547;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 15px 0px;
}

.page .article.seul{
    border: none;
}

.page .article.seul p{
    color: #838586;
    margin-bottom: 3px;
    font-size: 12px;
    line-height:14px;
    padding: 5px;
}

.page .article.seul p.date_article{
    padding: 0px;
    margin-left: 5px;
    font-size: 9px;
    line-height: 10px;
}

.page .article.seul p.categorie_article{
    padding: 0px;
    margin-left: 5px;
    font-size: 9px;
    line-height: 11px;
    font-style: italic;
}

.page .article.seul p img.illustration{
    float: left;
    margin: 5px 5px 5px 3px;
}

.page .article.seul h2{
    color: #B00547;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 15px 5px;
}

.page .article.seul h3{
    color: #4B5568;
    font-size: 12px;
    margin: 0 0 15px 5px;
}

.page .contenu .filtered-contents-list ul {
	margin: 0;
	padding: 0;
}