/* LINKS */
a:link { color:red;}
a:visited {color:red;}
a:active {color:red;}
a:hover {text-decoration: underline; color:white;}

div#cadre {
background:url(img_data/cadre_tmp.jpg);
width:436px;
height:267px;
padding:70px;
color:red;
text-align:left;
}

/* team */
.cadre_1 {
background:url(img_data/cadre_1.png);
width:580px;
height:187px;
padding:10px;
color:red;
text-align:center;
}
/* team */
.cadre_2 {
background:url(img_data/cadre_2.png);
width:680px;
height:302px;
padding:10px;
color:red;
text-align:center;
}
/* team */
.cadre_3 {
background:url(img_data/cadre_3.png);
width:680px;
height:187px;
padding:10px;
color:red;
text-align:center;
}
/* team */
.cadre_4 {
background:url(img_data/cadre_4.png);
width:680px;
height:458px;
padding:10px;
color:red;
text-align:center;
}
/* team */
.cadre_5 {
background:url(img_data/cadre_5.png);
width:282px;
height:222px;
padding:10px;
color:red;
text-align:center;
}
/* team */
.cadre_6 {
background:url(img_data/cadre_6.png);
width:680px;
height:530px;
padding:10px;
color:red;
text-align:center;
}
/* team */
.cadre_7 {
background:url(img_data/cadre_7.png);
width:680px;
height:1050px;
padding:10px;
color:red;
text-align:center;
}
/* team */
.cadre_8 {
background:url(img_data/cadre_8.png);
width:430px;
height:222px;
padding:10px;
color:red;
text-align:center;
}



/* set millions of background images */
.rbroundbox { background: url(css/nt.gif) repeat; }
.rbtop div { background: url(css/tl.gif) no-repeat top left; }
.rbtop { background: url(css/tr.gif) no-repeat top right; }
.rbbot div { background: url(css/bl.gif) no-repeat bottom left; }
.rbbot { background: url(css/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }


div#cadre {			/* conteneur global et arrière-plan du titre du cadre */
width: 705px;
padding-top: 40px;
background: url(img_data/haut.gif) top left no-repeat;
}
div#bloccadre {			/* arrière-plan bas et sur l'ensemble du cadre */
background: url(img_data/bas.gif) bottom left no-repeat;
padding-bottom: 40px;
}
div#bloccadre p {
margin: 0 30px 0 20px;
}


img {
	border: none;
}



/* THEME DISCOMOBILE */

.discotable {  
border: solid 1px red;
}
.text_color {
color:red;
}
.text_normal {
color:rgb(255,255,255);
}





/* CSS issu des tutoriels www.alsacreations.com/articles */
.jqueryslidemenu{
font: bold 14px Verdana;
background-image:url('img/bar.jpg');
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background-image:url('img/bar.jpg');
padding: 8px 10px;
border-right: 1px solid #778;
color: white;
text-decoration: none;
width:130px;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background-image:url('img/bar2.jpg'); /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 150px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top: 1px solid red;
border-bottom: 1px solid white;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: white;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
