/* Start of CMSMS style sheet 'style radio 103' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font:normal 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
   line-height: 1em;
   margin-bottom:5em;
}


/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link, 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element 
   background-color: inherit;*/ 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #385C72;
}

.noprint
{
float:right;
}
/*****************
basic layout 
*****************/
body {
   background: rgb(134,148,161);
   color: #333;
}

/* bloc central */
 div#main {
   margin: 4pt 3em 4pt 4em;       /* this centers wrapper */
   width:60%;
   background-color: #efefef;
   color: black;
  position:relative;
  top:2em;
  left:24%;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 12em;    /* adjust according your image size */
   background:rgb(26,46,66);
   border-bottom:1px solid #f2f2f2;
   margin:0;           
}

div#header h1 a {
/* you can set your own image here */
   /*background: #385C72;*/ 
   display: block;
   height: 80px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

.ecouter

{
background:transparent url(uploads/images/tech.jpg) no-repeat scroll top left;
color:#F8F8F8;
display:block;
font-size:2em;
height:150px;
left:27%;
top:0.2em;
position:absolute;
text-decoration:none;
width:630px;
}

a.ecouter span
{
margin:-999em;
}

/*----------------outils-------------------*/

#outils
{
height:60px;
background:#385c72 url(uploads/images/img-site/fd_search_2.png) repeat top left;
border-bottom:1px solid #ccc;
}

/* position for the search box */
div#search {
left:21%;
position:relative;
top:-1.7em;   
   width: 24em;  
   text-align: right;
   padding: 0.2em 0;
   margin: -4pt 0;
}
div#outils div#search label
{
color:rgb(255,255,255);
}

/*div#outils > div#search
{
margin: -19pt 0;
}*/
/*form*/

div#outils form
{
background: transparent/*#efefef url(uploads/images/img-site/fd_search.jpg) repeat-x top left*/;
height:40px;
float:right;
}
input
{
margin:6pt 7pt 0 2pt;
background:#eee;
border:1px solid #fff;
}
/****formulaire de contact****/
#contact
{
position:relative;
top:1em;
left:1em;
float:none;
background:transparent;
height:none;
}


ul.barre
{
list-style-type:none;
}

ul.barre li
{
display:inline;
}

ul.barre li a
{
float:left;
padding:4px;
}

.ecoute2
{
background: transparent url(uploads/images/img-site/audio4.jpg) no-repeat top left;
width:53px;
height:19px;
}

.ecoute2 span
{
margin-left:-999em;
}

.noprint
{
background:transparent url(uploads/images/img-site/texte4.jpg) no-repeat top left;
width:53px;
height:19px;
}
.noprint span
{
margin-left:-999em;
}


/*-----------------fin outils--------------------*/
.breadcrumbs {
   padding: 0.5pt;
   font:normal 0.8em arial, verdana, serif;
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   color:#fff;
   text-indent:0;
}
p.breadcrumbs a
{
color:#fff;
}

/**********************
sidebar
********************/
div#sidebar {
   /*float: left;*/        /* set sidebar on the left side. Change to right to float it right instead. */
   position:absolute;
   top: 17.5em;
   left:0.2em;
   width: 24%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
   
}

div#sidebar ul
{
background:#efefef;
}

div#nuages
{
width:92%;
border:2pt solid #333;
background:rgb(239,239,239);
margin:2em 0 1em 1em;

}

/**************************
footer
************************/

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
   background-color: #385C72; /* same bg color as in header */
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div#main p.left49 {
   clear:left;
   border-top:1px dotted black;
   text-indent:0;
   font-size:small;
   width: 98%;
}

div#main p.right49 {
  float: right;
  width: 49%;
  text-align: right;
  font-size:small;
}

div#main form
{
margin:auto;
}

div#main form fieldset
{
background:rgb(250,239,212);
}


/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#main h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}

div#main h2
{
color: #294B5F; 
	font-size: 1.5em; 
	text-align: left; 
        font-family: georgia,serif;
        color:rgb(111,40,34);
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 2px;
/* set borders around header */
	border-bottom: 1px solid #e7ab0b; 
	/*border-left: 1.1em solid #e7ab0b; */
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 1em 0;
}

div#main h3 {
   font-size: 1.3em;
   font-family:georgia, serif;
   color:#294b5f; 
   text-indent:1.1em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#main h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#main h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

div#main p
{
width:70%;
margin:0 auto;
}
/* END HEADINGS */

