/** Reset **/
* {
    font-size: 12px;
    font-family: arial;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1.4;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
text-decoration: none;
}
a:hover {
text-decoration:underline;
}
/*** end reset ***/
.breaker {
    clear: both;
    height: 0;
    width: 0;
    font-size: 0;
}
h2 {
    border-bottom:1px solid #F90014;
    color:#F90014;
    font-family:Times New Roman;
    font-size:26px;
    margin-bottom:10px;
    padding-bottom:10px;
    line-height:23px;
}
.know_more {
    background:url(../images/arrow_red_on_white.png) no-repeat 0 3.5px;
    color:#F90014;
    display:block;
    font-weight:bold;
    margin-top:5px;
    padding-left:10px;
    text-transform:uppercase;
}
.centered {
    width: 770px;
    margin: 0 auto;
}
#header {
    background: #010101;
    padding-bottom: 20px;
}
#header .centered {
    width: 800px;
}
.languages {
    float:right;
    margin-top:17px;
    text-align:right;
    width:500px;
}
.languages a {
    display:block;
    float:right;
    margin-left:10px;
}
#header #a_logo {
    float:left;
    margin-top:10px;
}
#header img.title {
    float:right;
    margin-top:18px;
}
#menu {
    background: #F90014;
    padding: 7px 0;
}
#menu ul {
    margin-left:10px;
}
#menu ul li {
    float:left;
    margin-left:40px;
}
#menu a {
    background: url(../images/arrow_unsel.png) no-repeat 0 3px;
    color:#000000;
    font-weight:bold;
    padding-left:11px;
    text-transform:uppercase;
}
#menu a:hover, #menu a.sel {
    text-decoration:none;
    background: url(../images/arrow_sel.png) no-repeat 0 3px;
    color:#FFFFFF;
}
#content {
    background: #FFF;
    padding: 30px 0;
}
#content .content_bloc {
    float:left;
    width:365px;
    line-height:18px;
    font-size:13px;
}
#content .video_bloc {
    float:left;
    margin-left:30px;
    width:375px;
}
#content .video_bloc .txt_video {
    margin-top:10px;
    font-weight: bold;
    font-size:11px;
}
#actus {
    background: #000;
    padding:30px 0 45px;
}
#actus .img_bloc {
    float:left;
    width:365px;
    text-align:center;
}
.txt_image {
    color: #F90014;
    margin-top:10px;
    font-size:11px;
    text-align:left;
}
#actus .actu_bloc {
    float:left;
    width:375px;
    margin-left:30px;
}
#actus .actu_bloc h2 {
    border-color:#737373;
    margin:0;
}
#actus .actu_bloc .actu {
    color:#B2B2B2;
    border-bottom:1px solid #737373;
    color:#B2B2B2;
    /*height:65px;*/
    line-height:18px;
    padding-top:8px;
    padding-bottom: 15px;
}
#actus .actu_bloc .actu .date {
    color: #737373;
}
#actus .actu_bloc .actu .title_actu {
    color:#FFFFFF;
}
.see_history {
    background:url(../images/arrow_red_on_black.png) no-repeat 0 3px;
    color:#F90014;
    display:block;
    font-weight:bold;
    margin-top:15px;
    padding-left:10px;
    text-transform:uppercase;
}
#footer {
    background: #FFF;
    padding: 10px 0;
    border-top: 1px solid #A8A8A8;
}
#footer * {
    font-size: 11px;
}
#footer a {
    color:#000000;
}
#footer .right a {
    color:#F90014;
}
#footer .left {
    float:left;
}
#footer .right {
    float:right;
    /*margin-right:29px;*/
}

/* Page nos actions */
.fil_ariane {
    margin-bottom: 15px;
    color: #B3B3B3;
}
.fil_ariane a {
    color: #565656;
}
.bloc_know_more {
    background-color:#000000;
    color: #FFFFFF;
    margin-top:23px;
    padding: 25px;
}
.bloc_know_more .know_more_title {
    color:#FFFFFF;
    font-family:Times New Roman;
    font-size:26px;
    padding-bottom:10px;
    font-weight: bold;
    display: block;
}
.content_action {
    line-height:18px;
}
.content_action * {
    font-size: 14px;
}
.content_action p {
    margin-bottom: 15px;
}
#actions #content, #sites #content {
    padding: 20px 0 30px;
}
#actions #content .centered h2 {
    margin-bottom: 20px;
}
#content .left {
    float:left;
}
#content .right {
    float:right;
}
.bloc_know_more ul li {
    background: url(../images/arrow_red_on_black.png) no-repeat 0 3px;
    margin-top:15px;
    padding-left:10px;
}
.bloc_know_more ul li, .bloc_know_more ul li a {
    color:#F90014;
    font-weight: bold;
}

