/*-----------------------------------------------
Author : Hueberlink
pages: main css - All pages
-------------------------------------------------*/

/*tags*/
body {
background-color: #262a33;
}

img {
padding: 0;
margin: 0;
border: none;
}

/*div header*/
#header {
width: 650px;
padding: 15px 0 0 0;/*for the background image*/
margin: auto;
text-align: right;
background: url(image/entete5.jpg) no-repeat left top;
}
#header a {
text-decoration: none;
font-size: 18px;
font-weight: bolder;
}
#header a:link, #header a:visited {
color: #a4acbf;
}
#header a:hover, #header a:active {
color: #FFF;
}

#header ul {
list-style: none;
margin: 0;
padding: 0 0 10px 0;
}
#header ul li {
padding: 8px;
display: inline;
}

/*div nav*/
#nav {
width: 650px;
background: url(image/bande.jpg) repeat-x;
background-color: #CFE1F9;/*for IE or there is body color that appears between img and div body*/
}
#nav a {
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
#nav a:link, #nav a:visited {
color: #dedfea;
}
#nav a:hover, #nav a:active {
color: #FFF;
}
#nav ul {
list-style: none;
margin: 0;
padding: 0 0 0 10px;
}
#nav ul li {
padding: 8px;
display: inline;
}

/*div body*/
#body {
width: 650px;
margin: auto;
padding: 0;
background-color: #CFE1F9;
/*background: url(image/shadow.jpg) repeat-y;*/
color: #000;
}

/*div main*/
#main {
width: 490px;
padding: 15px 15px 15px 0;
float: right;
text-align: justify;
}

/*div sidebar*/
#sidebar {
float: left;
width: 140px;
}

/*div footer*/
#footer {
background: url(image/bande.jpg) repeat-x;
width: 650px;
margin: auto;
text-align: center;
clear: both;
}
#footer p {
margin: 0;
padding: 2px 0;
}
#footer a {
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bolder;
}
#footer a:link, #footer a:visited {
color: #dedfea;
}
#footer a:hover, #footer a:active {
color: #FFF;
}

/*class*/
.clear {
clear: both;/*to keep the body height*/
}


