/*------------------------*/
/*      Site Magellan     */
/*------------------------*/

/*##################################################################*/

/* structure :                     
	body                     
		.top 
			.header
				#menu
		.global
			.content                  
				.content_gauche:               
					.en_tete                   
					.maintexte                  
					.pied                      
				.content_droite:
			.footer               
*/

/*##################################################################*/

/*-------------------*/
/*      Générale     */
/*-------------------*/

body
{
	background-image: url("images/fond.png");
	margin: auto;
	margin-top: 10px;
	margin-bottom:10px;
	font-family: verdana, Arial, serif;
	font-size: 14px;
}

.top /* fond blanc permanent derrière la bannière */
{
	background-color:#FFFFFF;
	border-bottom: 1px #E8E8E8 solid;
	border-top: 1px #E8E8E8 solid;
	width: 100%;
	height: 120px;
}
.header /* bannière, taille fixe */
{	
	background-image: url("images/banner.png");
	background-repeat:no-repeat;
	background-position: left;
	width: 995px; /*= global*/
	height: 90px;
	margin: auto;
	margin-bottom: 5px;
	margin-top: 20 px;
	margin-right: 80 px;
	text-align: right;
	padding-top: 40px;

}

.global /* encapsuleur général */
{
	width: 995px; /* =header*/
	margin: 0 auto;	
}

.content /*contenu de chaque pages */
{
	width: 100%;
}

.footer /* pied de page*/
{
	width: 100%;
	height: 50px;
	padding-top: 5px;
	text-align: center;
	font-family: verdana, arial, serif;	
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-bottom: 1px #E8E8E8 solid;
	border-top: 1px #E8E8E8 solid;
	color: #D5C944;
	position: relative;
	clear: left;
}

/*-------------------*/
/*  Config. Générale */
/*-------------------*/

.langue
{
	text-align: center;
	padding: 20px;
}

h1
{
	color: #D5C944;
	font-weight: bold;
	font-size: 20px;
	text-align: left;		
}

h2
{
	color: #95BB2C;
	font-weight: bold;
	font-size: 18px;
	text-indent: 50px;		
}

h3
{
	color: #95BB2C;
	font-size: 14px;
}

a
{
	color: #95BB2C;
	font-size: 14px;
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;
}

/*-------------------*/
/*       Menu        */
/*-------------------*/

/* (inclus dans Header) */

.header ul li
{
	display: inline;
	list-style-type: none;	
	float:right;
	text-indent: 10px;
}

.header li a
{
	display: block;
	color: #D5C944;
	font-size: 15px;
}

.header li a:hover
{
	text-decoration: none;
	border: none;
}

/*-------------------*/
/*      Contenu      */
/*-------------------*/

/* structure :                     */
/*   Content_gauche:               */
/*     En tête                     */
/*     Maintexte                   */
/*     Pied                        */
/*   Content_droite:               */

.content_gauche
{
	width: 60%;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	float: left;
}

.en_tete /* Texte d'intro au contenu suivant */
{
	margin: auto;
	text-align: justify;
	margin-bottom: 15px;
}

.maintexte /* Texte */
{
	margin: auto;
	text-align: justify;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

.pied /* message "marketing" */
{
	text-align: center;
	font-size: 18px;
	margin-left: 0px;
	margin-bottom: 80px;
	margin-top: 20px;
	border-top: 3px #95BB2C solid;
}

.pied a
{
	font-weight: bold;
	font-size: 19px;	
}

.content_droite /* illustration, images à régler dans "pied.php" */
{
	width: 35%;
	height: 80%;
	float: right;
	text-align: center;
	margin-top: 5px;
}


/*-------------------*/
/*       Actu        */
/*-------------------*/

#blog 
{
	color: #D5C944;
	font-weight: none;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}