/* -- SITE NATURE -- */

body, html {background: #00010c url(../images/bg.jpg) no-repeat;}

* {
margin: 0;
padding: 0;
border: 0;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
list-style-type: none;
border-collapse: collapse;
}

/* Styles generiques */

p {color: #0099FF;}

a:link,a:visited {color: #0099FF;text-decoration:none;font-weight:bold;}
a:hover {color: #ffffff;}
a:active {color:#ffffff;}

img {border: none;}

/* Presentation de la structure */

#conteneur {
float:left;
width: 995px;
}

#header {
float:left;
width: 755px;
height: 123px;
background-color:transparent;
}

/* Div a personnaliser en fonction du besoin des animation Flash dans le header */
div.swfTransparent {
position:absolute;
top: 0;
left: 50%;
margin-left: -490px;
width: 760px;
height: 130px;
background-color:transparent;
}

#centre{
float: left;
width: 960px;
height: 390px;
background:transparent;
}
#colonneDroite{
float: left;
width: 240px;
height: 275px;
background:transparent;
}
#footer{
clear:both;
width: 900px;
height:35px;
text-align:center;
}

/* Typographie */

.texteNumeroMag {font-weight:bolder;font-size:15px;color:#333333;margin-bottom:10px;}
.texteFooter {font-size:12px;color: #0099CC;padding-top:8px;}

/* Menu de la colonne droite */

ul.lienColonneDroite {text-align:left;margin:10px;}
ul.lienColonneDroite li {
padding:3px 0 8px 0;
text-align:left;
background: url(../images/puceLien.png) no-repeat 0 0px;
padding-left: 20px;
}

/* Images */

img.logoMilan {float:left;padding-right:1px;}
img.logoMagazine {float:left;}
img.primeColonneGauche {float:right;}
img.couverture {margin:30px 0 5px 0;}
img.pubColonneDroite {margin-top:8px;}
img.btonColonneDroite {margin:3px 0;}

