/* CSS Document */

/* -------- Réinitialisation TOTALE des navigateurs -----------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.1;
	font-family: inherit;
	vertical-align: baseline;
}

a img, :link img, :visited img
{
	border: 0;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul
{
	list-style: none;
	text-indent:10px;
}

q:before, q:after, blockquote:before, blockquote:after 
{ 
  content: "";
}

/****************************************/

*
{

}


body {
  font-family:Verdana, Helvetica, sans-serif;
	background:#880000 url(images/fond_croix3.jpg) top left no-repeat fixed;	
	font-size:13pt;
	color:white;
	
}

h1 {
  font-size:20pt;
  margin:10px;
  /*color:#FFFFCC;*/
  color:#FFFFFF;
  font-weight:bold;
}

h2 {
  font-size:16pt;
  margin:15px;
  color:#FF6600;
  text-decoration:underline;
}

h3 {
  font-size:14pt;
  margin:20px;
  color:#FFCC33;
  float:left;
  width:800px;
}

ul li
{
  margin:20px;
  list-style-type:disc;
}
p
{
  text-align:justify;
  text-indent:0px;
  margin:0 30px 30px 30px;
  
}

a.retour
{
  text-decoration:none;
  color:white;
}

/* INTRO*/
div.intro
{
margin:100px auto;
position:relative;
width:900px;
text-align:center;
}

/* ACCUEIL*/
div#accueil
{
  position:relative;
  display:block;
  margin:50px auto;
  width:800px;
  height:600px;
  background-color: black;
  padding:10px;
}

div#accueil #menu
{
  margin:50px auto;
  position:relative;
  display:block;
  width:650px;
  height:600px;
}

div#menu_haut
{

background: url(./images/bg2.gif);
  margin:0px auto;
  position:relative;
  display:block;
  width:820px;
  height:25px;
  text-align:center;
}

div#menu_haut a
{
	font-size:14px;
	color:#FFFFFF;
}

div#menu_haut a:hover
{
	color:#FF6600;
}

div#accueil a
{
  color:white;
  font-weight:bold;
  text-decoration:none;
  text-align:center;
  position: relative;  
  float:left;
  display:block;
  width:150px;
  height:150px;
  margin: 10px 30px

}

div#accueil a:hover
{
  color:#880000;
  background-color:#111111;
}
/* PAGES */
div#general
{
  padding:10px;
  margin:50px auto 0 auto;
  width:800px;
  background: url(./images/bg2.gif);
}

div#general a
{
  color:white;
}

div#general a:hover
{
  color:#880000;
}

a.contact
{
	display:block;
	margin:10px auto;
	position:relative;
	font-weight:bold;
	float:relative;
	width:800px;
	text-align:center;
  	color:#FFFFFF;
}

a.contact :hover
{
  color:#000000;
}
/* TROMBINOSCOPE */

div.ligne
{
  float:left;
  display:block;
  width:100%;
  position:relative;
  text-align:center;
}

div.personne
{
  float:left;
  position:relative;
  display:block;
  width:160px;
  height:auto;
  background-color:#222222;
  margin:5px 40px 0 0;
}

div.personne img
{
  margin:5px;
}

/* répertoire */
div.bloc_chant
{
  float:left;
  position:relative;
  display:block;
  width:800px;
  height:auto;
}

div.chant
{
  background-color:#222222;
  float:left;
  text-align:center;
  width:380px;
  height:60px;
  margin:10px;
}
