/*  
Theme Name: Ginger Ninja! v2
Description: The new Ginger Ninja! theme.
Version: 1.0
Author: Donny Burnside
Author URI: http://www.ginger-ninja.net/
*/

/* Generic Styling */

body {
	/*background:#CC0000 url('http://www.vonews.fr/pub/habillage-noel.jpg') center top no-repeat;*/
	background:#E9E9E9;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}

#white {
	background-color:#FFF;
}
	
#hab_click {
	display:block;
	height: 195px;
	z-index:1;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#036;	/*color:#000000;*/
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

/* Structure */

#main {
	margin:0 auto;
	width:1030px;
	background:url(../images/fond_site.png) center top repeat-y;
	font-size:1.2em;

	}
#header {
	height:139px;
	background:url(../images/header2.png) center center no-repeat;
	}
#logo {
	float:left;
	width:450px;
	height:139px;
	}
#header2 {
	float:right;
	width:580px;
	height:139px;
}
#maj {
	margin:10px 11px 0 150px;
	height:35px;
	}
	
#block_sortir {
	margin-left:55px;
	text-align:left;
	height:50px;
	}

#block_sortir strong {
	color:#FFFFFF;
	font-size:13px;
	margin-right:10px;
}

#block_sortir a {
	color:#FFFFFF;
	font-size:12px;
	margin-right:10px;
}

#block_sortir a:hover {
	color:#C4FFC4;
	}
	
#block_newsletter {
	margin-bottom:5px;
	float:right;
	}
#newsletter {
	border:1px solid #FFFFFF;
	vertical-align:middle;
	background:#000 url(../images/blockdefault.gif) center center repeat-x;
	margin-right:18px;
	}
#newsletter strong{
	color:#FFFFFF;
	font-size:12px;
	} 

#flashinfo {
	float:left;
	width:200px;
	background:#efefef;
	}
#bar {
	float:left;
	width:300px;
	background:#FFF;
	}
#content {
	background:url(../images/fond_site.png) center top repeat-y;
	float:left;
	width:500px;
	min-height:400px;
	margin-left: 15px;
	}
#footer {
	width:1000px;
	margin-left:15px;
	clear:both;
	/*background:url(../images/bg-footer.jpg) no-repeat;*/
	}

/* Entries */

#maincontent {
	background: #F8F8F8 url('../images/maincontentbg3.gif') repeat-y top left;
	margin-left:5px;
	text-align:justify;
	}
	
#maincontent .first {
	background: url('../images/maincontenttopbg3.gif') no-repeat top left;
	}
	
#maincontent .last {
	background: url('../images/maincontentbottombg3.gif') no-repeat bottom left;
	}

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}

.article img {
	margin:8px 8px 8px 8px;
	}

.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(../images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}


/***************
Menu
************/

/* ===================================== */
/* MENU MACHINES */
/* ===================================== */
#menu_vo, #menu_vo ul{
	margin: 0;
	list-style: none;
	color:white;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 1000px;
	background: black url(../images/blockdefault.gif) center center repeat-x;
}

#menu_vo li{
/*border-right: 1px solid white;*/
float: left;
width:auto;
/*background: black url(../images/blockdefault.gif) center center repeat-x;*/
}
#menu_vo li#search {
float: right;
}

#menu_vo li:hover {
/*border-right: 1px solid white;*/
float: left;
width: auto;
}

#menu_vo li a{
padding: 9px 15px;
display: block;
width: auto;
/*float: left;*/
color: white;
text-decoration: none;
border-right: 1px solid white;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

#menu_vo li a:hover{
border-right: 1px solid white;
/*float: left;*/
width:auto;
color: white;
text-decoration: none;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}

