/* pour centrer le site*/
#global {
	position:absolute;
	left: 50%;
	width: 900px;
	height: 800px;
	margin-top: 0px;
	margin-left: -450px; /* moitié de la largeur */
	border: 1px solid #000000;
	visibility: visible;
     }
	   
	   
body {
	padding: 0px; /* pour éviter la largeur de remplissage des bords d'un élément*/
	text-align: left; /* pour corriger le bug de centrage IE */
	line-height: normal;
		margin-top: 0px;
	scrollbar-face-color: #dbe0e6;
	scrollbar-track-color: #ebeff2;
	scrollbar-arrow-color: #24475d;
	background-image: url(../images/fond.gif);
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C8CC28;
}
.sourlignage {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #70507F;
	background-color: #C2BFDD;
}




.header {
	width: 900px;
	height: 102px;
	left: 0px;
	position:absolute;
	background-image:url(../images/imagescss/header.jpg);
	top: 0px;
}

.gauche {
	width: 39px;
	height: 693px;
	left: 0px;
	top: 102px;
	position:absolute;
	background-image:url(../images/imagescss/gauche.gif);
}

.fondmenu {
	width: 209px;
	height: 693px;
	left: 39px;
	top: 102px;
	position:absolute;
	background-image:url(../images/imagescss/menu.gif);
}

#conteneurprincipal {
	width: 691px;
	height: 667px;
	left: 208px;
	top: 102px;
	position:absolute;
	background-image:url(../images/imagescss/fond.gif);
}

#conteneurinterieur
{
	width: 691px;
	height: 667px;
	position:absolute;
	overflow: auto;
	left: 0;
	top: 0;
}

.bas {
	width: 690px;
	height: 26px;
	top: 769px;
	left: 209px;
	position:absolute;
	background-image:url(../images/imagescss/bas.jpg);
}
/*-------------------EDITO------------------------------------------------------------------------------------------------- */
div.titre {
float: left;
width: 662px;
height: auto;
display: inline;
}


div.fondedito {
	float: left;
	width: 638px;
	height: auto;
	display: inline;
	background-image: url(../images/imagescss/fondedito.gif);
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	text-align: justify;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b425c;
}


div.contenu {
	float: left;
	width: 628px;
	height: auto;
	display: inline;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	text-align: justify;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b425c;
}

/*-------------------menus bas--------------------------- */
ul#menubas {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/fond_05.gif);
	height: 28px;
	text-align: right;
	vertical-align: middle;
	margin: 0px;
	color: #487491;
}

#menubas li{

display: inline;
margin: 0 5px;
}
#menubas a {
	color: #487491;
texte decoration: none;
	text-decoration: none;
}
#menubas a:hover {
	color: #fd4c18;
	text-decoration: none;
}


A.type1:link {color:#24475d; text-decoration:none;}
A.type1:visited {color:#24475d; text-decoration:none;}
A.type1:active {color:#24475d; text-decoration:none;}
A.type1:hover {color:#24475d; text-decoration:underline;}

.titre_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #6E4F7D;
	background-color: #E0E270;
	padding: 2px;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#img
 {
	background-repeat: no-repeat;
	height: auto;
	margin-right: 10px;
	width: auto;
	float: left;
	margin-bottom: 5px;
}

#conteneurchorale {
	width: 691px;
	height: 667px;
	left: 208px;
	top: 102px;
	position:absolute;
	background-image:url(../images/imagescss/fond_chorale.gif);
	background-repeat: repeat;
}

.titre_chorale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding: 2px;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
