
body{
	font: 11px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
line-height: 1.5em;
background-color: black;
background-image:url(http://www.rock-coeur.be/perenoel2008/wallpaper-alex.jpg);
}


.unefois {
	font-size: 0.85em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 940px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: white;

}

#topsection{
background: black;
height: 120px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;

}

#contentcolumn{
margin-right: 330px; /*Set right margin to RightColumnWidth*/
padding-top: 15px;
}

#rightcolumn{

float: left;
width: 315px; /*Width of right column*/
margin-left: -330px; /*Set left margin to -(RightColumnWidth) */
background: white;
margin-top: 15px;
}

.cadrerouge {
background-color: #E2001A;
color: white;
padding: 5px 0 5px 0 ;
margin-bottom: 15px;
font-size: 1.1em;
}

.cadrerouge a {
	color: white;
	text-decoration: underline;
}

.cadrerouge a:hover {
	color: white;

	text-decoration: none;
}


.cadre {
background-color: ;
padding: 0;
margin-bottom: 15px;
}

#menu {
	margin-bottom: 15px;
}

#menu ul
{			   
  margin    :   0;              /* Marge extŽrieur nulle */
  padding   :   0;              /* Marge intŽrieur ˆ 1px sauf pour le bas */ 
  width     :   315px;          /* Largeur de notre liste */
  font-size :   1.2em;          /* Taille de notre police */
}				
	
	
#menu ul li 
{						  
  list-style-type   :  none;            /* Aucunes puces associŽes */
  margin-bottom     :  1px;             /* Ajout d'une marge en bas du lien */
}

#menu ul li a
{
  width             :   auto !important;   /* Largeur interprŽtŽe par tous les navigateurs exceptŽ IE6 et infŽrieur */						
  width             : 	100%;              /* largeur interprŽtŽe par IE6 et infŽrieur */
  padding           :   4px;               /* DŽfinition des marges intŽrieures */  
  text-decoration   :   none;              /* Suppression du soulignement */
  color             :   #000;              /* Couleur de la police */
  display           :   block;             /* DŽfinition sous forme de block */
  background-color  :   #97BF0D;           /* DŽfinition de la couleur de fond */ 
  border-left-width :   4px;               /* Modification de la bordure gauche */
  padding-left:10px;
}				
		
		
	
#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
height: 70px;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;


}


/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(../img/overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:560px;
	height:420px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../img/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url(../img/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(../img/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}

.timenu {
	margin-top: 17px;
    font-size: 0.8em;
	background-color: #333;
	padding: 1px 3px;

}

