/* CSS Document */

/* Général */
body {
	background: #feccd8;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	padding: 0;
	margin:0;
	font-family: "Times New Roman", Arial, serif;
	font-size: 110%;
}
a {
	color: #1e1e1e;
	text-decoration:none;
}
a:hover, a:focus {
	color: #d53a4a;
	text-decoration:underline;
}
a:active {
	color: #d53a4a;
	/*font-weight:bold;
	text-decoration:none;*/
}

strong {
	color: #d53a4a;
}

/* Page */
#global {
	/*background: #979797;*/
	margin-left: auto;
	margin-right: auto; /* -> 3 */
}

/* Logo et menu */

/* Navigation */
#navigation {
	background: #181A12;
}
#navigation a {
	color: #FF6533;
}
#navigation a:hover, #navigation a:focus {
	background: #000000;
}

/* Contenu principal */
#contenu {
	/*background: #979797;*/
	background-image:url(images/content.png);
	background-repeat:repeat-y;
	width:1010px;
	min-height:816px;
	margin-left: auto;
	margin-right: auto; /* -> 3 */
}

.content_contenu {
	color:#910a33;
	margin-left:75px;
	margin-right:75px;
	text-align:justify;
}

#contenu a {
	color: #d53a4a;
}
#contenu a:hover, #contenu a:focus {
	color: #910a33;
}
#contenu strong {
	color: #d53a4a;
}

#contenu_tarifs {
	margin-top:0px;
}

#contenu_accueil {
	background-image:url(images/content.png);
	background-repeat:repeat-y;
	width:1010px;
	min-height:816px;
	position:relative;
	display:block;
	float:left;
}

.content_contenu_accueil {
	color:#910a33;
	margin-left:60px;
	/*margin-right:75px;*/
	text-align:justify;
	width:425px;
}

.content_contenu_tarifs {
	color:#910a33;
	margin-left:60px;
	/*margin-right:75px;*/
	text-align:justify;
	width:900px;
}

.content_liens {
	color:#910a33;
	margin-left:60px;
	/*margin-right:75px;*/
	text-align:justify;
	width:850px;
}

#entrer {
	padding: 0px;
	background-image:url(images/entrer.png);
	background-repeat:no-repeat;
	width:350px;
	height:250px;
	padding-bottom:10px;
	color:#910a33;
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.content_entrer {
	color:#ffffff;
	padding:30px;
	padding-top:65px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:150%;
}

#entrer a:link {
	color: #FFFFFF;
	text-decoration:underline;
}
#entrer a:visited {
	color: #F4F4F4;
	text-decoration:none;

}
#entrer a:hover {
	color: #feccd8;
}
#entrer a:active {
	color: #feccd8;
}

#contact {
	padding: 0px;
	background-image:url(images/contact.png);
	background-repeat:no-repeat;
	width:350px;
	height:250px;
	padding-bottom:10px;
	color:#910a33;
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.content_contact {
	color:#ffffff;
	padding-left:105px;
	padding-top:110px;
	font-size:150%;
	font-weight:bold;
}

#encart_photos {
	padding: 0px;
	background-image:url(images/photos_tarifs3.png);
	background-repeat:no-repeat;
	width:600px;
	height:400px;
	position:inherit;
	display:block;
	float:left;
	margin-right:250px;
	margin-left:200px;
	margin-top:20px;
}

#encart_musique {
	padding: 0px;
	/*background-image:url(images/photos.png);
	background-repeat:no-repeat;*/
	width:250px;
	height:65px;
	position:relative;
	display:block;
	left:650px;
	margin-right:auto;
	/*padding-top:50px;*/
}

#marquee_contact {
	width:400px;
	margin-left:50px;
	margin-right:auto;
	position:relative;
	margin-top:-700px;
}

#marquee {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#vendome {
	padding: 0px;
	background-image:url(images/vendome.jpg);
	background-repeat:no-repeat;
	width:800px;
	padding-bottom:10px;
	padding-top:20px;
	height:335px;
	color:#910a33;
	float:left;
	display:block;
	position:relative;
	margin-left:50px;
	margin-right:50px;
}

/* Pied de page */
#footer {
	padding: 0px;
	background-image:url(images/footer.png);
	background-repeat:repeat-y;
	width:1010px;
	padding-bottom:10px;
	min-height:40px;
	/*margin-top:-11px;*/
	color:#910a33;
}

