* {
margin: 0;
pading: 0;
}

#page {
width: 960px;
margin: 25px auto 20px auto;
background: /*url(image/background.jpg)*/ #a50100;
border: 1px solid #CCCCCC;
}

#header {
width: 940px;
height: 155px;
display: block;
background: url(image/header.jpg) no-repeat;
padding: 10px;
}

#navigation {
width: 976px;
height: 48px;
display: block;
background: url(image/navigation.jpg) no-repeat;
}

#content {
display: block;
width: 638px;
margin-left: 302px;
float: left;
font-size: 0.8em;
text-align: justify;
padding-left: 10px;
padding-right: 10px;
/*float: right;*/
}

#sidebar {
display: block;
width: 302px;
position: absolute;
/*float: right;*/
}

#photos {
width: 176px;
height: 570px;
float: right;
background: url(image/cadre-photos.jpg) no-repeat;
margin: 0 0 10px 10px;
padding: 15px 10px 10px 10px;
}

#footer {
clear: both;
display: block;
height: 40px;
width: 940px;
font-size: 0.8em;
padding: 10px;
background: url(image/footer.jpg) repeat-x;
}

