html
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #2B8BD4;
	background-image: url('../images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	height: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #303941;
}

#degrade
{
	position: absolute;
	background-image: url('../images/Page-BgGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	left : 0;
	width:100%;
	height: 500px;
	z-index: -10;
}

#banner
{
	position: relative;
	width: 800px;
	height: 207px;
	background-image: url('../images/banniere.png');
	left: 50%;
	margin-left: -398px;
	z-index: 20;
}

#menu-content
{
	position: absolute;
	width: 786px;
	left: 50%;
	margin-left: -393px;
}

#menu-top
{
	width: 786px;
	height: 16px;
	background-image: url('../images/header_menu.png');
	background-repeat: no-repeat;
}

#menu
{
	width: 786px;
	height: 35px;
	background-image: url('../images/background_menu.png');
	color: #ffffff;
	font-size: 17px;
	text-align: center;
	line-height: 35px;

}

#menu a
{
	font-family: "Trebuchet MS";
	font-weight: bold;
}

#menu a:link, #menu a:active, #menu a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover
{
	color: #fbc46e;
	text-decoration: underline;
}

#menu-bottom
{
	width: 786px;
	height: 15px;
	background-image: url('../images/footer_menu.png');
}

#footer-content
{
	width: 786px;
	height: 51px;
	background-image: url('../images/footer.png');
}

#border-left
{
	position: absolute;
	height:100%;
	width: 12px;
	background-image: url('../images/border_gauche01.png');
	background-repeat: repeat;
	left: 0;
}

#border-left-center
{
	position: absolute;
	height:100%;
	width: 16px;
	background-image: url('../images/border_gauche02.png');
	background-repeat: repeat;
	left: 12px;
}

#border-right
{
	position: absolute;
	height:100%;
	width: 11px;
	background-image: url('../images/border_droite01.png');
	background-repeat: repeat;
	right: 0;
}

#border-right-center
{
	position: absolute;
	height:100%;
	width: 15px;
	background-image: url('../images/border_droite02.png');
	background-repeat: repeat;
	right: 11px;
}

#content-large
{
	position: relative;
	height: 100%;
	overflow: hidden;
}

#content
{
	position: relative;
	width: 732px;
	float:left;
	left: 28px;
	background-color: #fffafa;
}

#content-left
{
	position: absolute;
	height: 100%;
	width: 214px;
	padding-left: 10px;
	padding-top: 10px;
	z-index: 40;
}

#left-banner
{
	text-align: center;
}

#content-right
{
	position: relative;
	width: 468px;
	padding-left: 234px;
	padding-right: 10px;
	padding-top: 10px;
	float: right;
	text-align: justify;
	min-height: 560px;
	_height: 560px;
}

#content-right a
{
	color: #303941;
	font-weight: bold;
	text-decoration: underline;
	z-index: 20;
}

#content-right p
{
	color: #303941;
	padding: 0;
	margin: 0;
}

#right-banner
{
	height: 60px;
	width: 468px;
	background-color: black;
}

#sakura-separation
{
	height: 35px;
	width: 236px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url('../images/bann_sakura_separation.jpg');
}

p.vertical-align, p.vertical-align img, p.vertical-align span
{
	vertical-align: middle;
	display: inline;
}

.clear
{
	clear: both;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.bold-italic
{
	font-style: italic;
	font-weight: bold;
}

.date-bold
{
	font-weight: bold;
	font-size: 13px;
}

.titre
{
	color: #0061aa;
	font-weight: bold;
	font-size: 13px;
}

.align-right
{
	text-align: right;
	padding: 0;
	margin: 0;
}

.title-pink, .title-yellow, .title-blue
{
	height: 30px;
	width: 179px;
	padding-left: 35px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 20px;
	font-size: 15px;
	line-height: 30px;
}

.title-pink
{
	background-image: url('../images/header_menu_gauche.jpg');
}

.title-yellow
{
	background-image: url('../images/header_menu_gauche02.jpg');
}

.title-blue
{
	background-image: url('../images/header_menu_gauche03.jpg');
}

.title-central-pink, .title-central-yellow, .title-central-blue
{
	height: 30px;
	width: 468px;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
}

.title-central-pink
{
	background-image: url('../images/header_menu_central01.jpg');
}

.title-central-yellow
{
	background-image: url('../images/header_menu_central02.jpg');
}

.title-central-blue
{
	background-image: url('../images/header_menu_central03.jpg');
}

.element-pink
{
	background-color: #faeaf2;
}

.element-pink ul
{
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	vertical-align: center;
	padding: 5px 0 -5px 5px;
}

.element-pink ul li
{
	background-image: url('../images/etoile_agenda.jpg');
	background-repeat: no-repeat;
	line-height: 13px;
	vertical-align: middle;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.element-pink ul li a
{
	color: #303941;
	text-decoration: none;
}

.element-pink ul li a:hover
{
	text-decoration: underline;
}

.element-yellow
{
	background-color: #fff7d0;
}

.element-blue
{
	background-color: #eef2f4;
}

.element-blue, .element-pink, .element-yellow
{
	padding: 10px;
}

.content-title
{
	height: 40px;
	width: 468px;
	margin-top: 20px;
	margin-bottom: 20px;
}