/*
vert fonce = 458923
bleu vert = 79CADF
bleu clair = 79CADF
rouge = EC0D0F
vert herbe = 95D38A
*/

#topinfo {

	color: white;
	background-color: black;
	padding: 50px 200px;
}


.sponsor a img {
	border: none;
}

.sponsor {
	width: 155px;
	float: left;
	text-align: center;
}

body{
	font: 11px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
line-height: 1.5em;
background-color: #452F27;
}

.inter {
	color: #95D38A;
	font-weight: bold;
}

.unefois {
	font-size: 0.85em;
}

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

#maincontainer{
width: 950px; /*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*/

}

#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: #EC0D0F;
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           :   2px;               /* 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  :   #95D38A;           /* 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: #555;
color: #FFF;
text-align: center;
padding: 4px 0;
height: 70px;
}

#footer a{
color: #FFFF80;
}

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


/* 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;

}


