/* Politique de base du site internet */
body
{
	margin: 5px 0 ;
	padding: 0 ;
	text-align: center ;
	font-size: 16px;
	font-family: sans-serif;
	background: #dea ;
	
}
body a:link	{color: #406040;}
body a:hover	{color: #4060a0;}
body a:visited	{color: #4080a0;}
body a:active	{color: #0040a0;}

/* Cadre du site, identique pour toutes les pages */
div#cadrePrincipal
{
	width: 990px ;
	height: 910px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #ab4 ;
	background: #fff ;
}

/* Cadre de titre du haut du site */
h1#header
{
	height: 80px ;
	background: url(./img/pannoramique-1.jpg) no-repeat left top ;
	margin: 0 ;
}

/** MENU **/
ul#menu
{
	height: 35px ;
	margin: 0 ;
	padding: 0 ;
	background: url(./img/bg_menu.gif) repeat-x 0 -25px ;
	list-style-type: none ;
}
ul#menu li
{
	float: left ;
	text-align: center ;
}
ul#menu li a
{
	width: 121px ;
	line-height: 25px ;
	font-size: 13px;
	font-weight: bold ;
	letter-spacing: 1px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #dea ;
}
ul#menu li a:hover
{
	background: url(./img/bg_menu.gif) repeat-x 0 0 ;
}
/** FIN MENU **/

/* Cadre de contenu du site internet, taille fixe pour toute les pages */
div#contenu
{
	height: 585px ;
	margin-left: 40px ;
	margin-right: 40px ;
	margin-top: 20 px;
	margin-bottom: 30px;
	background: url("./img/fond.jpg") no-repeat 0px 20px 
}

/* Titre de la section de la page */
div#contenu h2
{
	padding-left: 25px ;
	line-height: 25px ;
	color: #9b2 ;
	border-bottom: 1px solid #9b2 ;
}

/* Texte de base de page */
p#basdepage
{
	margin-top: 120px ;
	padding-right: 10px ;
	line-height: 30px ;
	font-size: 12px;
	text-align: right ;
	color: #8a0 ;
}

/* Paragraphe de base */
p.texte
{
	text-indent: 		30px; 		/* Tabulation au debut du texte */
	text-align: 		justify ;
	line-height: 		25px;		/* Hauteur de ligne */
	margin-top: 		12px ;
	margin-bottom:		12px ;
	margin-left:		5px ;
	margin-right:		5px ;	
}

p.texte_petit
{
	text-align: 		justify ;
	line-height: 		15px;		/* Hauteur de ligne */
	margin-top: 		12px ;
	margin-bottom:		12px ;
	margin-left:		15px ;
	margin-right:		15px ;	
}







