@charset "utf-8";
/* CSS Document */

/* CSS CONCERNANT LE SITE */

body {
margin:0;
padding:0;
background-color:#550090;
background-image:url(img/theme/fond.png);
background-position:bottom;
background-repeat:repeat-x; 
background-attachment:fixed; }

img {
border-style:none;
}

/* CSS CONCERNANT LE TITRE CACHE POUR LE REFERENCEMENT */
.titreindex { display:none; }

/* CSS CONCERNANT LE LOGO */
#logo { z-index:-9999; position:absolute; top:10px; left:10px; }

.logo {
position:absolute;
left:148px;
top:162px;
float:left;
z-index:999;
}

.news {
background-image:url(img/news.png);
position:relative;
left:-175px;
width:615px;
height:102px;
z-index:999;
}

#tweets {
position:relative;
width:540px;
left:30px;
top:17px;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
text-align:justify;
color:#2b034a;
}

ul {
list-style:none;
}

li {
list-style:none;
}

.contact {
background-image:url(img/contact.png);
position:relative;
top:-110px;
left:90px;
width:340px;
height:131px;
z-index:999;
}


/* CSS CONCERNANT LE POST-IT */
#postit { z-index:-9999; position:absolute; top:10px; right:10px; }


/* CSS CONCERNANT LE START MENU */
.startmenu_fond_barre {
width:100%;
height:25px;
position:absolute;
left:0;
bottom:0;
background-color:#ffffff;
background-image:url(startmenu/fond_barre.gif);
background-repeat:repeat-x; 
}

.startmenu {
position:absolute;
left:10px; 
bottom:0px; }


/* CSS CONCERNANT LE MENU CIRCULAIRE */
.menu { 
z-index:-1; 
padding:0; 
margin:0 auto; 
list-style:none; 
width:300px; 
height:300px;
position:absolute;
left: 50%;
margin-left: -150px;
}

.menu_fond {
display:block;
width:100px;
height:100px;
position:relative;
left:-125px;
top:-95px;
text-decoration:none;
}