body /* paramettre general du body*/
{
   /*background-color: #DFFF7D; /* Le fond de la page sera noir */
   /*background-image: url("images/le%20beouf%20musical%20banniere%202.jpg");*/
   /*background-attachment: fixed; /* Le fond restera fixe 	FIXED OU SCROLL*/
   /*background-repeat: no-repeat; /* Le fond ne se répètera que sur la première colonne, verticalement 	no-repeat  repeat-x  repeat-y  repeat*/
   /*background-position:0px 0px; /* POSITION EN PIXEL OU TOP  BOTTOM  LEFT  CENTER  RIGHT  */
   /*margin: auto;
	/*color: #0000FF; Le texte de la page sera blanc */
	margin: 0;
	padding: 0;
	background: #b5b6f7; /*#243f74  #2123e1*/
	font:#2123e1 "cooper black", "Book Antiqua", "Times New Roman", Times, Georgia, verdana, arial, sans-serif, serif;
}

#top
{
	width:750px;
	margin: auto;
	border:0px;
	text-align:center;
	color:#2123e1;
	font-family:"Book Antiqua", "Times New Roman", Times, Georgia, verdana, arial, sans-serif, serif;
	font-size:14px;
	overflow: hidden;
}

#site 
{
	position: absolute;
	z-index: 1;
	top : 120px; /*position de la page par rapport a la banniere */
	width:100%	;
	font-family:"cooper black", "Book Antiqua", Times, Georgia, verdana, arial, sans-serif, serif;
	font-size:16px;
}


dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu 
{
	position: relative;
	top: 0px;
	left: 0px;
	z-index:10;
	width:750px ;
	margin: auto;
}
#menu dl 
{
	position: center;
	float: left;
	width: 13em;		
	margin: 0 1px;
}
#menu dt 
{
	cursor: pointer;
	text-align: center;
	width: 13em;
	font-weight: bold;
	background: #ff6400;	/* couleur du menu */
	border: 1px solid gray;
}
#menu dd 
{
	border: 1px solid gray;
}
#menu li 
{
	text-align: center;
	background: #ff6400;	/* couleur des sous menu  ou #ff0077 */
}
#menu li a, #menu dt a 
{
	color: #2123e1;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu dt a:hover 
{
	background: #eee;	/* couleur du sous menu sous la souris */
}

a
{
	text-decoration: none;
	color: #2123e1;

}

a:hover 
{
	text-decoration: none;
	color: #ff0000;
	border:#ff0000 5px;

}

a img /* Toutes les images contenues dans un lien */
{
   border: 2px; /* Pas de bordure */
}

a img :mouseover
{
	text-decoration: none;
	color: #ff0000;
	border:#ff0000 5px;

}

table
{
	text-align:center;
}

H2
{
	font-family: "cooper black", "Book Antiqua", "Times New Roman", Times, Georgia, verdana, arial, sans-serif, serif;
	font-weight:bolder;
	font-style:italic;
	color:#1de11d;
	text-align:left;
	text-decoration: underline;
	background:#ffffff;
}

address
{
	font-family: "Book Antiqua", "Times New Roman", Times, Georgia, verdana, arial, sans-serif, serif;
	font-weight:bold;
	text-align:left;
}

.form1
{
	background:#c68eff; /* #f58404 #ff6400 */	
	width:950px;
	color:#2123e1; /*#2123e1;*/
}

.form2
{
	background:#ffffff;	
	width:925px;
	border:0px;
	color:#2123e1; /*#2123e1;*/
	margin:0px;
}

.form3
{
	background:#ff0000;	
	color:#ffffff;
	border:0px;
	padding:0;
	
}

.form4
{
	background:#CCCCFF;	
	width:925px;
	border:1px;
	color:#2123e1;
	text-align:right;
}

.form5
{
	background:#CCCCFF;	
	border-bottom:3px solid black;
	color:#2123e1;
	text-align:left;
}

.form6
{
	background:#ffffff;	
	border-bottom:3px solid black;
	color:#000000;
	text-align:left;
	font-family:"Comic Sans MS", "Book Antiqua", "Times New Roman", Times, Georgia, verdana, arial, sans-serif, serif;
	height: 40px
}

.form7
{
	background:#ffffff;	
	width:925px;
	border:0px;
	color:#2123e1;
	margin:0px;
	text-align: left;
}

.texte1
{
	background:#CCCCFF;
	vertical-align:top;
	text-align:justify;
	font-size:14px;
	color:#000000;
	font-family:"Comic Sans MS", "Book Antiqua", "Times New Roman", Times, Georgia, verdana, arial, sans-serif, serif;
}
