/* CSS Document */

body{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 0px;

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

/*********CADRE GLOBAL**********/
div#site{
	width: 768px;
	height: 530px;
	background: #fff;
	
	border-left: 0px solid #000;
	border-top: 0px solid #000;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	
	margin: 0 auto;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 100px;
}

/*********LIGNE DE COULEUR EN HAUT**********/
	div#haut{
		width:100%;
		height: 12px;
		background: #FCD001;
		
		margin: 0px;
		padding: 0px;
	}


/*********PARTIE BANDEAU TITRE**********/
	div#bandeau{
		width: 100%;
		height: 194px;
		background: #fff;
		
		position: relative;
		z-index: 0;
		
		margin: 0px;
		padding: 0px;
	}
		
		div.image{
			width: 423px;
			height: 194px;
			background: url(../images/img_bandeau.jpg) no-repeat top left;
			float: right;
		}
				
		/*********POUR LE SLOGAN --> VOIR STYLE PAGE PARTICULIERE**********/
	

/*********PARTIE LOGO ET TITRE POSITEXTE**********/
	div#titre_logo{
		position: absolute;
		top: 40px;
		z-index: 2;
		width: 345px;
		height: 70px;
		
		padding-left: 10px;
	}
	
		div.logo{
			background: url(../images/img_logo.gif) no-repeat top left;
			width: 54px;
			height: 41px;
			
			float: left;
			
			margin-top: 4px;
		}
		
		div.titre{
			text-align: left;
			line-height: 20px;
			
			padding-left: 0px;
			padding-top: 10px;
			line-height: 16px;
			margin-top: 3px;
			float: left;
			clear: right;
		}
		
			h1.txt_rouge{
				font-family: Bliss-Regular;
				font-size: 36px;
				color: #A70300;
				
				margin-bottom: 3px;
				padding-bottom: 4px;
				margin-top: 1px;
				padding-top: 3px;
				line-height: 10px;
			}
			
			h3.txt_gris{
				font-family: Bliss-Regular;
				font-size: 10px;
				color: #ABABAB;
				font-weight: normal;
				
				line-height: 10px;
				margin-bottom: 0px;
				padding-bottom: 0px;
				margin-top: 0px;
				padding-top: 2px;
			}
		
/*********LIEN SUR LE LOGO**********/
	div#retour{
		position: absolute;
		text-align: left;
		top: 40px;
		z-index: 3;
		width: 345px;
		height: 70px;
		
		padding-left: 10px;
		
	}
	
		a img{
			border: none;
		}
		
/*********BANDE GRISE AVEC TITRE --> POUR LOGO PARTENAIRE VOIR STYLE_HOME.CSS**********/	
	div#pub{
		width: 100%;
		height: 20px;
		background: #E4E4E4;
	}
	
		p.gros_titre{
			font-family: Bliss-Regular;
			font-size: 24px;
			color: #363333;
			
			text-align: center;
			
			margin-top: 13px;
		}
	
	
/*********PARTIE CENTRALE**********/
	div#contenu{
		width: 100%;
		height: 278px;
		background: #fff;
		height: auto;
	}
		
		/*********POUR LES BLOCS DE TEXTE --> VOIR SUR CHAQUE FEUILLE DE STYLE APPLIQUEES A CHAQUE PAGE**********/

