@charset "utf-8";


/* Mise en page pour tous */
#div-background{
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 830px;
	margin: -15px auto;
	height: 100%;
	}

#header{
	width: 750px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 auto;
	clear: both;
	}

#header #logo {
	float: left;
	margin-left: 20px;
	margin-top: 24px;
	clear: left;
	}

#header #menu {
	clear: right;
	float: right;
	margin-top: 39px;
	border-bottom: #E81E00 2px solid;
	}

#content {
	margin: 0 40px 0 40px;
	clear: both;
	padding-top: 40px;
	}

#content td {
	text-align: left;
	vertical-align: top;
	}

#zone_texte {
	width: 485px;
	margin-right: 35px;
	padding-bottom: 20px;
	}

#image {
	width: 200px;
	padding-bottom: 25px;
	}
	
#image_legende {
padding-top: 10px;
text-align: center;
}
	
#liens_videos{
	padding: 0 25px;
	width: 150px;
	text-align: center;
	margin-top: -20px;
}

#footer {
	margin: 0 40px;
	background-color: #1B55A7;
	clear: both;
	}

#bas  {
	margin: 15px auto;
	width: 800px;
	background: url(../images/bas_bg.png) no-repeat;
	padding: 15px;
	text-align:center;
	font-size: 12px;
	}

/* Class utilisée pour les pages où il y a une image de Sylvie en background */
.sylvie_bg {
	background-image:url(../images/sylvie_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height: 470px;
	}
.sylvie_bgaccueil{
	background-image:url(../images/sylvie_bgaccueil.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height: 411px;
	}
	
/* Styles pour la page Sessions.html */
#inscriptions {
	margin: 50px 0 25px 0;
	text-align:center
	}
	
/* Styles pour la page dvd.html */
#player {width: 400px;}
