/************************ Global ************************/

body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	margin: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	line-height:14px;
}

a:link {
	color: #cccccc;
	/*color: #b3d66f;*/
}

a:hover {
	color: #b3d66f;
	text-decoration:none;
}

a:visited {
	color: #cccccc;
}


/************************ layout ************************/  

#top {
background-image:url(../img/bg_header_microzoo.jpg);
background-repeat:no-repeat;
background-position:center;
height:95px;
width:768px;
}

#content {
width:768px;
min-height:550px;
background-image:url(../img/bg_content_dj.jpg);
background-position:top;
}

#contentIndex {
width:768px;
height:550px;
background-image:url(../img/bg_index_microzoo.jpg);
background-position:top;
}

#container {
/* background-image:url(../img/bg_content_dj.jpg); */
background-position:center;
background-repeat:no-repeat;
}


#left {
	width:215px;
	height:350px;
	float:left;
	padding-left:25px;
	padding-top:100px;
}

#mailinglist {
padding-top:300px;
}


#right {
width:525px;
float:right;
}

#texte {
width:480px;
text-align: left;
float:left;
}

#miniplayer {
width:425px;
height:75px;
text-align: left;
float:left;
}

#miniplayer a:hover {
width:455px;
height:155px;

}

.newsContainer {
padding-bottom:15px;
padding-top:5px;
}

#newscroller {
	height:20px;
	padding:5px;
	text-align:center;
	width: 693px;
	margin:0 0 10px 35px;
	background-color:#212629;
}
 
#newscroller h1 {
	font-size:14px;
	text-transform:uppercase;
	color:#b3d66f;
}



/************************ text ************************/

.title  {
font-size:11px;
text-transform:none;
color:#b3d66f;
}

.titre_news  {
font-size:11px;
color:#b3d66f;
}

.dj {
	font-size:36px;
	color:#b3d66f;
	font-weight:bold;
	text-transform:uppercase;
}

h1 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size:15px;
	color:#b3d66f;
	padding-top:5px;
	;
	margin:0;
}

h2 {
font-family: Helvetica, Geneva, Arial, sans-serif;
font-size:14px;
color:#b3d66f;
padding:0;
margin:0;
}

h3 {
font-family: Helvetica, Geneva, Arial, sans-serif;
font-size:14px;
color:#b3d66f;
padding:0;
margin:0;
}

h5 {
font-size:9px;
padding:0;
margin:0;
color:#999;
/*border-bottom: solid #999 1px;
background-color:#333333;*/
}


.date {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size:40px;
	color:#b3d66f;
	padding-top:11px;
	font-weight:bold;
	float:left;
	margin-right:20px;
	width:40px;
	color:#b3d66f;
	height: 40px;
}


/************************ sous menu ************************/

.buttonscontainer {width: 200px;}

.buttons a {
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px dotted #3b3f43;
font: 10px Verdana, sans-serif;
text-decoration: none;
text-align: left;
height:18px;
color:#b3d66f;
}

.buttons a:hover {background-color: #333a3c;
color: #ffffff;
text-decoration: none;}




/******************* firefox/safari stuff *******************/
::-moz-selection{
	background:#b3d66f;
	color:#121517;
}

::selection {
	background:#b3d66f;
	color:#121517;
}


code::-moz-selection {
	background: #dadada;
}

code::selection {
	background: #b3d66f;
}