/* Page sites de confiance */
.text_sites {
    font-size: 14px;
    line-height:18px;
}
.bloc_adresses {
    background-color:#000000;
    color: #FFFFFF;
    margin-top: 25px;
    padding: 20px 25px 15px;
}
.bloc_adresses .bloc_adresse_title {
    color:#FFFFFF;
    font-family:Times New Roman;
    font-size:26px;
    padding-bottom:10px;
    font-weight: bold;
    display: block;
    float:left;
}
.pagination {
    float: right;
    color: #F90014;
    padding-top:14px;
}
.pagination a {
    text-transform:uppercase;
    color: #F90014;
}
.pagination .sel {
    color: #FFF;
}
.pagination a.prec {
    background: url(../images/arrow_white_on_black_prec.png) no-repeat 0 0;
    padding-left: 12px;
    color: #FFF;
}
.pagination a.suiv {
    background: url(../images/arrow_white_on_black.png) no-repeat right 0;
    padding-right: 12px;
    color: #FFF;
}
.pagination a:hover {

}
.pagination .sel {

}
.liste_sites {
    background: #FFF;
    padding: 10px;
    margin-top:4px;
}
.liste_sites p{
    color: #000;
}
.liste_sites li {
    border-top: 1px solid #8D8D8D;
    color: #000;
    font-size:14px;
    padding:16px 0 19px 35px;
}
.liste_sites li.fake
{
    background: url(../images/fake.png) no-repeat 0 9px;
}
.liste_sites li.ok
{
    background: url(../images/ok.png) no-repeat 0 9px;
}
.liste_sites li.first {
    border: 0;
}

#liste_sites .online_editor{
	padding: 10px 0 0 0;
}

.liste_actus {
    background: #FFF;
    padding: 10px;
    margin-top:4px;
    width:700px;
    float:left;
}

.liste_actus li {
    display:block;
    float:left;
    border-top: 1px solid #8D8D8D;
    color: #000;
    font-size:14px;
    padding:16px 0 19px 35px;
}
.liste_actus .col_date {
    display:block;
    width:100px;
    float:left;
}
.liste_actus .col_actu {
    display:block;
    width:550px;
    float:left;
}
.liste_actus li.first {
    border: 0;
    font-weight:600;

}

p.text-left, td.text-left, th.text-left, *.text-left
{
    text-align: left;
}

p.text-right, td.text-right, th.text-right, *.text-right
{
    text-align: right;
}

p.text-center, td.text-center, th.text-center, *.text-center
{
    text-align: center;
}

p.text-justify, td.text-justify, th.text-justify, *.text-justify
{
    text-align: justify;
}

div.object-left, table.object-left
{
    text-align: left;
}

div.object-right, table.object-right
{
    text-align: right;
}

div.object-center, table.object-center
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.text_rich ul,.text_rich ol
{
    padding: 0;
    margin: 0.75em 0 1em 2.5em;
}

.text_richul ul, .text_rich ol ul
{
    margin: 0.3em 0 0.5em 1.3em;
}

.text_rich ul ol,.text_rich ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}

.text_rich ul,.text_rich ul ul
{
    list-style-type: disc;
}

.text_rich ol, .text_rich ol ol
{
    list-style-type: decimal;
}

.text_rich li
{
    margin: 0 0 0.3em 0;
    padding: 0;
    line-height: 1.25em;
}
.bloc_adresses .search_form
{
    float: left;
}

.bloc_adresses .count
{
    float: right;
    width: 125px;
    text-align: right;
}
.search_form .text
{
    width: 300px;
}

.content-view-embeddedmedia .attribute-image
{
    padding: 10px 0;
}
.object-left img{
    float:left;
    padding-right:20px;
}
.object-right img{
    float:right;
    padding-left:20px;
}

/************** nyroModal *********************/
.nyroModalBg {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.7;
}
.nmReposition {
    position: absolute;
}
.nyroModalCloseButton {
    top: -13px;
    right: -13px;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    background: url(../images/nyroModal/close.gif);
}
.nyroModalTitle {
    top: -26px;
    left: 0;
    margin: 0;
    font-size: 1.1em;
    color: #ddd;
}
.nyroModalCont {
    position: absolute;
    border: 4px solid #777;
    margin: 25px;
    background: #fff;
}
.nyroModalCont iframe {
    width: 600px;
    height: 400px;
}
.nyroModalError {
    border: 4px solid red;
    color: red;
    width: 250px;
    height: 250px;
}
.nyroModalError div {
    min-width: 0;
    min-height: 0;
    padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
    position: relative;
    padding: 10px;
    min-height: 250px;
    min-width: 250px;
    max-width: 800px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
    position: relative;
    overflow: hidden;
}
.nyroModalHidden {
    left: -9999em;
    top: -9999em;
}
.nyroModalLoad {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #fff url(../images/nyroModal/ajaxLoader.gif) no-repeat center;
    padding: 0;
}
.nyroModalPrev, .nyroModalNext {
    outline: none;
    position: absolute;
    top: 0;
    height: 60%;
    width: 150px;
    min-height: 50px;
    max-height: 300px;
    cursor: pointer;
    text-indent: -9999em;
    background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
    height: 100%;
    width: 40%;
    max-height: none;
}
.nyroModalPrev {
    left: 0;
}
.nyroModalPrev:hover {
    background-image: url(../images/nyroModal/prev.gif);
}
.nyroModalNext {
    right: 0;
    background-position: right 20%;
}
.nyroModalNext:hover {
    background-position: right 20%;
    background-image: url(../images/nyroModal/next.gif);
}
.online_editor
{
    padding: 5px 0;
}
