/* D\000439finition de r\438gle */
@charset "windows-1252";


/* coin des filles */

div.entete_talks {
position: relative;
height: 175px;
width: 800px;
background-image: url(images/background/Banner_talks_1.jpg);
background-repeat: no-repeat;
background-position: center;
margin-left: auto;
margin-right: auto;
}

div.top_talks_container {
position: relative;
top: 100px;
height:1000px;
width: 800px;
margin-left: auto;
margin-right: auto;
text-align:left; /* pour corriger le bug de centrage IE */
padding:0;
background: black;
}

div.top_left_talks {
position: absolute;
top: 0px;
left: 10px;
height: 1000px;
width: 380px;
background-image: url(/esb_2008/images/icon_1/big_icon_swish_1_380x50.jpg);
background-position: top;
background-repeat: no-repeat;
background-color : transparent;
text-align:justify;
}

div.top_right_talks {
position: absolute;
top: 0px;
left: 410px;
height: 1000px;
width: 380px;
background-image: url(/esb_2008/images/icon_1/big_icon_brick_1_380x50.jpg);*/
background-position: top;
background-repeat: no-repeat;
background-color : transparent;
text-align:justify;
}

div.medium_talks_container {
position: relative;
top: 0px;
height: 800px;
width: 800px;

margin-left: auto;
margin-right: auto;
/*background-image: url(/esb_2008/images/icon_1/big_icon_coachs_girls_800x50.jpg);*/
background-position: top;
background-repeat: no-repeat;
/* text-align:left; */ /* pour corriger le bug de centrage IE */
/* padding:0; */
background-color : black;
}

div.medium_1_talks {
position: absolute;
top: 0px;
left: 10px;
height: 800px;
width: 800px;

background-color : transparent;
}


p.talks_text {
margin: 60px 0 0 0;
text-align: justify;
background-color : transparent;

}



/* fin du coin des filles */


