/*
 *  ZEN WIREFRAME v2.3.1
 *  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *  (c) 2005-2009 - Gregory Remington, www.mediatech.net
 *  Some rights reserved, http://creativecommons.org/licenses/by-sa/3.0/
 */


/*******************/
/* Template Layout */
/*******************/

body {
margin:0;padding:0;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size:12px;
color:#444;
background:#fefefe url(../templates/img/body_bg.gif) repeat-x left top;
border:0px solid purple;
}

#container {
top:0px;
position:relative;  /* needed for css left,right,top,bottom property */
width:900px;
text-align:left;
padding:0px;  /* add padding for white space around background image */
background:url(../images/background.gif) 0 0 repeat;
margin:0 auto;
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
}

#header {
text-align:left;
/* height:144px; */  /* 39 + 73 +28 = 140 */
background:url(../images/background.gif) 0 0 repeat;
border:0px solid blue;  /* use 1px to turn on as a visual spacing aid or style */
}

#masthead {
margin:0px 0 0px 0;  /*  PSR check ??? */
z-index:10;
height:73px;
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
/* padding : 10px 10px 10px 10px ; */
}

#masthead img {
border-width:0px;
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
}

#logo {
float:left;
margin:8px 0 0 10px;
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
background:transparent url(../templates/img/logo.gif) 0 0 no-repeat;
height:50px;
/* width:140px; */
}

#bandeau_promo {
margin:8px 0 0 -10px;
float:left;
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
height:50px;

/* background:transparent url(../templates/img/accroche.png) 0 0 no-repeat; */
/* height:50px; */
/* width:471px; */
}

#top_nav{
padding:0px 0px 0px 0px;
/*text-align:right; */
/* overflow:hidden; */
width:900px;
height:39px;
margin:0 auto;
/* height: 30px; */
/* margin: 0px 0 0 0; */
background:url(../templates/img/top_bg.gif) no-repeat 0 100%;
border:0px solid red;
/*background : #FFFFFF; */
}

#nav {
 margin-top:0px;
 background:transparent url(../templates/img/header-addons-bg.gif) repeat-x right bottom;
 height:28px;
 width:100%;
 text-align:right;
 border:0px solid pink;
}

.nav-start {
  background:transparent url(../templates/img/menu-start.gif) no-repeat left top;
  width:7px;
  height:28px;
}

#nav_shop {
margin: 0px 0px 0 0px;
float:right;
border:0px solid blue;
}

#nav_forum {
/* height: 30px; */
float:right;
border:0px solid blue;
}

#nav_newsletter {
margin: 8px 20px 0 0px;
float:right;
border:0px solid blue;
}

div.label_shop {
padding-top:0px;
padding-left:0px;
float:left;
color:#444;
font-size:12px;
font-weight:normal;
}

div.label_forum, div._label_shop {
padding-top:6px;
padding-left:6px;
float:left;
color:#444;
font-size:12px;
font-weight:normal;
}


#bandeau_revue {
position:relative;
margin:10px 0 0px 0;
padding: 0px 0px 0px 15px;
height: 182px;
background:#faeae8 url(../templates/img/bg_bandeau_revue.gif) repeat-y left top;
background:#f0f0f0;
border-top:0px solid #cccccc;
border-bottom:0px solid #cccccc;
border:0px solid #cccccc;
}

#bandeau_revue form {
float:left;
text-align:center;
width:135px;
margin:0 0px 0 0px;
border:0px solid red;
}

#bandeau_revue .legend_revue {
float:left;
/* width:50px; */
margin:0 0 0 16px;
padding: 0 0 0 0;
color:#444;
font-family:Arial, Helvetica, sans-serif;
/* font-weight:bold; */
text-decoration:underline;
text-align:center;
font-size:11px;
border:0px solid red;
}

#bandeau_revue .dernier_numero {
  position:absolute;
  top:0px;
  left:0px;
  width:180px;
  float : left;
  margin: 2px 0 0 15px;
  color:#da3426;
  font-size:15px;
  font-style:italic;
  font-weight:bold;
  background:url(../templates/img/fleche.gif) no-repeat right 2px;
  border:0px solid red;
}

