body
{
	background-repeat:repeat-x;
}

#wrapper
{
	border-radius: 30px;
	position:relative;
	margin: auto;
	width: 963px;
	background-color: white;
	/*padding:30px;
	padding-top:5px;*/	
}

#banniere
{
	background-image:url("img/site-st-denis-bandeau.jpg");
	height:136px;
}
span#lien_banniere{ 
  position:absolute; 
	width: 963px;
	height:136px;
  top:0;
  left: 0;
  z-index: 1 
}   

#menu
{
	position:relative;
	left:-4px; /* 40 */
	margin-top:1px;
	margin-bottom:0px;
	/*display:inline;*/
	padding-top:3px;
	/*border-top: 1px solid #d4482d;*/
	border-bottom: 2px solid white;
	/*border-right:2px solid white;*/
	height:22px;
	width:970px;
	/*width:888px;*/
	background-color:#F4B027;
	
	-moz-box-shadow: 3px 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px 3px #ccc;


}

#menu ul
{
	margin-top:0px;
	padding:0px;
	
}

#menu li
{
	background-color:#F4B027;
	color:#89583A;
	display:inline;
	padding:3px 5px 3px 5px;
	border-width:0px;
	border-right-width:1px;
	border-style:solid;
	border-color:#89583A;
	margin:0px;

}

#menu li a
{
	font-weight:bold;
	font-family:sans-serif;
	text-decoration:none;
	color:#89583A;
	height:21px;
	font-variant:small-caps;

}

#menu li a:hover
{
	text-decoration:none;
	color:black;
}
div#espace_sous_menu
{
	border-left-color:#b0887f;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#b0887f;
	border-right-width:1px;
	border-right-style:solid;
	height:20px;
}


a img
{
	border-style: none;
}



h1
{
	font-family:sans-serif;
	font-size:120%;
	font-weight:normal;
	color:#89583A;

}

h2
{
	font-family:sans-serif;
	font-size:120%;
	font-weight:bold;
	text-align:center;
}

.actu
{
	border-radius: 15px;
	font-size:smaller;
	background-color:#fbc52d;
	width: 268px;
	margin:5px;
	padding:10px;
	min-height:150px;
	
}


.lien
{
	font-weight:bold;
	font-family:sans-serif;
	text-decoration:none;
	color:#6b88c4;
}

.lien:hover
{
	text-decoration:none;
	color:black;
}

.citation
{
	margin-top:25px;

}

#content
{
	position:relative;
	/*width:900px;*/
	/*height: 596px;*/
	margin:0px;
	clear:both;
	text-align:justify;
	font-family: Arial, sans-serif;
	color: #333333;
	/*background-image: url("oeil.jpg");*/
	
	border-left-color:#b0887f;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#b0887f;
	border-right-width:1px;
	border-right-style:solid;
	border-bottom-color:#b0887f;
	border-bottom-width:1px;
	border-bottom-style:solid;
}


div.partie_gauche
{
	float:left;
	width:640px;
}
div.partie_droite
{
	float:right;
	width:315px;
}

div.title
{
	font-weight:bold;
	border-color:#b0887f;
	border-width:2px;
	border-style:solid;
	color:white;
	display: inline-block;
	padding:2px 10px;
}
div.left_title
{
	border-left-width:10px;
	border-left-color:white;
	/*float:left;*/
	position:relative;
	left:-1px;
}
div.right_title
{
	border-right-width:10px;
	border-right-color:white;
	float:right;
	position:relative;
	left:1px;
	width:300px;
}


div.block
{
	padding:30px;
	clear:both;
	font-size:smaller
}
div.left_block
{
	padding:30px;
	/*border-left-color:#b0887f;
	border-left-width:1px;
	border-left-style:solid;*/
}
div.right_block
{
	padding:5px;
	/*border-right-color:#b0887f;
	border-right-width:1px;
	border-right-style:solid;*/
}


.footer
{
	height: 170px;
	width:900px;
	background-color:#c9c9c9;
	margin-left:50px;
}

.footer div
{
	float:left;
	margin-top:50px;
	margin-left:55px;
	
	font-family:Helvetica, sans-serif;
	color:#969495;
	font-weight:bold;
	font-size:small;
	
	border-right:solid 1px #969495;

	height:70px;
}

.footer #f1
{
	height:60px;
	padding-top:10px;
	padding-right:35px;
}

.footer #f2
{
	padding-right:35px;
}

.footer p
{
	margin-top:0px;
}

.footer a
{
	/* font-family:CaslonProItalic; */
	font-family:serif;
	color:#ae0c0c;
	font-style:italic;
	text-decoration:none;
	font-weight:bold;
	/* font-size:115%; */
}

.footer a:hover
{
	/* font-family:CaslonProItalic; */
	font-family:serif;
	color:black;
	font-style:italic;
	font-weight:bold;
	/* font-size:115%; */
}

.footer #f2 #plan
{
	font-family:serif;
	color:#ae0c0c;
	font-style:italic; 
}

.footer #f3
{
	border-right:none;
}


.footer2
{
	margin-top:50px;
	text-align:center;
	font-family:Helvetica, sans-serif;
	color:#8f8d8d;
	font-weight:bold;
	font-size:smaller;
}

.footer2 a
{
	color:#8f8d8d;
	text-decoration:none;
}

.footer2 a:hover
{
	color:black;
}