.content_footer {
	text-align:center;
/*	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
*/	padding-top:17px;
}

#menu {
	padding:0;
	margin:0;
	height:1.5em;
	list-style-type:none;
	border-left:1px solid #d53a4a;
	background:#feccd8;
	width:535px;
	float:left;
	margin-right:10px;
	margin-top:103px;
	margin-left:400px;
}
#menu li {
	float:left; 
	width:5em; 
	height:1.5em;
	line-height:1.5em;
	border-right:1px solid #d53a4a;
	position:relative;
	text-align:center;
	/*font-size:16px;*/
}
#menu li a, #menu li a:visited {
	display:block;
	text-decoration:none; 
	color:#000;
}
#menu li a span, #menu li a:visited span {
	display:none; /* needed to trigger IE */
}
#menu li a:hover {
	border:0; 
}
#menu li a:hover span {
	display:block;
	width:5em;
	height:1.5em;
	text-align:center;
	position:absolute; 
	left:1px; 
	top:1px; 
	color:#d53a4a; 
	cursor:pointer;
}

#menu #current a {
	float:left; 
	width:5em; 
	height:1.5em;
	line-height:1.5em;
	border-right:1px solid #fff;
	position:relative;
	text-align:center;
	background-color:#d53a4a;
	color:#FFFFFF;
}


#texte_accueil {
	padding: 5px;
	width:580px;
	height: 600px;
	text-align:justify;
/*	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
*/	margin-left:15px;
	position:relative;
	overflow:auto;
}

/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	height: 100%; /* Voir -> Note 1 ci-dessous */
}

#global {
	min-height: 100%; /* -> 1 */
	max-width: 1010px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto; /* -> 3 */
}

/* En-tête */
#entete {
	padding: 0px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	width:1010px;
	height:200px;
	margin-bottom:0px;
	/*top:10px;*/
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}
#entete_contenu {
	padding-top: 40px;
	margin-left:525px;
	margin-right:20px;
	text-align:right;
	/*position:static;
	display:block;*/
	width:320px;
	margin-top:-310px;
	top:0px;
}
#entete_pub {
	padding-top: 60px;
	margin-left:300px;
	margin-right:0px;
	width:225px;
	height:250px;
}

/* Menu de navigation */
#navigation {
	padding: 12px 15px;
}
#navigation ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#navigation li {
	display: inline;
}
#navigation a {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Pied de page */

.clear{
clear: left;
}

.float {
	display: block;
	width:175px;
	float:left;
	text-align:left;
	background-color:#F4F4F4;
}

.boldred {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
*/	text-align: left;
	color: #FF0000;
	font-weight: bold;
}

legend {
	color:#FF7400;
	font-weight:bold;
}
.form {
	margin: 0px;
}

h1 {
	font-size: 150%;
  	text-align: left;
	color: #d53a4a;
	font-weight: bolder;
}

#tab1 { 
	margin-left:500px;
	position:relative;
}

#encart_bio {
	width:400px;
	height:267px;
	position:relative;
	background-image:url(photos/bio.jpg);
	background-repeat:no-repeat;
	float:left;
	display:block;
	margin-top:-720px;
	margin-left:50px;
}

#encart_ban {
	width:400px;
	height:100px;
	position:relative;
	background-image:url(images/ban_bio.gif);
	background-repeat:no-repeat;
	float:left;
	margin-top:-440px;
	margin-left:50px;
}

#photos_accueil {
	width:420px;
	height:610px;
	position:relative;
	/*background-image:url(photos/01_accueil.jpg);
	background-repeat:no-repeat;*/
	float:left;
	margin-top:-320px;
	margin-left:50px;
}

#photos_accueil2 {
	width:460px;
	height:600px;
	position:inherit;
	/*background-image:url(photos/01_accueil.jpg);
	background-repeat:no-repeat;*/
	float:left;
	margin-top:-100px;
}

#photos_accueil3 {
	width:420px;
	height:610px;
	position:relative;
	/*background-image:url(photos/01_accueil.jpg);
	background-repeat:no-repeat;*/
	float:left;
	display:block;
	/*margin-top:-650px;*/
	margin-left:60px;
}