#main-content {
padding:0 10px 0 20px;
border:0px solid green; /* use 1px to turn on as a visual spacing aid or style */
background: transparent; /* #eeeeee;  transparent */
}

#main-content .pageHeader {
  margin: 0 0 10px 0;
  margin-bottom:0px;
  padding:0 0 10px 0;
  border:0px solid red;
}

.revue_container {
  float:left;
  text-align:center;
  margin: 0px 0px 0px 0px;
  /* padding : 0 1px 0 1px; */
  width:145px;
  border:0px solid red;
   /* background:green; */
}

.revue_image {
  /* float:left; */
  margin:0 0 0px 0px;
  text-align:center;
  border:0px solid red;
}

.revue_nom {
  /* text-align:left; */
  float:left;
  margin:0 0 0 9px;
  font-size:10px;
  width:110px;
  /* background:orange; */
}

.revue_nom a,
.revue_nom a:hover,
.revue_nom a:visited {
  color:#444;
  text-decoration:underline;
}


.revue_store {
  float:left;
  border:0px solid red;
  /* background:green; */
}

.store-link {
  margin:0 0 0 0px;
  width:13px;
  height:11px;
  float : left;
  background:url(../templates/img/icon_store.gif) no-repeat 0px top;
}


.revue_container_3num {
  float:left;
  text-align:center;
  margin: 0px 0px 5px 0px;
  /* padding : 0 1px 0 1px; */
  /* width:250px; */
  border:0px solid red;
  /* background:green; */
}

.revue_image_3num {
  float:left;
  margin:0 0px 0px 0px;
  text-align:center;
  width:200px;
  /* background:#dddddd; */
}

.revue_translation_3num {
  /* text-align:left; */
  clear:both;
  margin:10px 0px 15px; 0px;
  font-size:10px;
  /* width:160px; */
  /* background:orange; */
  border:0px solid blue;
}
.revue_text_translation_3num {
  font-size:11px;
  text-decoration:underline;
  font-weight:bold;
}

.revue_nom_3num {
  /* text-align:left; */
  /* float:left; */
  margin:0 0px 0 0px;
  font-size:10px;
  /* width:160px; */
  /* background:orange; */
  border:0px solid blue;
}


.revue_nom_3num a,
.revue_nom_3num a:hover,
.revue_nom a:visited {
  /* color:#444; */
  /* text-decoration:underline; */
}

.revue_translation_sommaire {
  /* text-align:left; */
  float:left;
  margin:10px 30px 0 15px;
  font-size:12px;
  /* width:160px; */
  /* background:orange; */
  border:0px solid blue;
}
.revue_text_translation_sommaire {
  font-size:12px;
  text-decoration:underline;
  font-weight:bold;
}

ul.lien_acheter {
  list-style-position: outside;
  list-style-type: none;
  list-style-image: none;
  margin: 10px 0 5px 0px;
  padding:0 0 0 0px;
  font-size:12px;
  color : #1281b8;
  border:0px solid red;
}

li.lien_acheter  {
  padding:0 0 5px 10px;
  background:transparent url(../templates/img/puce_liste_no.gif) 0px 5px no-repeat;
  line-height:1.2em;
  /* border : 1px solid purple; */
}

li.lien_acheter:hover  {
  background:transparent url(../templates/img/puce_liste_ro.gif) 0px 5px no-repeat;
}


/******************************/
/* Left, Right Border Columns */
/******************************/

#left-content {
float:left;
padding : 0 0 20px 0;
position:relative;  /* needed for css left,right,top,bottom property */
top:6px;
left:0px; /* increase value to add more white space */
width:230px;
margin-bottom:10px;
border:0px solid green; /* use 1px to turn on as a visual spacing aid or style */
background : transparent; /* transparent; #ccffcc; */
}

#right-content { /* shared by 2 Column Style 1 and 2 */
float:right;
position:relative;  /* needed for css left,right,top,bottom property */
top:6px;
right:0px;  /* increase value to add more white space */
width:230px;
margin-bottom:10px;
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
background : transparent;/* transparent;*/  /* #ccccff; */
}

#border-content {
clear:both;
width:auto;
background-color:#fff;
border:0px solid red; /* turn on for visual spacing aid or style */
}

/***************************************************************/
/* Content navigation bar (Breadcrumb, Print and Tip-A-Friend) */
/***************************************************************/

