/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 10
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */

/* cadre globale contenant le site complet */
#global {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}


/* Général - Balise HTML */
body {
	color: #F0E39E;
	background: #B6B6BB;
	padding: 20px 5px;
	font-family: Arial;
	font-size: small;
}

a {
	color:#16B32D;
	font-weight:bold;
	text-decoration: none;
}
a:hover, a:focus {
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
}
strong {
	font-weight:bold;
	color: #000000;
}

h1 {
	color: #AC110D;
	font-family: "arial";
	font-weight:bold;
	font-size:16pt;
	text-align:center;
	
}

h2 {
	color: #07608f;
	font-family: Arial;
	font-weight:bold;
	font-size:14pt;

}

ul li{
	list-style-type:none;
}

/* Conteneur central */
#centre {
	background: url(../10-fond.gif) repeat-y;
	width: 100%;
	overflow: hidden;
}

/* Menu de gauche*/
#menugauche {
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 182px;
/*	border:solid 1px #000000;*/
}
#menugauche a {
	color:#9C0501;
	display: block;
	height: 1%;
	padding: 5px 5px 5px 5px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
	font-family: Arial;
}
#menugauche a:hover, #menugauche a:focus {
/*	background: #000000; */
	color:#FF0700;
	display: block;
	height: 1%;
	padding: 5px 5px 5px 5px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
	font-family: Arial;
}



#menugauche ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}



/* Menu de droite */
#menudroite {
	background: #FFFFFF;
	margin-left: 720px;
	/* border:solid 1px #000000;*/
	color:#000000;
	padding-top:5px ;
	padding-left:5px;


}

/* Contenu principal */
#principal {	
	color: #181A12;
	background: #FFFFFF;
	float: left;
	width: 500px;
	padding:10px;
	/*border:solid 1px #000000;*/
}




/*
#principal a {
	color: #332510;
}
#principal a:hover, #principal a:focus {
	color: #6E5122;
}
#principal strong {
	color: #181A12;
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
}
*/


/* En-tête */
#entete {
	padding: 0px 0;
	background: url(../images/gagner-sans-investir6.gif);
	width:950px;
	height:180px;

}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}


/* Menu Entete */
#menuentete {
	
	padding: 0px 0;
	background: url(../images/menubarre2.gif);
	width:950px;
	height:41px;
	
	
}


#menuentete ul { 
	padding:0;
	margin:0;
 	list-style-type:none;
} 

#menuentete li { 
	margin-left:2px;
	float:left; /*pour IE*/
} 

#menuentete ul li a {
	display:block;
	float:left; 
	width:100px; 
	color:#ffffff;
	cursor: pointer;
	font-family: Arial;
	font-weight: bold;
	text-decoration:none; 
	text-align:center;
	padding:10px; 

} 

#menuentete ul li a:hover {
	display:block;
	float:left; 
	width:100px; 
	color:#FF0700; 
	cursor: pointer;
	font-family: Arial;
	font-weight: bold;
	text-decoration:none; 
	text-align:center;
	padding:10px; 
} 


/* Pied de page */
#pied {
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: .85em;
	background: url(../images/baspage.jpg);
	width:950px;
	height:80px;
}

#pied a {
	color:#FFFFFF;
	font-family:Arial;
	text-decoration:none; 
	font-weight: normal;
}
#pied a:hover, a:focus {
	color:#FFFF99;
	font-family:Arial;
	text-decoration:none; 
	font-weight: bold;
	font-weight: normal;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}



