/* CSS Document */
/* oso_blog.css */
body {
font-family: Arial, Helvetica, sans-serif;
background-image:url('../images/background.jpg');
background-position:center;
background-repeat:repeat-y;
font-size: 11px;
/*font-size:0.8em;*/
margin: 0;
padding: 0;
background-color: #FFFFFF;
}

#header {
height: 200px;
background-repeat:no-repeat;
background-position:center;
background-image: url('../images/header.jpg');
/*text-align:center;*/
font-family : Kulminoituva, Arial black ;
font-size : 30pt;
font-weight : bold;
color : #000000;
}

#sousheader {
height : 20px;
width:1000px;
/*background-color:#E0DEDE;*/
border-top : 1px solid #000000;
border-bottom : 1px solid #000000;
/*border-left: 2px solid #9F9898 B3B3B3;
border-right: 2px solid #9F9898 b3B3B3;*/
text-align:right;
color : #000000;
}

#sousheader a{
color:#000000 /*FECF7F*/;
font-weight : bold;
text-decoration : none;
}

#sousheader a:hover{
color : #000000 /*9F9898 F07532*/;
font-weight : bold;
text-decoration : underline;
}

#navigation_admin {
height : 20px;
width:1000px;
/*background-color:#EDEAEA;*/
border-bottom : 1px solid #000000;
/*border-left: 2px solid #9F9898 B3B3B3;
border-right: 2px solid #9F9898 b3B3B3;*/
text-align:center;
color : #000000;
}

#navigation_admin a{
color : #000000 /*FECF7F*/;
text-decoration : none;
}

#navigation_admin a:hover{
color : #000000 /*9F9898 F07532*/;
/*font-weight : bold;*/
text-decoration : underline;
}

#navigation {
height : 20px;
width:1000px;
font-weight : bold;
/*background:#F8F5F5;*/
border-bottom : 1px solid #000000;
/*border-left: 2px solid #9F9898 B3B3B3;
border-right: 2px solid #9F9898 b3B3B3;*/
text-align:center;
color : #000000;
}

#navigation a{
color : #000000 /*FECF7F*/;
text-decoration : none;
}

#navigation a:hover{
color : #000000 /*9F9898 F07532*/;
font-weight : bold;
text-decoration : underline;
}

#navigation_pied {
height : 20px;
width:1000px;
font-weight : bold;
/*background:#F8F5F5;*/
border-top : 1px solid #000000;
/*border-left: 2px solid #9F9898 B3B3B3;
border-right: 2px solid #9F9898 b3B3B3;*/
text-align:center;
color : #000000;
}

#navigation_pied a{
color : #000000 /*FECF7F*/;
text-decoration : none;
}

#navigation_pied a:hover{
color : #000000 /*9F9898 F07532*/;
font-weight : bold;
text-decoration : underline;
}

#center {
width: 985px;
text-align:left;
/*vertical-align:middle;*/
}

#cadre {
background-image: url('../images/back_cadre.jpg');
background-repeat:repeat-x;
background-repeat:no-repeat-y;
width:900px;
border-top : 1px solid #000000;
border-bottom : 1px solid #000000;
border-left : 1px solid #000000;
border-right : 1px solid #000000;
}

#cadre a{
color : #000000 /*FECF7F*/;
text-decoration : none;
}

#cadre a:hover{
color:#000000;
background-color:#FDA50D;
}

#pied {
height: 30px;
width: 1000px;
padding-left : 0px;
/*background-image : url('../images/pied.jpg');*/
background-color : #FDA50D;
border-top : 1px solid #000000;
border-bottom : 1px solid #000000;
/*border-left : 1px solid #000000;
border-right : 1px solid #000000;*/
color : #000000;
/*margin-top : 25px;
font-size : 10pt;*/
}

#pied a{
color : #000000;
text-decoration : none;
}

#pied a:hover{
color : #000000;
text-decoration : underline;
}

#titre {
background-color:#FDA50D;
color:#000000;
}