#menu_vo li#actu a:hover{
color: black;
background: transparent url(../images/blockactive_actu.gif) center center repeat-x;
}
#menu_vo li#actu a{
color: white;
background: transparent url(../images/blockactive_bleu.gif) center center repeat-x;
}
#menu_vo li:hover ul, #menu_vo li.sfhover ul {
	left: auto;
}
#menu_vo li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#menu_vo li ul li a, #menu_vo li ul li a:hover {
padding: 0px 15px;
text-decoration:none;
color:white;
display: block;
width: 10em;
color: white;
float:left;
}

.menu_footer_vo{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.menu_footer_vo li{
display: inline;
}

.menu_footer_vo li a{
float: left;
color: white;
padding: 3px 5px;
text-decoration: none;
border-right: 1px solid white;
}

.menu_footer_vo li a:visited{
color: white;
}

.menu_footer_vo li a:hover{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}

/*******
Menu footer
******/

/* Sidebar */

#flashinfo ul {
	list-style-type:none;
	margin-top:10px;
	}
#flashinfo li .titre a, .titre a:hover{
border-bottom:1px solid #FF0000;
}

#flashinfo li a {
	display:block;
	height:auto;
	/*line-height:20px;*/
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#flashinfo li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#flashinfo-bottom {
	height:20px;
	background:url(../images/bg-sidebar-bottom.gif) no-repeat top center;
	}
#flashinfo .sep{
height:10px;
	}

/* Sidebar2 */

#bar a {
color:#000000;
text-decoration:none;
}

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

#bar ul {
	list-style-type:none;
	margin-top:10px;
	}
#bar .sep{
height:10px;
	}
#bar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#bar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#bar-bottom {
	height:20px;
	background:url(../images/bg-sidebar2-bottom.gif) no-repeat top center;
	}
	
#bar-bottom_JT {
	height:20px;
	background:url(../images/bg-sidebar2-bottom_JT.gif) no-repeat top center;
	}
	
#bar-bottom_sortir {
	height:20px;
	background:url(../images/bg-sidebar2-bottom_sortir.gif) no-repeat top center;
}

#bar-bottom_campus {
	height:20px;
	background:url(../images/bg-sidebar2-bottom_campus.gif) no-repeat top center;
	}
	
#bar-bottom_mivo {
	height:20px;
	background:url(../images/bg-sidebar2-bottom_mivo.gif) no-repeat top center;
	}
	
#bar-bottom_rss {
	height:20px;
	background:url(../images/bg-sidebar2-bottom_rss.gif) no-repeat top center;
	}

#bar .module_top {
	padding:5px;
	color:white;
	font-size:13px;
	background:url(../images/entete-JT2.png) center center no-repeat;
}


#bar .module_top_sortir {
	padding:5px;
	color:white;
	font-size:13px;
	background:url(../images/entete-sortir2.png) center center no-repeat;
}

#bar .module_top_mivo {
	padding:5px;
	color:white;
	font-size:13px;
	background:url(../images/entete-mivo2.png) center center no-repeat;
}


#bar .module_top_campus {
	padding:5px;
	color:black;
	font-size:13px;
	background:url(../images/entete-campus2.png) center center no-repeat;
}


#bar .module_top_rss {
	padding:5px;
	color:white;
	font-size:13px;
	background:url(../images/entete-rss2.png) center center no-repeat;
}


#bar .module {
	margin: 5px 5px 5px 5px;
	background:#C4D6FF;
}

#bar .module_campus {
	margin: 5px 5px 5px 5px;
	background:#E3C1FF;
}

#bar .module_sortir {
	margin: 5px 5px 5px 5px;
		background:#C4FFC4;
}

#bar .module_mivo {
	margin: 5px 5px 5px 5px;
	background:#FFC4C4;
}

#bar .module_rss {
	margin: 5px 5px 5px 5px;
	background:#FFCA95;
}

/* Footer */
#footer .sep{
height:20px;
}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}

/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(../images/bg-feed.png) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("../images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	background:url(../images/bg-ad-top.png) center bottom no-repeat ;
	/*padding:5px;*/
	}

