body{ 
height: 100%; 
} 

body { 
margin: 0; 
padding: 0; 
background-color : #000; 
text-align :left; 
font-family : trebuchet MS ; 
font-size : 13px ;
color : #fff ; 


 scrollbar-base-color: #4B6A6D;

  scrollbar-arrow-color:#FFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#4B6A6D;
  scrollbar-highlight-color:#ccc;
 
  scrollbar-track-color:#4B6A6D;
} 

/* BLOC CONTENEUR */ 

#cont { 
position:fixed !important; 
position:absolute; 
left: 50%; 
top: 50%; 
width: 750px; 
height: 300px; 
margin-top: -150px; 
margin-left: -375px; 
background :#000 url(images/bg_all_006.jpg) ; 
text-align : left; 
border : 10px solid rgb(219,235,207) ; }

#menu {
padding : 0; 
margin : 0 ; 
list-style : none ; 
margin-left : 0px ; 
float : right ; 
height : 300px;}

#menu li a span{
position: absolute;
left: -5000px;
}

li {
float : left; 
display : block;
 
} 

li a {
padding : 0; 
margin : 0 0 0 1px ;
width : 30px ; 
height : 300px ; 
display : block;
background : #ccc ; 
-moz-opacity: 0.8 ;
opacity: 0.8 ;
filter:alpha(opacity=80); 
} 

li a:hover {
background : #666 ;  
} 

 a.spectacle{
background: url(images/spectacle1.jpg); 
background-position : 30px 0;

}
 a.spectacle:hover {
background: url(images/spectacle1.jpg); 
background-position : 0 0 ;}

 a.home{
background: url(images/acceuil1.jpg); 
background-position : 30px 0}
a.home:hover {
background: url(images/acceuil1.jpg); 
background-position : 0 0 ;}

 a.teose{
background: url(images/teose3.jpg); 
background-position : 30px  0}
a.teose:hover {
background: url(images/teose3.jpg); 
background-position : 0 0 ;}

a.stage{
background: url(images/stage1.jpg); 
background-position : 30px 0 ;
}
a.stage:hover {
background: url(images/stage1.jpg); 
background-position : 0 0;}

a.coaching{
background: url(images/coaching1.jpg); 
background-position : 30px 0}

a.coaching:hover {
background: url(images/coaching1.jpg); 
background-position :  0 0 ;}

a.contact{
background: url(images/contact1.jpg); 
background-position : 30px 0}
a.contact:hover {
background: url(images/contact1.jpg); 
background-position :  0 0 ;}

a.teambuilding{
background: url(images/teambuilding1.jpg); 
background-position : 30px 0}
a.teambuilding:hover {
background: url(images/teambuilding1.jpg); 
background-position : 0 0 ;}


/* BLOC GAUCHE*/ 

#texte {
background : transparent ; 
width : 230px ;
height : 300px;  
text-align : left;
font-size : 17px; 
float : left ; 
overflow : auto; }

#texte p{
margin : 0 0 0 10px ; padding : 0 ; color : rgb(227,138,17);}

.englobe_texte {
margin-top : 10px; 
background : #fff ;
 color : #000 ;
 -moz-opacity:0.8;
opacity: 0.8;
filter:alpha(opacity=80); }
 
signification
{
 color: green;
 }




 /* BLOC CENTRE */ 
#centre {
background : transparent ; 
float : left ; 
margin-left : 0px ; 
border-left :10px solid rgb(219,235,207) ; 
height : 300px; 
width : 293px; 
overflow : auto;}



#centre_blanc {
background :  #000; 
float : left ; 
margin-left : 0px ; 
border-left :10px solid black ; 
border-right :8px solid rgb(219,235,207); 
height : 300px; 
width : 285px; 
overflow : auto;
color : #fff;}

#centre_blanc img{
 
margin-right : 7px ; margin-top : 5px; float : left
}
  
 

/* Titres*/ 
h1{
margin: 10px 0 0 10px; 
padding: 0; 
font-size : 13px; 
color : #4B6A6D}


h2 span {font-size : 10px ; font-style : italic}
h2 {
margin : 10px 5px 0 0 ; 
padding : 0 ; 
font-size : 12px ; 
border-bottom : 1px dotted #4B6A6D ; 
padding-bottom : 5px;
color : #4B6A6D ;}


h3 {
margin : 10px 10px 10px 0 ; 
padding : 0 ; 
font-size : 10px ; 
border-bottom : 1px dotted #4B6A6D ; 
padding-bottom : 5px;
color : #4B6A6D ;
text-align : right; 
text-transform : uppercase}


h4{
margin : 10px 10px 0 0 ; 
padding : 0 ; 
font-size : 11px ;  
padding-bottom : 0px;
color : #4B6A6D ;}

h5{
font-size : 09px;
font-style : italic;
text-decoration : ;
margin-top : 6px;
margin-bottom : 2px;
color : #4B6A6D ;
}

h6{
 font-size : 12px;
 color : #4B6A6D;
 text-align : center;}
 
 a{
 border-color : black ;
 }

/* paragraphes */ 
p { padding : 0 ; margin-top : 5px ; margin-bottom : 0 ; margin-right : 10px}
.para_top2 {margin : 5px 0 0 0}
.notop{margin : 0}


/* iLiens */ 
a {color : #4B6A6D }  
a:hover {color : #4B6A6D } 

a.class1 {text-decoration : none ; text-transform : uppercase ; font-weight : bold}
a:hover.class1 {text-decoration : none ; text-transform : uppercase; }

/* FORMULAIRE */ 

input {
width : 275px ; 
margin : 0 0 5px 0
}
textarea { 
margin : 0 0 10px 0 ;
 width : 275px ; 
}

