/* CSS page by Mikael THOMAS for Anode et Cathode */


/* Général */
body {
background:#000000;
}

a, a:link, a:hover, a:visited
{text-decoration:none;}

/* header */
#header img {
width: 295px;
height: 59px;
}

#header a img, a:visited img {
border:none;
}

/*Menu haut*/

#menu ul {
}

#menu li {
font-size: 12px;
margin: 0 0 0 0;
display:inline;}

#menu li a,#menu li a:visited {
text-decoration:none;
color: #CCCCCC;}

/* Mise en page */

#menu{
float:left;
position:absolute;
margin-top:655px;
color:white;
}

#global {
position:absolute;
left: 50%;
top: 50%;
width: 950px;
height: 650px;
margin-left: -475px; 
margin-top: -325px;
background:url(../images/fond.jpg) no-repeat;
}

#header{
height:69px;
width:305px;
margin-left: auto;
margin-right: auto;
text-align:center;
}

#content{
height:460px;
width:950px;
margin : 30px auto 0 auto;
font-family:Arial;
}



#content-left{
float:left;
position:relative;
width:177px;
height:200px;
}

#content-left img {
width:177px;
height:176px;
}

#content-centre{
float:left;
position:relative;
margin: 50px 15px 0;
width:580px;
height:620px;
color:white;
text-align:justify;}

#content-centre a, #content-centre a:link, #content-centre a:hover, #content-centre a:visited
{text-decoration:none;
color: white;}

#content-right{
float:right;
width:123px;
height:590px;
float:right;
position:relative;
}

#content-right a img, #content-right a:hover img, #content-right a:visited img, #content-right a:link img {
text-decoration:none;
border:none;}

#footer{
width:200px;
height:30px;
margin: 30px auto 0 auto;
text-align:center;
}

