body{
	background:#F1F6FA;
	/* couleur arriÃ¨re plan gÃ©nÃ©rale */
}

#principal
{
	width:752px;
	height: 660px;
	background: url(bg_content_tab_repeat_light.jpg);
	margin:auto;
	margin-top: 100px;
	border: 1px #A58447 solid;
	box-shadow: 0px 0px 15px #A58447
}



#baniere{
	width:746px;
	height:100px;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#baniere img
{
	height: 70px;
	width:auto;
	float: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#slideshow{
	width:746px;
	height:350px;
	margin-left:3px;
	margin-right:3px;
}


.pics img {
	width:746px;
    height: 350px;
}




#centre{
	/*background:#FFFFFF; 								/* COULEUR ARRIERE PLAN du titre au centre */


	text-align:center;
	/*border-top: 3px white solid; 						/* épaisseur et couleur du bord supérieur au titre*/
	/*border-bottom: 3px white solid;						/* épaisseur et couleur du bord inférieur au titre*/
							/* COULEUR ARRIERE PLAN du titre au centre */
	color: #A58447; 									/* COULEUR du TEXTE */
	font: bold 22px Verdana;
	height:20px;
	padding:10px;
	width:726px;
	border-bottom: 1px #A58447 solid;
	
}


#bas{
								 /* couleur de l'arriÃ¨re-plan, lien d'une image arriÃ¨re plan, et sa position */
	text-align:center; 
	
	height: 150px;
	width:746px;
	


}
	#basRefus{
								 /* couleur de l'arriÃ¨re-plan, lien d'une image arriÃ¨re plan, et sa position */
		text-align:center; 
		height: 100px;
		padding-top:50px;
		width:746px;
	}

	#gauche{
	width:373px;
	float:left;

	}

	#droite{
		float:right;	
		width:373px;
	}

#condi{
	overflow:auto;
	width:650px; 
	height:100px; 
	text-align:justify; 
	background-color:#FFF;
	
	border:1px solid grey;
	box-shadow:2px 2px 5px #CCCCCC;
	padding:3px;
	font: normal 12px Verdana;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	
}

#base
{
	margin-top:10px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #A58447;
	font-size:14px;
	width:746px;
	text-align:center;
}

#pwd{
	border:1px #A58447 solid;							/* COULEUR BORDURE */
	width: 150px;
	color:#000;
	padding:2px;
	text-align:center;
	font-family:tahoma, arial, sans-serif;
	border-radius: 5px;
	margin-top:10px;
	margin-bottom:15px;
}

.button{
	font: bold 12px Arial;
	width: 110px;
	padding: 3px;
	cursor:pointer;
	border-radius:5px;	
	box-shadow: 0px 0px 10px #CCC;
	border: solid #CCC 1px;
	background: #FFF;
	margin-top:10px;	
}

.button:hover{
	background: #A58447;
	color:#F0F0ED;
}

.texte_principal{
	color:#EEE;
	font-weight:bold;
	font-family:Verdana;
	font-size:16px;
}
	
.texte_secondaire{
	color:#A58447;
	font-family:Verdana;
	font-size:13px;
}