.content-navigation {
text-align:right;
margin: 10px 20px 10px 20px;
width:auto;
height:20px;
/* vertical-align:bottom; */
padding : 5px 0 0 0px;
font-weight:normal;
border:0px solid red; /* turn on for visual spacing aid or style */
border-bottom : 1px solid #CCCCCC;
}

.content-navigation img {
margin:0;
padding-left:4px;
padding-top:2px;
vertical-align:top;
}

.content-navigation a {
padding-right:4px;
text-decoration:none;
font-weight:normal;
}

/*******************/
/* 1 Column Styles */
/*******************/

#main-content1col {
position:relative;  /* needed for css left,right,top,bottom property */
left:2px;
width:auto;
padding:0px;
margin-bottom:2px;
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
}


/*******************/
/* 2 Column Style 1 */
/*******************/

#main-2column-style1 {
position:relative;  /* needed for css left,right,top,bottom property */
right:0px;  /* increase value to add more white space */
float:right;
width:660px;  /*  670px initiale  */
padding:0px;
margin-bottom:4px;
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
}


/*******************/
/* 2 Column Style 2 */
/*******************/

#main-2column-style2 {
float:left;
position:relative;  /* needed for css left,right,top,bottom property */
right:0px;  /* increase value to add more white space */
width:670px;   /* 900 - 230 = 670px; */
padding:0px;
margin-bottom:4px;
border:0px solid purple;  /* use 1px to turn on as a visual spacing aid or style */
/* background : #cccccc; */
}

#right-content-style2 {
float:right;
position:relative;  /* needed for css left,right,top,bottom property */
right:0px;  /* increase value to add more white space */
width:230px;
margin : 7px 0 0 0px;
padding:50px 0 0 0px;
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
}


/********************/
/* 2 Column Style 3 */
/********************/

#main-2column-style3 {
float:left;
position:relative;  /* needed for css left,right,top,bottom property */
left:0px; /* increase value to add more white space */
width:435px;
padding:0px 12px 0px 0px;
margin-bottom:4px;
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
border-right:1px dashed #ccc;

}

#right-content-style3 {
float:right;
position:relative;  /* needed for css left,right,top,bottom property */
right:0px;  /* increase value to add more white space */
width:300px;
margin-bottom:4px;
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
}


/*******************/
/* 3 Column Styles */
/*******************/

#wrapper {
float:right;
padding:0 0 20px 0;
position:relative;  /* needed for css left,right,top,bottom property */
right:0px;  /* increase value to add more white space */
width:670px;
margin-bottom:4px;
}

#main-content3col {
float:left;
width:440px;
padding:0px;
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
background: transparent; /* #eeeeee;  */
}


/*****************/
/* Footer Styles */
/*****************/

#footer {
clear:both;
width:auto; height:30px;
background-color:#fff;
border:1px solid #ccc;  /* use 1px to turn on as a visual spacing aid or style */
}

#footertext {
margin: 8px 0px 0px 6px;
font-size:10px;
font-weight:bold;
color:#444;
}

.footerlink a {
font-size:10px;
font-weight:bold;
color:#444;
}

.footerlink a:hover {
color:#444;
}

#footer2 {
clear:both;
position:relative;
width:900px; height:30px;
text-align: center;
margin: 0 auto;
margin-top: 8px;
border-top:1px solid #ccc;
}

#footer2 ul li {
list-style:none;
display:inline;
}

#footertext2, #footertext2 a {
margin: -2px 0px 0px 0px;
font-size:10px;
font-weight:normal;
}

/***************************/
/* Form Elements and Links */
/***************************/

#search {
margin:5px 0 0 10px;
padding-left:25px;

float:left;
/* width:182px; */
display:block;
border:0px solid green;
background:url(../templates/img/top-search-icon.gif) no-repeat left top;
}

.input-topbg { width:250px; }

input.input-topbg { padding:3px 3px 2px 3px; }

.form-btn {
    overflow:visible;
    width:auto;
    background:url(../templates/img/btn_bg.gif) repeat-x 0 100% #f1f1f1;
    border:1px solid #b5b5b5;
    padding:1px 5px;
    color:#444;
    font:bold 11px arial, sans-serif !important;
    cursor:pointer;
    text-transform:uppercase;
    text-align:center;
    vertical-align:middle;
}


