body{
	background:#F1F1F1 url(fond.jpg) repeat-x;
	/* couleur arriÃ¨re plan gÃ©nÃ©rale */
}

#principal{
	width:748px;
	height: 650px;
	background: #FFF;
	margin:auto;
	margin-top:100px;
	border:1px #A58447 solid;
	box-shadow:   0px 0px 15px #A58447;
}



#baniere{
	width:746px;
	height:80px;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFF;
}

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

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


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




#centre{
	background:#FFF; 								/* 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: #444; 									/* COULEUR du TEXTE */
	font: bold 19px Verdana;
	height:20px;
	padding:10px;
	width:726px;
	border-bottom: 2px #CCC solid;
	
}


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


}
	#basRefus{
		background:#FFF;							 /* 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:90px; 
	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:13px;
	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 13px Arial;
	width: 120px;
	padding: 3px;
	cursor:pointer;
	border-radius:5px;	
	box-shadow: 0px 0px 10px #CCC;
	border: solid #A58447 1px;
	background: #FFF;
	color: #444;
	margin-bottom:20px;
	margin-top: 10px
}

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

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


