div#conteneur {
	position : relative;
	background : #A02515;
	width : 900px;
	margin : 0 auto;
	background-color: #A02515;
}

.lien_contact{
	color: #FFF;
	}
	
div#main {
	float:left;
	width:261px;
	background:#A02515;
	padding:0 0 0 0;
}
table#tab_contact{	
	width:100%;
}

div#main2 {
	width:639px;
	margin:0;
	padding: 0;
	float: right;
}


div#header{
	margin:0;
	background : url(images/ecole-danse_01.jpg) no-repeat;
	height : 490px;
}

div#piedpage {
	width: 900px;
	clear:both;
}
.texteblancpetit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.textenoirpetit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.menu5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu5:hover{
	color: #000000;
}

/********************MENU*********************/
/*********************************************/
ul#menu {	width : 261px;
			margin : 0 0 0 0;
			padding: 0 0 0 0;
			list-style-type : none;
			border:0 0 0 0;
			}	
			
ul#menu li {	display : block;
				margin:0 0 0 0 ;
				padding:0 0 0 0;
				border:0 0 0 0;
				font-size:1px;
				line-height:1px;
				float:left;}

ul#menu img { border:0;
              padding:0 0 0 0;
			  margin:0 0 0 0 ;}
			  
ul#menu li#tarif {	height:94px; }

ul#menu li#horaires {	height:22px; }

ul#menu li#profs {	height:24px; }

ul#menu li#inscription {	height:22px; }

ul#menu li#spectacles {	line-height:1px;
	font-size:1px; }
			  
}
/*********************************************/

div#haut-centre {
	width: 639px;
	height:20px;
	background : url(images/fond_centre_01.gif) no-repeat;
}

div#centre-centre {
	width: 639px;
	background : url(images/fond_centre_02.gif) repeat-y;
	font-size:11px;
}

div#bas-centre {
	width: 639px;
	height:31px;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	background : url(images/fond_centre_03.gif) no-repeat;
}

.texte_centre{
color:white;
font : 11px Verdana, Arial, sans-serif;
padding : 0px 20px 0 20px;
margin:0;
}

.texte_centre2{
color:white;
padding : 0 20px 0 20px;
font : 10px Verdana, Arial, sans-serif;
margin:0;
}

.phrase_emailing{
font-size:12px;
padding : 0 0 0 10px;
}

.btn_ok{
background:#C57A70;color:white;border:1px solid #A12616}

.recherche{
margin : 0 0 0 60px;
font-size:12px;
color:#F08949;
}

.select_recherche{
margin : 0 0 0 60px;
width:150px;
font-size:11px;
color:#A02515;
}

.input_letter{
position:abolute;
font-size:9px;
margin:5px 0 0 60px;
width:150px;
color:#A02515;
}

p#cometik{
float:right;
color : black;
text-decoration:none;
font-size:10px;
margin-top:5px;
}

p#cometik a{
color : white;
font-family:Verdana, Arial, sans-serif;
text-decoration:none;
font-size:9px;
}

.lien_page_globale{
color:white;
text-decoration:none;
line-height:20px;
}

.titre_info{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid white;
	width:100%;
	margin:10px 0 15px 0;
}

/* CSS AFFICHAGE DYNAMIQUE SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*OPACITE SUR IMAGES*/
.opacite img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.opacite:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}