#_search {
z-index:1000;
position:absolute;
width:182px;
display:block;
margin-top:-32px;
margin-left:2px;
}

#search input {
vertical-align:middle;
}

#search input.searchfield {
width:136px;
color:#444;
font-size:11px;
padding:2px;
margin-left:4px;
border:1px solid #ccc;
}

#search input.searchimage {
border:0;
margin-left:-2px;
}

#advsearch-link {
z-index:1000;
position:absolute;
margin-top:-46px;
margin-left:6px;
letter-spacing:-0.1px;
}

#advsearch-link a {
font-weight:normal;
text-decoration:none;
}

#member-links {
z-index:1000;
position:relative;
float:right;
margin-top:-92px;
margin-right:8px;
}

#member-links a {
font-weight:normal;
}

#member-links input {
color:#008BCE;
background-color:#fff;
border:0px solid #fff;
padding:0;margin:0;
}

  #member-links input:hover {
  background-color:#fff;
  color:#ff8700;
  }

#breadcrumb {
float:left;
}

/************************************/
/* Place Holder Divs for TemplaVoila */
/************************************/

#print, #tipafriend, #pdf {
float:right;
}

#login-box {
}

#vertnav-title {
}

#vertnav-menu {
margin: 0 0 12px 0;
border:1px solid #cdcdcd;
background:#f9f9f9;
padding : 0 0 20px 20px;
}

#content-left {
}

#login-box {
}


/****************************/
/* Vertical navigation menu */
/****************************/

.vertnav-header,
.actu_train_titre,
.selection_train_titre,
.vertnav-header a {
  /* float : left; */
  width:210px;   /* 230 - 10  */
  margin:27px 0 0px 0px;
  padding:3px 0 3px 20px;

font-size:14px;
font-weight:bold;
color:#fff; /*dark grey*/
/*background:url(../images/frame1.jpg) 0 0 no-repeat;*/   /* uncomment this if you want to use a background color*/
background:url(../templates/img/bg_titre_encart_noir_25px.gif) repeat-x left top;
border:0px solid #1b68bf;

/* background-color:#ddd; */
/* border-top:2px solid #f5f5f5; */  /*silver*/
/* border-bottom:2px solid #fff; */  /*white*/
}

.vertnav1 a {
margin:0px;
width:165px;
display:block;
padding:5px;
font-size:12px;
text-decoration:none;
background:url(../templates/img/menu_dot.gif) repeat-x bottom;
color:#777; /*grey*/
}
.vertnav1 a:hover {
background:url(../templates/img/menu_dot.gif) repeat-x bottom;
color:#444; /*dark grey*/
text-decoration:none;
}

.vertnav1-act a,
.vertnav1-act a:hover  {
margin:0px;
width:165px;
display:block;
padding:5px;
font-size:12px;
font-weight:bold;
text-decoration:none;
background:url(../templates/img/menu_dot.gif) repeat-x bottom;
color:#444; /*dark grey*/
}

.vertnav2 a {
margin:0px;
width:152px;
display:block;
padding:5px 5px 5px 18px;
font-size:12px;
text-decoration:none;
background:url(../templates/img/nav-arrow.gif) 10px 8px no-repeat;
color:#777; /*grey*/
}
.vertnav2 a:hover {
background:url(../templates/img/nav-arrow.gif) 10px 8px no-repeat;
color:#444; /*dark grey*/
text-decoration:none;
}

.vertnav2-act a,
.vertnav2-act a:hover  {
margin:0px;
width:152px;
display:block;
padding:5px 5px 5px 18px;
font-size:12px;
font-weight:bold;
text-decoration:none;
background:url(../templates/img/nav-arrow-act.gif) 10px 8px no-repeat;
color:#444; /*dark grey*/
}

.vertnav3 a {
margin:0px;
width:137px;
display:block;
padding:5px 5px 5px 30px;
font-size:12px;
text-decoration:none;
background:url(../templates/img/vbullet.gif) 20px 9px no-repeat;
color:#777; /*grey*/
}
.vertnav3 a:hover {
background:url(../templates/img/vbullet-act.gif) 20px 9px no-repeat;
color:#444; /*dark grey*/
text-decoration:none;
}

