/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000;
	color: #ffffff;
}

a{
	color: #ebba50;
	text-decoration: none;
}
a:hover{
	color: #f6ce79;
	text-decoration: underline;
}
h1{
	margin: 0;
	color: #ebba50;
	font-family: 'UniversLT', Arial, sans-serif;
	font-size: 25px;
	font-weight: lighter;
	text-align: right;
	text-transform: uppercase;
}

h2{
	margin: 0;
	font-family: 'UniversLT', Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
}

h2.jaune{
	color: #ebba50;
}

.lien_texte{
	display: block;
	margin: 10px 0 50px 0;
}

#autres_sites{
	height: 45px;
	background: url(../../images/bg_header.gif) repeat-x;
}

#tete{
	padding: 120px 0 0 0;
	margin: 10px 0 20px 0;
	height: 80px;
	background: url(../../images/logo_choeursnouveaumonde.gif) top center no-repeat;
}

#menu{
	height: 80px;
}

#corps{
	width: 900px;
	min-height: 400px;
	margin: 0 auto;
	overflow: auto;
}
#corps_gauche{
	float: left;
	width: 475px;
	padding-right: 30px;
	border-right: 1px solid #313031;
}
#corps_droite{
	float: left;
	width: 360px;
	padding-left: 30px;
}

#corps_gauche div{
	position: relative;
	padding-top: 150px;
}

#corps_gauche div.separateur{
	margin: 25px 0 30px 0;
	padding: 0;
	height: 10px;
	background: url(../../images/separateur.png) bottom center no-repeat;
}

#corps_gauche div a.web{
	position: absolute;
	right: 0;
	display: block;
	width: 116px;
	height: 26px;
	text-indent: -999px;
	background: url(../../images/btn_visitersite_fr.gif) no-repeat top left;
}
#corps_gauche div a.details{
	position: absolute;
	right: 0;
	display: block;
	width: 116px;
	height: 26px;
	text-indent: -999px;
	background: url(../../images/btn_details_fr.gif) no-repeat top left;
}
#corps_gauche div a.english{
	background: url(../../images/btn_visitersite_en.gif) no-repeat top left;
}
#corps_gauche div a.detailsEn{
	background: url(../../images/btn_details_en.gif) no-repeat top left;
}
#corps_gauche div a:hover{
	cursor: pointer;
	background-position: bottom left;
}

#commanditaires{
	padding-right: 400px;
}

#projet_chambre{
	background: url(../../images/chambre_aud_fr.jpg) no-repeat;
}
#projet_chambre_en{
	background: url(../../images/chambre_aud_en.jpg) no-repeat;
}
#projet_rock{
	background: url(../../images/rockchoir_fr.jpg) no-repeat;
}
#projet_rock_en{
	background: url(../../images/rockchoir_en.jpg) no-repeat;
}
#projet_college{
	background: url(../../images/collegevocal.jpg) no-repeat;
}
#projet_anges{
	background: url(../../images/lesanges.jpg) no-repeat;
}

#logos_relais{
	text-align: left;
	margin-top: 20px;
}

#pied{
	height: 21px;
	margin-top: 25px;
	padding-right: 10px;
	text-align: right;
	font-size: 10px;
	line-height: 21px;
	background: url(../../images/bg_footer.gif) repeat-x;
}