/* TEXT */
p {
  /* font-size: 1em;*/
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 150%;
   padding: 4pt;
   text-align:justify;
   text-indent:2em;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
{
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 5em;
   padding:4pt 0;   
   width:70%;
   line-height:150%;
   text-align:justify;
}
div#main ul.picturelist li#albumphoto
{
width:auto;
}
/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
}

div#main dl {
  margin: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0; background:#dfdfdf;
}
div#main dl dt {background:#6d85af; color:#efefef; padding:5pt; margin: 0 0 0.5em 0}div#main dl dt a {color:#efefef;}
div#main dl dd {padding-left:2em;}

/***************************
DL EMISSION ACDLV
****************************/
div#main dl.acdlv img
{
 border: 5px solid #fff;
-moz-box-shadow: 2px 2px 5px #777; 
-webkit-box-shadow: 2px 2px 5px #777; 
box-shadow: 2px 2px 5px #777; 
}

div#main dl.acdlv
{
border: 1px solid #000;
background:rgb(251, 242, 213);
width: 245px;
height:245px;
text-align: center;
padding: 0 0 10px 0;
float: left;
margin: 0.1em;
font-family: courier, monospace;
-moz-box-shadow: 2px 2px 5px #777; 
-webkit-box-shadow: 2px 2px 5px #777; 
box-shadow: 2px 2px 5px #777; 
}

div#main dl.acdlv:nth-child(even)  {
-webkit-transform: rotate(2deg);
-moz-transform: rotate(2deg);
 }

div#main dl.acdlv:nth-child(odd)  {
-webkit-transform: rotate(-2deg);
-moz-transform: rotate(-2deg);
 }
div#main dl.acdlv:hover
{
-moz-transform:scale(1.2);
-webkit-trasnform:scale(1.2);
z-index:10;
}

div#main dl.acdlv dd
{
padding:0;
}

div#main dl.acdlv dt
{
padding: 5px 10px;
margin-bottom: 10px;
background:rgb(97, 46, 0);
}


/* END LISTS */

/*list on abécédaire */

div#main ul#atoz { 
    margin:0;
    padding: 0;
    background: #212121
    }

div#main ul#atoz li { margin: 0pt;
    display: inline;
    }

div#main ul#atoz li a { padding: 0pt 5px;
    /*background: #212121;*/
    text-decoration: none;
    color: #f5f5f5;
		display:inline;
    }

div#main ul#atoz li a:hover { background: #f5f5f5;
    color: #212121;
    }

/*end list ont abécédaire */

/***************************
dl class bbc_ga
**************************l*/
/*div#bbc_mini_gal
{
width:100%;
}*/
div#main dl.bbc_gal
{
border: 1px solid #000;
background-color: #333;
width: 195px;
text-align: center;
padding: 10px;
float: left;
margin-right: 1em;
}

div#main dl.bbc_gal dt { 
font-weight: bold; 
background:#eee;
}

div#main dl.bbc_gal dt img
{
border: 1px solid #000;
width: 170px;
height: 150px;
}

div#main dl.bbc_gal dd
{
margin: 0;
padding: 0;
color:#fff;
}

/***************info header comment écouter ****************/
p.aide 
{
margin:-3em 0;
position:relative;
left:30em;
width:18em;
}
p.aide a
{
color:#fff;
}

/****************
Divers
***************/

/******************************
lecteur big boss country
******************************/
div.lecteur
{
background:#333 url(lecteur_big_boss_grad.png) repeat-x top left;
color:#fff;
border:5pt solid #4e4e4e;
margin:20pt;
min-height:151px;
font-size:0.9em;
}

div.lecteur object
{
position:relative;
top:15px;
left:35px;
}

div#main div.lecteur h3
{
color:#eee;
}
div.lecteur pre
{
background:transparent;
border:none;
padding:3pt;

}
div.lecteur a
{
color:white;
}

div.lecteur img#format_logo
{
float:left;
margin:0 2pt 0 0;
border-right:1px solid #ccc;
}

div.lecteur ul#playlist li
{
display:inline;
margin:0;
}


/******************************
div classements airplay
******************************/
div.classements
{
background:#333;
color:#fff;
border:5pt solid #4e4e4e;
margin:20pt;
min-height:151px;
font-size:0.9em;
}


div#main div.classements h3
{
color:#eee;
}
div#main div.classements pre
{
background:transparent;
border:none;
padding:3pt;
line-height:7pt;
font-size:1em;
margin:20pt 0;
}
div.classements a
{
color:white;
}
div#main div.classements pre.airplay
{
background:transparent url(/uploads/images/img-site/archive.png) no-repeat top left;
padding:0 0 0 2em;
}
/* End of 'style radio 103' */