.vertnav3-act a,
.vertnav3-act a:hover  {
margin:0px;
width:137px;
display:block;
padding:5px 5px 5px 30px;
font-size:12px;
font-weight:bold;
text-decoration:none;
background:url(../templates/img/vbullet-act.gif) 20px 9px no-repeat;
color:#444; /*dark grey*/
}

.vertnav4 a {
margin:0px;
display:block;
padding:5px 5px 5px 45px;
font-size:12px;
text-decoration:none;
width:125px;
color:#777; /*grey*/
}
.vertnav4 a:hover {
background-color:#f5f5f5;  /*silver*/
color:#444; /*dark grey*/
text-decoration:none;
}

.vertnav4-act a,
.vertnav4-act a:hover {
margin:0px;
display:block;
padding:5px 5px 5px 45px;
font-size:12px;
text-decoration:none;
width:125px;
background-color:#f5f5f5;  /*silver*/
color:#444; /*dark grey*/
}

/***************************/
/* General element styles:*/
/***************************/

H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family:arial, helvetica; color:#444; }
INPUT, TEXTAREA { background-color:#fff; }
INPUT:hover, TEXTAREA:hover { background-color:#f5f5f5; }
INPUT:focus, TEXTAREA:focus { background-color:#fff; }
IMG {border-width:0px}

A { color:#1281b8; text-decoration:none; }
A:hover { color:#0065b1; text-decoration:none; }
A:active        { outline: none; }    /* PSR à controler */
A:focus         { -moz-outline-style: none; }  /* PSR à controler */


FORM { margin:0px; }
P, TD, UL, OL { font-size:12px; line-height:1.4em; color:#444;}
input, textarea, select, textarea { font-family:arial, helvetica, sans-serif; color:#444; border:#ccc 1px solid; font-size:12px; margin:2px; }
ul { margin-left:8px;padding-left:0px;list-style-position:inside; }
label { margin:0px; }
fieldset { border:0px solid #fff }
legend { border:0px solid #fff; font-size:16px; color:#444 ; font-weight:bold; margin-left:-4px; }

/******************/
/* Headers, plain */
/******************/

H1 { font-size:13px; color:#da3426 ; font-weight:bold;}
H2 { font-size:14px; color:#da3426 ; font-weight:bold; }
H3 { font-size:14px; color:#444 ; font-weight:bold;}
H4 { font-size:14px; color:#444 ; font-weight:bold;}
H5 { font-size:12px; color:#008BCE ; font-weight:bold;}
H6 { font-size:10px; color:#008BCE ; font-weight:bold;}

H1, H2, H3, H4, H5, H6 { margin:0px 0 0px 0; padding:0; border:0px solid red;}
H6 { margin:0 0 4px 0; padding:0;}

H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top:0px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A, H6 A { color:#008BCE; text-decoration:none; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover, H6 A:hover { color:#003399; text-decoration:underline; }
H6 A { letter-spacing:-1px; }

/*******************/
/* RTE / Bodytext: */
/*******************/

#main-content p, p {
  /* text-align:justify; */
  /* line-height:1.3em;*/
  /* color:#444px; */
  font-size:13px;
  margin:5px 0 0 0;
  padding:0;
}

#main-content h1 {
  margin:15px 0 0 0;
}

/*** Dicotrain  ***/
.dicotrain_header {
  margin:20px 0 0 0;
  border:0px solid green;
}

ul.csc-menu-3 {
  border:0px solid green;
  padding:0px;
  margin:5px 0 20px 0px;
}

li.csc-section {
  list-style:none;
  display:inline;
  padding : 0 10px 0 0px;
  border:0px solid red;
}
li.csc-section a {
  text-decoration:underline;
  font-weight:bold;
}


/**********/
/* Images */
/**********/

/* Captions */
  DIV.csc-textpic-caption-c .csc-textpic-caption { font-size:9px; color:#000; letter-spacing:1px; }
  DIV.csc-textpic-caption-r .csc-textpic-caption { font-size:9px; color:#000; letter-spacing:1px; }
  DIV.csc-textpic-caption-l .csc-textpic-caption { font-size:9px; color:#000; letter-spacing:1px; }

/* Header date */
P.csc-header-date { font-size:10px; color:#444; }


DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 7px auto; border: 0px solid black;}

/* Decallage image */
DIV.csc-textpic-imagewrap {margin-top: 3px; }

/* suppression espace en dessous des images */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; border:0px solid red; }
/* retablissement pour images en partie centrale */
#main-content DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }

#selection-left DIV.csc-textpicHeader h1 { font-size:12px; color:#444;}


/***********************/
/* Page Content Frames */
/***********************/

/* Frame 1 */

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { clear:both; height:1%;  background-color:#f5f5f5; color:#008BCE; padding:2px 6px;}

DIV.csc-frame-frame1 { background-color:#fff; border:0px solid #ccc; padding:2px; margin:0px 0px 12px 0px; }

DIV.csc-frame-frame1 p { color:#000; padding:0px 6px; }

/* Frame 2 */
DIV.contentframe3 H1, DIV.contentframe3 H2, DIV.contentframe3 H3, DIV.contentframe3 H4, DIV.contentframe3 H5 { clear:both; height:1%;  background-color:#fff; color:#444; padding:2px 6px;}

DIV.csc-frame-frame2 { padding:0px 0px 10px 0px; background:url(../images/menu_dot.gif) repeat-x bottom; margin-bottom:10px; font-size:12px; }
DIV.contentframe3 p { color:#000; padding:0px 6px; }


/* Frame 3 */

/* See root (pid=1) Typoscript template and page TS to add new styles */

DIV.contentframe3 H1, DIV.contentframe3 H2, DIV.contentframe3 H3, DIV.contentframe3 H4, DIV.contentframe3 H5 { clear:both; height:1%;  background-color:#008BCE; clear:left; color:#fff; padding:2px 6px;}

DIV.contentframe3 { background-color:#fff; border:0px solid #ccc; padding:0px; margin:0px 0px 18px 0px; }

DIV.contentframe3 p { color:#000; padding:0px 6px; }


/* Center Mini Calendar */

DIV.center-mini-calendar { margin:0 auto;text-align:center; width:200px;}

/* FRame LR Presse  */

/**** Selection ****/

#selection-left,
#actualites-right,
#nouveautes-right {
  width:230px;   /* 230 - 10  */
  margin:10px 0 0px 0px;
  padding:0px 0px 0px;
  border:0px solid #1b68bf;
}

.csc-textpic-caption {
  font-size:9px;
  text-align : center;

}

.titre_encart_noir,
.titre_encart_rouge,
.titre_encart_vert,
.titre_encart_bleu {
  width:210px;   /* 230 - 10  */
  margin:0px 0 10px 0px;
  padding:1px 0 10px 20px;
  height:8px;
  font-size:13px;
  font-weight:bold;
  background:url(../templates/img/bg_titre_encart_noir_25px.gif) repeat-x left top;
  color:#ffffff;
  border:0px solid red;
}

.titre_encart_rouge {
  background:url(../templates/img/bg_titre_encart_rouge_25px.gif) repeat-x left top;
}

.titre_encart_vert {
  background:url(../templates/img/bg_titre_encart_vert_25px.gif) repeat-x left top;
}

.titre_encart_bleu {
  background:url(../templates/img/bg_titre_encart_bleu_25px.gif) repeat-x left top;
}



selection .legend_selection,
#selection_train .legend_selection {
/* float : right; */
text-align: center;
/* width:125px; */
/* width:50px; */
margin:0 0 0 0px;
padding: 0 0 0 0;
color:#444;
font-family:Arial, Helvetica, sans-serif;
/* font-weight:bold; */
text-decoration:underline;
text-align:center;
font-size:11px;
border:0px solid red;
}


/**** Selection ****/
DIV.csc-frame-selection-left {
  padding:0 0 10px 0;
  border-bottom:1px dotted #444;
  /* border: 0px solid green; */
}


DIV.csc-frame-selection-left p {
  font-size:12px;
}



/**** Actualites ****/

DIV.csc-frame-actu-right {
  padding:0 0 10px 0;
  /* border: 0px solid green; */
  border-bottom:1px dotted #444;
}


DIV.csc-frame-actu-right p {
  font-size:12px;

}


/**** Nouveautés ****/

DIV.csc-frame-nouveaute-right {
  padding:0 0 10px 0;
  /* border: 0px solid green; */
  border-bottom:1px dotted #444;
}

DIV.csc-frame-nouveaute-right p{
  font-size:12px;

}

/** H1 frame lrpresse  **/

DIV.csc-frame H1 {
  clear:both; margin: 6px 0px 0px 0px; border:0px solid red;
}




/*************************/
/* Extension Styles */
/*************************/

.tx-felogin-pi1 .submit, .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit  {
padding:4px;
width:130px;
margin-top:8px;
font-weight:bold;
}


/*************************/
/* KB Content Containers */
/*************************/

.kb-container {
float:left;
width:100%;
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
}

.kb-clearer {
clear:both;
height:2px;
width:auto;
}


/***********************/
/* 1column.html Styles */
/***********************/


/* 1column.html 2 Column Content Containers */

.kb2column-1col-l {
width:364px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb2column-1col-r {
width:364px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/* 1column.html 3 Column Content Containers */

.kb-3colwrapper-1col-r {
width:500px;
float:right;
}

.kb3column-1col-l {
width:230px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb3column-1col-r {
width:230px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/* 1column.html 4 Column Content Containers */

.kb-4colwrapper-1col-l {
width:360px;
float:left;
}
.kb-4colwrapper-1col-r {
width:360px;
float:right;
}

.kb4column-1col-l {
width:160px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb4column-1col-r {
width:160px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/********************************/
/* 2column-style1/2.html Styles */
/********************************/


/* 2column-style1/2.html 2 Column Content Containers */

.kb2column-2col-l {
width:268px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb2column-2col-r {
width:268px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/* 2column-style1/2.html 3 Column Content Containers */

.kb-3colwrapper-2col-r {
width:367px;
float:right;
}

.kb3column-2col-l {
width:170px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb3column-2col-r {
width:170px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/*2column-2col.html 4 Column Content Containers */

.kb-4colwrapper-2col-l {
width:270px;
float:left;
}
.kb-4colwrapper-2col-r {
width:270px;
float:right;
}

.kb4column-2col-l {
width:120px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb4column-2col-r {
width:120px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

/* grey box */
.b-grey-box {position:relative;margin:0px auto;min-width:100px;max-width:760px;color:#fff;z-index:10;margin-left:0px;margin-bottom:12px;}
.grey-box .content-grey, .grey-box .t-grey, .grey-box .b-grey, .grey-box .b-grey div {background:transparent url(../images/grey-box.gif) no-repeat top right;}
.grey-box .content-grey {position:relative;padding:20px 20px 0px 20px;}
.grey-box .t-grey {position:absolute;left:0px;top:0px;width:16px;height:100%;background-position:top left;}
.grey-box .b-grey {position:relative;width:100%;}
.grey-box .b-grey, .grey-box .b-grey div {height:30px;font-size:1px;}
.grey-box .b-grey {background-position:bottom right;}
.grey-box .b-grey div {position:relative;width:16px;background-position:bottom left;}
.grey-box .hd,.grey-box .bd,.grey-box .ft { position:relative;}
.grey-box .wrapper {position:static;max-height:1000px;overflow:auto;}
.b-grey h1 {margin:0px;padding:0.5em 0px 0.5em 0px;}
.b-grey h1 {padding-bottom:0px}
.content-grey p {margin:0px;padding-bottom:8px;}


/******************* Extension LR presse  ****************/

/**** plugin wfqbe  ****/
.tx-wfqbe-pi1 {
  float:left
}

.sommaire_container {
  border:0px solid green;
}

.sommaire_titre_form {
  margin: 5px; 0 0 0;
  float:left;
  border:0px solid pink;
}

.sommaire_formulaire {
  float:left;
  border:0px solid pink;
}

.sommaire_titre_revue {
  float:left;
  margin:20px 0 0 0;
  padding:0 0 5px 0;
  /* float:left; */
  border:0px solid red;
}

.sommaire_lien_rech_sommaire {
  float:right;
  margin:20px 0 0 0px;
  padding:0 0 5px 0;
  /* float:left; */
  border:0px solid red;
}

.sommaire_filet_titre {
  clear:both;
  border-bottom:1px solid #aaaaaa;
}

.sommaire_liste_titre_rubrique {
  float:left;
  margin:20px 0 0 0;
  width:350px;
  /* float:left; */
  border:0px solid purple;
}

.sommaire_liste_rubrique {
  /* float:left; */
  font-weight:bold;
  border:0px solid red;
}
.sommaire_liste_titre {
  margin:5px 0 5px 30px;
  /* float:left; */
  border:0px solid green;
}


.sommaire_image_revue {
  float:right;
  margin:20px 90px 0 0px;
  /* float:left; */
  border:0px solid purple;
}
.sommaire_image_lnk_g {
  margin:0 0 10px 0px;
  border:0px solid pink;
}

.sommaire_image_lnk_g a {
  /* text-decoration:underline; */
}

/*********** Formulaire recherche Sommaire ******************/

.rech_sommaire_container {
  border:0px solid red;
  width:550px;
}

/**** Formulaire  ****/
.rech_sommaire_form {
  margin :20px 0 20px 0;
  border:0px solid blue;
  width:550px;
}


.rech_sommaire_form label {
  font-weight:bold;
  display:block;
  float:left;
  width:150px;
  margin:5px 0 0 0px;
  padding:0px;
  font-size : 12px;
  color:#1281b8;     /* #267abf : bleu esatea  - #006ea6 bleu onglet foncé 6 #2587b8 BLEU ONGLET FONC2 */
}

.rech_sommaire_form input {
  padding-left:6px;
  font-size : 12px;
  color:#444444;
  width : 247px;
  height : 15px;
  border-top : 1px #5c9bcf solid;
  border-right :1px #5c9bcf solid;
  border-bottom :1px  #a5c8e4 solid;
  border-left :1px #a5c8e4 solid;
  /* border : 1px #267abf solid; */
  background : #f5f5f5;  /* #fff0a1; */
}

.rech_sommaire_form select {
  padding-left:3px;
  font-size : 12px;
  color:#444444;
  width:255px;
  border-top : 1px #5c9bcf solid;
  border-right :1px #5c9bcf solid;
  border-bottom :1px  #a5c8e4 solid;
  border-left :1px #a5c8e4 solid;
  background : #f5f5f5;
}


#rech_operateur {
  border:0px solid red;
  margin:10px 0 0px 150px;
}

#rech_operateur input {
  padding:0px;
  margin:0px 5px 0 5px;
  font-size : 12px;
  color:#444444;
  width : 15px;
  height : 15px;
  border-top : 1px #5c9bcf solid;
  border-right :1px #5c9bcf solid;
  border-bottom :1px  #a5c8e4 solid;
  border-left :1px #a5c8e4 solid;
  /* border : 1px #267abf solid; */
  background : #f5f5f5;  /* #fff0a1; */
  border:1px solid red;
}

#rech_operateur label {
  margin:0px;
  padding:0px;
  font-weight:bold;
  display:inline;
  float:none;
  width:40px;
  height:30px;
   border:0px solid red;
}

#rech_submit_button {
  border:0px red solid;
  padding: 15px 0 0 153px;
}

.rech_sommaire_form .erreur {
  margin: 15px 0 0 152px;
  color:#da3325;
  font-size : 13px;
  font-weight:bold;
  border:0px solid red;
}

/***** Resultats recherche *****/

.rech_sommaire_titre_revue {
  clear:both;
  margin:0px 0 0 0;
  padding:15px 0 5px 0;
  /* float:left; */
  border:0px solid red;
  border-bottom:1px solid #aaaaaa;
}

.rech_sommaire_image_revue {
  float:right;
  margin:20px 80px 0 0px;
  /* float:left; */
  border:0px solid purple;
}

.rech_sommaire_liste_titre_rubrique {
  float:left;
  margin:20px 0 0 0;
  width:350px;
  /* float:left; */
  border:0px solid green;
}

.rech_sommaire_liste_lien_sommaire {
  float:left;
}

.rech_nb_resultat {
  margin:0px 0 20px 0;
  border:0px solid green;
}
.rech_selection_revue {
  float:left;
}
.rech_label {
  clear:both;
  padding : 3px 5px 0 0;
  float:left;
}

.rech_mots_cles {
  float:left;
}





